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
2011-05-24dvdsubdec: fix incorrect colors.Alexandre Colucci
2011-05-24msmpeg4: reindent.Anton Khirnov
2011-05-24lavc: remove msmpeg4v1 encoder.Anton Khirnov
2011-05-24ac3enc: add channel coupling supportJustin Ruggles
2011-05-24partial revert of 01d3ebaf219d83c0a70cdf9696ecb6b868e8a165Michael Niedermayer
2011-05-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-24avcodec_find_decoder: prefer non experimental decoders.Michael Niedermayer
2011-05-24j2kdec: mark as CODEC_CAP_EXPERIMENTALMichael Niedermayer
2011-05-24j2k[c/h] j2kdec.c: Implement 2 code block stylesRukhsana Ruby
2011-05-24j2k: Add void as the parameter of function ff_j2k_init_tier1_lutsRukhsana Ruby
2011-05-24Add Kamil Nowosads j2k code.Kamil Nowosad
2011-05-23aacdec: fix typo in scalefactor clipping checkJustin Ruggles
2011-05-23mpegaudio: Correct license headerMichael Niedermayer
2011-05-23add 5.1 to stereo downmix to resample.cjan gerber
2011-05-23h264: Properly set coded_{width, height} when parsing H.264.Felipe Contreras
2011-05-23x86 asm: Add SECTION_TEXT to dct32_sse.asm.Dave Yeo
2011-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-23Do not ask for samples if a specific channel layout was requested.Carl Eugen Hoyos
2011-05-23libx264: specify field for default union values in optionsStefano Sabatini
2011-05-22Fix ticket127Michael Niedermayer
2011-05-22dct32: Replacing libav by ffmpeg in the license header with the authors permi...Michael Niedermayer
2011-05-22dct32_sse: eliminate some spillsLoren Merritt
2011-05-22Fix compilation with --disable-yasm.Vitor Sessak
2011-05-22Fix dct32() compilation with --disable-yasmVitor Sessak
2011-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-22mpeg2dec: Fix lowres 3Michael Niedermayer
2011-05-22wmadec: avoid infinit loop.Michael Niedermayer
2011-05-21dct32: Add AVX implementation of 32-point DCTVitor Sessak
2011-05-21dct32: Change pass 6 permutation to allow for AVX implementationVitor Sessak
2011-05-21dct32: port SSE 32-point DCT to YASMVitor Sessak
2011-05-21multiple inclusion guard cleanupDiego Biurrun
2011-05-21svq3: Do initialization after parsing the extradataRonald S. Bultje
2011-05-21Fix channel_layout documentation.Carl Eugen Hoyos
2011-05-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-21 Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer
2011-05-21Merge/split side data.Michael Niedermayer
2011-05-21Encoding alac with more than two channels is not supported.Carl Eugen Hoyos
2011-05-20mp3lame: add #include required for AV_RB32 macro.Ronald S. Bultje
2011-05-20LATM/AAC: Free previously initialized context on reinit.Ronald S. Bultje
2011-05-20Add support for a.out object format to assembler macros.Dave Yeo
2011-05-20mpegaudio: clean up #includesMans Rullgard
2011-05-20mpegaudio: move all header parsing to mpegaudiodecheader.[ch]Mans Rullgard
2011-05-20indeo3: release buffer in indeo3_decode_end()Stefano Sabatini
2011-05-20indeo3: remove unnecessary includesStefano Sabatini
2011-05-20indeo3: add @file doxy and a link to multimedia wiki documentationStefano Sabatini
2011-05-20libmp3lame: include "libavutil/intreadwrite.h" headerStefano Sabatini
2011-05-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-20qdm2: Use floating point synthesis filter.Vitor Sessak
2011-05-20h264: correct border check.Ronald S. Bultje
2011-05-20h264: fix loopfilter with threading at slice boundaries.Ronald S. Bultje