Mercurial > libavcodec.hg
graph
-
* reenabled original xy2 put routine - rounding error is really bad with libavcodecWed, 29 May 2002 19:57:21 +0000, by kabi
-
* code with new PAVGB for MMX only CPU splited into separate file libavcodecWed, 29 May 2002 17:16:22 +0000, by kabi
-
* new mmx code - based upon http://aggregate.org/MAGIC libavcodecWed, 29 May 2002 14:29:48 +0000, by kabi
-
* started to cleanup name clashes for onetime compilation libavcodecMon, 27 May 2002 16:42:14 +0000, by kabi
-
* for this moment bswap.h included ahead of HAVE_AV_CONFIG_H check libavcodecMon, 27 May 2002 09:17:21 +0000, by kabi
-
* undefine local defines when they are no longer needed libavcodecMon, 27 May 2002 08:37:13 +0000, by kabi
-
* compatibilized declaration with its original definition libavcodecMon, 27 May 2002 08:34:24 +0000, by kabi
-
don't use inttypes.h - use inline function for bswap_64() libavcodecSun, 26 May 2002 15:24:32 +0000, by bellard
-
Add an av_abort macro that aborts, but also prints out the location of the abort. libavcodecFri, 24 May 2002 01:16:08 +0000, by philipjsg
-
* always baling even though it seems to produce sometime worse libavcodecThu, 23 May 2002 15:57:28 +0000, by kabi
-
applied 64bit patch from Ulrich Hecht <uli at suse dot de> libavcodecThu, 23 May 2002 15:33:23 +0000, by alex
-
* somewhat more advanced test suit for dsp code - for now i386 only libavcodecThu, 23 May 2002 13:34:22 +0000, by kabi
-
* fixed contrains and avoid usage of scale index access libavcodecThu, 23 May 2002 10:10:14 +0000, by kabi
-
* added simple test main - see comments about how to libavcodecThu, 23 May 2002 10:09:33 +0000, by kabi
-
using 1 operand less and slightly faster put_pixels_y2 libavcodecWed, 22 May 2002 23:18:59 +0000, by michaelni
-
* fix for -fPIC compilation - compiles with 2.95.2 as well - any libavcodecWed, 22 May 2002 20:46:24 +0000, by kabi
-
workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=1 for this) libavcodecTue, 21 May 2002 23:13:57 +0000, by michaelni
-
fixed incorrect global gain - slightly increased precision of n^(4/3) table libavcodecTue, 21 May 2002 21:07:47 +0000, by glantau
-
* avoid conflicts with non-ffmpeg config.h and also it's consistent libavcodecTue, 21 May 2002 18:56:03 +0000, by kabi
-
removed unused stuff - added dsputil_set_bit_exact() support for easier testing libavcodecMon, 20 May 2002 16:37:58 +0000, by glantau
-
mpeg1/2 identifier - fixed frame rate for some bad mpeg1 streams libavcodecMon, 20 May 2002 16:24:39 +0000, by glantau
-
removed useless header includes - use av memory functions libavcodecSat, 18 May 2002 23:03:29 +0000, by glantau
-
added VPATH support for multiple dir compilation libavcodecSat, 18 May 2002 23:01:20 +0000, by glantau
-
put all integer init code to compute n^(4/3) - memory alloc and header fixes libavcodecSat, 18 May 2002 22:58:08 +0000, by glantau