summaryrefslogtreecommitdiffstats
path: root/libavcodec/jpeglsdec.c
Commit message (Expand)AuthorAgeFilesLines
* jpegls: check the scan offsetLuca Barbato2013-05-171-0/+4
* jpegls: factorize return pathsLuca Barbato2013-05-171-5/+6
* jpegls: return meaningful errorsLuca Barbato2013-05-171-6/+5
* jpegls: K&R formatting cosmeticsLuca Barbato2013-05-161-96/+112
* jpegls: cosmetics: Drop some unnecessary parenthesesDiego Biurrun2013-05-151-3/+3
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-3/+7
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* jpeglsdec: Remove write-only variable in ff_jpegls_decode_lse().Diego Biurrun2012-05-091-3/+2
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-1/+1
* Add support for picture_ptr field in MJpegDecodeContextanatoly2011-03-301-9/+9
* 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
* 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
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* allows to disable jpegls decoderAurelien Jacobs2007-05-191-0/+14
* split jpeg_ls into jpeglsdec, jpeglsenc and jpeglsAurelien Jacobs2007-05-131-0/+361
OpenPOWER on IntegriCloud