251 Commits (773857df592d8f3095a548b3085c6b7fe6b30dfe)

Author SHA1 Message Date
Paul B Mahol 161495a3d0 avcodec/lscr: stop returning error if size of packet is 2 bytes 4 years ago
Michael Niedermayer 65b1ba680f avcodec/pngdec: Check for fctl after idat 4 years ago
Lynne b8d9bc2e87
pngdec: add ability to check chunk CRC 5 years ago
Michael Niedermayer 79e5c2ee2b avcodec/pngdec: Check length in fdAT 5 years ago
Limin Wang 4cea39ad9b avcodec/pngdec: remove the unnecessary type conversion 5 years ago
Michael Niedermayer 4c7bcaa385 avcodec/pngdec: Pass ret from decode_iccp_chunk() 5 years ago
Peter Ross 55d830f69a avcodec/pngdec: set return value on av_stereo3d_create_side_data() failure 5 years ago
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Anton Khirnov 665e5b0fba lavc: replace AVCodecInternal.allocate_progress with an internal cap 5 years ago
Michael Niedermayer 861183f2e6 avcodec/pngdec: Check amount decoded 5 years ago
Steven Liu aea36b6357 avcodec/pngdec: add logging context to log 5 years ago
Michael Niedermayer 361b3c873e avcodec/pngdec: Optimize has_trns code 5 years ago
Michael Niedermayer 70432eac0b avcodec/pngdec: consider chunk size in minimal size check 5 years ago
Michael Niedermayer 18c808ffbe avcodec/pngdec: Check that previous_picture has same w/h/format 5 years ago
Michael Niedermayer c830752142 avcodec/pngdec: Check input space 5 years ago
Michael Niedermayer 4fd74a2b10 avcodec/pngdec: Check nb_blocks 6 years ago
Paul B Mahol 16f7c1f291 avcodec: add LSCR decoder 6 years ago
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