| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | png: split header state and data state in two separate variables. | Ronald S. Bultje | 2017-04-03 | 1 | -26/+39 |
* | | lavc: use av_fourcc2str() where appropriate | Clément Bœsch | 2017-03-29 | 1 | -5/+2 |
* | | avcodec/pngdec: Fix runtime error: left shift of 152 by 24 places cannot be r... | Michael Niedermayer | 2017-02-25 | 1 | -1/+1 |
* | | avcodec/pngdec: Check bit depth for validity | Michael Niedermayer | 2017-02-19 | 1 | -0/+9 |
* | | avcodec/pngdec: Store metadata directly into AVFrame | Michael Niedermayer | 2017-02-19 | 1 | -8/+5 |
* | | avcodec: Mark some codecs with threadsafe init as such | Derek Buitenhuis | 2017-02-07 | 1 | -1/+2 |
* | | avcodec/pngdec: Check trns more completely | Michael Niedermayer | 2017-02-04 | 1 | -1/+14 |
* | | avcodec/pngdec: Fix off by 1 size in decode_zbuf() | Michael Niedermayer | 2017-01-23 | 1 | -3/+3 |
* | | pngdec: check if previous frame exists instead of trusting sequence_number | Andreas Cadhalpun | 2016-11-27 | 1 | -1/+2 |
* | | Revert "apngdec: use side data to pass extradata to the decoder" | James Almer | 2016-11-18 | 1 | -21/+2 |
* | | apngdec: use side data to pass extradata to the decoder | Andreas Cadhalpun | 2016-11-01 | 1 | -2/+21 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | avcodec/pngdec: Fix alpha detection with skip_frame | Michael Niedermayer | 2016-04-09 | 1 | -0/+1 |
* | | avcodec/pngdec: use av_mod_uintp2 | James Almer | 2016-01-29 | 1 | -1/+1 |
* | | avcodec/pngdec: Replace assert by request for sample for unsupported TRNS cases | Michael Niedermayer | 2015-11-16 | 1 | -1/+4 |
* | | lavc/pngdec: set FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capability | Matthieu Bouron | 2015-11-15 | 1 | -0/+1 |
* | | apng: use correct size for output buffer | Andreas Cadhalpun | 2015-11-07 | 1 | -1/+3 |
* | | Merge commit '1720791e36f9cc24c05efea5bb275ab52156ce50' | Hendrik Leppkes | 2015-11-02 | 1 | -7/+9 |
|\| |
|
| * | png: read and write stereo3d frame side data information | Kirill Gavrilov | 2015-10-30 | 1 | -0/+18 |
* | | lavc/pngdec: honor skip_frame option | Matthieu Bouron | 2015-10-29 | 1 | -0/+32 |
* | | avcodec/png: read and write stereo3d frame side data information | Kirill Gavrilov | 2015-10-28 | 1 | -0/+16 |
* | | avcodec/pngdec: Use av_malloc_array() | Michael Niedermayer | 2015-10-11 | 1 | -1/+1 |
* | | avcodec/pngdec: Alloc buffer after blend_op check in handle_p_frame_apng() | Michael Niedermayer | 2015-10-11 | 1 | -4/+6 |
* | | avcodec/pngdec: Check blend_op. | Michael Niedermayer | 2015-10-11 | 1 | -0/+5 |
* | | avcodec: use HAVE_THREADS header guards to silence -Wunused-function | Ganesh Ajjanagadde | 2015-10-04 | 1 | -0/+2 |
* | | avcodec/pngdec: mark previous_picture as done on end of decode_frame_common() | Michael Niedermayer | 2015-10-01 | 1 | -0/+2 |