Mercurial > libavcodec.hg
graph
-
Move all definitions of external dependencies into configure instead of libavcodecTue, 04 Oct 2005 11:19:08 +0000, by diego
-
sse2 16x16 sum squared diff (306=>268 cycles on a K8) libavcodecFri, 30 Sep 2005 02:31:47 +0000, by lorenm
-
support for building dynamic libraries on Mac OS X libavcodecMon, 26 Sep 2005 10:05:13 +0000, by diego
-
Fix some #ifdef to allow building amr_wb alone. libavcodecSat, 24 Sep 2005 17:42:56 +0000, by diego
-
fix some pointer to intger without cast warnings (patch by Michel Bardiaux) libavcodecWed, 21 Sep 2005 23:18:52 +0000, by aurel
-
replace a few mov + psrlq with pshufw, there are more cases which could benefit from this but they would require us to duplicate some functions ... libavcodecWed, 21 Sep 2005 21:17:09 +0000, by michael
-
Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer. libavcodecWed, 21 Sep 2005 08:14:17 +0000, by michael
-
Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.h libavcodecMon, 19 Sep 2005 23:26:47 +0000, by diego
-
Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X. libavcodecSun, 18 Sep 2005 21:21:01 +0000, by diego
-
print more time_base fps stuff if av_log level is at debug or above libavcodecSun, 18 Sep 2005 14:45:17 +0000, by michael
-
check return value of decode_cabac_mb_dqp, it is INT_MIN on error. libavcodecSat, 17 Sep 2005 08:15:07 +0000, by reimar
-
convert some options in ffmpeg.c to AVOptions libavcodecMon, 12 Sep 2005 10:23:52 +0000, by michael
-
flags and named constants with type checking of course for AVOption libavcodecSun, 11 Sep 2005 14:22:42 +0000, by michael
-
Fix compile without CONFIG_GPL, misplaced #endif caused a missing }. libavcodecSat, 10 Sep 2005 19:30:40 +0000, by reimar