Wed, 13 Jan 2010 04:35:19 +0000 |
vitor |
Remove needless use of log2f()
libavcodec
|
Wed, 13 Jan 2010 04:29:55 +0000 |
vitor |
Remove the struct SiprModeParam of the context. This will simplify splitting
libavcodec
|
Wed, 13 Jan 2010 03:11:02 +0000 |
mru |
SIPR: kill variable-length arrays
libavcodec
|
Wed, 13 Jan 2010 02:44:38 +0000 |
michael |
remove unused variable
libavcodec
|
Wed, 13 Jan 2010 02:35:36 +0000 |
michael |
Split cabac decoding code out of h264.c.
libavcodec
|
Wed, 13 Jan 2010 02:17:16 +0000 |
michael |
Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them.
libavcodec
|
Wed, 13 Jan 2010 02:16:00 +0000 |
zuxy |
More av_cold for infrequently called functions.
libavcodec
|
Wed, 13 Jan 2010 01:59:19 +0000 |
michael |
Split cavlc out of h264.c.
libavcodec
|
Tue, 12 Jan 2010 23:02:07 +0000 |
reimar |
Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel Atom.
libavcodec
|
Tue, 12 Jan 2010 21:36:26 +0000 |
michael |
Split motion vector prediction off h264.c/h.
libavcodec
|
Tue, 12 Jan 2010 21:17:26 +0000 |
michael |
Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just
libavcodec
|
Tue, 12 Jan 2010 20:59:00 +0000 |
michael |
Split all the reference picture handling off h264.c.
libavcodec
|
Tue, 12 Jan 2010 20:37:56 +0000 |
thilo.borgmann |
Reindent after last commit.
libavcodec
|
Tue, 12 Jan 2010 20:35:22 +0000 |
thilo.borgmann |
Replace variable length array with an allocated buffer
libavcodec
|
Tue, 12 Jan 2010 19:33:45 +0000 |
michael |
Split (picture|seq) parameter set decoding out of h264.c.
libavcodec
|
Tue, 12 Jan 2010 18:54:40 +0000 |
michael |
Split SEI code off h264.c.
libavcodec
|
Tue, 12 Jan 2010 14:32:58 +0000 |
michael |
Split direct mode (macro)block decoding off h264.c.
libavcodec
|
Tue, 12 Jan 2010 13:54:35 +0000 |
michael |
Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert().
libavcodec
|
Tue, 12 Jan 2010 09:13:32 +0000 |
zuxy |
Reduce stack usage in svq1_encode_plane(). Reuse context scratch buffer
libavcodec
|
Tue, 12 Jan 2010 06:01:55 +0000 |
michael |
Split h264 loop filter off h264.c.
libavcodec
|
Tue, 12 Jan 2010 05:34:10 +0000 |
michael |
Move svq3.o to the correct spot.
libavcodec
|
Tue, 12 Jan 2010 05:30:31 +0000 |
michael |
Get rid of #include "svq3.c"
libavcodec
|
Tue, 12 Jan 2010 04:49:18 +0000 |
michael |
Better title for the file.
libavcodec
|
Tue, 12 Jan 2010 00:29:26 +0000 |
cehoyos |
Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474.
libavcodec
|