summaryrefslogtreecommitdiffstats
path: root/libavcodec/jpeglsenc.c
Commit message (Expand)AuthorAgeFilesLines
* jpegls: use the AVFrame API properly.Anton Khirnov2013-11-161-12/+15
* jpegls: K&R formatting cosmeticsLuca Barbato2013-05-161-106/+134
* jpegls: cosmetics: Drop some unnecessary parenthesesDiego Biurrun2013-05-151-3/+3
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-11/+11
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+4
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-2/+1
* Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-1/+1
* jpeglsenc: switch to encode2().Anton Khirnov2012-02-231-10/+21
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-201-1/+1
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-241-9/+8
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-061-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-181-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-1/+1
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.hAurelien Jacobs2007-05-191-0/+1
* split jpeg_ls into jpeglsdec, jpeglsenc and jpeglsAurelien Jacobs2007-05-131-0/+392
OpenPOWER on IntegriCloud