| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/pngdec: Cleanup generically on init failure | Andreas Rheinhardt | 2022-02-11 | 1 | -6/+3 |
* | avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer() | Andreas Rheinhardt | 2022-02-09 | 1 | -8/+9 |
* | avcodec/thread: Move ff_thread_(await|report)_progress to new header | Andreas Rheinhardt | 2022-02-09 | 1 | -0/+1 |
* | Avoid calling functions repeatedly via FFMIN | Andreas Rheinhardt | 2021-07-18 | 1 | -1/+3 |
* | lavc/pngdec: fix updating reference frames for APNG_DISPOSE_OP_BACKGROUND | Anton Khirnov | 2021-05-14 | 1 | -3/+3 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | lavc/pngdec: always create a copy for APNG_DISPOSE_OP_BACKGROUND | Anton Khirnov | 2021-04-08 | 1 | -7/+11 |
* | lavc/pngdec: use a separate bytestream reader for each chunk | Anton Khirnov | 2021-04-08 | 1 | -94/+72 |
* | lavc/pngdec: improve chunk length check | Anton Khirnov | 2021-04-08 | 1 | -1/+1 |
* | lavc/pngdec: restructure exporting frame meta/side data | Anton Khirnov | 2021-04-08 | 1 | -43/+119 |
* | lavc/pngdec: remove unnecessary context variables | Anton Khirnov | 2021-04-08 | 1 | -19/+17 |
* | lavc/pngdec: perform APNG blending in-place | Anton Khirnov | 2021-04-08 | 1 | -23/+28 |
* | avcodec/pngdec: Fix memleak by postponing allocation | Andreas Rheinhardt | 2021-03-19 | 1 | -5/+3 |
* | avcodec: Constify some AVPackets | Andreas Rheinhardt | 2021-03-09 | 1 | -1/+1 |
* | pngdec: fix and simplify apng reference handling | Anton Khirnov | 2021-02-24 | 1 | -51/+42 |
* | lavc: split LSCR decoder out of PNG decoder | Anton Khirnov | 2021-02-24 | 1 | -168/+6 |
* | avcodec/pngdec: fix possible race condition with APNG decoding | Paul B Mahol | 2021-02-13 | 1 | -2/+2 |
* | avcodec/lscr: stop returning error if size of packet is 2 bytes | Paul B Mahol | 2020-09-16 | 1 | -0/+2 |
* | avcodec/pngdec: Check for fctl after idat | Michael Niedermayer | 2020-07-01 | 1 | -0/+5 |
* | pngdec: add ability to check chunk CRC | Lynne | 2020-05-26 | 1 | -0/+17 |
* | avcodec/pngdec: Check length in fdAT | Michael Niedermayer | 2020-05-10 | 1 | -1/+1 |
* | avcodec/pngdec: remove the unnecessary type conversion | Limin Wang | 2020-05-08 | 1 | -2/+2 |
* | avcodec/pngdec: Pass ret from decode_iccp_chunk() | Michael Niedermayer | 2020-04-20 | 1 | -1/+1 |
* | avcodec/pngdec: set return value on av_stereo3d_create_side_data() failure | Peter Ross | 2020-04-18 | 1 | -1/+3 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -5/+1 |
* | lavc: replace AVCodecInternal.allocate_progress with an internal cap | Anton Khirnov | 2020-04-10 | 1 | -4/+6 |
* | avcodec/pngdec: Check amount decoded | Michael Niedermayer | 2020-02-03 | 1 | -0/+12 |
* | avcodec/pngdec: add logging context to log | Steven Liu | 2019-10-08 | 1 | -1/+1 |
* | avcodec/pngdec: Optimize has_trns code | Michael Niedermayer | 2019-09-02 | 1 | -8/+29 |
* | avcodec/pngdec: consider chunk size in minimal size check | Michael Niedermayer | 2019-08-11 | 1 | -1/+1 |
* | avcodec/pngdec: Check that previous_picture has same w/h/format | Michael Niedermayer | 2019-07-13 | 1 | -0/+3 |
* | avcodec/pngdec: Check input space | Michael Niedermayer | 2019-06-25 | 1 | -0/+3 |
* | avcodec/pngdec: Check nb_blocks | Michael Niedermayer | 2019-05-25 | 1 | -0/+2 |
* | avcodec: add LSCR decoder | Paul B Mahol | 2019-04-13 | 1 | -0/+154 |
* | avcodec/pngdec: Check compression method | Michael Niedermayer | 2018-11-16 | 1 | -0/+4 |
* | lavc/pngdec: Replace the number by macro for bprint init | Jun Zhao | 2018-06-17 | 1 | -2/+2 |
* | Merge commit '9f5b77c16f4da6248b57f0601364d9c762c620c2' | James Almer | 2017-11-11 | 1 | -4/+4 |
|\ |
|
| * | png: Report more details regarding unsupported pixel formats | Luca Barbato | 2017-08-21 | 1 | -0/+3 |
| * | avcodec: Mark some codecs with threadsafe init as such | Derek Buitenhuis | 2017-02-09 | 1 | -0/+1 |
| * | Use correct printf conversion specifiers for POSIX integer types | Diego Biurrun | 2016-12-23 | 1 | -1/+1 |
* | | lavc/pngdec: fix av_bprint_finalize() usage. | Nicolas George | 2017-11-09 | 1 | -9/+9 |
* | | pngdec: expose gAMA and cHRM chunks as side/meta data | Rostislav Pehlivanov | 2017-11-09 | 1 | -1/+38 |
* | | pngdec: check for bprint finalization sucess on icc data parsing | Rostislav Pehlivanov | 2017-11-09 | 1 | -0/+2 |
* | | avcodec/pngdec: Clean up on av_frame_ref() failure | Michael Niedermayer | 2017-09-20 | 1 | -1/+1 |
* | | avcodec/pngdec: Fix () placement | Michael Niedermayer | 2017-08-22 | 1 | -1/+1 |
* | | pngdec: fix potential memory leak | Rostislav Pehlivanov | 2017-07-26 | 1 | -1/+4 |
* | | pngdec: decode and expose iCCP chunks as side data | Rostislav Pehlivanov | 2017-07-25 | 1 | -0/+45 |
* | | avcodec/pngdec: Use ff_set_dimensions() | Michael Niedermayer | 2017-05-04 | 1 | -2/+3 |
* | | avcodec: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | | png: set AVFrame flags/fields before calling setup_finished(). | Ronald S. Bultje | 2017-04-03 | 1 | -2/+2 |