Wed, 05 Apr 2006 04:13:41 +0000 |
lorenm |
gmc_mmx tweaks
libavcodec
|
Tue, 04 Apr 2006 12:35:55 +0000 |
lucabe |
Introduce swscale interface in libavcodec
libavcodec
|
Tue, 04 Apr 2006 09:23:45 +0000 |
lorenm |
mmx implementation of 3-point GMC. (5x faster than C)
libavcodec
|
Mon, 03 Apr 2006 07:52:24 +0000 |
lorenm |
2x faster ff_mpeg4_set_direct_mv
libavcodec
|
Mon, 03 Apr 2006 00:51:09 +0000 |
corey |
AC3: support encoding fractional frame sizes
libavcodec
|
Fri, 31 Mar 2006 20:43:37 +0000 |
michael |
remove mpegvideo.c img resample dependancy
libavcodec
|
Fri, 31 Mar 2006 20:40:22 +0000 |
michael |
get_xbits() optimization
libavcodec
|
Fri, 31 Mar 2006 18:22:35 +0000 |
michael |
remove useless code
libavcodec
|
Fri, 31 Mar 2006 18:04:36 +0000 |
michael |
simplify loop a little
libavcodec
|
Fri, 31 Mar 2006 17:43:28 +0000 |
michael |
do UPDATE_CACHE only when needed (which should be VERY rare)
libavcodec
|
Fri, 31 Mar 2006 17:01:58 +0000 |
michael |
+ (sign&1) -> -sign (1 instruction less)
libavcodec
|
Fri, 31 Mar 2006 16:50:43 +0000 |
michael |
avoid hard to predict branch (idea by arpi)
libavcodec
|
Fri, 31 Mar 2006 13:06:24 +0000 |
michael |
warn user about crappy OS patch by (Steve Lhomme <steve.lhomme@free.fr>)
libavcodec
|
Fri, 31 Mar 2006 09:59:53 +0000 |
lu_zero |
Proper typecast for vector bool
libavcodec
|
Thu, 30 Mar 2006 16:24:38 +0000 |
lucabe |
move enum PixelFormat from libavcodec to libavutil
libavcodec
|
Thu, 30 Mar 2006 14:58:36 +0000 |
michael |
reverting 1.31->1.33
libavcodec
|
Thu, 30 Mar 2006 14:13:03 +0000 |
michael |
dont forget table_size in the decode_frame return value
libavcodec
|
Thu, 30 Mar 2006 04:33:05 +0000 |
corey |
- Add new file internal.h for common internal-use-only functions.
libavcodec
|
Wed, 29 Mar 2006 21:11:57 +0000 |
michael |
fix gcc 2.95 compilation
libavcodec
|
Wed, 29 Mar 2006 18:42:50 +0000 |
lu_zero |
Cast cruft in order to support Apple gcc
libavcodec
|
Wed, 29 Mar 2006 11:01:17 +0000 |
diego |
Ignore apiexample and test programs.
libavcodec
|
Wed, 29 Mar 2006 10:59:09 +0000 |
diego |
EXTRALIBS already contains -lm, no need to add it explicitly.
libavcodec
|
Wed, 29 Mar 2006 09:20:44 +0000 |
michael |
avoid if(i>=63) check at the end of decode_block()
libavcodec
|
Wed, 29 Mar 2006 09:13:43 +0000 |
michael |
avoid i++ in decode_block()
libavcodec
|
Wed, 29 Mar 2006 08:41:53 +0000 |
michael |
minor optimization of decode_block()
libavcodec
|
Wed, 29 Mar 2006 01:59:24 +0000 |
michael |
optimizations by arpi
libavcodec
|
Mon, 27 Mar 2006 22:22:50 +0000 |
reimar |
NuppelVideo/MythTVVideo support, including rtjpeg decoder
libavcodec
|
Mon, 27 Mar 2006 12:51:19 +0000 |
lu_zero |
altivec support for snow
libavcodec
|
Mon, 27 Mar 2006 12:45:27 +0000 |
lu_zero |
altivec support for snow
libavcodec
|
Sun, 26 Mar 2006 17:07:02 +0000 |
banan |
Use a more descriptive error message.
libavcodec
|