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
2014-04-23On2 AVC decoderKostya Shishkov
2014-04-19Silicon Graphics Motion Video Compressor 1 & 2 decoderPeter Ross
2014-04-19Silicon Graphics RLE 8-bit video decoderPeter Ross
2014-04-08libtwolame MP2 encoding supportPaul B Mahol
2014-04-06LucasArts SMUSH VIMA audio decoderPaul B Mahol
2014-04-06LucasArts SMUSH SANM video decoderPaul B Mahol
2014-04-04On2 VP7 decoderPeter Ross
2014-04-01OpenEXR decoderJimmy Christensen
2014-03-28bmp: add a standalone parserPaul B Mahol
2014-03-28X-Bitmap decoderVittorio Giovara
2014-03-28PAF demuxer and decoderPaul B Mahol
2014-03-27BRender PIX image decoderAleksi Nurmi
2014-03-27Alias PIX image encoder and decoderVittorio Giovara
2014-03-24build: Add config option for CABAC codeDiego Biurrun
2014-03-24h264: Split h264 slice decoding from nal decodingLuca Barbato
2014-03-24h264: move macroblock decoding into its own fileVittorio Giovara
2014-03-24build: Sort h264 objectsLuca Barbato
2014-03-24build: h264 parser depends on full h264 decoderLuca Barbato
2014-03-22dsputil: Move thirdpel-related bits into their own contextDiego Biurrun
2014-03-17mpegvideo: move ff_draw_horiz_band() to mpegutils.cVittorio Giovara
2014-03-06build: Let the SVQ3 decoder depend on the H.264 decoderDiego Biurrun
2014-03-01build: Let the ffvhuff decoder/encoder depend on the huffyuv decoder/encoderDiego Biurrun
2014-03-01build: Let the iac decoder depend on the imc decoderDiego Biurrun
2014-02-28build: Let all MJPEG-related decoders depend on the MJPEG decoderDiego Biurrun
2014-02-28build: Let AMV decoder depend on the SP5X decoderDiego Biurrun
2014-02-28prores: Drop DSP infrastructure for prores encoder bitsDiego Biurrun
2014-02-26build: Do not redundantly specifiy H.263-related object files for MSMPEG4v*Diego Biurrun
2014-02-17Move all example programs to doc/examplesDiego Biurrun
2014-02-12Add libx265 encoderDerek Buitenhuis
2014-02-08Mirillis FIC video decoderKostya Shishkov
2014-01-15build: Add separate hidden config option for the intrax8 codeDiego Biurrun
2014-01-09ATRAC3+ decoderMaxim Polijakowski
2013-12-22Add a libwebp encoderJustin Ruggles
2013-12-17png: add a standalone parserPeter Holik
2013-12-13build: Merge pthreads/w32threads OBJS declarationsDiego Biurrun
2013-12-09configure: Prefix libc-related variables with "libc_"Diego Biurrun
2013-12-09p*menc: use the AVFrame API properly.Anton Khirnov
2013-12-08libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0Guillaume Martres
2013-12-02dv: Split off DV video encoder into its own fileDiego Biurrun
2013-12-02dv: Move DV VLC data tables out of header fileDiego Biurrun
2013-11-26lavc: remove mp3_header_(de)compress bitstream filtersAnton Khirnov
2013-11-24mpegaudiodec: Consistently handle fixed/float templatingDiego Biurrun
2013-11-15lavc: VP9 decoderRonald S. Bultje
2013-11-08dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun
2013-11-04lavc: split slice and frame threading functions into separate filesAnton Khirnov
2013-10-31Add HEVC decoderGuillaume Martres
2013-10-31HNM4/HNM4A demuxer & video decoderDavid Kment
2013-10-28lavc: remove old unused audio conversion functions.Anton Khirnov
2013-09-27pcm: support 24-bit/32-bit little-endian planarPaul B Mahol
2013-09-18Add a WebP decoderJustin Ruggles