index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
pngdec.c
Age
Commit message (
Expand
)
Author
2009-12-01
pngdec.c : release allocated buffers.
Jai Menon
2009-07-30
Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.
Diego Biurrun
2009-06-30
Support RGB48 PNG decoding
Kostya Shishkov
2009-06-05
png decoder use get_buffer, set CODEC_CAP_DR1
Baptiste Coudurier
2009-05-24
Fix unaligned dsputil call.
Vitor Sessak
2009-04-10
Add support to CorePNG P-frames.
Thilo Borgmann
2009-04-07
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2008-07-10
Remove useless casts.
avcoder
2008-06-12
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-04-29
Add long names to some AVCodec declarations.
Stefano Sabatini
2008-03-21
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-02-26
decode mng color decorrelation
Loren Merritt
2008-02-25
remove a memcpy
Loren Merritt
2008-02-21
simd and unroll png_filter_row
Loren Merritt
2008-02-01
const
Michael Niedermayer
2007-07-17
typo fixes
Diego Biurrun
2007-07-15
hardly anything in PNGContext is shared; split it
Måns Rullgård
2007-07-15
separate en/decoder specific parts from png.c
Måns Rullgård