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
2015-08-28apng: Support inter-frame compressionDonny Yang
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-21Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer
2015-07-21Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-04-03avcodec/pngenc: don't return a value in a void functionJames Almer
2015-04-02png: Use libavutil's crc functions instead of zlib'sDonny Yang
2015-04-02apng: Add a basic APNG encoderDonny Yang
2015-04-01avcodec/png: Clearly separate encoding header and framesDonny Yang
2015-03-31png: Clear up the calculation of max packet sizeDonny Yang
2015-03-29png: Only init zlib onceDonny Yang
2015-03-29png: Calculate pixel format information only onceDonny Yang
2015-03-29png: Return slightly more meaningful error codesDonny Yang
2015-03-28png: Minor whitespace change and added missing commentDonny Yang
2015-03-28png: Use av_freep() instead of av_free()Donny Yang
2015-03-05avutil: Extract gamma determination from PNG encoder for future use. Adds pri...Kevin Wheatley
2015-03-04avcodec/pngenc: Remove outer () from macroMichael Niedermayer
2015-03-02avcodec/pngenc: replace round by lrint()Michael Niedermayer
2015-02-28lavc/pngenc: Support writing colorspace tags.Niklas Haas
2015-01-22lavc/pngenc: Support encoding ya16be.Carl Eugen Hoyos
2014-08-01Merge commit '5735552f1f17ea01dcbc99b08f54b5bf52176a8f'Michael Niedermayer
2014-08-01pngenc: Drop pointless pointer cast in png_write_row()Diego Biurrun
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