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
|