log vmnc.c @ 12530:63edd10ad4bc libavcodec tip

age author description
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
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:05:17 +0000 bcoudurier vmware video decoder uses reget_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
Wed, 30 Apr 2008 09:29:15 +0000 diego Transform codec short name into a single word. libavcodec
Tue, 29 Apr 2008 21:31:21 +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
Fri, 01 Feb 2008 16:08:39 +0000 michael const libavcodec
Sun, 02 Dec 2007 15:43:08 +0000 diego Misc spelling fixes, prefer American over British English. libavcodec
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics 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
Fri, 08 Dec 2006 00:35:08 +0000 mru rename always_inline to av_always_inline and move to common.h libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Tue, 03 Oct 2006 17:12:48 +0000 diego Remove unused variables and the corresponding warnings along with them. libavcodec
Sun, 01 Oct 2006 05:09:20 +0000 kostya 1l: correct argument order in avcodec_check_dimensions libavcodec
Thu, 07 Sep 2006 04:08:34 +0000 kostya Handle the rest of known blocks (by skipping them) libavcodec
Thu, 07 Sep 2006 04:05:04 +0000 kostya Tests for overreading input data libavcodec
Thu, 07 Sep 2006 04:01:42 +0000 kostya Cursor drawing support libavcodec
Tue, 05 Sep 2006 07:31:53 +0000 kostya Try to handle all chunks, previous scheme was not correct. libavcodec
Tue, 05 Sep 2006 07:29:26 +0000 kostya Handle raw blocks correctly (both updating pointer and storing to memory) libavcodec
Tue, 05 Sep 2006 04:37:14 +0000 kostya VMware Video decoder (fourcc: VMnc) libavcodec