log mjpegdec.c @ 10570:ccbe83b66071 libavcodec

age author description
Fri, 20 Nov 2009 22:14:37 +0000 michael Allocate pictures with enough padding for jpeg. libavcodec
Thu, 19 Nov 2009 11:49:03 +0000 reimar Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is set libavcodec
Mon, 02 Nov 2009 14:12:25 +0000 michael Avoid huge array for rgb ljpeg on the stack. libavcodec
Mon, 19 Oct 2009 15:41:28 +0000 cehoyos Flip (M)JPEG frames encoded by Intel JPEG library. libavcodec
Fri, 16 Oct 2009 14:50:08 +0000 cehoyos Release unreleased buffers found by make test. libavcodec
Thu, 01 Oct 2009 05:52:38 +0000 kostya lavc MJPEG decoder is capable of decoding some extended sequential libavcodec
Thu, 30 Jul 2009 21:00:08 +0000 diego Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. libavcodec
Sat, 04 Jul 2009 18:24:43 +0000 reimar If the end of the input buffer is reached while decoding MJPEG and at least libavcodec
Sat, 04 Jul 2009 18:22:33 +0000 reimar Make the MJPEG decoder return -1 when no image was decoded so that decode libavcodec
Sat, 04 Jul 2009 18:20:35 +0000 reimar Add a got_picture flag to MJpegDecodeContext which indicates if its picture libavcodec
Sat, 04 Jul 2009 12:54:36 +0000 reimar mjpegdec: check that the coded dc_index and ac_index have a valid associated VLC table. libavcodec
Mon, 25 May 2009 02:34:31 +0000 bcoudurier honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes correctly libavcodec
Mon, 11 May 2009 04:34:23 +0000 conrad Add a chroma_sample_location field to define positioning of chroma samples libavcodec
Fri, 17 Apr 2009 13:03:56 +0000 michael Remove unused variables from ff_mjpeg_decode_sos() found by CSA. libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec