aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mjpegdec.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mjpegdec: dont try to combine fields for decimated multiscope 2 materialMichael Niedermayer2015-06-211-0/+1
* avcodec/mjpegdec: Change upscale_* to an array instead of a bitmaskMichael Niedermayer2015-03-181-2/+2
* avcodec/mjpegdec: simplify chroma_height calculationMichael Niedermayer2014-10-211-1/+0
* Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-011-2/+2
|\
| * dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-2/+2
* | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer2014-06-191-0/+2
|\|
| * dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-0/+2
* | avcodec/jpeglsdec: add PAL8 supportMichael Niedermayer2014-04-011-0/+1
* | avcodec/mjpegdec: parse adobe_transformMichael Niedermayer2014-02-271-0/+1
* | avcodec/mjpegdec: pass into ff_mjpeg_decode_sos() and check bitmask sizeMichael Niedermayer2014-01-311-1/+2
* | mjpegdec: parse JPS extension and save relevant stereo3d informationKirill Gavrilov2014-01-301-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-091-0/+3
|\|
| * mjpegdec: apply flipping after decoding, not beforeAnton Khirnov2014-01-091-0/+3
* | Merge commit 'e2274aa555f023e4f4e4819bf29b2d7e0adec7d5'Michael Niedermayer2013-12-091-1/+1
|\|
| * mjpegdec: use the AVFrame API properly.Anton Khirnov2013-12-091-1/+1
| * mjpeg: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-191-0/+2
* | avcodec/mjpegdec: Read EXIF metadata in JPEG input.Thilo Borgmann2013-08-131-0/+1
* | mjpegdec: parse app-xfrmMichael Niedermayer2013-07-111-0/+1
* | mjpegdec: parse app-colrMichael Niedermayer2013-07-111-0/+1
* | mjpegdec: Fix used quant index for gbrMichael Niedermayer2013-07-111-0/+1
* | mjpeg: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-131-0/+2
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-2/+2
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-2/+2
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-1/+1
|\|
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-1/+1
* | cosmetics: minor libavcodec spelling errorsLou Logan2012-06-291-1/+1
* | Support decoding of some unusual jpeg samples.Carl Eugen Hoyos2012-01-061-2/+3
* | Support decoding yuv442 and yuv421 jpeg images.Carl Eugen Hoyos2011-12-271-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-011-0/+5
|\|
| * mjpegdec: add 'extern_huff' private option.Anton Khirnov2011-08-311-0/+5
| * Add support for picture_ptr field in MJpegDecodeContextanatoly2011-03-301-0/+1
| * Move MJPEG's input buffer preprocessing in separate public functionanatoly2011-03-301-0/+3
| * Support reference picture defined by bitmask in MJPEG's SOS decoderanatoly2011-03-301-1/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Add support for picture_ptr field in MJpegDecodeContextanatoly2011-04-261-0/+1
* | Move MJPEG's input buffer preprocessing in separate public functionanatoly2011-04-261-0/+3
* | Support reference picture defined by bitmask in MJPEG's SOS decoderanatoly2011-04-261-1/+2
|/
* Add a seperate VLC table for progressive jpeg so we dont have to subtract 16 ...Michael Niedermayer2010-10-211-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-1/+1
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-1/+1
* Avoid huge array for rgb ljpeg on the stack.Michael Niedermayer2009-11-021-0/+3
* Flip (M)JPEG frames encoded by Intel JPEG library.Carl Eugen Hoyos2009-10-191-0/+1
* Add a got_picture flag to MJpegDecodeContext which indicates if its pictureReimar Döffinger2009-07-041-0/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* fix progressive jpeg:Loren Merritt2008-12-101-0/+4
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3