log vc1.c @ 12521:db36486a6f89 libavcodec

age author description
Sun, 26 Sep 2010 13:56:50 +0000 kostya Make WMV3 decoder attempt to decode WMVP as well libavcodec
Sun, 26 Sep 2010 13:54:35 +0000 kostya RES_SM in WMV3 is really two flags, so split it in decoder libavcodec
Sat, 10 Jul 2010 14:36:53 +0000 kostya Make WMV3 decoder print more errors when decoding beta WMV9 files. libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Sat, 10 Oct 2009 07:35:31 +0000 kostya Print error message when true interlaced VC-1 frames are encountered libavcodec
Tue, 16 Jun 2009 09:00:55 +0000 darkshikari idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall. libavcodec
Tue, 16 Jun 2009 00:48:07 +0000 darkshikari Fix typo in vc1.c, make capitalization in warning/error messages more consistent. libavcodec
Thu, 11 Jun 2009 09:31:31 +0000 diego Split decoder-specific code off from vc1.c into vc1dec.c and keep code libavcodec
Fri, 05 Jun 2009 08:53:39 +0000 bcoudurier vc1 and wmv3 decoders use MPV_frame_start which uses get_buffer, set CODEC_CAP_DR1 libavcodec
Sat, 30 May 2009 00:24:20 +0000 bcoudurier remove unused hack which set AVCodecContext frame_number to pic timestamp libavcodec
Sat, 30 May 2009 00:09:00 +0000 bcoudurier set pict_type in VC-1 parser, fix some timestamps problems libavcodec
Fri, 15 May 2009 07:49:59 +0000 conrad Ensure that we don't read from invalid memory with B-frame qpel libavcodec
Sat, 02 May 2009 09:08:40 +0000 banan Remove dead assignments found by CSA libavcodec
Thu, 23 Apr 2009 07:14:02 +0000 kostya Display dimensions should not affect the real size of coded frame, thus set libavcodec
Wed, 22 Apr 2009 05:20:31 +0000 kostya Switch VLC tables in WMV3/VC-1 decoder to new static init method libavcodec
Tue, 21 Apr 2009 05:42:22 +0000 kostya Set flag after VC-1 VLCs are initialized to avoid race condition libavcodec
Tue, 21 Apr 2009 05:24:50 +0000 kostya Remove some useless assignments and variables found by Clang libavcodec
Thu, 16 Apr 2009 07:34:52 +0000 conrad VC1 loop filter uses the frame quantizer not the mb quantizer libavcodec
Wed, 15 Apr 2009 06:22:17 +0000 conrad Split VC1 loop filter into separate functions for h/v and size libavcodec
Wed, 15 Apr 2009 06:20:22 +0000 conrad Move VC1 loop filter to DSPContext libavcodec
Tue, 14 Apr 2009 23:56:10 +0000 conrad VC1: add and use avg_no_rnd chroma MC functions libavcodec
Tue, 14 Apr 2009 23:55:39 +0000 conrad Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only libavcodec
Tue, 14 Apr 2009 19:26:33 +0000 conrad VC1: Do qpel when needed for both MVs in a B frame libavcodec
Sat, 11 Apr 2009 11:47:15 +0000 cehoyos Use INIT_VLC_USE_STATIC and not its value "1". libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Wed, 01 Apr 2009 08:06:30 +0000 conrad Remove unused FILTSIGN macro libavcodec
Sat, 21 Mar 2009 23:44:21 +0000 gb Add support for HW accelerated VC-1 decoding through the new libavcodec
Wed, 25 Feb 2009 23:58:52 +0000 cehoyos Apply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU. libavcodec
Wed, 25 Feb 2009 15:43:53 +0000 cehoyos Fix VC1 and WMV3 playback in MPlayer. libavcodec
Tue, 24 Feb 2009 17:09:57 +0000 kostya Rename buf_vdpau to buf_start libavcodec