Thu, 28 Jan 2010 20:15:19 +0000 |
reimar |
Extract duplicated code into a separate function.
libavcodec
|
Thu, 28 Jan 2010 19:44:13 +0000 |
michael |
factorize first filter call out, this makes the code somewhat
libavcodec
|
Thu, 28 Jan 2010 14:29:53 +0000 |
rbultje |
Simplify. See "[PATCH] simplify ff_set_fixed_vector()" thread on mailinglist.
libavcodec
|
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
|