log zmbv.c @ 12514:e6d711ba5760 libavcodec

age author description
Thu, 08 Jul 2010 08:58:52 +0000 benoit Remove a useless variable in zmbv decoder. libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Sun, 04 Apr 2010 07:18:10 +0000 siretart Avoid division by zero libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Tue, 13 Oct 2009 20:13:28 +0000 reimar Remove unnecessary calls to avcodec_check_dimensions, the check is already libavcodec
Fri, 05 Jun 2009 09:02:14 +0000 bcoudurier zmbv decoder uses get_buffer, set CODEC_CAP_DR1 libavcodec
Fri, 24 Apr 2009 14:09:24 +0000 kostya Remove useless assignment during initialization for some decoders 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
Sun, 11 Jan 2009 22:19:48 +0000 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavcodec
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Mon, 28 Apr 2008 10:21:58 +0000 diego Add long names to some AVCodec declarations. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Sun, 09 Mar 2008 14:16:27 +0000 kostya indentation libavcodec
Sun, 09 Mar 2008 14:15:40 +0000 kostya Correctly handle empty frames libavcodec
Fri, 01 Feb 2008 16:22:26 +0000 michael const libavcodec
Mon, 16 Jul 2007 21:05:16 +0000 mru remove useless #ifdef CONFIG_ZLIB from zmbv decoder libavcodec
Sun, 08 Jul 2007 23:15:08 +0000 mru trivial warning fixes libavcodec
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavcodec
Sat, 16 Jun 2007 14:52:05 +0000 mru fix some printf format specifiers libavcodec
Sat, 02 Jun 2007 01:41:07 +0000 ramiro Use AV_xx throughout libavcodec libavcodec
Thu, 10 May 2007 09:00:44 +0000 diego Remove redundant #inclusion of common.h, avcodec.h already #includes it. libavcodec
Sun, 08 Apr 2007 20:24:16 +0000 diego Get rid of unnecessary pointer casts. libavcodec
Tue, 27 Mar 2007 05:23:07 +0000 kostya Remove redundant assign libavcodec
Fri, 19 Jan 2007 22:12:59 +0000 alex rename BE/LE_8/16/32 to AV_RL/B_8/16/32 libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Sun, 01 Oct 2006 05:09:20 +0000 kostya 1l: correct argument order in avcodec_check_dimensions libavcodec
Sat, 09 Sep 2006 11:40:41 +0000 kostya Drop unneeded checks before av_free() and change to av_freep() where it's more suitable. libavcodec
Mon, 20 Feb 2006 23:22:02 +0000 diego ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's not libavcodec
Sun, 12 Feb 2006 17:47:30 +0000 melanson add another set of zlib guards libavcodec
Sun, 12 Feb 2006 08:53:29 +0000 melanson dosbox native ZMBV decoder, courtesy of Kostya libavcodec