]> git.sesse.net Git - ffmpeg/history - libavcodec/ljpegenc.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / ljpegenc.c
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2015-03-30 Diego Biurrunbuild: Split JPEG-related tables off into a separate...
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-06-30 Diego Biurrunmjpeg: Split off bits shared by MJPEG and LJPEG encoders
2014-03-16 Vittorio Giovaraljpeg: check color_range
2014-03-13 Vittorio Giovaraljpeg: fix duplicated pixel format entry
2013-12-05 Anton Khirnovljpegenc: split yuv encoding into a separate function
2013-12-05 Anton Khirnovljpegenc: split bgr encoding into a separate function
2013-12-05 Anton Khirnovljpegenc: accept bgr24 instead of bgra
2013-12-05 Anton Khirnovljpegenc: rename the encoding function.
2013-12-05 Anton Khirnovljpeg: remove a commented-out line
2013-12-05 Anton Khirnovljpegenc: deMpegEncContextize
2013-12-05 Anton Khirnovmjpegenc: do not pass MpegEncContext to ff_mjpeg_encode...
2013-12-05 Anton Khirnovmjpegenc: do not pass MpegEncContext to ff_mjpeg_encode...
2013-12-05 Anton Khirnovmjpegenc: do not pass MpegEncContext to ff_mjpeg_encode...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-01 Diego Biurrunavcodec: Drop silly and/or broken printf debug output
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-03-01 Diego BiurrunReplace AVFrame pointer casts by proper struct member...
2012-02-23 Anton Khirnovljpegenc: switch to encode2().
2012-02-15 Martin Storsjömpegvideo: Add ff_ prefix to nonstatic functions
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-12-10 Michael NiedermayerCorrect a forgotten RGB32.
2009-04-13 Stefano SabatiniRename pbBufPtr() to put_bits_ptr().
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-08-30 Michael NiedermayerFix lossless jpeg encoder to comply to spec and store...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-29 Stefano SabatiniAdd some long names to AVCodec declarations.
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-18 Aurelien Jacobsadd a proper prefix to all mjpeg encoder exported functions
2007-05-18 Aurelien Jacobssplit ljpeg encoder out of mjpeg.c