log mjpegdec.c @ 12488:351a81a23343 libavcodec

age author description
Tue, 07 Sep 2010 19:15:29 +0000 stefano Use new imgutils.h API names, fix deprecation warnings. libavcodec
Tue, 24 Aug 2010 16:10:25 +0000 alexc Fix undefined expressions that use multiple calls to get_bits(). libavcodec
Fri, 06 Aug 2010 09:37:04 +0000 stefano Remove use of the deprecated function avcodec_check_dimensions(), use libavcodec
Sat, 10 Jul 2010 22:12:30 +0000 mru Add av_ prefix to bswap macros libavcodec
Sat, 10 Jul 2010 22:09:01 +0000 mru bswap: change ME to NE in macro names libavcodec
Wed, 07 Jul 2010 21:23:36 +0000 cehoyos Add new decoder property max_lowres and do not init decoder if requested value is higher. libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Wed, 27 Jan 2010 00:31:52 +0000 stefano Fix misc typos, patch by libavcodec
Tue, 26 Jan 2010 10:30:24 +0000 cehoyos Metasoft MJPEG codec has Cb and Cr swapped, fixes issue 1611. libavcodec
Mon, 25 Jan 2010 13:26:10 +0000 michael Fix heap overflow due to lack of nb_components check. libavcodec
Thu, 10 Dec 2009 23:06:23 +0000 cehoyos (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611. libavcodec
Thu, 10 Dec 2009 18:18:57 +0000 michael Flip red and blue in rct-less lossless jpeg. libavcodec
Thu, 10 Dec 2009 18:14:26 +0000 michael Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem on libavcodec
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
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec