log dnxhddec.c @ 12530:63edd10ad4bc libavcodec tip

age author description
Tue, 07 Sep 2010 19:15:29 +0000 stefano Use new imgutils.h API names, fix deprecation warnings. libavcodec
Fri, 06 Aug 2010 09:37:04 +0000 stefano Remove use of the deprecated function avcodec_check_dimensions(), use libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Tue, 09 Mar 2010 00:37:13 +0000 bcoudurier Fix interlaced vc-3 decoding, issue #1753 libavcodec
Sat, 06 Mar 2010 14:24:59 +0000 mru Remove DECLARE_ALIGNED_{8,16} macros libavcodec
Fri, 22 Jan 2010 03:25:11 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavcodec
Wed, 26 Aug 2009 12:12:40 +0000 mru Remove some unnecessary alignment specifiers libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Thu, 11 Dec 2008 01:14:32 +0000 bcoudurier use dsp clear_block 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
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 04:11:06 +0000 michael const libavcodec
Thu, 31 Jan 2008 14:23:48 +0000 bcoudurier fix field order export libavcodec
Mon, 08 Oct 2007 12:28:36 +0000 bcoudurier typo weigth->weight libavcodec
Mon, 08 Oct 2007 12:23:00 +0000 bcoudurier preliminary 10 bit depth decoding support, still miss generic api to export picture, working on it libavcodec
Mon, 08 Oct 2007 12:14:43 +0000 bcoudurier merge libavcodec
Mon, 08 Oct 2007 12:11:19 +0000 bcoudurier 10l, check 'i' validity before using it libavcodec
Mon, 08 Oct 2007 12:08:42 +0000 bcoudurier fix 10 bit per comp detection libavcodec
Sat, 04 Aug 2007 13:41:33 +0000 bcoudurier move dnxhd data tables to separate file libavcodec
Sat, 04 Aug 2007 13:26:29 +0000 bcoudurier dnxhd 120 progressive support libavcodec
Sat, 04 Aug 2007 13:18:30 +0000 bcoudurier indentation libavcodec
Sat, 04 Aug 2007 13:17:53 +0000 bcoudurier dnxhd 185 interlaced support libavcodec
Sat, 04 Aug 2007 13:10:16 +0000 bcoudurier cosmetic libavcodec
Sat, 04 Aug 2007 13:09:08 +0000 bcoudurier no need to duplicate cid table vars in context libavcodec
Sat, 04 Aug 2007 13:03:12 +0000 bcoudurier 10l, use correct cid table libavcodec
Sat, 04 Aug 2007 12:59:49 +0000 bcoudurier add coding unit size for interlaced decoding libavcodec
Sat, 04 Aug 2007 12:43:31 +0000 bcoudurier should be more correct libavcodec
Sun, 25 Mar 2007 00:16:30 +0000 bcoudurier actually return bytes read libavcodec
Mon, 19 Mar 2007 16:07:51 +0000 bcoudurier 10l, fix debug, dprintf does not have log level libavcodec
Sun, 18 Mar 2007 23:25:00 +0000 bcoudurier dnxhd decoder libavcodec