log mjpeg.c @ 4687:5359a5ab01a8 libavcodec

age author description
Fri, 02 Mar 2007 12:26:07 +0000 bcoudurier support for mjpeg bottom field first in mov libavcodec
Sat, 24 Feb 2007 09:41:43 +0000 diego cosmetics: Fix another common typo, dependAnt --> dependEnt. libavcodec
Wed, 21 Feb 2007 18:10:25 +0000 kostya 100l: forgot to reset LS mode on new frame libavcodec
Tue, 13 Feb 2007 16:06:50 +0000 mbardiaux Change some dprintf to av_log libavcodec
Wed, 07 Feb 2007 17:35:36 +0000 reimar Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian. libavcodec
Wed, 07 Feb 2007 01:48:09 +0000 diego Replace deprecated PIX_FMT names by the newer variants. libavcodec
Fri, 19 Jan 2007 22:12:59 +0000 alex rename BE/LE_8/16/32 to AV_RL/B_8/16/32 libavcodec
Fri, 01 Dec 2006 14:06:21 +0000 bcoudurier mjpeg a dump header bitstream filter, modifies bitstream to be decoded by quicktime libavcodec
Tue, 21 Nov 2006 06:15:18 +0000 kostya Decode non-interleaved scans libavcodec
Mon, 20 Nov 2006 05:21:17 +0000 kostya Some progressive JPEG support libavcodec
Tue, 24 Oct 2006 05:01:04 +0000 kostya JPEG-LS 16-bit gray support libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Wed, 04 Oct 2006 12:49:52 +0000 bcoudurier mjpeg 4:2:2 encoding support libavcodec
Wed, 27 Sep 2006 19:47:39 +0000 mru fix some signedness warnings libavcodec
Thu, 21 Sep 2006 04:28:46 +0000 kostya Zero number of current scan after decoding one picture. libavcodec
Fri, 31 Mar 2006 18:22:35 +0000 michael remove useless code libavcodec
Fri, 31 Mar 2006 18:04:36 +0000 michael simplify loop a little libavcodec
Fri, 31 Mar 2006 17:43:28 +0000 michael do UPDATE_CACHE only when needed (which should be VERY rare) libavcodec
Fri, 31 Mar 2006 17:01:58 +0000 michael + (sign&1) -> -sign (1 instruction less) libavcodec
Fri, 31 Mar 2006 16:50:43 +0000 michael avoid hard to predict branch (idea by arpi) libavcodec
Wed, 29 Mar 2006 21:11:57 +0000 michael fix gcc 2.95 compilation libavcodec
Wed, 29 Mar 2006 09:20:44 +0000 michael avoid if(i>=63) check at the end of decode_block() libavcodec
Wed, 29 Mar 2006 09:13:43 +0000 michael avoid i++ in decode_block() libavcodec
Wed, 29 Mar 2006 08:41:53 +0000 michael minor optimization of decode_block() libavcodec
Wed, 29 Mar 2006 01:59:24 +0000 michael optimizations by arpi libavcodec
Sun, 05 Feb 2006 13:35:17 +0000 diego MSVC-compatible __align8/__align16 declaration libavcodec
Thu, 02 Feb 2006 02:28:33 +0000 michael JPEG-LS codec by (Kostya | kostya.forjunk gmail com) libavcodec
Mon, 23 Jan 2006 06:40:08 +0000 banan Mjpeg interlaced decoding fix, height was wrong while decoding (/2). libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavcodec