234 Commits (abb0306bf301f82e1f18a3a70c04261fb0daa1e8)

Author SHA1 Message Date
Michael Niedermayer 1f99674ddd avcodec/pngdec: Check compression method 6 years ago
Jun Zhao e4d14b046e lavc/pngdec: Replace the number by macro for bprint init 7 years ago
Nicolas George dfa859b85a lavc/pngdec: fix av_bprint_finalize() usage. 7 years ago
Rostislav Pehlivanov 0a771e6b32 pngdec: expose gAMA and cHRM chunks as side/meta data 7 years ago
Rostislav Pehlivanov 723b6baaf8 pngdec: check for bprint finalization sucess on icc data parsing 7 years ago
Michael Niedermayer 5480e82d77 avcodec/pngdec: Clean up on av_frame_ref() failure 7 years ago
Michael Niedermayer a2e444d5bb avcodec/pngdec: Fix () placement 7 years ago
Luca Barbato 0c99b900d8 png: Support RGBA64 pixel format 7 years ago
Luca Barbato 9f5b77c16f png: Report more details regarding unsupported pixel formats 7 years ago
Rostislav Pehlivanov 133dafe24f pngdec: fix potential memory leak 7 years ago
Rostislav Pehlivanov 2e08bbb282 pngdec: decode and expose iCCP chunks as side data 7 years ago
Michael Niedermayer a0296fc056 avcodec/pngdec: Use ff_set_dimensions() 8 years ago
Muhammad Faiz 31f61b0d4f avcodec: do not use AVFrame accessor 8 years ago
Ronald S. Bultje eff2861a75 png: set AVFrame flags/fields before calling setup_finished(). 8 years ago
Ronald S. Bultje 478f1c3d5e png: split header state and data state in two separate variables. 8 years ago
Clément Bœsch 2d12b910f7 lavc: use av_fourcc2str() where appropriate 8 years ago
Michael Niedermayer 310d2af319 avcodec/pngdec: Fix runtime error: left shift of 152 by 24 places cannot be represented in type 'int' 8 years ago
Michael Niedermayer 4279613a26 avcodec/pngdec: Check bit depth for validity 8 years ago
Michael Niedermayer 2ac6eedac5 avcodec/pngdec: Store metadata directly into AVFrame 8 years ago
Derek Buitenhuis 77c23704c7 avcodec: Mark some codecs with threadsafe init as such 8 years ago
Derek Buitenhuis 91ed4e7196 avcodec: Mark some codecs with threadsafe init as such 8 years ago
Michael Niedermayer e477f09d0b avcodec/pngdec: Check trns more completely 8 years ago
Michael Niedermayer e371f031b9 avcodec/pngdec: Fix off by 1 size in decode_zbuf() 8 years ago
Diego Biurrun 0b77a59336 Use correct printf conversion specifiers for POSIX integer types 8 years ago
Andreas Cadhalpun 801b5c18c7 pngdec: check if previous frame exists instead of trusting sequence_number 8 years ago
James Almer 16c429166d Revert "apngdec: use side data to pass extradata to the decoder" 8 years ago
Andreas Cadhalpun e0c6b32046 apngdec: use side data to pass extradata to the decoder 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Michael Niedermayer d433623fba avcodec/pngdec: Fix alpha detection with skip_frame 9 years ago
James Almer 1bb3b90db8 avcodec/pngdec: use av_mod_uintp2 9 years ago
Michael Niedermayer a62178be80 avcodec/pngdec: Replace assert by request for sample for unsupported TRNS cases 9 years ago
Matthieu Bouron 0cdc77f104 lavc/pngdec: set FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capability 9 years ago
Andreas Cadhalpun 3e8e1a660e apng: use correct size for output buffer 9 years ago
Kirill Gavrilov 1720791e36 png: read and write stereo3d frame side data information 9 years ago
Matthieu Bouron cbe2dfa4e5 lavc/pngdec: honor skip_frame option 9 years ago
Kirill Gavrilov bea931c2eb avcodec/png: read and write stereo3d frame side data information 9 years ago
Michael Niedermayer 98b8bf12bc avcodec/pngdec: Use av_malloc_array() 9 years ago
Michael Niedermayer 47c5a3058e avcodec/pngdec: Alloc buffer after blend_op check in handle_p_frame_apng() 9 years ago
Michael Niedermayer 1e7e4f13f9 avcodec/pngdec: Check blend_op. 9 years ago
Ganesh Ajjanagadde 2cbaa078d1 avcodec: use HAVE_THREADS header guards to silence -Wunused-function 9 years ago
Michael Niedermayer 9e9d731b51 avcodec/pngdec: mark previous_picture as done on end of decode_frame_common() 9 years ago
Paul B Mahol 1d0487f77f avcodec/pngdec: reset has_trns after every decode_frame_png() 9 years ago
Donny Yang 51d4bca5a4 avcodec/pngdec: fully support the tRNS chunk 9 years ago
Luca Barbato 4fee11ab05 png: Be more informative regarding signature errors 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Donny Yang a906e86a8d apng: Fix decoding images with the PREVIOUS dispose op 9 years ago
Donny Yang 0030613d69 avcodec/apngdec: Fix typos in decoder causing incorrect results 9 years ago
Michael Niedermayer b54ac8403b avcodec/pngdec: Check values before updating context in decode_fctl_chunk() 10 years ago
Michael Niedermayer f1ffa01dd3 avcodec/pngdec: Copy IHDR & plte state from last thread 10 years ago
Michael Niedermayer a1736926e9 avcodec/pngdec: Require a IHDR chunk before fctl 10 years ago