log mjpegdec.c @ 12501:b3f9612d4ea7 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
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Sat, 17 Jan 2009 12:21:01 +0000 aurel remove ff_get_fourcc() and use AV_RL32() instead libavcodec
Wed, 14 Jan 2009 17:19:17 +0000 aurel replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ libavcodec
Wed, 10 Dec 2008 21:35:17 +0000 lorenm clear_block mmx libavcodec
Wed, 10 Dec 2008 21:26:00 +0000 lorenm fix progressive jpeg: libavcodec
Sat, 27 Sep 2008 02:39:24 +0000 michael Replace apparently always true condition by assert(). libavcodec
Sat, 27 Sep 2008 01:59:50 +0000 michael Simplify pix_fmt_id instead of listing a subset of non-simplified ones. libavcodec
Sat, 27 Sep 2008 01:50:57 +0000 michael Check the 4th plane too when selecting the pixfmt. libavcodec
Mon, 04 Aug 2008 08:25:38 +0000 benoit Return an error when ff_jpegls_decode_picture fails. libavcodec
Wed, 25 Jun 2008 11:33:49 +0000 stefang remove duplicate tables libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Sun, 27 Apr 2008 10:52:44 +0000 diego Add long names to many AVCodec declarations. libavcodec
Sat, 19 Apr 2008 17:07:58 +0000 voroshil Implement FFMAX3(a,b,c) - maximum over three arguments. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Wed, 05 Mar 2008 00:07:53 +0000 aurel remove #include "mpegvideo.h" where it is not needed libavcodec
Fri, 01 Feb 2008 03:40:46 +0000 michael const libavcodec
Sat, 13 Oct 2007 17:38:58 +0000 voroshil Fix MJPEG decoder for AMV files. libavcodec
Sat, 29 Sep 2007 15:20:22 +0000 vitor AMV video decoder. libavcodec
Sat, 29 Sep 2007 12:52:56 +0000 vitor Add variables to prepare to the AMV decoder patch. libavcodec
Sat, 04 Aug 2007 20:49:39 +0000 diego Add support for grayscale MJPEG streams sent by Axis cameras such as the libavcodec
Thu, 19 Jul 2007 15:56:56 +0000 gpoirier bail out on unknown jpeg pixel format instead of silently decoding data incorrectly libavcodec
Wed, 18 Jul 2007 08:11:16 +0000 benoit add YUV440P and YUVJ440P support libavcodec
Thu, 05 Jul 2007 10:37:29 +0000 diego Group all copyright and author notices together. libavcodec
Sat, 16 Jun 2007 14:52:05 +0000 mru fix some printf format specifiers libavcodec
Wed, 23 May 2007 18:41:34 +0000 ods15 fix mjpeg decoding with broken huffman table headers libavcodec
Sat, 19 May 2007 14:58:31 +0000 aurel move mjpeg-b decoder in its own file libavcodec
Sat, 19 May 2007 14:40:02 +0000 aurel move sp5x decoder in its own file libavcodec
Sat, 19 May 2007 14:31:57 +0000 aurel allows to disable jpegls decoder libavcodec
Sat, 19 May 2007 00:53:41 +0000 aurel move mjpega_dump_header bitstream filter in its own file libavcodec
Thu, 17 May 2007 16:45:55 +0000 aurel add proper prefix to new mjpeg extern func/var libavcodec