log

age author description
Sat, 20 Dec 2008 18:06:01 +0000 kostya RV30 decoder libavcodec
Sat, 20 Dec 2008 06:09:54 +0000 kostya RV30 loop filter libavcodec
Sat, 20 Dec 2008 02:38:34 +0000 reynaldo Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling' libavcodec
Fri, 19 Dec 2008 22:37:56 +0000 stefano Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functions libavcodec
Fri, 19 Dec 2008 22:29:30 +0000 stefano Remove calls to deprecated av_set_string2() with calls to libavcodec
Fri, 19 Dec 2008 14:49:17 +0000 darkshikari H.264 loopfilter speed tweaks libavcodec
Fri, 19 Dec 2008 13:45:13 +0000 darkshikari Port x264 deblocking code to libavcodec. libavcodec
Fri, 19 Dec 2008 09:34:18 +0000 michael Document new idct requirements. libavcodec
Fri, 19 Dec 2008 09:21:54 +0000 michael Fix decoding with the plain C idcts of libavcodec
Fri, 19 Dec 2008 06:29:35 +0000 kostya a table for upcoming RV30 loop filtering libavcodec
Fri, 19 Dec 2008 03:01:08 +0000 darkshikari Add automatic prefix handling to yasm functions. Does nothing now, but will libavcodec
Fri, 19 Dec 2008 02:28:51 +0000 michael Replace /2 by >>1 in decode_cabac_mb_dqp() libavcodec
Fri, 19 Dec 2008 02:00:33 +0000 michael Simplify ctx update in decode_cabac_mb_dqp(). libavcodec
Fri, 19 Dec 2008 01:50:20 +0000 michael Simplify ctx calculation in decode_cabac_mb_dqp() libavcodec
Fri, 19 Dec 2008 01:11:52 +0000 astrange Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of NALs in rbsp_buffer. libavcodec
Fri, 19 Dec 2008 00:44:51 +0000 darkshikari Move filter_luma_intra into dsputil for later addition of asm. libavcodec
Fri, 19 Dec 2008 00:43:30 +0000 darkshikari Simplify chroma AC in CABAC residual decoding. libavcodec
Fri, 19 Dec 2008 00:05:39 +0000 michael Optimize ctx calculation in decode_cabac_mb_mvd(), code by dark shikari. libavcodec
Thu, 18 Dec 2008 23:52:32 +0000 michael Remove unacceptable NULL pointer hack from mc code. libavcodec
Thu, 18 Dec 2008 23:31:10 +0000 michael Check ref values in CABAC H.264 for validity. libavcodec
Thu, 18 Dec 2008 18:25:11 +0000 michael Move idct_(dc)add closer to where it is needed. libavcodec
Thu, 18 Dec 2008 18:14:38 +0000 michael indent libavcodec
Thu, 18 Dec 2008 18:12:59 +0000 michael Reorder ifs in chroma hl_decode_mb to avoid a duplicate transform_bypass libavcodec
Thu, 18 Dec 2008 17:42:44 +0000 michael s/h->cbp_table[mb_xy]/h->cbp/ libavcodec
Thu, 18 Dec 2008 16:11:19 +0000 michael Faster CAVLC decoding of trailing_ones. Based on a patch by dark shikari. libavcodec
Thu, 18 Dec 2008 15:51:32 +0000 michael Replace i by trailing_ones, part of a patch by dark shikari. libavcodec
Thu, 18 Dec 2008 15:32:07 +0000 michael Remove if() surrounding decode_cabac_mb_type() that can never be true. libavcodec
Thu, 18 Dec 2008 15:21:15 +0000 michael Remove unreachable else clause, found by dark shikari. libavcodec
Thu, 18 Dec 2008 11:17:12 +0000 michael Remove useless IS_8x8DCT check i forgot, spotted by dark shikari. libavcodec
Thu, 18 Dec 2008 11:01:38 +0000 michael 10l, svq3 didnt set h->cbp, this broke decoding a little. libavcodec
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