200 Commits (fd0b42344a7a96f9401c4e1682bd9ded413d0607)

Author SHA1 Message Date
  Michael Niedermayer fd0b42344a avcodec/pngdec: Clean up on av_frame_ref() failure 8 years ago
  Michael Niedermayer 4ea21dd574 avcodec/pngdec: Use ff_set_dimensions() 8 years ago
  Michael Niedermayer f7e3422a8f avcodec/pngdec: Fix runtime error: left shift of 152 by 24 places cannot be represented in type 'int' 9 years ago
  Michael Niedermayer 00a81ed120 avcodec/pngdec: Check bit depth for validity 9 years ago
  Michael Niedermayer 3aa8440baf avcodec/pngdec: Check trns more completely 9 years ago
  Michael Niedermayer 1febd817b1 avcodec/pngdec: Fix off by 1 size in decode_zbuf() 9 years ago
  Michael Niedermayer 71a3113333 avcodec/pngdec: Replace assert by request for sample for unsupported TRNS cases 10 years ago
  Andreas Cadhalpun c0cd8747ef apng: use correct size for output buffer 10 years ago
  Michael Niedermayer c149a4afee avcodec/pngdec: Check blend_op. 10 years ago
  Paul B Mahol 39df4d2475 avcodec/pngdec: reset has_trns after every decode_frame_png() 10 years ago
  Donny Yang 51d4bca5a4 avcodec/pngdec: fully support the tRNS chunk 10 years ago
  Luca Barbato 4fee11ab05 png: Be more informative regarding signature errors 10 years ago
  Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
  Donny Yang a906e86a8d apng: Fix decoding images with the PREVIOUS dispose op 10 years ago
  Donny Yang 0030613d69 avcodec/apngdec: Fix typos in decoder causing incorrect results 10 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 11 years ago
  Vittorio Giovara 1e76345432 png: improve signature check 11 years ago
  Michael Niedermayer 82a60de3b7 avcodec/pngdec: handle 4 more bytes with SIMD for RGB64 in paeth prediction 11 years ago
  Michael Niedermayer ed9be7dd47 avcodec/x86/pngdsp: fix off by 1 error 11 years ago
  Benoit Fouet 4fa2758c79 avcodec/pngdec: check av_image_get_linesize return value 11 years ago
  Benoit Fouet 0f6931f4b6 avcodec/pngdec: use memcpy instead of byte loops for P frames. 11 years ago
  Benoit Fouet 1d69ab9d1c avcodec/pngdec: fix indentation in handle_row() 11 years ago
  Benoit Fouet 6e9b060e4f avcodec/pngdec: fix mem leak in init() 11 years ago
  Benoit Fouet 08aec6f68e libavcodec/pngdec: support 'previous' dispose operation for APNG. 11 years ago
  Benoit Fouet 543fceba9c apng: move shared header from avformat to avcodec. 11 years ago
  Benoit Fouet ebf2052a61 avcodec/pngdec: apng: fix output buffer filling when no blending is needed. 11 years ago
  Benoit Fouet af8804ac86 avcodec/pngdec: allow for some code path optimizations. 11 years ago
  Benoit Fouet aff50ae1d1 avcodec/pngdec: do not blend on transparent black 11 years ago
  Benoit Fouet cfd83a8af6 avcodec/pngdec: add support for 'over' blend operation for 'none' dispose operation. 11 years ago
  Benoit Fouet 7dfee8d697 avcodec/pngdec: split P frames handling to a separate function. 11 years ago
  Michael Niedermayer 9a53707e86 avcodec/pngdec: Fix paeth prediction with small images 11 years ago
  Michael Niedermayer 79ceaf827b avcodec/pngdec: Check IHDR/IDAT order 11 years ago
  Benoit Fouet 33acebd3cc avcodec/pngdec: add APNG support. 11 years ago
  Benoit Fouet 00df32f6a9 avcodec/pngdec: split frame decoding in its own function. 11 years ago
  Benoit Fouet 8cab24df07 avcodec/pngdec: create a function to handle small (<=4) bits per pixel values. 11 years ago
  Benoit Fouet 24ca2ffad8 avcodec/pngdec: use else if instead of if for small bpp handling. 11 years ago