221 Commits (bd1179e36badfed93b3d7427f5e1752e1249342c)

Author SHA1 Message Date
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 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
Michael Niedermayer 47f4e2d896 avcodec/pngdec: Only allow one IHDR chunk 10 years ago
Donny Yang 130a6c04a4 avcodec/apng: Add partial support for blending with PAL8 pixel format 10 years ago
Donny Yang 33292c07fe avcodec/apng: Add support for blending with GRAY8A pixel format 10 years ago
Donny Yang 0ab1c46fe0 avcodec/apng: Add blending support for non-alpha pixel formats 10 years ago
Donny Yang ed09bb3782 avcodec/apng: Dispose previous frame properly 10 years ago
Donny Yang 7495e728f5 avcodec/apng: Remove blending support for AV_PIX_FMT_ARGB 10 years ago
wm4 b9f7a67708 png: Set the color range as full range 10 years ago
wm4 72e7553125 pngdec: set correct range 10 years ago
Andreas Cadhalpun 372aa0777a pngdec: don't use AV_PIX_FMT_MONOBLACK for apng 10 years ago
Andreas Cadhalpun 8f760be4d3 pngdec: return correct error code from decode_frame_common 10 years ago
Andreas Cadhalpun 287dbb0771 pngdec: check s->last_picture.f->data[0] before using it 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago