log Makefile @ 1022:7cfd5ddf993b libavutil

age author description
Sun, 26 Sep 2010 14:25:22 +0000 michael Move AVOptions from libavcodec to libavutil libavutil
Thu, 09 Sep 2010 18:51:45 +0000 mru Clean up av_get_cpu_flag() libavutil
Wed, 08 Sep 2010 15:07:14 +0000 stefano Move mm_support() from libavcodec to libavutil, make it a public libavutil
Sat, 04 Sep 2010 09:59:08 +0000 stefano Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ libavutil
Wed, 21 Jul 2010 12:37:37 +0000 flameeyes Make ff_inverse stay with libavutil, and optional copy it to libavcodec. libavutil
Sat, 10 Jul 2010 22:22:07 +0000 mru Install bswap.h and intreadwrite.h libavutil
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
Mon, 07 Apr 2008 21:16:31 +0000 mru non-recursive makefiles libavutil
Sat, 08 Mar 2008 14:39:43 +0000 diego cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. libavutil
Fri, 07 Mar 2008 19:27:17 +0000 mru simplify library version handling libavutil
Wed, 27 Feb 2008 21:38:36 +0000 mru simplify lzo-test rule libavutil
Sun, 27 Jan 2008 23:28:56 +0000 diego Move common test program infrastructure to common.mak. libavutil
Sun, 27 Jan 2008 23:27:13 +0000 diego Move some lines in preparation for an upcoming commit. libavutil
Sun, 27 Jan 2008 22:39:30 +0000 diego Add Makefile rules for test programs. libavutil
Sun, 27 Jan 2008 21:03:54 +0000 diego Do not install integer.h, it is not part of the public API. libavutil
Fri, 04 Jan 2008 23:47:10 +0000 aurel install crc.h which is now part of public API libavutil
Wed, 12 Dec 2007 20:58:41 +0000 lu_zero Provide sha1 to outside applications libavutil
Fri, 19 Oct 2007 09:31:41 +0000 reimar Add support for DES en- and decryption. libavutil
Sun, 14 Oct 2007 09:29:59 +0000 diego cosmetics: sort() libavutil
Sat, 13 Oct 2007 10:42:11 +0000 reimar Add RC4 encryption/decryption function libavutil
Thu, 30 Aug 2007 23:11:24 +0000 diego cosmetics: Sort some lines, whitespace changes. libavutil
Sat, 23 Jun 2007 23:10:26 +0000 mru add some string functions libavutil
Mon, 19 Mar 2007 00:48:47 +0000 lu_zero expose av_base64_decode and av_base64_encode libavutil
Mon, 12 Mar 2007 15:23:18 +0000 takis Install mem.h on "make install" as: libavutil
Wed, 28 Feb 2007 03:40:23 +0000 lu_zero Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch libavutil
Wed, 28 Feb 2007 03:28:31 +0000 lu_zero get_packetheader() forgot to read the header_checksum in big packets libavutil
Tue, 27 Feb 2007 15:58:38 +0000 diego Remove superfluous comment. libavutil
Tue, 27 Feb 2007 00:18:38 +0000 diego Remove useless conditional. libavutil
Tue, 27 Feb 2007 00:11:14 +0000 diego Revert previous commit that contained an unrelated hunk. libavutil
Mon, 26 Feb 2007 22:59:16 +0000 diego spelling/grammar fixes for a Doxygen comment libavutil
Mon, 26 Feb 2007 22:56:02 +0000 diego Remove unused #define. libavutil
Tue, 13 Feb 2007 08:21:47 +0000 diego Move base64.[ch] to libavutil. libavutil
Sun, 11 Feb 2007 12:50:33 +0000 bcoudurier mxf aes decryption support, patch by Reimar, simplified to only look for first crypto context, will be extended once we get files with multiple cryptocontext, and hope that they won't have broken container ul libavutil
Thu, 08 Feb 2007 22:09:05 +0000 michael av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t com libavutil
Wed, 31 Jan 2007 22:58:53 +0000 reimar Move lzo decompression to libavutil libavutil
Tue, 14 Nov 2006 01:02:30 +0000 michael AVL tree libavutil
Wed, 08 Nov 2006 00:02:15 +0000 mru allow spaces in source and build directory names libavutil
Wed, 11 Oct 2006 08:30:13 +0000 diego Move CFLAGS handling to common.mak. libavutil
Sat, 07 Oct 2006 09:22:44 +0000 diego Replace -I../-I. by -I$(BUILD_ROOT). libavutil
Thu, 21 Sep 2006 07:31:53 +0000 romansh * Moving FifoBuffer out of libavformat/avformat.h and libavutil
Thu, 17 Aug 2006 16:32:08 +0000 diego Move all internal -I parameters to the front of CFLAGS to avoid using external libavutil
Wed, 19 Jul 2006 12:10:01 +0000 lucabe Install log.h libavutil
Wed, 19 Jul 2006 07:28:58 +0000 lucabe Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil libavutil
Tue, 18 Jul 2006 11:00:55 +0000 lucabe Move av_log() & friends to libavutil libavutil
Fri, 14 Jul 2006 10:04:29 +0000 michael adding a \ so we can add more lines without having to do a "cosmetic" change in the previous line libavutil
Fri, 14 Jul 2006 10:03:09 +0000 michael linear least squares solver using cholesky factorization libavutil
Thu, 13 Jul 2006 23:10:01 +0000 mru replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use libavutil
Thu, 13 Jul 2006 21:29:01 +0000 mru move adler32 to libavutil libavutil
Wed, 05 Jul 2006 14:12:00 +0000 diego cosmetics: Break overly long lines. libavutil
Sun, 02 Jul 2006 19:01:52 +0000 ivo compile md5 and include in libavutil.a libavutil
Thu, 01 Jun 2006 21:57:44 +0000 mru remove redundant make variable SUBDIR libavutil
Wed, 17 May 2006 23:40:32 +0000 diego Remove some lines that are duplicated in common.mak. libavutil
Sun, 23 Apr 2006 10:28:54 +0000 michael avoid AVInteger usage in av_rescale libavutil
Mon, 06 Mar 2006 14:13:01 +0000 michael generic crc calculation code libavutil
Mon, 13 Feb 2006 12:53:25 +0000 mru move common parts of makefiles into common.mak libavutil
Sat, 11 Feb 2006 19:30:55 +0000 diego Simplify header installation. libavutil
Sat, 11 Feb 2006 18:50:45 +0000 diego Separate library install into static and shared installation. libavutil
Sat, 11 Feb 2006 17:44:06 +0000 diego Separate header file installation from the general install target. libavutil
Mon, 30 Jan 2006 00:22:41 +0000 diego On MinGW it is not possible to build shared and static libraries at once. libavutil
Sun, 29 Jan 2006 18:32:55 +0000 diego Simplify LDFLAGS handling for MinGW. libavutil
Thu, 26 Jan 2006 23:42:30 +0000 diego Remove obscure Makefile.bak entry from distclean rules. libavutil
Sun, 15 Jan 2006 00:28:36 +0000 diego Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. libavutil
Sat, 14 Jan 2006 15:54:58 +0000 diego Move library name generation to configure, simplifies build system a bit more. libavutil
Sat, 14 Jan 2006 03:39:02 +0000 diego Create symbolic links for all library sonames and clean up Makefiles. libavutil
Thu, 12 Jan 2006 00:00:00 +0000 diego Move Darwin shared library build peculiarities to configure. libavutil
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavutil
Sat, 10 Dec 2005 17:14:24 +0000 diego SONAME support for shared libs libavutil
Mon, 07 Nov 2005 01:32:29 +0000 diego Put double-quotes around the install path in the "install-headers" section libavutil
Mon, 26 Sep 2005 10:05:13 +0000 diego support for building dynamic libraries on Mac OS X libavutil
Sat, 06 Aug 2005 10:03:08 +0000 michael add libavutil.pc + fix version in pkg-config files patch by (j, v2v cc) libavutil
Mon, 01 Aug 2005 20:07:05 +0000 al libavutil: Utility code from libavcodec moved to a separate library. libavutil