summaryrefslogtreecommitdiff
path: root/libavcodec/pngenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/pngenc: Deduplicate AVClassesAndreas Rheinhardt2021-07-081-9/+2
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-081-1/+1
* avcodec/pngenc: Avoid copying APNG data, allow user-supplied bufferAndreas Rheinhardt2021-05-231-3/+3
* avcodec/pngenc: Remove always-true checkAndreas Rheinhardt2021-05-231-1/+1
* avcodec/pngenc: Mark encoders as init-threadsafeAndreas Rheinhardt2021-05-101-0/+2
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-2/+2
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-271-7/+0
* avcodec: Remove private options from AVCodecContextAndreas Rheinhardt2021-04-271-9/+0
* avcodec/pngenc: remove monowhite from apng formatsPaul B Mahol2021-02-141-1/+1
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-221-2/+2
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-211-1/+1
* lavc/pngenc: check malloc fail before using the pointerJun Zhao2019-05-121-1/+1
* avcodec: stop using deprecated codec flagsJames Almer2017-03-251-2/+2
* huffyuvencdsp: move shared functions to a new lossless_videoencdsp contextJames Almer2017-01-121-5/+5
* huffyuvencdsp: move functions only used by huffyuv from lossless_videodspJames Almer2017-01-121-1/+1
* apng: use side data to pass extradata to muxerAndreas Cadhalpun2016-10-281-3/+15
* avcodec/pngenc: check return value of av_frame_copy()Paul B Mahol2016-04-081-2/+6
* avcodec/pngenc: restore image size before copying frameDmitriy2016-04-081-0/+4
* Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a'Derek Buitenhuis2016-02-031-4/+17
|\
| * lavc: Move prediction_method to codec private optionsVittorio Giovara2016-01-211-3/+32
| * png: read and write stereo3d frame side data informationKirill Gavrilov2015-10-301-0/+22
* | avcodec/pngenc: Fix mixed up linesizesMichael Niedermayer2016-01-151-2/+2
* | avcodec/pngenc: Replace memcpy by av_image_copy()Michael Niedermayer2016-01-151-6/+3
* | avcodec/png: read and write stereo3d frame side data informationKirill Gavrilov2015-10-281-0/+19
* | avcodec/pngenc: Check that there is at least 1 frameMichael Niedermayer2015-10-071-0/+3
* | avcodec/pngenc: Initialize fctl_chunk to 0Michael Niedermayer2015-10-071-1/+1
* | apng: Support inter-frame compressionDonny Yang2015-08-281-36/+384
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-2/+2
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-211-0/+4
|\ \ | |/
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-5/+0
|\ \ | |/
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-11/+0
* | avcodec/pngenc: don't return a value in a void functionJames Almer2015-04-021-2/+4
* | png: Use libavutil's crc functions instead of zlib'sDonny Yang2015-04-021-10/+12
* | apng: Add a basic APNG encoderDonny Yang2015-04-021-9/+140
* | avcodec/png: Clearly separate encoding header and framesDonny Yang2015-04-011-58/+84
* | png: Clear up the calculation of max packet sizeDonny Yang2015-03-311-4/+8
* | png: Only init zlib onceDonny Yang2015-03-291-13/+14
* | png: Calculate pixel format information only onceDonny Yang2015-03-291-59/+65
* | png: Return slightly more meaningful error codesDonny Yang2015-03-291-12/+10
* | png: Minor whitespace change and added missing commentDonny Yang2015-03-281-1/+1
* | png: Use av_freep() instead of av_free()Donny Yang2015-03-281-3/+3
* | avutil: Extract gamma determination from PNG encoder for future use. Adds pri...Kevin Wheatley2015-03-051-25/+4
* | avcodec/pngenc: Remove outer () from macroMichael Niedermayer2015-03-041-1/+1
* | avcodec/pngenc: replace round by lrint()Michael Niedermayer2015-03-021-1/+2