log

age author description
Thu, 18 Dec 2008 06:00:12 +0000 kostya cosmetics: remove one unneeded space libavcodec
Thu, 18 Dec 2008 04:13:02 +0000 michael Do not calculate idct_dc_add/idct_add when the variables are unused. libavcodec
Thu, 18 Dec 2008 03:04:53 +0000 michael Remove redundant nnz variable. libavcodec
Thu, 18 Dec 2008 02:56:44 +0000 michael indent libavcodec
Thu, 18 Dec 2008 02:53:18 +0000 michael Use the new idct functions (except chroma as it was slower in benchmarks) libavcodec
Thu, 18 Dec 2008 02:36:48 +0000 michael H.264 idct functions that include the chroma, inter luma and intra16 luma loops libavcodec
Thu, 18 Dec 2008 01:10:51 +0000 michael Skip non intra luma code when there is no coded luma. libavcodec
Thu, 18 Dec 2008 01:05:06 +0000 lorenm 1.6x faster pred*_vertical_add_c libavcodec
Thu, 18 Dec 2008 00:46:54 +0000 michael Skip chroma handling when there is no coded chroma. libavcodec
Wed, 17 Dec 2008 20:17:07 +0000 kostya add const qualifier to some pointers for input data libavcodec
Wed, 17 Dec 2008 20:10:15 +0000 kostya use precalculated mb_pos where available libavcodec
Wed, 17 Dec 2008 20:00:48 +0000 kostya Merge deblocking pattern with CBP for RV30/40 loop filtering libavcodec
Wed, 17 Dec 2008 19:39:56 +0000 kostya Generate correct deblock pattern for RV30 libavcodec
Wed, 17 Dec 2008 19:37:45 +0000 kostya Unfortunately RV30 luma thirdpel MC functions cannot be substituted with libavcodec
Wed, 17 Dec 2008 17:39:35 +0000 kostya 4l: TIFF stores short strings inside tag, do not interpret it is as an offset libavcodec
Wed, 17 Dec 2008 09:47:06 +0000 gpoirier add AltiVec implementation of int32_to_float_fmul_scalar libavcodec
Wed, 17 Dec 2008 03:41:48 +0000 michael Fix svq3 decoding, is_complex was not initialized. libavcodec
Wed, 17 Dec 2008 02:53:03 +0000 michael Replace != 0 || check by | libavcodec
Wed, 17 Dec 2008 02:35:14 +0000 michael Split filter_mb_dir() out of filter_mb(). libavcodec
Wed, 17 Dec 2008 02:30:26 +0000 mru AC3: fix strict aliasing violation in parser libavcodec
Wed, 17 Dec 2008 02:30:22 +0000 mru AAC: fix strict aliasing violation in parser libavcodec
Wed, 17 Dec 2008 00:54:54 +0000 mru ARM: replace "armv4l" with "arm" libavcodec
Wed, 17 Dec 2008 00:39:45 +0000 diego Remove obsolete and misleading comments. libavcodec
Tue, 16 Dec 2008 22:16:11 +0000 michael Fix indention, also do a little vertical alignment of changed lines. libavcodec
Tue, 16 Dec 2008 21:35:35 +0000 stefano Implement av_set_string3(). libavcodec
Tue, 16 Dec 2008 21:08:16 +0000 michael Factorize 3 multiplications out, code becomes 3 cpu cycles faster. libavcodec
Tue, 16 Dec 2008 20:43:39 +0000 michael Move ENABLE_SMALL back to the per MB check, as otherwise gcc wont remove libavcodec
Tue, 16 Dec 2008 20:26:22 +0000 michael Do not recalculate constant part of is_complex for every MB. libavcodec
Tue, 16 Dec 2008 20:09:09 +0000 michael Support the new lossless mode. libavcodec
Tue, 16 Dec 2008 20:00:07 +0000 mru dct-test: add ARM IDCTs libavcodec