Sun, 07 Jan 2007 23:24:14 +0000 |
gpoirier |
Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)
libavcodec
|
Sun, 07 Jan 2007 18:04:11 +0000 |
mru |
enable bidirectional me with x264
libavcodec
|
Sun, 07 Jan 2007 00:07:10 +0000 |
diego |
cosmetics: Reorder external libraries.
libavcodec
|
Sun, 07 Jan 2007 00:02:15 +0000 |
diego |
variable renaming: mp3lame --> libmp3lame
libavcodec
|
Sat, 06 Jan 2007 23:54:01 +0000 |
diego |
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin
libavcodec
|
Sat, 06 Jan 2007 23:44:48 +0000 |
diego |
variable renaming: dts --> libdts
libavcodec
|
Sat, 06 Jan 2007 23:33:43 +0000 |
diego |
Rename variables: a52 --> liba52, a52bin --> liba52bin
libavcodec
|
Wed, 03 Jan 2007 11:32:02 +0000 |
michael |
maybe fixing a segfault
libavcodec
|
Wed, 03 Jan 2007 00:48:20 +0000 |
michael |
dead code removial
libavcodec
|
Tue, 02 Jan 2007 12:24:31 +0000 |
michael |
store a few values in the header as difference to the last
libavcodec
|
Mon, 01 Jan 2007 05:32:27 +0000 |
kostya |
Decode previous 32 frames to avoid seeking artifacts in MPC
libavcodec
|
Tue, 26 Dec 2006 17:08:03 +0000 |
michael |
skiprd doxygen comment from avcodec.h -> AVOption comment
libavcodec
|
Sun, 24 Dec 2006 04:51:43 +0000 |
kostya |
Musepack SV7 decoding support
libavcodec
|
Sat, 23 Dec 2006 03:05:36 +0000 |
michael |
skiprd
libavcodec
|
Fri, 22 Dec 2006 23:30:57 +0000 |
michael |
test DIRECT{0,0} too if flag mv0 is used
libavcodec
|
Fri, 22 Dec 2006 10:10:13 +0000 |
bcoudurier |
bt 0 is invalid, setting min to 1
libavcodec
|
Thu, 21 Dec 2006 22:58:02 +0000 |
aurel |
more simplification
libavcodec
|
Thu, 21 Dec 2006 22:35:13 +0000 |
michael |
10l
libavcodec
|
Thu, 21 Dec 2006 15:49:40 +0000 |
michael |
FIXME has already been fixed ages ago
libavcodec
|
Thu, 21 Dec 2006 15:46:32 +0000 |
michael |
simplify
libavcodec
|
Thu, 21 Dec 2006 15:45:53 +0000 |
michael |
use qscale_table in adaptive quant
libavcodec
|
Thu, 21 Dec 2006 15:22:16 +0000 |
michael |
simplify
libavcodec
|
Thu, 21 Dec 2006 15:21:44 +0000 |
michael |
i think this if() is useless lets abuse our users to test this ;)
libavcodec
|
Thu, 21 Dec 2006 15:20:02 +0000 |
michael |
skip motion estimation and encoding of non direct-0,0 MBs if the next MB is skiped (mpeg4 doesnt allow such MBs and in the past we did ME and encoding until at the end we droped them, so this should be faster though i didnt benchmark it, benchmark welcome)
libavcodec
|