]> git.sesse.net Git - ffmpeg/history - libavcodec/jpeglsenc.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / jpeglsenc.c
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2015-04-28 Vittorio Giovarajpeglsenc: Mark codec as init-thread-safe and init...
2015-04-28 Vittorio Giovarajpeglsenc: Check memory allocations
2015-03-30 Diego Biurrunmjpeg: Move code only used in the encoder(s) to the...
2013-11-16 Anton Khirnovjpegls: use the AVFrame API properly.
2013-05-15 Luca Barbatojpegls: K&R formatting cosmetics
2013-05-15 Diego Biurrunjpegls: cosmetics: Drop some unnecessary parentheses
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
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-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-03-01 Diego BiurrunRemove unnecessary AVFrame pointer casts.
2012-02-23 Anton Khirnovjpeglsenc: switch to encode2().
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_copy_bits and align_put...
2011-09-24 Diego BiurrunUse explicit struct initializers for AVCodec declarations.
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-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
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-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
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-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-19 Aurelien Jacobsmove MJpegDecodeContext declaration from mjpeg.h to...
2007-05-13 Aurelien Jacobssplit jpeg_ls into jpeglsdec, jpeglsenc and jpegls