Mercurial > libavutil.hg
graph
-
Add a macro to get the number of elements in a table. libavutilWed, 15 Oct 2008 07:24:54 +0000, by benoit
-
Implement av_nearer_q() and av_find_nearest_q_idx() functions. libavutilThu, 25 Sep 2008 19:23:13 +0000, by stefano
-
Avoid undefined behavior for removing elements that were not in the tree. libavutilFri, 19 Sep 2008 12:41:12 +0000, by michael
-
Fix generated md5, it was wrong for some input lengths. libavutilMon, 15 Sep 2008 22:10:28 +0000, by michael
-
Remove wrong and unnecessary condition. VHOOK filters are not special libavutilSat, 06 Sep 2008 07:26:05 +0000, by stefano
-
Globally rename the header inclusion guard names. libavutilSun, 31 Aug 2008 07:39:47 +0000, by stefano
-
Cosmetics: remove a redundant and misplaced doxy. libavutilTue, 19 Aug 2008 22:17:13 +0000, by stefano
-
Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead. libavutilTue, 19 Aug 2008 22:15:05 +0000, by stefano
-
Copy and paste LGPL from tree.h, the previous one referred to a non-existing libavutilSun, 17 Aug 2008 19:32:51 +0000, by michael
-
Add missing stdint.h header to fix 'make checkheaders'. libavutilSun, 17 Aug 2008 19:15:33 +0000, by diego
-
Add multiple inclusion guards for consistency and to avoid them being libavutilSun, 17 Aug 2008 15:53:12 +0000, by michael
-
Add prototypes to header (based on code by ramiro) libavutilSun, 17 Aug 2008 15:50:20 +0000, by michael
-
Make ff_pca_init() allocate it struct instead of letting the user provide libavutilSun, 17 Aug 2008 15:46:20 +0000, by michael
-
Do not mix declarations and statements (by ramiro). libavutilSun, 17 Aug 2008 15:35:55 +0000, by michael
-
Remove hackish support for fastmemcpy from MPlayer. libavutilThu, 14 Aug 2008 20:40:36 +0000, by diego
-
move M_PI definition along with other math definitions libavutilWed, 13 Aug 2008 16:01:21 +0000, by aurel
-
define some math constants so as not to depend on _XOPEN_SOURCE libavutilWed, 13 Aug 2008 10:04:59 +0000, by aurel
-
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