log

age author description
Wed, 22 Jul 2009 22:57:17 +0000 diego #include just the required stdint.h instead of libavutil/common.h. libavcodec
Wed, 22 Jul 2009 22:43:43 +0000 diego cosmetics: small typo fixes libavcodec
Wed, 22 Jul 2009 22:38:26 +0000 diego cosmetics: reindent/prettyprint after last commit libavcodec
Wed, 22 Jul 2009 22:33:33 +0000 diego Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled. libavcodec
Wed, 22 Jul 2009 22:27:10 +0000 diego Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. libavcodec
Wed, 22 Jul 2009 21:36:50 +0000 diego Make Theora decoder depend on the VP3 decoder. libavcodec
Wed, 22 Jul 2009 15:11:00 +0000 diego Add missing stdint.h #include to fix 'make checkheaders'. libavcodec
Wed, 22 Jul 2009 03:56:08 +0000 alexc Revert unintended portion of last commit. (Setting the default coder to libavcodec
Wed, 22 Jul 2009 03:53:30 +0000 alexc Be sure to increment our position in the coefficient array when skipping a zero libavcodec
Tue, 21 Jul 2009 09:03:45 +0000 diego Make E-AC-3 decoder depend on the AC-3 decoder. libavcodec
Mon, 20 Jul 2009 22:30:27 +0000 mru ARM: handle VFP register arguments in ff_vector_fmul_window_neon() libavcodec
Mon, 20 Jul 2009 22:30:24 +0000 mru ARM: check for VFP register arguments libavcodec
Mon, 20 Jul 2009 21:52:03 +0000 alexc Remove an unused field from the BandCodingPath struct. libavcodec
Mon, 20 Jul 2009 20:32:27 +0000 alexc Actually use all the codebooks we are iterating over in the two-loop scalefactor search. libavcodec
Mon, 20 Jul 2009 18:27:17 +0000 alexc Fix an integer overflow in the AAC encoder. libavcodec
Mon, 20 Jul 2009 09:24:59 +0000 diego Make VP6A/VP6F decoders depend on the VP6 decoder. libavcodec
Sun, 19 Jul 2009 11:14:43 +0000 diego Remove two more lines related to the WMV3 decoder. libavcodec
Sun, 19 Jul 2009 11:07:10 +0000 diego Make WMV3 decoders depend on their VC-1 counterparts. libavcodec
Fri, 17 Jul 2009 14:21:49 +0000 alexc Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup. libavcodec
Fri, 17 Jul 2009 14:06:53 +0000 alexc Dead code removal in the AAC encoder. libavcodec
Fri, 17 Jul 2009 09:07:38 +0000 cehoyos Icc 11.1 still does not align the stack pointer, disable some x264 functions. libavcodec
Thu, 16 Jul 2009 22:39:50 +0000 alexc Add iirfilter to the TESTPROGS variable (and target) libavcodec
Thu, 16 Jul 2009 22:20:17 +0000 alexc When calculating AAC quantized band cost, don't leave garbage in the bit count libavcodec
Thu, 16 Jul 2009 22:17:20 +0000 alexc IIR filter test program. libavcodec
Thu, 16 Jul 2009 21:37:58 +0000 diego cosmetics: Move some code blocks to reduce the number of #ifdefs. libavcodec
Tue, 14 Jul 2009 23:12:43 +0000 stefano Set subtitle type in DVB subtitle decoder. libavcodec
Tue, 14 Jul 2009 05:22:23 +0000 alexc Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess. libavcodec
Mon, 13 Jul 2009 01:59:48 +0000 conrad Fix "warning: assignment discards qualifiers from pointer target type" libavcodec
Mon, 13 Jul 2009 01:59:45 +0000 conrad Fix memory leak in libtheora encoder libavcodec
Sun, 12 Jul 2009 13:22:01 +0000 diego Make VAAPI/VDPAU variant of decoder foo depend on decoder foo. libavcodec