summaryrefslogtreecommitdiff
path: root/libavcodec/jpeglsenc.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavc: Move prediction_method to codec private optionsVittorio Giovara2016-01-21
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* jpeglsenc: Mark codec as init-thread-safe and init-cleanupVittorio Giovara2015-04-28
* jpeglsenc: Check memory allocationsVittorio Giovara2015-04-28
* mjpeg: Move code only used in the encoder(s) to the appropriate headerDiego Biurrun2015-03-30
* jpegls: use the AVFrame API properly.Anton Khirnov2013-11-16
* jpegls: K&R formatting cosmeticsLuca Barbato2013-05-16
* jpegls: cosmetics: Drop some unnecessary parenthesesDiego Biurrun2013-05-15
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-01
* jpeglsenc: switch to encode2().Anton Khirnov2012-02-23
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-20
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-24
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* misc spelling fixesDiego Biurrun2007-06-12
* move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.hAurelien Jacobs2007-05-19
* split jpeg_ls into jpeglsdec, jpeglsenc and jpeglsAurelien Jacobs2007-05-13