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
/
pngenc.c
Age
Commit message (
Expand
)
Author
2012-12-21
miscellaneous typo fixes
Diego Biurrun
2012-10-08
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-04-06
cosmetics: Align codec declarations
Martin Storsjö
2012-03-22
pngenc: better upper bound for encoded frame size.
Anton Khirnov
2012-02-21
png: make .long_name more descriptive
Paul B Mahol
2012-02-17
pngenc: switch to encode2().
Anton Khirnov
2012-02-15
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2011-07-29
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-05-02
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2010-07-10
Add av_ prefix to bswap macros
Måns Rullgård
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2009-09-06
Mark all pix_fmts and supported_framerates compound literals as const.
Reimar Döffinger
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-05-11
Replace some occurrences of -1 with PIX_FMT_NONE.
Carl Eugen Hoyos
2008-05-09
dsputil.h is not a system header, use "" when #including it.
Diego Biurrun
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
simplify
Loren Merritt
2008-02-25
png filters
Loren Merritt
2007-10-09
Allow to override zlib compression level in PNG encoder via avctx->compressio...
Reimar Döffinger
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