| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/pngenc: Deduplicate AVClasses | Andreas Rheinhardt | 2021-07-08 | 1 | -9/+2 |
* | avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 1 | -1/+1 |
* | avcodec/pngenc: Avoid copying APNG data, allow user-supplied buffer | Andreas Rheinhardt | 2021-05-23 | 1 | -3/+3 |
* | avcodec/pngenc: Remove always-true check | Andreas Rheinhardt | 2021-05-23 | 1 | -1/+1 |
* | avcodec/pngenc: Mark encoders as init-threadsafe | Andreas Rheinhardt | 2021-05-10 | 1 | -0/+2 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avcodec: Remove deprecated AVCodecContext.coded_frame | Andreas Rheinhardt | 2021-04-27 | 1 | -7/+0 |
* | avcodec: Remove private options from AVCodecContext | Andreas Rheinhardt | 2021-04-27 | 1 | -9/+0 |
* | avcodec/pngenc: remove monowhite from apng formats | Paul B Mahol | 2021-02-14 | 1 | -1/+1 |
* | Stop hardcoding align=32 in av_frame_get_buffer() calls. | Anton Khirnov | 2020-05-22 | 1 | -2/+2 |
* | avcodec: deprecate Lossless and Intra Only encoder capabilites | James Almer | 2020-05-21 | 1 | -1/+1 |
* | lavc/pngenc: check malloc fail before using the pointer | Jun Zhao | 2019-05-12 | 1 | -1/+1 |
* | avcodec: stop using deprecated codec flags | James Almer | 2017-03-25 | 1 | -2/+2 |
* | huffyuvencdsp: move shared functions to a new lossless_videoencdsp context | James Almer | 2017-01-12 | 1 | -5/+5 |
* | huffyuvencdsp: move functions only used by huffyuv from lossless_videodsp | James Almer | 2017-01-12 | 1 | -1/+1 |
* | apng: use side data to pass extradata to muxer | Andreas Cadhalpun | 2016-10-28 | 1 | -3/+15 |
* | avcodec/pngenc: check return value of av_frame_copy() | Paul B Mahol | 2016-04-08 | 1 | -2/+6 |
* | avcodec/pngenc: restore image size before copying frame | Dmitriy | 2016-04-08 | 1 | -0/+4 |
* | Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a' | Derek Buitenhuis | 2016-02-03 | 1 | -4/+17 |
|\ |
|
| * | lavc: Move prediction_method to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -3/+32 |
| * | png: read and write stereo3d frame side data information | Kirill Gavrilov | 2015-10-30 | 1 | -0/+22 |
* | | avcodec/pngenc: Fix mixed up linesizes | Michael Niedermayer | 2016-01-15 | 1 | -2/+2 |
* | | avcodec/pngenc: Replace memcpy by av_image_copy() | Michael Niedermayer | 2016-01-15 | 1 | -6/+3 |
* | | avcodec/png: read and write stereo3d frame side data information | Kirill Gavrilov | 2015-10-28 | 1 | -0/+19 |
* | | avcodec/pngenc: Check that there is at least 1 frame | Michael Niedermayer | 2015-10-07 | 1 | -0/+3 |
* | | avcodec/pngenc: Initialize fctl_chunk to 0 | Michael Niedermayer | 2015-10-07 | 1 | -1/+1 |
* | | apng: Support inter-frame compression | Donny Yang | 2015-08-28 | 1 | -36/+384 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
* | | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370' | Michael Niedermayer | 2015-07-21 | 1 | -0/+4 |
|\| |
|
| * | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+4 |
* | | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534' | Michael Niedermayer | 2015-07-20 | 1 | -5/+0 |
|\| |
|
| * | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -11/+0 |
* | | avcodec/pngenc: don't return a value in a void function | James Almer | 2015-04-02 | 1 | -2/+4 |
* | | png: Use libavutil's crc functions instead of zlib's | Donny Yang | 2015-04-02 | 1 | -10/+12 |
* | | apng: Add a basic APNG encoder | Donny Yang | 2015-04-02 | 1 | -9/+140 |
* | | avcodec/png: Clearly separate encoding header and frames | Donny Yang | 2015-04-01 | 1 | -58/+84 |
* | | png: Clear up the calculation of max packet size | Donny Yang | 2015-03-31 | 1 | -4/+8 |
* | | png: Only init zlib once | Donny Yang | 2015-03-29 | 1 | -13/+14 |
* | | png: Calculate pixel format information only once | Donny Yang | 2015-03-29 | 1 | -59/+65 |
* | | png: Return slightly more meaningful error codes | Donny Yang | 2015-03-29 | 1 | -12/+10 |
* | | png: Minor whitespace change and added missing comment | Donny Yang | 2015-03-28 | 1 | -1/+1 |
* | | png: Use av_freep() instead of av_free() | Donny Yang | 2015-03-28 | 1 | -3/+3 |
* | | avutil: Extract gamma determination from PNG encoder for future use. Adds pri... | Kevin Wheatley | 2015-03-05 | 1 | -25/+4 |
* | | avcodec/pngenc: Remove outer () from macro | Michael Niedermayer | 2015-03-04 | 1 | -1/+1 |
* | | avcodec/pngenc: replace round by lrint() | Michael Niedermayer | 2015-03-02 | 1 | -1/+2 |