summaryrefslogtreecommitdiffstats
path: root/libavcodec/mjpegdec.c
Commit message (Expand)AuthorAgeFilesLines
* mjpeg: abort decoding if packet is too large.Ronald S. Bultje2012-02-241-0/+4
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-5/+5
* mjpegdec: use av_fast_padded_malloc()Reimar Döffinger2012-02-011-7/+3
* lavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-4/+0
* mjpegdec: K&R formatting cosmeticsDaniel Huang2012-01-081-683/+726
* mjpegdec: parse RSTn to prevent skipping other data in mjpeg_decode_scanJanne Grunau2012-01-051-8/+16
* mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse2011-12-211-6/+3
* Fix a bunch of common typos.Diego Biurrun2011-12-111-3/+3
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-221-1/+1
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-1/+1
* mjpegdec: add 'extern_huff' private option.Anton Khirnov2011-08-311-0/+20
* mjpeg: treat external huffman table setup failure as codec init failure if ex...Dustin Brody2011-08-311-2/+2
* mjpeg: propagate decode errors from ff_mjpeg_decode_sos and ff_mjpeg_decode_dqtDustin Brody2011-08-111-1/+3
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-20/+16
* jpegdec: actually search for and parse RSTnMichael Niedermayer2011-07-231-2/+5
* Remove unused structs and tables.Diego Biurrun2011-07-161-23/+0
* Remove statements immediately following unconditional jumpsMans Rullgard2011-07-031-1/+0
* mjpeg: remove pointless braces around block of codeMans Rullgard2011-07-031-21/+19
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* mjpeg: Detect overreads in mjpeg_decode_scan() and error out.Michael Niedermayer2011-04-261-0/+4
* Add support for picture_ptr field in MJpegDecodeContextanatoly2011-03-301-17/+19
* Move MJPEG's input buffer preprocessing in separate public functionanatoly2011-03-301-32/+52
* Support reference picture defined by bitmask in MJPEG's SOS decoderanatoly2011-03-301-14/+70
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Set maximum lowres value for the MJPEG decoder to 3.Carl Eugen Hoyos2011-02-161-1/+1
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Replace dprintf with av_dlogLuca Barbato2011-01-291-1/+1
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* Sanitise get_bits macros, part 1Mans Rullgard2011-01-231-12/+12
* Values >4 for lowres corrupt output.Carl Eugen Hoyos2011-01-161-1/+1
* Fix memleak in mjpeg decoder.Michael Niedermayer2010-10-221-2/+6
* Optimize EOB check in mjpeg decode_block() by adjusting the VLC symbol.Michael Niedermayer2010-10-211-3/+2
* Simplify last coeff check in mjpeg decode_block()Michael Niedermayer2010-10-211-6/+1
* Check index in mjpeg AC decode against overflowing.Michael Niedermayer2010-10-211-2/+6
* Add a seperate VLC table for progressive jpeg so we dont have to subtract 16 ...Michael Niedermayer2010-10-211-6/+11
* Factor code&0xf out of if() in decode_block_progressive().Michael Niedermayer2010-10-211-2/+2
* Cleanup decode_block_progressive()Michael Niedermayer2010-10-211-7/+7
* Factorize ((unsigned) code) >> 4 out of decode_block_progressive() in jpeg.Michael Niedermayer2010-10-211-2/+2
* Move if() in mjpeg decode_block() to simplify condition.Michael Niedermayer2010-10-211-1/+1
* Simplify build_vlc() by using init_vlc_sparse() in mjpeg.Michael Niedermayer2010-10-211-10/+7
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Fix undefined expressions that use multiple calls to get_bits().Alex Converse2010-08-241-2/+2
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-2/+2
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-2/+2
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-071-0/+2
* 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-2/+2
* Fix misc typos, patch byStefano Sabatini2010-01-271-1/+1
OpenPOWER on IntegriCloud