log vp3.c @ 8288:800444234375 libavcodec

age author description
Wed, 10 Dec 2008 21:35:17 +0000 lorenm clear_block mmx libavcodec
Fri, 17 Oct 2008 03:18:08 +0000 conrad MMX VP3 Loop Filter libavcodec
Sun, 12 Oct 2008 19:41:17 +0000 conrad Remove unused variables libavcodec
Sat, 04 Oct 2008 10:26:17 +0000 conrad Move VP3 loop filter to DSPContext libavcodec
Wed, 01 Oct 2008 14:48:54 +0000 conrad Cosmetics: reindent libavcodec
Wed, 01 Oct 2008 14:48:35 +0000 conrad Unneeded else libavcodec
Wed, 01 Oct 2008 14:48:16 +0000 conrad Unneeded braces libavcodec
Wed, 01 Oct 2008 14:48:00 +0000 conrad Return if unpacking motion vectors for a keyframe libavcodec
Wed, 01 Oct 2008 14:44:30 +0000 conrad Cosmetics: indentation libavcodec
Wed, 01 Oct 2008 14:43:08 +0000 conrad Visible width/height fields were added in Theora 3.2 libavcodec
Wed, 01 Oct 2008 14:40:29 +0000 conrad filter_limit_values only needs 7 bits, make its tables smaller libavcodec
Tue, 30 Sep 2008 19:51:02 +0000 conrad Cosmetics: indentation libavcodec
Tue, 30 Sep 2008 19:50:43 +0000 conrad Merge (vp3|theora)_calculate_pixel_addresses libavcodec
Tue, 30 Sep 2008 19:22:20 +0000 conrad Missed hunks of last commit libavcodec
Tue, 30 Sep 2008 19:18:22 +0000 conrad Remove unused vp3 debugging info libavcodec
Tue, 30 Sep 2008 04:18:22 +0000 conrad Downgrade severity of leftover bits in header packets, and don't check for the comment header libavcodec
Mon, 29 Sep 2008 22:04:35 +0000 conrad Use skip_frame for keyframe-only decoding rather than #ifdef libavcodec
Wed, 17 Sep 2008 19:29:40 +0000 conrad Take idct permutation into account when initializing dequantization matrices libavcodec
Wed, 03 Sep 2008 00:19:08 +0000 aurel theoradec: cosmetics: indentation libavcodec
Wed, 03 Sep 2008 00:17:11 +0000 aurel theoradec: skip decoding of uncoded MV in 4MV code libavcodec
Wed, 03 Sep 2008 00:10:30 +0000 aurel theoradec: small 4MV code reorganization to ease future improvements libavcodec
Wed, 25 Jun 2008 14:14:58 +0000 stefang make ModeAlphabet read-only and use a custom mode alphabet libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Mon, 09 Jun 2008 16:30:59 +0000 reimar Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output and libavcodec
Mon, 09 Jun 2008 16:26:28 +0000 reimar Almost-cosmetics: split out coeff_count from all_fragments struct into libavcodec
Mon, 26 May 2008 23:14:25 +0000 diego consistency cosmetics: indices --> indexes libavcodec
Sun, 04 May 2008 09:58:22 +0000 diego Add complete multimedia Wiki URL, patch by Sisir Koppaka. 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
Sun, 24 Feb 2008 18:56:52 +0000 mru fix memory leaks in vp3 decoder libavcodec
Tue, 19 Feb 2008 22:09:08 +0000 michael Fix ;; libavcodec
Wed, 13 Feb 2008 09:26:10 +0000 diego typo fix: inited --> initialized libavcodec
Wed, 13 Feb 2008 08:05:51 +0000 diego Print Theora bitstream version at DEBUG, not at VERBOSE level. libavcodec
Fri, 01 Feb 2008 15:54:28 +0000 michael const libavcodec
Thu, 09 Aug 2007 00:13:31 +0000 alex use get_bits1(..) instead get_bits(.., 1) libavcodec
Fri, 03 Aug 2007 16:43:11 +0000 diego Reduce Theora decoder verbosity. 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
Mon, 07 May 2007 15:44:42 +0000 aurel cosmetics: fix inconsistent indentation libavcodec
Mon, 07 May 2007 15:43:01 +0000 aurel fix display of theora videos with visible size smaller than encoded size libavcodec
Sun, 08 Apr 2007 18:54:53 +0000 diego Only compile in Theora-specific functions if the Theora decoder has been libavcodec
Sun, 08 Apr 2007 18:52:03 +0000 diego cosmetics: Move one code block to save an #ifdef in the next commit. libavcodec
Sun, 08 Apr 2007 18:50:18 +0000 diego Remove #if 0 code. libavcodec
Sun, 08 Apr 2007 13:42:44 +0000 diego Fix compilation when Theora decoder is disabled, but VP3 is enabled. libavcodec
Sat, 07 Apr 2007 17:37:30 +0000 diego Remove superfluous setting of has_b_frames in codecs without B-frames. libavcodec
Sun, 25 Mar 2007 01:09:26 +0000 aurel use generic xiph header spliting func to split theora headers libavcodec
Sun, 25 Feb 2007 10:27:12 +0000 reimar Add av_ prefix to clip functions libavcodec
Thu, 22 Feb 2007 00:14:54 +0000 diego cosmetics: aswell --> as well typo fix libavcodec
Wed, 10 Jan 2007 14:19:33 +0000 diego Unconditionally enable Theora decoder. It works fine now and there is no libavcodec
Wed, 11 Oct 2006 23:17:58 +0000 diego Rename ABS macro to FFABS. libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Fri, 06 Oct 2006 11:33:57 +0000 michael fix decoding of ED-small-sample-file.ogg libavcodec
Tue, 03 Oct 2006 17:12:48 +0000 diego Remove unused variables and the corresponding warnings along with them. libavcodec
Wed, 27 Sep 2006 19:47:39 +0000 mru fix some signedness warnings libavcodec
Thu, 17 Aug 2006 08:08:28 +0000 michael cleanup libavcodec
Sun, 23 Jul 2006 18:22:29 +0000 reimar Do not crash when the first frame is not a keyframe (and thus none of the libavcodec
Wed, 19 Jul 2006 22:42:31 +0000 michael simplify libavcodec
Wed, 19 Jul 2006 22:21:45 +0000 michael more simplifications libavcodec
Wed, 19 Jul 2006 21:20:56 +0000 michael simplification libavcodec