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-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
2012-03-09build: Skip compiling xvmc.h under the correct condition.Diego Biurrun
2012-03-07wma: Refactor common code to fix standalone compilation of WMA lossless decoder.Diego Biurrun
2012-03-05dca_parser: parse the sample rate and frame durationsJustin Ruggles
2012-03-04avcodec: add a Vorbis parser to get packet durationJustin Ruggles
2012-03-02Windows Media Audio Lossless decoderMashiat Sarker Shakkhar
2012-03-02msmpeg4: Split encoding backend code off from general backend code.Diego Biurrun
2012-02-23lavc: drop libdirac encoder.Anton Khirnov
2012-02-23mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles
2012-02-20libmp3lame: use avpriv_mpegaudio_decode_header() for output frame parsingJustin Ruggles
2012-02-17avcodec: add a Sun Rasterfile encoderAneesh Dogra
2012-02-15prores encoderKostya Shishkov
2012-02-15prores: move data shared between decoder and encoder to common fileKostya Shishkov
2012-02-15CDXL demuxer and decoderPaul B Mahol
2012-02-13Move PS2 MMI code below the mips subdirectory, where it belongs.Diego Biurrun
2012-02-09build: Add missing directories to DIRS declarations.Diego Biurrun
2012-02-08Remove Sun medialib glue code.Diego Biurrun
2012-01-31h264: Split h264-test off into a separate file - golomb-test.c.Diego Biurrun
2012-01-29png: move DSP functions to their own DSP context.Ronald S. Bultje
2012-01-28aacsbr: move some simdable loops to function pointersMans Rullgard
2012-01-27lavc: remove the deprecated opt.h header.Anton Khirnov
2012-01-25build: Automatically include architecture-specific library Makefile snippets.Diego Biurrun
2012-01-24avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles
2012-01-23XWD encoder and decoderPaul B Mahol
2012-01-11avcodec: add GSM parserJustin Ruggles
2011-12-28Indeo 4 decoderKostya Shishkov
2011-12-21build: fix standalone compilation of ADX encoderDiego Biurrun
2011-12-21build: fix standalone compilation of ADPCM decodersDiego Biurrun
2011-12-14v410 encoder and decoderDerek Buitenhuis
2011-12-13build: move inclusion of subdir.mak to main subdir loopMans Rullgard
2011-12-10Dxtory capture format decoderKostya Shishkov
2011-11-27avformat: add CRI ADX format demuxerJustin Ruggles
2011-11-27adx: add an ADX parser.Justin Ruggles
2011-11-27adx: calculate correct LPC coeffsJustin Ruggles
2011-11-25snow: split snow in snowdec and snowencLuca Barbato
2011-11-14hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert