Mercurial > libavutil.hg
graph
-
Add av_memcpy_backptr(): deliberately overlapping memcpy variant. libavutilWed, 06 Aug 2008 08:17:03 +0000, by pross
-
Add a multiplicative LFG for those thinking the additive is not good libavutilWed, 30 Jul 2008 23:08:07 +0000, by michael
-
USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer. libavutilWed, 30 Jul 2008 12:02:22 +0000, by diego
-
Change return type of main function to int to avoid a warning. libavutilSun, 27 Jul 2008 21:10:32 +0000, by diego
-
Move #includes, which are only used in the test program, below the #ifdef libavutilSun, 27 Jul 2008 21:05:12 +0000, by diego
-
Change benchmarking code so it returns comparable values. libavutilSun, 27 Jul 2008 20:53:30 +0000, by michael
-
Make the selftesting code use and compileable. libavutilSun, 27 Jul 2008 20:50:24 +0000, by michael
-
cosmetics: Fix two common typos: wont --> will not, lets --> let us. libavutilThu, 24 Jul 2008 17:09:28 +0000, by diego
-
Remove AltiVec vector declaration compiler compatibility macros. libavutilThu, 24 Jul 2008 10:53:32 +0000, by diego
-
intreadwrite: support DEC compiler __unaligned type qualifier libavutilFri, 18 Jul 2008 01:18:59 +0000, by mru
-
ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32() libavutilTue, 15 Jul 2008 19:06:03 +0000, by mru
-
Print the address of the AVCodecContext in av_log(). libavutilTue, 15 Jul 2008 17:17:35 +0000, by astrange
-
Add av_clipf() function to common.h and use it in ra288.c libavutilSun, 13 Jul 2008 19:59:44 +0000, by vitor
-
Only define AltiVec vector syntax macro when AltiVec is enabled. libavutilSat, 05 Jul 2008 08:10:47 +0000, by diego
-
alloc_size attribute is new to gcc 4.3; don't use it with lesser versions libavutilThu, 05 Jun 2008 19:49:47 +0000, by mru
-
Fix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition. libavutilTue, 03 Jun 2008 22:10:53 +0000, by diego
-
Macro suggested by Michael which will be used to disable the libavutilSun, 01 Jun 2008 07:37:43 +0000, by takis
-
Implement a proper configure test for AltiVec vector declaration syntax. libavutilFri, 30 May 2008 10:58:48 +0000, by diego
-
Ensure that one can store X bytes in a fifo of size X. libavutilSun, 25 May 2008 23:04:09 +0000, by michael
-
Make av_fifo*_read() ignore the available amount of data. libavutilSun, 25 May 2008 22:20:39 +0000, by michael
-
Do not misuse long as the size of a register in x86. libavutilThu, 08 May 2008 21:11:24 +0000, by ramiro
-
Remove unnecessary parentheses from return calls. libavutilTue, 06 May 2008 09:16:36 +0000, by diego
-
Do not ignore .depend files, they are no longer generated. libavutilThu, 24 Apr 2008 10:17:55 +0000, by diego
-
Implement FFMAX3(a,b,c) - maximum over three arguments. libavutilSat, 19 Apr 2008 17:07:58 +0000, by voroshil
-
cosmetics: __asm__ __volatile__ --> asm volatile libavutilThu, 17 Apr 2008 21:57:52 +0000, by diego
-
Split MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX parts libavutilSat, 22 Mar 2008 18:15:12 +0000, by diego