log

age author description
Sun, 21 Dec 2008 05:32:55 +0000 superdump AAC: Reindent after last commit libavcodec
Sun, 21 Dec 2008 05:28:14 +0000 superdump AAC: Fix AAC prediction when used in conjunction with the CPE libavcodec
Sun, 21 Dec 2008 05:08:32 +0000 superdump AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfig libavcodec
Sat, 20 Dec 2008 23:11:30 +0000 michael Optimize get_dct8x8_allowed(). libavcodec
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