summaryrefslogtreecommitdiff
path: root/libavcodec/jpeglsdec.c
Commit message (Expand)AuthorAge
* JPEG-LS: clip offset based on cur_scan to valid range.Reimar Döffinger2011-08-27
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* | 10l, commit that should have been stashed into the merge.Michael Niedermayer2011-04-17
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-17
|\|
| * 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
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* 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