]> git.sesse.net Git - ffmpeg/history - libavcodec/pngenc.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / pngenc.c
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2014-08-01 Diego Biurrunpngenc: Drop pointless pointer cast in png_write_row()
2014-05-27 Diego Biurrundsputil: Split off HuffYUV encoding bits into their...
2014-03-16 Carl Eugen Hoyospng: Support rgb48 and rgba64 encoding
2014-03-16 Vittorio Giovarapng: K&R formatting cosmetics
2013-11-16 Anton Khirnovpngenc: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-08-13 Ian Taylorpng: allow encoding 16-bit grayscale
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-22 Anton Khirnovpngenc: better upper bound for encoded frame size.
2012-02-21 Paul B Maholpng: make .long_name more descriptive
2012-02-17 Anton Khirnovpngenc: switch to encode2().
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-07-10 avcoderRemove useless casts.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-05-09 Diego Biurrundsputil.h is not a system header, use "" when #includin...
2008-04-29 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-26 Loren Merrittsimplify
2008-02-25 Loren Merrittpng filters
2007-10-09 Reimar DöffingerAllow to override zlib compression level in PNG encoder...
2007-07-15 Måns Rullgårdhardly anything in PNGContext is shared; split it
2007-07-15 Måns Rullgårdseparate en/decoder specific parts from png.c