log

age author description
Tue, 02 Dec 2008 16:48:05 +0000 vitor Commit last ok'ed parts of QCELP decoder and enable it. libavcodec
Tue, 02 Dec 2008 10:43:08 +0000 michael Fix regression test failure with pthreads on multiprocessor systems. libavcodec
Mon, 01 Dec 2008 22:07:00 +0000 vitor More OKed parts of the QCELP decoder libavcodec
Mon, 01 Dec 2008 20:45:29 +0000 vitor Remove hack added to make "make checkheaders" pass, it is unneeded now libavcodec
Mon, 01 Dec 2008 20:43:22 +0000 vitor More OKed parts of the QCELP decoder libavcodec
Mon, 01 Dec 2008 16:24:19 +0000 michael Get rid of now unneeded pps/sps correctness code as pps/sps will not libavcodec
Mon, 01 Dec 2008 16:04:03 +0000 michael Allocate parameter sets sanely instead of using alloc_parameter_set(). libavcodec
Mon, 01 Dec 2008 06:40:36 +0000 kostya enable RV40 decoder libavcodec
Mon, 01 Dec 2008 06:36:22 +0000 kostya RV40 MC functions libavcodec
Sun, 30 Nov 2008 23:51:02 +0000 michael Fix segfault due to deallocated entries in delayed_pic after size change. libavcodec
Sun, 30 Nov 2008 17:18:17 +0000 vitor More OKed parts of the QCELP decoder libavcodec
Sun, 30 Nov 2008 17:00:08 +0000 diego Handle AltiVec objects in a more elegant fashion, similar to MMX. libavcodec
Sun, 30 Nov 2008 16:57:28 +0000 diego Remove ineffectual hack that attempts to build ppc/check_altivec.o without libavcodec
Sat, 29 Nov 2008 14:08:48 +0000 stefano Implement the fields rc_max_available_vbv_use and libavcodec
Sat, 29 Nov 2008 10:06:37 +0000 kostya Add support for parsing and decoding DCA-HD streams. libavcodec
Sat, 29 Nov 2008 06:24:47 +0000 kostya RV40 loop filter libavcodec
Sat, 29 Nov 2008 06:22:31 +0000 kostya Invoke future RV30/40 loop filter for already decoded rows instead of libavcodec
Fri, 28 Nov 2008 00:32:24 +0000 diego Do not duplicate AAN DCT tables in dct-test.c. libavcodec
Fri, 28 Nov 2008 00:00:11 +0000 diego Add missing '-test' in name of imgresample test. libavcodec
Thu, 27 Nov 2008 07:26:26 +0000 kostya Fix RV40 chroma MC libavcodec
Wed, 26 Nov 2008 15:09:05 +0000 diego Only build the imgresample test if the old scaler was enabled. libavcodec
Wed, 26 Nov 2008 15:07:03 +0000 diego Automatically check the dependencies for the AAN DCT tables. libavcodec
Wed, 26 Nov 2008 13:38:13 +0000 diego Move aanscales tables to their own file; fixes compilation without encoders. libavcodec
Wed, 26 Nov 2008 13:28:30 +0000 diego cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible. libavcodec
Wed, 26 Nov 2008 10:22:55 +0000 diego Move encoder-specific quantize_c and related tables to the H.264 encoder. libavcodec
Tue, 25 Nov 2008 07:34:20 +0000 reimar Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq (x86_64), libavcodec
Tue, 25 Nov 2008 00:20:49 +0000 mru snow: move scratch buffer from stack to malloced buffer in context libavcodec
Mon, 24 Nov 2008 21:31:01 +0000 diego Disable unused code for now to allow 'make checkheaders' to pass. libavcodec
Mon, 24 Nov 2008 21:29:07 +0000 diego Add missing headers to get 'make checkheaders' closer to passing. libavcodec
Mon, 24 Nov 2008 19:08:02 +0000 mru svq1enc: move scratch buffer from stack to context to ensure alignment libavcodec