Mon, 18 Jan 2010 20:19:19 +0000 |
michael |
Fix 10l segfault with threads.
libavcodec
|
Mon, 18 Jan 2010 20:13:53 +0000 |
michael |
Use h->slice_num where possible.
libavcodec
|
Mon, 18 Jan 2010 19:45:56 +0000 |
michael |
Enable filter_mb_fast for CAVLC P slices.
libavcodec
|
Mon, 18 Jan 2010 19:45:02 +0000 |
michael |
filter_mb_fast needs cbp_table to be set.
libavcodec
|
Mon, 18 Jan 2010 16:29:16 +0000 |
michael |
PAFF CABAC P slices seem to work as well, so enable them for ff_h264_filter_mb_fast() too.
libavcodec
|
Mon, 18 Jan 2010 16:16:22 +0000 |
michael |
Reenable filter_mb_fast for I slices and progressive CABAC P slices.
libavcodec
|
Mon, 18 Jan 2010 16:11:13 +0000 |
michael |
Set h->cbp for ff_h264_filter_mb_fast().
libavcodec
|
Mon, 18 Jan 2010 14:05:30 +0000 |
michael |
10l for someone, Store chroma_qp_diff in the correct struct.
libavcodec
|
Mon, 18 Jan 2010 13:52:20 +0000 |
gb |
Install <libavcodec/vaapi.h> header.
libavcodec
|
Mon, 18 Jan 2010 13:09:53 +0000 |
michael |
Move CAVLC 8x8 DCT special case from ff_h264_filter_mb() to fill_caches
libavcodec
|
Mon, 18 Jan 2010 05:15:31 +0000 |
michael |
Perform reference remapping at fill_cache() time instead of in the
libavcodec
|
Mon, 18 Jan 2010 00:34:28 +0000 |
michael |
Make qp check for loop filter skiping also work with MBAFF.
libavcodec
|
Mon, 18 Jan 2010 00:21:58 +0000 |
michael |
Comment about a cornercase we ignore currently
libavcodec
|
Mon, 18 Jan 2010 00:20:44 +0000 |
michael |
Move the qp check to skip the loop filter up.
libavcodec
|
Sun, 17 Jan 2010 23:44:23 +0000 |
michael |
Reorganize how values are stored in h->non_zero_count.
libavcodec
|
Sun, 17 Jan 2010 22:05:36 +0000 |
michael |
Disable a few things in fill_filter_caches() that arent needed.
libavcodec
|
Sun, 17 Jan 2010 21:43:08 +0000 |
michael |
Split fill_caches() between filter and decoder.
libavcodec
|
Sun, 17 Jan 2010 20:35:55 +0000 |
michael |
Rearchitecturing the stiched up goose part 1
libavcodec
|
Sun, 17 Jan 2010 08:24:45 +0000 |
astrange |
Add missing Makefile dependencies to CONFIG_SNOW_ENCODER.
libavcodec
|
Sat, 16 Jan 2010 17:41:40 +0000 |
michael |
Comment for() ; out
libavcodec
|
Sat, 16 Jan 2010 17:27:17 +0000 |
michael |
Mark a few functions as noinline, this makes ff_h264_filter_mb() a bit smaller
libavcodec
|
Sat, 16 Jan 2010 16:21:12 +0000 |
michael |
Apply last 2 optimizations to similar code i forgot.
libavcodec
|
Sat, 16 Jan 2010 16:14:32 +0000 |
michael |
Another microopt, 4 cpu cycles for avoidance of FFABS().
libavcodec
|
Sat, 16 Jan 2010 15:54:01 +0000 |
mru |
Add missing guards and includes to arm/aac.h
libavcodec
|