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
2012-08-10lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code.Anton Khirnov
2012-08-09mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard
2012-08-09build: factor out mpegvideo.o dependencies to CONFIG_MPEGVIDEOMans Rullgard
2012-08-07lavc: add AV prefix to codec ids.Anton Khirnov
2012-08-02dct-test: always link with aandcttab.oMans Rullgard
2012-08-02Canopus Lossless decoderDerek Buitenhuis
2012-08-01dca: Move tables used outside of dcadec.c to a separate file.Diego Biurrun
2012-08-01dca: Rename dca.c ---> dcadec.cDiego Biurrun
2012-07-27build: Rename aandct component to more descriptive aandcttablesDiego Biurrun
2012-07-22G.723.1 demuxer and decoderMohamed Naufal Basheer
2012-07-18build: add CONFIG_VP3DSP, reduce repetition in OBJS listsMans Rullgard
2012-07-17libopenjpeg: introduce encoding supportMichael Bradshaw
2012-07-17libopenjpeg: rename decoder source file.Michael Bradshaw
2012-07-13MS Expression Encoder Screen decoderKostya Shishkov
2012-07-12build: Fix Ogg demuxer dependenciesDiego Biurrun
2012-07-12build: Fix FLAC demuxer dependenciesDiego Biurrun
2012-07-12flac: Move flac functions shared between libraries to flac common codeDiego Biurrun
2012-07-12build: Fix CAF demuxer dependenciesDiego Biurrun
2012-07-12build: Fix MP2 muxer dependenciesDiego Biurrun
2012-07-12build: Add missing build rules for the ISMV muxerDiego Biurrun
2012-07-12Support AAC encoding via the external library fdk-aacMartin Storsjö
2012-07-11TechSmith Screen Codec 2 decoderKostya Shishkov
2012-07-09mss3: split DSP functions that are used in MTS2(MSS4) into separate fileKostya Shishkov
2012-07-04flacdec: split off channel decorrelation as flacdspMans Rullgard
2012-07-02MS ATC Screen (aka MSS3) decoderKostya Shishkov
2012-06-20MS Screen 1 decoderKostya Shishkov
2012-06-18Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö
2012-06-05Indeo Audio decoderKostya Shishkov
2012-05-09libxvid: Give more suitable names to libxvid-related files.Diego Biurrun
2012-05-09libxvid: Separate libxvid encoder from libxvid rate control code.Diego Biurrun
2012-05-08dv: Split profile handling code into a separate file.Diego Biurrun
2012-05-07Move code shared between libdirac and libschroedinger to libschroedinger.Diego Biurrun
2012-05-07build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun
2012-05-07build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun
2012-05-06aacps: move some loops to function pointersMans Rullgard
2012-04-23Remove libdirac decoder.Diego Biurrun
2012-04-20avcodec: add a cook parser to get subpacket durationJustin Ruggles
2012-03-27dv: Split off DV video decoder into its own file.Diego Biurrun
2012-03-26build: Only clean the architecture subdirectory we build for.Diego Biurrun
2012-03-21libvorbis: use AVCodec.encode2()Justin Ruggles
2012-03-21ra144enc: use AVCodec.encode2()Justin Ruggles
2012-03-21nellymoserenc: use AVCodec.encode2()Justin Ruggles
2012-03-21libspeex: use AVCodec.encode2()Justin Ruggles
2012-03-21libmp3lame: use AVCodec.encode2()Justin Ruggles
2012-03-21libfaac: use AVCodec.encode2()Justin Ruggles
2012-03-21aacenc: use AVCodec.encode2()Justin Ruggles
2012-03-20oggdec: output correct timestamps for VorbisJustin Ruggles
2012-03-19ZeroCodec DecoderDerek Buitenhuis
2012-03-19RealAudio Lossless decoderKostya Shishkov
2012-03-17avcodec: add XBM encoderPaul B Mahol