log Makefile @ 972:31dbb6062967 libavutil

age author description
Fri, 02 Jul 2010 12:12:06 +0000 ramiro avutil: install lfg.h libavutil
Sat, 05 Jun 2010 12:01:28 +0000 stefano Move eval.c and eval.h from libavcodec to libavutil, and make the eval libavutil
Sun, 23 May 2010 08:53:40 +0000 mstorsjo Make ff_random_get_seed public, rename to av_get_random_seed, export the header libavutil
Thu, 25 Mar 2010 22:46:35 +0000 stefano Implement av_strerror(). libavutil
Sat, 13 Mar 2010 09:43:24 +0000 stefano Move error code definitions from libavcodec/avcodec.h to libavutil
Mon, 08 Mar 2010 21:28:56 +0000 mru Move gcc attribute macros to new header libavutil/attributes.h libavutil
Mon, 08 Mar 2010 20:17:47 +0000 mru checkheaders: skip per-arch headers not meant for direct inclusion libavutil
Tue, 19 Jan 2010 04:40:16 +0000 mru Create and install libavutil/avconfig.h libavutil
Tue, 24 Nov 2009 23:33:41 +0000 stefano Make the pixdesc API public. libavutil
Fri, 10 Jul 2009 15:50:49 +0000 kostya Prepare SHA code to handle SHA-2 as well. For now rename files and functions libavutil
Tue, 09 Jun 2009 07:18:58 +0000 diego cosmetics: Add missing ending backslash to installed header list. libavutil
Thu, 09 Apr 2009 14:55:05 +0000 diego Add a configure check for lzo1x_999_compress() and compile the lzo test program libavutil
Thu, 02 Apr 2009 22:41:58 +0000 diego Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS. libavutil
Thu, 26 Mar 2009 10:12:21 +0000 diego Use a wildcard match instead of a list to remove test programs. libavutil
Wed, 25 Mar 2009 18:19:20 +0000 diego Move adding the '-test$(EXESUF)' suffix to test programs into common.mak. libavutil
Sun, 22 Mar 2009 23:13:21 +0000 diego Rename 'tests' target to 'testprogs'. It is too easily confused with the libavutil
Sat, 21 Mar 2009 17:28:38 +0000 diego Remove deprecated and now unused Mersenne Twister PRNG. libavutil
Sun, 08 Mar 2009 14:35:13 +0000 michael Remove the Mersenne Twister from the public API/ABI. libavutil
Sun, 08 Mar 2009 01:28:14 +0000 bcoudurier add ff_random_get_seed to be used in conjunction with random functions libavutil
Sun, 22 Feb 2009 14:27:50 +0000 stefano Split avutil.h, move all the pixel format definitions to the new libavutil
Fri, 06 Feb 2009 23:29:25 +0000 stefano Add a new test program for base64, based on that removed in r17024. libavutil
Thu, 29 Jan 2009 22:12:36 +0000 diego Rename string.c to avstring.c so that the name of header and C file match. libavutil
Sun, 11 Jan 2009 22:48:07 +0000 diego Extend 'checkheaders' target to architecture-specific subdirectories. libavutil
Thu, 20 Nov 2008 22:53:18 +0000 diego cosmetics: Consistently place HEADERS before OBJS in all Makefiles. libavutil
Sun, 26 Oct 2008 15:21:45 +0000 mru cosmetic: align backslashes in makefiles libavutil
Sun, 17 Aug 2008 17:41:48 +0000 jbr use LFG instead of Mersenne Twister for AC-3 PRNG libavutil
Sun, 17 Aug 2008 16:58:47 +0000 michael restore alphabetical order of TESTS libavutil
Sun, 17 Aug 2008 16:44:13 +0000 michael Add PCA to TESTS. libavutil
Fri, 08 Aug 2008 18:32:20 +0000 stefano Implement avutil_version(). libavutil
Sun, 27 Jul 2008 21:11:06 +0000 diego Add random to list of test programs. libavutil