summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-12avcodec/mjpegdec: Read EXIF metadata in JPEG input.Thilo Borgmann4-1/+49
2013-07-11mjpegdec: parse app-xfrmMichael Niedermayer2-0/+8
2013-07-11mjpegdec: parse app-colrMichael Niedermayer2-0/+8
2013-07-11mjpegdec: Fix used quant index for gbrMichael Niedermayer2-4/+6
2013-03-13mjpeg: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje3-1/+5
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer169-907/+929
2013-01-23Drop DCTELEM typedefDiego Biurrun163-812/+835
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer133-295/+306
2012-12-04lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov133-293/+305
2012-06-29cosmetics: minor libavcodec spelling errorsLou Logan25-31/+31
2012-01-05Support decoding of some unusual jpeg samples.Carl Eugen Hoyos2-13/+41
2011-12-27Support decoding yuv442 and yuv421 jpeg images.Carl Eugen Hoyos2-0/+30
2011-08-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer16-196/+443
2011-08-31mjpegdec: add 'extern_huff' private option.Anton Khirnov5-0/+32
2011-04-26Add support for picture_ptr field in MJpegDecodeContextanatoly3-14/+20
2011-04-26Move MJPEG's input buffer preprocessing in separate public functionanatoly2-32/+55
2011-04-26Support reference picture defined by bitmask in MJPEG's SOS decoderanatoly3-11/+47
2011-03-30Add support for picture_ptr field in MJpegDecodeContextanatoly4-27/+30
2011-03-30Move MJPEG's input buffer preprocessing in separate public functionanatoly2-32/+55
2011-03-30Support reference picture defined by bitmask in MJPEG's SOS decoderanatoly3-16/+73
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-10-21Add a seperate VLC table for progressive jpeg so we dont have to subtract 16 ...Michael Niedermayer2-7/+12
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård58-202/+199
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård71-230/+230
2009-11-02Avoid huge array for rgb ljpeg on the stack.Michael Niedermayer2-3/+8
2009-10-19Flip (M)JPEG frames encoded by Intel JPEG library.Carl Eugen Hoyos2-1/+7
2009-07-04Add a got_picture flag to MJpegDecodeContext which indicates if its pictureReimar Döffinger2-0/+11
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini117-121/+121
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann137-172/+541
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2008-12-10fix progressive jpeg:Loren Merritt2-45/+202
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-04-08Increase alignment for DCT block arrays from 8 to 16Alexander Strange5-5/+5
2008-03-05remove #include "mpegvideo.h" where it is not neededAurelien Jacobs8-10/+6
2008-02-01constMichael Niedermayer2-7/+7
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-05-19move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.hAurelien Jacobs3-67/+69
2007-05-19move mjpeg-b decoder in its own fileAurelien Jacobs4-134/+166
2007-05-1910l: forgot to svn add mjpegdec.hAurelien Jacobs1-0/+40