| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for picture_ptr field in MJpegDecodeContext | anatoly | 2011-03-30 | 1 | -0/+1 |
* | Move MJPEG's input buffer preprocessing in separate public function | anatoly | 2011-03-30 | 1 | -0/+3 |
* | Support reference picture defined by bitmask in MJPEG's SOS decoder | anatoly | 2011-03-30 | 1 | -1/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add a seperate VLC table for progressive jpeg so we dont have to subtract 16 ... | Michael Niedermayer | 2010-10-21 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -1/+1 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -1/+1 |
* | Avoid huge array for rgb ljpeg on the stack. | Michael Niedermayer | 2009-11-02 | 1 | -0/+3 |
* | Flip (M)JPEG frames encoded by Intel JPEG library. | Carl Eugen Hoyos | 2009-10-19 | 1 | -0/+1 |
* | Add a got_picture flag to MJpegDecodeContext which indicates if its picture | Reimar Döffinger | 2009-07-04 | 1 | -0/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | fix progressive jpeg: | Loren Merritt | 2008-12-10 | 1 | -0/+4 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Increase alignment for DCT block arrays from 8 to 16 | Alexander Strange | 2008-04-08 | 1 | -1/+1 |
* | remove #include "mpegvideo.h" where it is not needed | Aurelien Jacobs | 2008-03-05 | 1 | -1/+0 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.h | Aurelien Jacobs | 2007-05-19 | 1 | -0/+68 |
* | move mjpeg-b decoder in its own file | Aurelien Jacobs | 2007-05-19 | 1 | -0/+4 |
* | 10l: forgot to svn add mjpegdec.h | Aurelien Jacobs | 2007-05-19 | 1 | -0/+40 |