216 Commits (875f6955769bcb7caf083c1796ed6f3b2108c49e)

Author SHA1 Message Date
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
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
Vittorio Giovara 1e76345432 png: improve signature check 10 years ago
Michael Niedermayer 82a60de3b7 avcodec/pngdec: handle 4 more bytes with SIMD for RGB64 in paeth prediction 10 years ago
Michael Niedermayer ed9be7dd47 avcodec/x86/pngdsp: fix off by 1 error 10 years ago
Benoit Fouet 4fa2758c79 avcodec/pngdec: check av_image_get_linesize return value 10 years ago
Benoit Fouet 0f6931f4b6 avcodec/pngdec: use memcpy instead of byte loops for P frames. 10 years ago
Benoit Fouet 1d69ab9d1c avcodec/pngdec: fix indentation in handle_row() 10 years ago