summaryrefslogtreecommitdiff
path: root/libavcodec/mjpegdec.h
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Increase alignment for DCT block arrays from 8 to 16Alexander Strange2008-04-081-1/+1
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-051-1/+0
* constMichael Niedermayer2008-02-011-1/+1
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.hAurelien Jacobs2007-05-191-0/+68
* move mjpeg-b decoder in its own fileAurelien Jacobs2007-05-191-0/+4
* 10l: forgot to svn add mjpegdec.hAurelien Jacobs2007-05-191-0/+40