summaryrefslogtreecommitdiff
path: root/libavcodec/jpeglsdec.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* jpegls: Check memory allocationVittorio Giovara2015-05-31
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* mjpeg: Mark decoder family as thread safeVittorio Giovara2015-03-13
* jpegls: check the scan offsetLuca Barbato2013-05-17
* jpegls: factorize return pathsLuca Barbato2013-05-17
* jpegls: return meaningful errorsLuca Barbato2013-05-17
* jpegls: K&R formatting cosmeticsLuca Barbato2013-05-16
* jpegls: cosmetics: Drop some unnecessary parenthesesDiego Biurrun2013-05-15
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* jpeglsdec: Remove write-only variable in ff_jpegls_decode_lse().Diego Biurrun2012-05-09
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-17
* Add support for picture_ptr field in MJpegDecodeContextanatoly2011-03-30
* 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
* 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
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* allows to disable jpegls decoderAurelien Jacobs2007-05-19
* split jpeg_ls into jpeglsdec, jpeglsenc and jpeglsAurelien Jacobs2007-05-13