| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mjpegdec: simplify chroma_height calculation | Michael Niedermayer | 2014-10-21 | 1 | -1/+0 |
* | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e' | Michael Niedermayer | 2014-07-01 | 1 | -2/+2 |
|\ |
|
| * | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -2/+2 |
* | | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9' | Michael Niedermayer | 2014-06-19 | 1 | -0/+2 |
|\| |
|
| * | dsputil: Split clear_block*/fill_block* off into a separate context | Diego Biurrun | 2014-06-18 | 1 | -0/+2 |
* | | avcodec/jpeglsdec: add PAL8 support | Michael Niedermayer | 2014-04-01 | 1 | -0/+1 |
* | | avcodec/mjpegdec: parse adobe_transform | Michael Niedermayer | 2014-02-27 | 1 | -0/+1 |
* | | avcodec/mjpegdec: pass into ff_mjpeg_decode_sos() and check bitmask size | Michael Niedermayer | 2014-01-31 | 1 | -1/+2 |
* | | mjpegdec: parse JPS extension and save relevant stereo3d information | Kirill Gavrilov | 2014-01-30 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-01-09 | 1 | -0/+3 |
|\| |
|
| * | mjpegdec: apply flipping after decoding, not before | Anton Khirnov | 2014-01-09 | 1 | -0/+3 |
* | | Merge commit 'e2274aa555f023e4f4e4819bf29b2d7e0adec7d5' | Michael Niedermayer | 2013-12-09 | 1 | -1/+1 |
|\| |
|
| * | mjpegdec: use the AVFrame API properly. | Anton Khirnov | 2013-12-09 | 1 | -1/+1 |
| * | mjpeg: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -0/+2 |
* | | avcodec/mjpegdec: Read EXIF metadata in JPEG input. | Thilo Borgmann | 2013-08-13 | 1 | -0/+1 |
* | | mjpegdec: parse app-xfrm | Michael Niedermayer | 2013-07-11 | 1 | -0/+1 |
* | | mjpegdec: parse app-colr | Michael Niedermayer | 2013-07-11 | 1 | -0/+1 |
* | | mjpegdec: Fix used quant index for gbr | Michael Niedermayer | 2013-07-11 | 1 | -0/+1 |
* | | mjpeg: use hpeldsp instead of dsputil for half-pel functions. | Ronald S. Bultje | 2013-03-13 | 1 | -0/+2 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -2/+2 |
|\| |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -2/+2 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -1/+1 |
|\| |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -1/+1 |
* | | cosmetics: minor libavcodec spelling errors | Lou Logan | 2012-06-29 | 1 | -1/+1 |
* | | Support decoding of some unusual jpeg samples. | Carl Eugen Hoyos | 2012-01-06 | 1 | -2/+3 |
* | | Support decoding yuv442 and yuv421 jpeg images. | Carl Eugen Hoyos | 2011-12-27 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-01 | 1 | -0/+5 |
|\| |
|
| * | mjpegdec: add 'extern_huff' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+5 |
| * | 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 support for picture_ptr field in MJpegDecodeContext | anatoly | 2011-04-26 | 1 | -0/+1 |
* | | Move MJPEG's input buffer preprocessing in separate public function | anatoly | 2011-04-26 | 1 | -0/+3 |
* | | Support reference picture defined by bitmask in MJPEG's SOS decoder | anatoly | 2011-04-26 | 1 | -1/+2 |
|/ |
|
* | 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 |