index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
pngdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec/pngdec: fully support the tRNS chunk
Donny Yang
2015-08-31
1
-9
/
+89
*
Merge commit '4fee11ab05fc8569ef35c0ce86a60375c903eefb'
Hendrik Leppkes
2015-08-05
1
-1
/
+1
|
\
|
*
png: Be more informative regarding signature errors
Luca Barbato
2015-08-02
1
-3
/
+17
*
|
Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'
Michael Niedermayer
2015-07-27
1
-2
/
+2
|
\
\
|
|
/
|
*
lavc: AV-prefix all codec capabilities
Vittorio Giovara
2015-07-27
1
-1
/
+1
*
|
apng: Fix decoding images with the PREVIOUS dispose op
Donny Yang
2015-07-22
1
-20
/
+27
*
|
avcodec/apngdec: Fix typos in decoder causing incorrect results
Donny Yang
2015-07-20
1
-5
/
+6
*
|
avcodec/pngdec: Check values before updating context in decode_fctl_chunk()
Michael Niedermayer
2015-06-29
1
-13
/
+21
*
|
avcodec/pngdec: Copy IHDR & plte state from last thread
Michael Niedermayer
2015-06-29
1
-8
/
+15
*
|
avcodec/pngdec: Require a IHDR chunk before fctl
Michael Niedermayer
2015-06-29
1
-0
/
+5
*
|
avcodec/pngdec: Only allow one IHDR chunk
Michael Niedermayer
2015-06-29
1
-0
/
+5
*
|
avcodec/apng: Add partial support for blending with PAL8 pixel format
Donny Yang
2015-06-08
1
-1
/
+14
*
|
avcodec/apng: Add support for blending with GRAY8A pixel format
Donny Yang
2015-06-08
1
-1
/
+7
*
|
avcodec/apng: Add blending support for non-alpha pixel formats
Donny Yang
2015-06-08
1
-0
/
+15
*
|
avcodec/apng: Dispose previous frame properly
Donny Yang
2015-06-08
1
-87
/
+92
*
|
avcodec/apng: Remove blending support for AV_PIX_FMT_ARGB
Donny Yang
2015-06-03
1
-6
/
+1
*
|
Merge commit 'b9f7a677083647d85e583d6d7384938766a293d7'
Michael Niedermayer
2015-05-10
1
-2
/
+2
|
\
\
|
|
/
|
*
png: Set the color range as full range
wm4
2015-05-09
1
-0
/
+2
*
|
pngdec: set correct range
wm4
2015-05-08
1
-0
/
+2
*
|
pngdec: don't use AV_PIX_FMT_MONOBLACK for apng
Andreas Cadhalpun
2015-05-03
1
-1
/
+1
*
|
pngdec: return correct error code from decode_frame_common
Andreas Cadhalpun
2015-05-03
1
-5
/
+10
*
|
pngdec: check s->last_picture.f->data[0] before using it
Andreas Cadhalpun
2015-05-03
1
-1
/
+1
*
|
Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'
Michael Niedermayer
2015-04-20
1
-1
/
+1
|
\
\
|
|
/
|
*
lavc: Replace av_dlog and tprintf with internal macros
Vittorio Giovara
2015-04-19
1
-3
/
+3
*
|
Merge commit '1e763454322f7fbc7799f6009bf2e11d7a3b9821'
Michael Niedermayer
2015-01-15
1
-1
/
+1
|
\
\
|
|
/
|
*
png: improve signature check
Vittorio Giovara
2015-01-14
1
-3
/
+4
*
|
avcodec/pngdec: handle 4 more bytes with SIMD for RGB64 in paeth prediction
Michael Niedermayer
2014-12-08
1
-1
/
+2
*
|
avcodec/x86/pngdsp: fix off by 1 error
Michael Niedermayer
2014-12-08
1
-1
/
+1
*
|
avcodec/pngdec: check av_image_get_linesize return value
Benoit Fouet
2014-12-08
1
-0
/
+3
*
|
avcodec/pngdec: use memcpy instead of byte loops for P frames.
Benoit Fouet
2014-12-04
1
-12
/
+13
*
|
avcodec/pngdec: fix indentation in handle_row()
Benoit Fouet
2014-12-04
1
-6
/
+6
*
|
avcodec/pngdec: fix mem leak in init()
Benoit Fouet
2014-12-04
1
-1
/
+5
*
|
libavcodec/pngdec: support 'previous' dispose operation for APNG.
Benoit Fouet
2014-12-04
1
-22
/
+50
*
|
apng: move shared header from avformat to avcodec.
Benoit Fouet
2014-12-02
1
-1
/
+1
*
|
avcodec/pngdec: apng: fix output buffer filling when no blending is needed.
Benoit Fouet
2014-11-28
1
-0
/
+10
*
|
avcodec/pngdec: allow for some code path optimizations.
Benoit Fouet
2014-11-28
1
-4
/
+4
*
|
avcodec/pngdec: do not blend on transparent black
Benoit Fouet
2014-11-28
1
-5
/
+1
*
|
avcodec/pngdec: add support for 'over' blend operation for 'none' dispose ope...
Benoit Fouet
2014-11-28
1
-27
/
+133
*
|
avcodec/pngdec: split P frames handling to a separate function.
Benoit Fouet
2014-11-28
1
-12
/
+17
*
|
avcodec/pngdec: Fix paeth prediction with small images
Michael Niedermayer
2014-11-26
1
-2
/
+4
*
|
avcodec/pngdec: Check IHDR/IDAT order
Michael Niedermayer
2014-11-26
1
-0
/
+6
*
|
avcodec/pngdec: add APNG support.
Benoit Fouet
2014-11-21
1
-3
/
+136
*
|
avcodec/pngdec: split frame decoding in its own function.
Benoit Fouet
2014-11-14
1
-39
/
+49
*
|
avcodec/pngdec: create a function to handle small (<=4) bits per pixel values.
Benoit Fouet
2014-11-14
1
-69
/
+75
*
|
avcodec/pngdec: use else if instead of if for small bpp handling.
Benoit Fouet
2014-11-14
1
-4
/
+2
*
|
avcodec/pngdec: fix some indentation/whitespaces
Benoit Fouet
2014-11-14
1
-9
/
+9
*
|
avcodec/pngdec: create a function to decode tRNS chunk.
Benoit Fouet
2014-11-14
1
-13
/
+20
*
|
avcodec/pngdec: create a function to decode PLTE chunk.
Benoit Fouet
2014-11-14
1
-17
/
+24
*
|
avcodec/pngdec: create a function to decode IDAT chunk.
Benoit Fouet
2014-11-14
1
-98
/
+109
*
|
avcodec/pngdec: create a function to decode pHYs chunk.
Benoit Fouet
2014-11-14
1
-9
/
+18
[next]