summaryrefslogtreecommitdiffstats
path: root/libavcodec/pngdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '4fee11ab05fc8569ef35c0ce86a60375c903eefb'Hendrik Leppkes2015-08-051-1/+1
|\
| * png: Be more informative regarding signature errorsLuca Barbato2015-08-021-3/+17
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | apng: Fix decoding images with the PREVIOUS dispose opDonny Yang2015-07-221-20/+27
* | avcodec/apngdec: Fix typos in decoder causing incorrect resultsDonny Yang2015-07-201-5/+6
* | avcodec/pngdec: Check values before updating context in decode_fctl_chunk()Michael Niedermayer2015-06-291-13/+21
* | avcodec/pngdec: Copy IHDR & plte state from last threadMichael Niedermayer2015-06-291-8/+15
* | avcodec/pngdec: Require a IHDR chunk before fctlMichael Niedermayer2015-06-291-0/+5
* | avcodec/pngdec: Only allow one IHDR chunkMichael Niedermayer2015-06-291-0/+5
* | avcodec/apng: Add partial support for blending with PAL8 pixel formatDonny Yang2015-06-081-1/+14
* | avcodec/apng: Add support for blending with GRAY8A pixel formatDonny Yang2015-06-081-1/+7
* | avcodec/apng: Add blending support for non-alpha pixel formatsDonny Yang2015-06-081-0/+15
* | avcodec/apng: Dispose previous frame properlyDonny Yang2015-06-081-87/+92
* | avcodec/apng: Remove blending support for AV_PIX_FMT_ARGBDonny Yang2015-06-031-6/+1
* | Merge commit 'b9f7a677083647d85e583d6d7384938766a293d7'Michael Niedermayer2015-05-101-2/+2
|\ \ | |/
| * png: Set the color range as full rangewm42015-05-091-0/+2
* | pngdec: set correct rangewm42015-05-081-0/+2
* | pngdec: don't use AV_PIX_FMT_MONOBLACK for apngAndreas Cadhalpun2015-05-031-1/+1
* | pngdec: return correct error code from decode_frame_commonAndreas Cadhalpun2015-05-031-5/+10
* | pngdec: check s->last_picture.f->data[0] before using itAndreas Cadhalpun2015-05-031-1/+1
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-1/+1
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-3/+3
* | Merge commit '1e763454322f7fbc7799f6009bf2e11d7a3b9821'Michael Niedermayer2015-01-151-1/+1
|\ \ | |/
| * png: improve signature checkVittorio Giovara2015-01-141-3/+4
* | avcodec/pngdec: handle 4 more bytes with SIMD for RGB64 in paeth predictionMichael Niedermayer2014-12-081-1/+2
* | avcodec/x86/pngdsp: fix off by 1 errorMichael Niedermayer2014-12-081-1/+1
* | avcodec/pngdec: check av_image_get_linesize return valueBenoit Fouet2014-12-081-0/+3
* | avcodec/pngdec: use memcpy instead of byte loops for P frames.Benoit Fouet2014-12-041-12/+13
* | avcodec/pngdec: fix indentation in handle_row()Benoit Fouet2014-12-041-6/+6
* | avcodec/pngdec: fix mem leak in init()Benoit Fouet2014-12-041-1/+5
* | libavcodec/pngdec: support 'previous' dispose operation for APNG.Benoit Fouet2014-12-041-22/+50
* | apng: move shared header from avformat to avcodec.Benoit Fouet2014-12-021-1/+1
* | avcodec/pngdec: apng: fix output buffer filling when no blending is needed.Benoit Fouet2014-11-281-0/+10
* | avcodec/pngdec: allow for some code path optimizations.Benoit Fouet2014-11-281-4/+4
* | avcodec/pngdec: do not blend on transparent blackBenoit Fouet2014-11-281-5/+1
* | avcodec/pngdec: add support for 'over' blend operation for 'none' dispose ope...Benoit Fouet2014-11-281-27/+133
* | avcodec/pngdec: split P frames handling to a separate function.Benoit Fouet2014-11-281-12/+17
* | avcodec/pngdec: Fix paeth prediction with small imagesMichael Niedermayer2014-11-261-2/+4
* | avcodec/pngdec: Check IHDR/IDAT orderMichael Niedermayer2014-11-261-0/+6
* | avcodec/pngdec: add APNG support.Benoit Fouet2014-11-211-3/+136
* | avcodec/pngdec: split frame decoding in its own function.Benoit Fouet2014-11-141-39/+49
* | avcodec/pngdec: create a function to handle small (<=4) bits per pixel values.Benoit Fouet2014-11-141-69/+75
* | avcodec/pngdec: use else if instead of if for small bpp handling.Benoit Fouet2014-11-141-4/+2
* | avcodec/pngdec: fix some indentation/whitespacesBenoit Fouet2014-11-141-9/+9
* | avcodec/pngdec: create a function to decode tRNS chunk.Benoit Fouet2014-11-141-13/+20
* | avcodec/pngdec: create a function to decode PLTE chunk.Benoit Fouet2014-11-141-17/+24
* | avcodec/pngdec: create a function to decode IDAT chunk.Benoit Fouet2014-11-141-98/+109
* | avcodec/pngdec: create a function to decode pHYs chunk.Benoit Fouet2014-11-141-9/+18
* | avcodec/pngdec: create a function to decode IHDR chunk.Benoit Fouet2014-11-141-20/+28
OpenPOWER on IntegriCloud