Mercurial > libavcodec.hg
graph
-
ffv1 and ffvhuff havnt changed since a long time and noone proposed any libavcodecFri, 14 Apr 2006 10:37:40 +0000, by michael
-
AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net. libavcodecMon, 10 Apr 2006 12:12:26 +0000, by banan
-
Baptiste COUDURIER's padding patch (reworked by me a little bit). libavcodecMon, 10 Apr 2006 07:45:29 +0000, by lucabe
-
100l to loren. at least this fixes the compile error, but the code is still broken (decoding buggy/crashing) libavcodecSun, 09 Apr 2006 06:04:00 +0000, by rfelker
-
Add missing external declaration for kmvc codec libavcodecFri, 07 Apr 2006 21:08:34 +0000, by rtognimp
-
KMVC (used in Worms games) decoder. Works fine with samples from MPHQ libavcodecFri, 07 Apr 2006 16:59:57 +0000, by kostya
-
mmx implementation of 3-point GMC. (5x faster than C) libavcodecTue, 04 Apr 2006 09:23:45 +0000, by lorenm
-
do UPDATE_CACHE only when needed (which should be VERY rare) libavcodecFri, 31 Mar 2006 17:43:28 +0000, by michael
-
warn user about crappy OS patch by (Steve Lhomme <steve.lhomme@free.fr>) libavcodecFri, 31 Mar 2006 13:06:24 +0000, by michael
-
move enum PixelFormat from libavcodec to libavutil libavcodecThu, 30 Mar 2006 16:24:38 +0000, by lucabe
-
dont forget table_size in the decode_frame return value libavcodecThu, 30 Mar 2006 14:13:03 +0000, by michael
-
- 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