log

age author description
Thu, 28 Jan 2010 13:04:25 +0000 benoit Initialize thread_context[0] with h264 parser context. libavcodec
Thu, 28 Jan 2010 11:37:35 +0000 michael Change wraper functions to always inline, they are faster now that way. libavcodec
Thu, 28 Jan 2010 11:18:06 +0000 michael indent libavcodec
Thu, 28 Jan 2010 11:12:46 +0000 michael Restructure check_mv() libavcodec
Thu, 28 Jan 2010 10:38:43 +0000 michael Restructure if() in check_mv() libavcodec
Thu, 28 Jan 2010 10:34:06 +0000 michael Unroll loops in check_mv() libavcodec
Thu, 28 Jan 2010 10:10:02 +0000 michael Factor mv/ref compare code out. libavcodec
Thu, 28 Jan 2010 02:41:52 +0000 michael Simplify first edge filter condition. libavcodec
Thu, 28 Jan 2010 02:20:31 +0000 michael Cosmetics, mostly indention, 2 or so new fixme comments that i was to lazy libavcodec
Thu, 28 Jan 2010 02:15:25 +0000 michael Make the fast loop filter path work with unavailable left MBs. libavcodec
Thu, 28 Jan 2010 01:31:06 +0000 michael get rid of the start variable. libavcodec
Thu, 28 Jan 2010 01:24:25 +0000 michael Unroll main loop so the edge==0 case is seperate. libavcodec
Wed, 27 Jan 2010 22:22:01 +0000 cehoyos Fix svq3_* function declarations. libavcodec
Wed, 27 Jan 2010 21:31:19 +0000 mru SVQ1: 4-byte-align codebook tables libavcodec
Wed, 27 Jan 2010 20:04:19 +0000 reimar Fix possible crashes in mlp parser, it tries to go back 7 bytes after libavcodec
Wed, 27 Jan 2010 20:02:18 +0000 reimar Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, the libavcodec
Wed, 27 Jan 2010 13:30:05 +0000 michael Revert Revision: 21362 libavcodec
Wed, 27 Jan 2010 13:18:08 +0000 michael Update comment. libavcodec
Wed, 27 Jan 2010 11:14:29 +0000 michael Use table to speedup access to non_zero_count in MBAFF with differing interlacing. libavcodec
Wed, 27 Jan 2010 00:31:52 +0000 stefano Fix misc typos, patch by libavcodec
Wed, 27 Jan 2010 00:15:55 +0000 michael Simplify left_xy init libavcodec
Tue, 26 Jan 2010 23:54:11 +0000 michael Split fill_caches() between loopfilter & decode, the 2 no longer where common libavcodec
Tue, 26 Jan 2010 22:59:19 +0000 michael Optimize loop filtering of the left edge in MBAFF. libavcodec
Tue, 26 Jan 2010 20:28:58 +0000 michael use left_xy[1] in mbaff QP loop filter check, this improves the amount that can libavcodec
Tue, 26 Jan 2010 20:25:14 +0000 michael Optimize mv/ref cache init for left MB. libavcodec
Tue, 26 Jan 2010 18:05:55 +0000 mru Add UMULH() libavcodec
Tue, 26 Jan 2010 17:17:48 +0000 lorenm optimize h264_loop_filter_strength_mmx2 libavcodec
Tue, 26 Jan 2010 15:34:21 +0000 michael remove unneeded check libavcodec
Tue, 26 Jan 2010 14:57:53 +0000 michael Use left_mb_xy from fill_caches instead of recalculating it. libavcodec
Tue, 26 Jan 2010 14:55:19 +0000 michael Simplify left_xy content for the loop filter, this also makes it closer to libavcodec
Tue, 26 Jan 2010 13:39:26 +0000 michael Simplify loop filter a little by using top/left_type. libavcodec
Tue, 26 Jan 2010 13:38:18 +0000 michael Set top & left types for deblock in fill_caches(). libavcodec
Tue, 26 Jan 2010 13:30:33 +0000 michael 100l typo fix, mixed up +-1 forcing the loop filter skip to never skip. libavcodec
Tue, 26 Jan 2010 13:28:55 +0000 michael cosmetic libavcodec
Tue, 26 Jan 2010 13:27:22 +0000 michael Fix qp_thres loop filter check for MBAFF. libavcodec
Tue, 26 Jan 2010 10:35:36 +0000 michael Optimize mb neighbor initialization for MBAFF in fill_caches(). libavcodec
Tue, 26 Jan 2010 10:30:24 +0000 cehoyos Metasoft MJPEG codec has Cb and Cr swapped, fixes issue 1611. libavcodec
Mon, 25 Jan 2010 13:26:10 +0000 michael Fix heap overflow due to lack of nb_components check. libavcodec
Mon, 25 Jan 2010 10:46:32 +0000 cehoyos Release buffer when decoding is finished. libavcodec
Mon, 25 Jan 2010 02:44:34 +0000 michael Optimize decode_cabac_field_decoding_flag(). libavcodec
Mon, 25 Jan 2010 01:56:13 +0000 astrange 100l, correct wrong H.264+adaptive MBAFF decoding libavcodec
Mon, 25 Jan 2010 00:30:44 +0000 astrange H.264: Use 64-/128-bit write-combining macros for copies libavcodec
Sun, 24 Jan 2010 23:55:33 +0000 jbr Only check frame size if the header is valid. libavcodec
Sun, 24 Jan 2010 22:47:50 +0000 cehoyos Fix decoding ATI VCR2 codec, sample in libavcodec
Sun, 24 Jan 2010 20:54:09 +0000 michael Branchless setting of MB_TYPE_8x8DCT. libavcodec
Sun, 24 Jan 2010 20:52:49 +0000 michael Remove cruft. libavcodec
Sun, 24 Jan 2010 19:19:09 +0000 michael Mark index as unsigend so gcc knows it doesnt need a sign extension on x86_64. libavcodec
Sun, 24 Jan 2010 18:42:22 +0000 michael a[b-1] -> (a-1)[b]. libavcodec
Sun, 24 Jan 2010 18:23:46 +0000 michael Optimize suffix_length computation, 1 cpu cycle speedup. libavcodec
Sun, 24 Jan 2010 18:18:08 +0000 michael Simplify suffix_length computation, same speed. libavcodec
Sun, 24 Jan 2010 18:17:01 +0000 michael Optimize level_code computation, 6cpu cycles speedup. libavcodec
Sun, 24 Jan 2010 18:07:29 +0000 reimar Fix crash in MLP decoder due to integer overflow. libavcodec
Sun, 24 Jan 2010 18:05:02 +0000 michael 1 cpu cycle faster suffix_length calculation. libavcodec
Sun, 24 Jan 2010 17:27:00 +0000 fenrir VC-1/WMV3 DXVA2 implementation libavcodec
Sun, 24 Jan 2010 17:02:44 +0000 michael Remove is_complex from loop_filter() its useless there in its current form. libavcodec
Sun, 24 Jan 2010 16:40:58 +0000 fenrir Added a few missing consts in dxva_h264. libavcodec
Sun, 24 Jan 2010 16:37:12 +0000 fenrir Added a missing const to ff_h264_get_slice_type(). libavcodec
Sun, 24 Jan 2010 16:22:09 +0000 fenrir Added missing const to get_bits_count(). libavcodec
Sun, 24 Jan 2010 13:43:26 +0000 michael Prefer cbp over cbp_table. libavcodec
Sun, 24 Jan 2010 13:20:17 +0000 michael Remove all uses of slice_type* from the loop filter, also remove its libavcodec