summaryrefslogtreecommitdiff
path: root/libavcodec/mjpegdec.h
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* mjpegdec: apply flipping after decoding, not beforeAnton Khirnov2014-01-09
* mjpegdec: use the AVFrame API properly.Anton Khirnov2013-12-09
* mjpeg: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* mjpegdec: add 'extern_huff' private option.Anton Khirnov2011-08-31
* Add support for picture_ptr field in MJpegDecodeContextanatoly2011-03-30
* Move MJPEG's input buffer preprocessing in separate public functionanatoly2011-03-30
* Support reference picture defined by bitmask in MJPEG's SOS decoderanatoly2011-03-30
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add a seperate VLC table for progressive jpeg so we dont have to subtract 16 ...Michael Niedermayer2010-10-21
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Avoid huge array for rgb ljpeg on the stack.Michael Niedermayer2009-11-02
* Flip (M)JPEG frames encoded by Intel JPEG library.Carl Eugen Hoyos2009-10-19
* Add a got_picture flag to MJpegDecodeContext which indicates if its pictureReimar Döffinger2009-07-04
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* fix progressive jpeg:Loren Merritt2008-12-10
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Increase alignment for DCT block arrays from 8 to 16Alexander Strange2008-04-08
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-05
* constMichael Niedermayer2008-02-01
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.hAurelien Jacobs2007-05-19
* move mjpeg-b decoder in its own fileAurelien Jacobs2007-05-19
* 10l: forgot to svn add mjpegdec.hAurelien Jacobs2007-05-19