Mercurial > libavcodec.hg
graph
-
- Add new file internal.h for common internal-use-only functions. libavcodecThu, 30 Mar 2006 04:33:05 +0000, by corey
-
EXTRALIBS already contains -lm, no need to add it explicitly. libavcodecWed, 29 Mar 2006 10:59:09 +0000, by diego
-
avoid if(i>=63) check at the end of decode_block() libavcodecWed, 29 Mar 2006 09:20:44 +0000, by michael
-
NuppelVideo/MythTVVideo support, including rtjpeg decoder libavcodecMon, 27 Mar 2006 22:22:50 +0000, by reimar
-
Don't use get_vlc2() when tree is one symbol. This fixes audio decoding libavcodecSat, 25 Mar 2006 15:37:08 +0000, by kostya
-
10l in 1.199 (write_back_motion with B-pyramid + spatial) libavcodecSat, 25 Mar 2006 09:46:43 +0000, by lorenm
-
simplified and slightly faster h264_chroma_mc8_mmx libavcodecSat, 25 Mar 2006 08:41:14 +0000, by lorenm
-
prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 decoding (on an athlon-xp). libavcodecThu, 23 Mar 2006 21:54:46 +0000, by lorenm
-
prefetch pixels for future motion compensation. 2-5% faster h264. libavcodecThu, 23 Mar 2006 20:16:36 +0000, by lorenm
-
add MMX and SSE versions of ff_snow_inner_add_yblock libavcodecWed, 22 Mar 2006 12:08:35 +0000, by gpoirier
-
since Michael prefers to keep dsputil.h private to libavcodec libavcodecMon, 20 Mar 2006 22:48:08 +0000, by mru
-
Add the mmx and sse2 implementations of ff_snow_vertical_compose(). libavcodecMon, 20 Mar 2006 22:27:59 +0000, by gpoirier
-
fixing interlaced direct mode field select values libavcodecMon, 20 Mar 2006 01:18:56 +0000, by michael
-
make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn't libavcodecFri, 17 Mar 2006 16:40:10 +0000, by corey
-
10l: Only set *compose97i *add_yblock to dsputils context if we are building with Snow enabled libavcodecFri, 17 Mar 2006 12:08:46 +0000, by gpoirier
-
First part of a series of speed-enchancing patches. libavcodecThu, 16 Mar 2006 19:18:18 +0000, by gpoirier
-
fixing coverity warnig CID: 253 (reading over the end of the aspect_ratio array for illegal aspect ratios) libavcodecMon, 13 Mar 2006 23:46:47 +0000, by 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 ...) libavcodecMon, 13 Mar 2006 23:29:00 +0000, by michael
-
seed iterative_me with mvs from conventional search. libavcodecMon, 13 Mar 2006 01:27:13 +0000, by lorenm
-
asserts to check if assumed conditions really are true libavcodecFri, 10 Mar 2006 22:00:36 +0000, by michael
-
fixing out of array access (only cosmetic, this should never have had a end user vissible effect) libavcodecFri, 10 Mar 2006 19:42:51 +0000, by michael
-
add assert to clarify that we know what we are doing libavcodecFri, 10 Mar 2006 19:10:46 +0000, by michael