summaryrefslogtreecommitdiff
path: root/libavcodec/pngenc.c
Commit message (Expand)AuthorAge
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-22
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-21
* lavc/pngenc: check malloc fail before using the pointerJun Zhao2019-05-12
* avcodec: stop using deprecated codec flagsJames Almer2017-03-25
* huffyuvencdsp: move shared functions to a new lossless_videoencdsp contextJames Almer2017-01-12
* huffyuvencdsp: move functions only used by huffyuv from lossless_videodspJames Almer2017-01-12
* apng: use side data to pass extradata to muxerAndreas Cadhalpun2016-10-28
* avcodec/pngenc: check return value of av_frame_copy()Paul B Mahol2016-04-08
* avcodec/pngenc: restore image size before copying frameDmitriy2016-04-08
* Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a'Derek Buitenhuis2016-02-03
|\
| * lavc: Move prediction_method to codec private optionsVittorio Giovara2016-01-21
| * png: read and write stereo3d frame side data informationKirill Gavrilov2015-10-30
* | avcodec/pngenc: Fix mixed up linesizesMichael Niedermayer2016-01-15
* | avcodec/pngenc: Replace memcpy by av_image_copy()Michael Niedermayer2016-01-15
* | avcodec/png: read and write stereo3d frame side data informationKirill Gavrilov2015-10-28
* | avcodec/pngenc: Check that there is at least 1 frameMichael Niedermayer2015-10-07
* | avcodec/pngenc: Initialize fctl_chunk to 0Michael Niedermayer2015-10-07
* | apng: Support inter-frame compressionDonny Yang2015-08-28
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-21
|\|
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-20
|\|
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* | avcodec/pngenc: don't return a value in a void functionJames Almer2015-04-02
* | png: Use libavutil's crc functions instead of zlib'sDonny Yang2015-04-02
* | apng: Add a basic APNG encoderDonny Yang2015-04-02
* | avcodec/png: Clearly separate encoding header and framesDonny Yang2015-04-01
* | png: Clear up the calculation of max packet sizeDonny Yang2015-03-31
* | png: Only init zlib onceDonny Yang2015-03-29
* | png: Calculate pixel format information only onceDonny Yang2015-03-29
* | png: Return slightly more meaningful error codesDonny Yang2015-03-29
* | png: Minor whitespace change and added missing commentDonny Yang2015-03-28
* | png: Use av_freep() instead of av_free()Donny Yang2015-03-28
* | avutil: Extract gamma determination from PNG encoder for future use. Adds pri...Kevin Wheatley2015-03-05
* | avcodec/pngenc: Remove outer () from macroMichael Niedermayer2015-03-04
* | avcodec/pngenc: replace round by lrint()Michael Niedermayer2015-03-02
* | lavc/pngenc: Support writing colorspace tags.Niklas Haas2015-02-28
* | lavc/pngenc: Support encoding ya16be.Carl Eugen Hoyos2015-01-22
* | Merge commit '5735552f1f17ea01dcbc99b08f54b5bf52176a8f'Michael Niedermayer2014-08-01
|\|
| * pngenc: Drop pointless pointer cast in png_write_row()Diego Biurrun2014-08-01
* | Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c'Michael Niedermayer2014-05-28
|\|
| * dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun2014-05-27
* | Merge commit 'cccac7654f3f6b82967bc6ae08b35ae8b4fbe1a9'Michael Niedermayer2014-03-17
|\|
| * png: Support rgb48 and rgba64 encodingCarl Eugen Hoyos2014-03-16
* | Merge commit 'c598b569fb3d1f4b6c4868fe64f6989254df5186'Michael Niedermayer2014-03-17
|\|