Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-23Decode alpha plane in Bink videoKostya Shishkov
2010-02-23cosmetics: reindent after last commitKostya Shishkov
2010-02-23Move plane decoding code into separate function in Bink decoderKostya Shishkov
2010-02-23Bink video decoder now can use extradata to detect alpha plane presenceKostya Shishkov
2010-02-23Declare indeo VLC table storage with correct typeMåns Rullgård
2010-02-23Try to set has_b_frames in codec init if we know everything alraedy.Michael Niedermayer
2010-02-23Move extradata reading code into codec init instead of doing itMichael Niedermayer
2010-02-22Make Bink decoder able to skip alpha planeKostya Shishkov
2010-02-22Macroblock and block Huffman code sets are to be used by both Indeo 4 andKostya Shishkov
2010-02-22Make Bink decoder to stop decoding planes after all bits are used.Kostya Shishkov
2010-02-22Correct bundle lengths calculation for small Bink files.Kostya Shishkov
2010-02-22ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16Kostya Shishkov
2010-02-22Fix compilation for --enable-version3 --enable-libopencore_amrwb (only).Carl Eugen Hoyos
2010-02-22ARM: add missing preserve8 directivesMåns Rullgård
2010-02-22get/show_bits() can read up to MIN_CACHE_BITS bitsMåns Rullgård
2010-02-22Fix timestamp association for mpeg2 field pictures.Michael Niedermayer
2010-02-22Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extendMåns Rullgård
2010-02-22Add zero_extend() functionMåns Rullgård
2010-02-21Remove unused variable mb_xy.avcoder
2010-02-21AMR-NB floating-point based decoder.Vitor Sessak
2010-02-21Remove unused variable, fixes warnings of the type:Diego Biurrun
2010-02-21indentMåns Rullgård
2010-02-21Avoid negative shifts in build_table()Måns Rullgård
2010-02-21Bink video decoderKostya Shishkov
2010-02-21VC1: fix missing include h263.hMåns Rullgård
2010-02-21Simplify determing whether fragments are codedDavid Conrad
2010-02-21Handle Theora's continued runs in superblock coding.David Conrad
2010-02-21Decode fully coded superblocks in the same manner as partial superblocks and qpiDavid Conrad
2010-02-21Make the special 4129 case for long-run bit strings a #define and explain itDavid Conrad
2010-02-21Use memset to set the runs partially coded superblocksDavid Conrad
2010-02-20Replace log2f(10) with a constantMåns Rullgård
2010-02-20Free encoder extradata in avcodec_close(). Should fix several small memoryVitor Sessak
2010-02-20x86_fft.o depends on MMX and FFT.Ramiro Polla
2010-02-20remove tables of codebook vector values which are contained inStefan Gehrer
2010-02-2016l trocadero: don't forget to free frame data buffer in APE decoderKostya Shishkov
2010-02-20msmpeg4v* encoders depend on h263decDaniel Verkamp
2010-02-20Declare WMV1 decoder dependenciesDaniel Verkamp
2010-02-20Declare CAF demuxer dependency on mpegaudioDaniel Verkamp
2010-02-19Fix compilation of binkaudio_rdft when dct is disabledDaniel Verkamp
2010-02-19remove a Huffman table from WMA which also exists in AACStefan Gehrer
2010-02-19Add missing dependency of TwinVQVitor Sessak
2010-02-19remove ivi5_scans8x8[0], it duplicates ff_zigzag_directStefan Gehrer
2010-02-19cosmetics: reindent after last commitKostya Shishkov
2010-02-19Since WavPack chunk can contain more samples than FFmpeg is guaranteed toKostya Shishkov
2010-02-19Add the dependency for mpeg4audio.o of the ALS decoder.Thilo Borgmann
2010-02-19Do sequential bit reading outside of []-operators.Thilo Borgmann
2010-02-19get rid of an if() 1 cpu cycle faster.Michael Niedermayer
2010-02-19Get rid of a local variable, 10 cpu cycles faster.Michael Niedermayer
2010-02-19Move abs() from decode_cabac_mb_mvd() to the code that writes mvd_cache.Michael Niedermayer
2010-02-19Add some AAC buffer overread checks.Alex Converse