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
|
Sat, 25 Mar 2006 15:37:08 +0000 |
kostya |
Don't use get_vlc2() when tree is one symbol. This fixes audio decoding
libavcodec
|
Sat, 25 Mar 2006 09:46:43 +0000 |
lorenm |
10l in 1.199 (write_back_motion with B-pyramid + spatial)
libavcodec
|
Sat, 25 Mar 2006 08:41:14 +0000 |
lorenm |
simplified and slightly faster h264_chroma_mc8_mmx
libavcodec
|
Fri, 24 Mar 2006 01:33:22 +0000 |
mru |
ST16 is undefined for non-GNU compilers.
libavcodec
|
Thu, 23 Mar 2006 21:54:46 +0000 |
lorenm |
prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 decoding (on an athlon-xp).
libavcodec
|
Thu, 23 Mar 2006 20:16:36 +0000 |
lorenm |
prefetch pixels for future motion compensation. 2-5% faster h264.
libavcodec
|
Wed, 22 Mar 2006 22:08:28 +0000 |
lorenm |
10l
libavcodec
|
Wed, 22 Mar 2006 22:05:00 +0000 |
lorenm |
added mmx implementation of h264_chroma_mc2
libavcodec
|
Wed, 22 Mar 2006 12:41:02 +0000 |
lorenm |
1.5x faster write_back_motion, 1-3% overall
libavcodec
|
Wed, 22 Mar 2006 12:08:35 +0000 |
gpoirier |
add MMX and SSE versions of ff_snow_inner_add_yblock
libavcodec
|
Tue, 21 Mar 2006 21:51:07 +0000 |
corey |
snow mmx+sse2 optimizations, part 4
libavcodec
|
Tue, 21 Mar 2006 17:27:47 +0000 |
kostya |
Smacker demuxer and decoder.
libavcodec
|
Mon, 20 Mar 2006 22:48:08 +0000 |
mru |
since Michael prefers to keep dsputil.h private to libavcodec
libavcodec
|
Mon, 20 Mar 2006 22:27:59 +0000 |
gpoirier |
Add the mmx and sse2 implementations of ff_snow_vertical_compose().
libavcodec
|
Mon, 20 Mar 2006 05:52:23 +0000 |
corey |
Snow mmx + sse2 part 2
libavcodec
|
Mon, 20 Mar 2006 01:18:56 +0000 |
michael |
fixing interlaced direct mode field select values
libavcodec
|
Sun, 19 Mar 2006 11:49:37 +0000 |
michael |
various fixes for xvid_rc
libavcodec
|
Sat, 18 Mar 2006 20:43:48 +0000 |
michael |
fix frametypes with xvid_rc
libavcodec
|
Sat, 18 Mar 2006 02:46:39 +0000 |
michael |
fixing bquant_offset
libavcodec
|
Sat, 18 Mar 2006 02:29:58 +0000 |
michael |
segfault fix
libavcodec
|
Fri, 17 Mar 2006 16:40:10 +0000 |
corey |
make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn't
libavcodec
|
Fri, 17 Mar 2006 12:08:46 +0000 |
gpoirier |
10l: Only set *compose97i *add_yblock to dsputils context if we are building with Snow enabled
libavcodec
|
Thu, 16 Mar 2006 19:18:18 +0000 |
gpoirier |
First part of a series of speed-enchancing patches.
libavcodec
|
Tue, 14 Mar 2006 00:22:05 +0000 |
michael |
dont pass intra flag if its always 0
libavcodec
|
Mon, 13 Mar 2006 23:46:47 +0000 |
michael |
fixing coverity warnig CID: 253 (reading over the end of the aspect_ratio array for illegal aspect ratios)
libavcodec
|
Mon, 13 Mar 2006 23:29:00 +0000 |
michael |
fix coverity warning CID: 255 (uninitalized variable used to build tables which arent used, well there is a slight change of a FPU exception maybe ...)
libavcodec
|
Mon, 13 Mar 2006 01:27:13 +0000 |
lorenm |
seed iterative_me with mvs from conventional search.
libavcodec
|
Mon, 13 Mar 2006 01:26:06 +0000 |
lorenm |
obey vqscale in 2nd pass
libavcodec
|