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: Use ff_set_dimensions()
Michael Niedermayer
2017-05-04
1
-2
/
+3
*
avcodec: do not use AVFrame accessor
Muhammad Faiz
2017-04-23
1
-1
/
+1
*
png: set AVFrame flags/fields before calling setup_finished().
Ronald S. Bultje
2017-04-03
1
-2
/
+2
*
png: split header state and data state in two separate variables.
Ronald S. Bultje
2017-04-03
1
-26
/
+39
*
lavc: use av_fourcc2str() where appropriate
Clément Bœsch
2017-03-29
1
-5
/
+2
*
avcodec/pngdec: Fix runtime error: left shift of 152 by 24 places cannot be r...
Michael Niedermayer
2017-02-25
1
-1
/
+1
*
avcodec/pngdec: Check bit depth for validity
Michael Niedermayer
2017-02-19
1
-0
/
+9
*
avcodec/pngdec: Store metadata directly into AVFrame
Michael Niedermayer
2017-02-19
1
-8
/
+5
*
avcodec: Mark some codecs with threadsafe init as such
Derek Buitenhuis
2017-02-07
1
-1
/
+2
*
avcodec/pngdec: Check trns more completely
Michael Niedermayer
2017-02-04
1
-1
/
+14
*
avcodec/pngdec: Fix off by 1 size in decode_zbuf()
Michael Niedermayer
2017-01-23
1
-3
/
+3
*
pngdec: check if previous frame exists instead of trusting sequence_number
Andreas Cadhalpun
2016-11-27
1
-1
/
+2
*
Revert "apngdec: use side data to pass extradata to the decoder"
James Almer
2016-11-18
1
-21
/
+2
*
apngdec: use side data to pass extradata to the decoder
Andreas Cadhalpun
2016-11-01
1
-2
/
+21
*
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
Clément Bœsch
2016-06-21
1
-1
/
+1
|
\
|
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-1
/
+1
*
|
avcodec/pngdec: Fix alpha detection with skip_frame
Michael Niedermayer
2016-04-09
1
-0
/
+1
*
|
avcodec/pngdec: use av_mod_uintp2
James Almer
2016-01-29
1
-1
/
+1
*
|
avcodec/pngdec: Replace assert by request for sample for unsupported TRNS cases
Michael Niedermayer
2015-11-16
1
-1
/
+4
*
|
lavc/pngdec: set FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capability
Matthieu Bouron
2015-11-15
1
-0
/
+1
*
|
apng: use correct size for output buffer
Andreas Cadhalpun
2015-11-07
1
-1
/
+3
*
|
Merge commit '1720791e36f9cc24c05efea5bb275ab52156ce50'
Hendrik Leppkes
2015-11-02
1
-7
/
+9
|
\
\
|
|
/
|
*
png: read and write stereo3d frame side data information
Kirill Gavrilov
2015-10-30
1
-0
/
+18
*
|
lavc/pngdec: honor skip_frame option
Matthieu Bouron
2015-10-29
1
-0
/
+32
*
|
avcodec/png: read and write stereo3d frame side data information
Kirill Gavrilov
2015-10-28
1
-0
/
+16
*
|
avcodec/pngdec: Use av_malloc_array()
Michael Niedermayer
2015-10-11
1
-1
/
+1
*
|
avcodec/pngdec: Alloc buffer after blend_op check in handle_p_frame_apng()
Michael Niedermayer
2015-10-11
1
-4
/
+6
*
|
avcodec/pngdec: Check blend_op.
Michael Niedermayer
2015-10-11
1
-0
/
+5
*
|
avcodec: use HAVE_THREADS header guards to silence -Wunused-function
Ganesh Ajjanagadde
2015-10-04
1
-0
/
+2
*
|
avcodec/pngdec: mark previous_picture as done on end of decode_frame_common()
Michael Niedermayer
2015-10-01
1
-0
/
+2
*
|
avcodec/pngdec: reset has_trns after every decode_frame_png()
Paul B Mahol
2015-09-28
1
-1
/
+1
*
|
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
[next]