OSDN Git Service

coroid/libav_saccubus.git
2009-05-28 Måns RullgårdMIPS: inline asm for intreadwrite.h
2009-05-28 Måns RullgårdMIPS: add MIPS64 and Loongson asm for MAC64/MLS64
2009-05-28 Måns Rullgårdconfigure: detect Loongson MIPS extensions
2009-05-28 Måns Rullgårdblackfin: disable broken dsputil functions
2009-05-28 Måns Rullgårdblackfin: add missing const in function prototypes
2009-05-28 Måns Rullgårdblackfin: use optimised (I)DCT only when ctx->(i)dct_al...
2009-05-28 Måns Rullgårdblackfin: use DCT function pointer in dct_quantize_bfin()
2009-05-28 Dave YeoRemove $(CLEANSUFFIXES) and $(DISTCLEANSUFFIXES) on...
2009-05-28 Måns RullgårdARM: add some PLD in NEON IDCT
2009-05-27 Stefano SabatiniDocument match_ext().
2009-05-27 Baptiste Couduriermsrle uncompressed decoding, fix #1074 and many other...
2009-05-27 Baptiste Coudurierremove apparently unused real_pict_num from AVCodecContext
2009-05-27 Baptiste CoudurierRename alloc_picture to ff_alloc_picture and move its...
2009-05-27 Jeff DownsUse AV_R/WN32 instead of direct integer copying.
2009-05-27 Baptiste Couduriertechnically mp2 in pva needs AVSTREAM_PARSE_FULL
2009-05-27 Baptiste Coudurierdo not print false error if eof follows eol
2009-05-27 Baptiste Couduriersupport AVDISCARD_ALL in mpegts demuxer
2009-05-27 Baptiste Coudurierreturn error in mpegts_push_data and propagate it
2009-05-27 Baptiste Coudurier10l, forgot ';', fix compilation
2009-05-27 Baptiste Couduriercheck that len is not negative
2009-05-27 Baptiste Coudurierdemux whole PES packets from TS
2009-05-27 Wolfram GlogerFix off by one offset with fetch_timestamps, pts_parser...
2009-05-26 Baptiste Coudurierdo not reference remainder packets in the parser, fix...
2009-05-26 Alex ConverseIn the event of a mismatch, do not follow the sample...
2009-05-26 Baptiste Couduriermove DEBUG define before include to get dprintf
2009-05-26 Jai MenonAdd lowres support to the libopenjpeg wrapper.
2009-05-26 Jai MenonUse dimensions stored in AVCodecContext instead of...
2009-05-26 Reimar DöffingerChange HAVE_PPC64 to ARCH_PPC64.
2009-05-26 Michael NiedermayerSupport YVU9 AVI 4cc.
2009-05-26 Ben Littlermap dvh1 fourcc to dv, fixes incoming/dvh1_sample
2009-05-25 Stefano SabatiniFactorize initial "printf(" and ");" in show_license().
2009-05-25 David ConradAltivec VP3 IDCT
2009-05-25 Stefano SabatiniDefine struct URLContext and typedef it to URLContext...
2009-05-25 Stefano SabatiniRemove \p and \e doxygen markup.
2009-05-25 Diego Biurrundv1394 is disabled by default, do not redundantly disab...
2009-05-25 Diego BiurrunThe MLP optimizations do not depend on HAVE_MMX, but...
2009-05-25 Ramiro PollaNEON-OBJS should also be cleared for each subdir.
2009-05-25 Ramiro Pollacosmetics: tabs->spaces
2009-05-25 Michael NiedermayerWorkaround broken AVI files from DC-XZ6.
2009-05-25 Kostya ShishkovMove colorspace conversion functions implemented in...
2009-05-25 Justin Ruggleseac3dec: get rid of unnecessary left shifts in 16-bit...
2009-05-25 Reimar DöffingerMove a DECLARE_ALIGNED_16 variable in the Nellymoser...
2009-05-25 Andres MejiaAdd Hurd to OS list and disable dv1394 in the Hurd...
2009-05-25 Baptiste Coudurierhonor restart interval in mjpeg, fix #861, SpectralFan...
2009-05-25 Ramiro Pollamlp: Re-enable x86-optimized DSP functions.
2009-05-25 Ramiro Pollamlp: Use LABEL_MANGLE() to export label symbols from...
2009-05-25 Ramiro PollaAdd LABEL_MANGLE() to export label symbols from inside...
2009-05-25 Ben LittlerCorePNG can be decoded since 18421
2009-05-24 Baptiste Couduriermove DEBUG define before include to get dprintf and...
2009-05-24 Vitor SessakFix unaligned dsputil call.
2009-05-24 Baptiste Coudurierfix get_str16_nolen with odd len, fix #1065
2009-05-24 Baptiste Couduriermove DEBUG define before include to get dprintf and...
2009-05-24 Reimar Döffingereatqi: move "block" variable into context to ensure...
2009-05-24 Reimar DöffingerDistinguish between non-coded blocks and decode errors...
2009-05-24 Reimar DöffingerAdd a few size checks when decoding rtjpeg blocks.
2009-05-24 Reimar DöffingerMove "block" variable in rtjpeg decoder to context...
2009-05-24 Haruhiko YamagataH264: Don't deblock if alpha or beta is 0.
2009-05-23 Stefano SabatiniRemove duplicated RGB_TO_[YUV]_CCIR macros, directly...
2009-05-23 Michael Niedermayerindent
2009-05-23 Michael NiedermayerFix lowres with rv20.
2009-05-23 Jeff DownsFix passing of unaligned addresses to dsputil diff_byte...
2009-05-23 Jeff DownsAdd offset argument to encode_422_bitstream() to contro...
2009-05-23 David ConradARM: actually add VP3 loop filter
2009-05-23 David ConradARM: NEON VP3 Loop Filter
2009-05-23 Baptiste CoudurierFix regression tests, diff was due to a patch to mpeg...
2009-05-23 Larbi Joubalafix hdlr descr in mp4 which use c string, patch by...
2009-05-23 Baptiste Couduriersimplify pes timestamps fetching, based on a patch...
2009-05-23 corp186compute total bitrate more accurately, patch by corp186...
2009-05-23 Baptiste Coudurierfix qtrle encoding when previous frame linesize differs...
2009-05-23 Baptiste Coudurierpad last audio frame when encoding
2009-05-23 Baptiste Coudurierremove useless include
2009-05-23 Baptiste CoudurierSet progressive_sequence before MPV_common_init which...
2009-05-23 Ramiro PollaRevert part of r18903:
2009-05-23 Ramiro PollaMLP DSP functions x86-optimized.
2009-05-22 Baptiste Coudurierfix mouse seeking when start time is not set, fix ...
2009-05-22 Stefano SabatiniRemove duplicated RGB_TO_[YUV] macros, use those includ...
2009-05-22 Stefano SabatiniFix grammar for avfilter_graph_parse() doxy.
2009-05-22 David ConradFix libtheora encoding for non-mod16 sizes
2009-05-22 David ConradMove ALIGN macro to libavutil/common.h and use it in...
2009-05-22 Baptiste Coudurierfail if stream fifo could not be allocated
2009-05-22 Reimar DöffingerMove eatgq blocks array from the stack to the codec...
2009-05-22 David ConradSet speex frame_size in ogg demuxer
2009-05-22 Diego Biurruncosmetics: Fix some typos.
2009-05-22 Diego BiurrunPrint out more verbose licensing information.
2009-05-21 Baptiste Couduriercheck av_fifo_alloc return
2009-05-21 Baptiste Couduriercorrectly check for audio streams in mpeg ps muxer...
2009-05-21 Justin Ruggles10l: typing mistake in r18888
2009-05-21 Justin Ruggleseac3dec: fix bug in GAQ dequantization. large mantissas...
2009-05-21 Justin Ruggleseac3dec: make GAQ dequantization 24-bit
2009-05-21 Justin Ruggleseac3dec: revert commit r18860. keep the AHT IDCT 24...
2009-05-20 Måns Rullgårdmathops: sort arch-specific #include lines
2009-05-20 Måns Rullgårdmathops: whitespace cosmetics
2009-05-20 Måns RullgårdCreate shared libs correctly, fix mingw build
2009-05-20 Kenan GilletAdd QCP demuxer.
2009-05-20 Diego BiurrunMention LGPL AC-3 decoder in the changelog.
2009-05-20 Måns RullgårdFix building from within subdirs
2009-05-20 Martin StorsjöUse IF1 frame sizes in AMR-WB.
2009-05-20 Siarhei SiamashkaUse iMDCT output scaling to simplify ffvorbis and make...
2009-05-20 Siarhei SiamashkaFix for a problem with inverted sign of output data...
2009-05-20 Siarhei SiamashkaSupport for testing (i)MDCT output scale factor in...
next