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-05-28Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c'Michael Niedermayer
2014-05-27dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun
2014-03-17Merge commit 'cccac7654f3f6b82967bc6ae08b35ae8b4fbe1a9'Michael Niedermayer
2014-03-17Merge commit 'c598b569fb3d1f4b6c4868fe64f6989254df5186'Michael Niedermayer
2014-03-17png: Support rgb48 and rgba64 encodingCarl Eugen Hoyos
2014-03-17png: K&R formatting cosmeticsVittorio Giovara
2014-02-23avcodec/pngenc: fix invalid read in sub filter.Clément Bœsch
2013-11-17Merge commit '45bde93eefa78c1bdb0936109fbd2e2fb27fbfe7'Michael Niedermayer
2013-11-16pngenc: use the AVFrame API properly.Anton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-08avcodec/png: remove obsolete commentsPaul B Mahol
2013-08-13png: allow encoding 16-bit grayscaleIan Taylor
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-13pngenc: Add 'dpi', 'dpm' optionsAndrey Utkin
2013-04-17Remove two anonymous arrays.Carl Eugen Hoyos
2013-02-21Fix bits_per_coded_sample when encoding png with frame-level multithreading.Carl Eugen Hoyos
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-10-13pngenc: write sample aspect ratioPaul B Mahol
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-10lavc/pngenc: Enable frame threading for PNG encodesBen Jackson
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-15Remove duplicated png and mng signatures.Paul B Mahol
2012-06-11pngenc: use av_assertMichael Niedermayer
2012-06-11Make png-in-mov QuickTime-compatible for more colour-spaces.Carl Eugen Hoyos
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-23pngenc: make max_packet_size 64bit check check it.Michael Niedermayer
2012-03-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-22pngenc: better upper bound for encoded frame size.Anton Khirnov
2012-03-22pngenc: switch to ff_alloc_packet2().Michael Niedermayer
2012-03-20pngenc: Fix incorrect mask used for interlaced mode.Michael Niedermayer
2012-03-20pngenc: allocate packets that have some chance of being large enough.Michael Niedermayer
2012-02-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-21png: make .long_name more descriptivePaul B Mahol
2012-02-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-17pngenc: switch to encode2().Anton Khirnov
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-01-16Support rgb48 and rgba64 png encoding.Carl Eugen Hoyos
2012-01-16Simplify RGB32 png encoding.Carl Eugen Hoyos
2012-01-16Support gray16 png encoding.Carl Eugen Hoyos
2012-01-16Support gray8a png encoding.Carl Eugen Hoyos
2011-12-07Do not ignore full transparency when writing png palette.Carl Eugen Hoyos
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer