Wed, 11 Oct 2006 08:30:13 +0000 |
diego |
Move CFLAGS handling to common.mak.
libavformat
|
Sat, 07 Oct 2006 09:22:44 +0000 |
diego |
Replace -I../-I. by -I$(BUILD_ROOT).
libavformat
|
Tue, 03 Oct 2006 19:23:39 +0000 |
diego |
Move EXTRALIBS handling to common.mak.
libavformat
|
Mon, 02 Oct 2006 17:15:00 +0000 |
diego |
rtp.o needs mpegts.o
libavformat
|
Tue, 26 Sep 2006 03:41:51 +0000 |
kostya |
WavPack lossless audio decoder
libavformat
|
Fri, 15 Sep 2006 19:14:24 +0000 |
takis |
Split the DV demuxer and muxer into separate files (as suggested by Diego
libavformat
|
Fri, 08 Sep 2006 17:24:48 +0000 |
diego |
Remove empty variable declaration.
libavformat
|
Tue, 29 Aug 2006 07:34:58 +0000 |
gpoirier |
AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com %
libavformat
|
Thu, 17 Aug 2006 16:32:08 +0000 |
diego |
Move all internal -I parameters to the front of CFLAGS to avoid using external
libavformat
|
Tue, 01 Aug 2006 14:58:15 +0000 |
bcoudurier |
move common code from mov.c and movenc.c to isom.c
libavformat
|
Tue, 25 Jul 2006 14:30:14 +0000 |
bcoudurier |
MXF demuxer
libavformat
|
Wed, 19 Jul 2006 09:38:22 +0000 |
bcoudurier |
GXF muxer
libavformat
|
Thu, 13 Jul 2006 23:10:01 +0000 |
mru |
replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use
libavformat
|
Thu, 13 Jul 2006 21:29:01 +0000 |
mru |
move adler32 to libavutil
libavformat
|
Wed, 12 Jul 2006 00:10:12 +0000 |
mru |
nut needs crc.o
libavformat
|
Wed, 12 Jul 2006 00:09:34 +0000 |
mru |
move common stuff from avienc.c and wav.c to new file riff.c
libavformat
|
Mon, 10 Jul 2006 21:14:37 +0000 |
mru |
allow individual selection of muxers and demuxers
libavformat
|
Wed, 05 Jul 2006 14:12:00 +0000 |
diego |
cosmetics: Break overly long lines.
libavformat
|
Mon, 03 Jul 2006 16:32:57 +0000 |
reimar |
add GXF demuxer
libavformat
|
Thu, 01 Jun 2006 21:57:44 +0000 |
mru |
remove redundant make variable SUBDIR
libavformat
|
Thu, 11 May 2006 23:07:22 +0000 |
mru |
ogm demuxing
libavformat
|
Sat, 06 May 2006 10:57:38 +0000 |
diego |
Further simplify AMR build.
libavformat
|
Sat, 15 Apr 2006 15:05:53 +0000 |
diego |
Have EXTRALIBS appear after other link options, fixes shared build on Cygwin.
libavformat
|
Mon, 27 Mar 2006 22:22:50 +0000 |
reimar |
NuppelVideo/MythTVVideo support, including rtjpeg decoder
libavformat
|
Tue, 21 Mar 2006 17:27:47 +0000 |
kostya |
Smacker demuxer and decoder.
libavformat
|
Fri, 17 Feb 2006 03:17:42 +0000 |
melanson |
complete AVS playback system (from Creature Shock computer game),
libavformat
|
Mon, 13 Feb 2006 12:53:25 +0000 |
mru |
move common parts of makefiles into common.mak
libavformat
|
Sun, 12 Feb 2006 06:49:40 +0000 |
melanson |
complete American Laser Games MM playback system, courtesy of Peter Ross
libavformat
|
Sun, 12 Feb 2006 02:18:37 +0000 |
alex |
tta demuxer, also usable for moving tta audio data into an other container
libavformat
|
Sat, 11 Feb 2006 20:51:26 +0000 |
diego |
Use the incdir variable.
libavformat
|
Sat, 11 Feb 2006 19:30:55 +0000 |
diego |
Simplify header installation.
libavformat
|
Sat, 11 Feb 2006 18:50:45 +0000 |
diego |
Separate library install into static and shared installation.
libavformat
|
Sat, 11 Feb 2006 17:44:06 +0000 |
diego |
Separate header file installation from the general install target.
libavformat
|
Fri, 10 Feb 2006 01:24:32 +0000 |
mru |
generate adts frame headers if required
libavformat
|
Thu, 09 Feb 2006 22:52:23 +0000 |
aurel |
add a Creative VOC (de)muxer
libavformat
|
Thu, 02 Feb 2006 15:21:19 +0000 |
michael |
AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)
libavformat
|
Wed, 01 Feb 2006 11:31:33 +0000 |
diego |
video4linux2 input support
libavformat
|
Mon, 30 Jan 2006 00:22:41 +0000 |
diego |
On MinGW it is not possible to build shared and static libraries at once.
libavformat
|
Sun, 29 Jan 2006 18:32:55 +0000 |
diego |
Simplify LDFLAGS handling for MinGW.
libavformat
|
Thu, 26 Jan 2006 23:42:30 +0000 |
diego |
Remove obscure Makefile.bak entry from distclean rules.
libavformat
|
Sat, 21 Jan 2006 18:36:32 +0000 |
diego |
Add --disable-protocols option to configure to disable I/O protocol from
libavformat
|
Mon, 16 Jan 2006 14:59:54 +0000 |
diego |
Make clean/distclean consistent throughout all the Makefiles.
libavformat
|
Sun, 15 Jan 2006 00:28:36 +0000 |
diego |
Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.
libavformat
|
Sat, 14 Jan 2006 15:54:58 +0000 |
diego |
Move library name generation to configure, simplifies build system a bit more.
libavformat
|
Sat, 14 Jan 2006 03:39:02 +0000 |
diego |
Create symbolic links for all library sonames and clean up Makefiles.
libavformat
|
Thu, 12 Jan 2006 00:00:00 +0000 |
diego |
Move Darwin shared library build peculiarities to configure.
libavformat
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
Sat, 10 Dec 2005 17:14:24 +0000 |
diego |
SONAME support for shared libs
libavformat
|
Mon, 07 Nov 2005 01:32:29 +0000 |
diego |
Put double-quotes around the install path in the "install-headers" section
libavformat
|
Tue, 04 Oct 2005 11:19:08 +0000 |
diego |
Move all definitions of external dependencies into configure instead of
libavformat
|
Mon, 26 Sep 2005 10:05:13 +0000 |
diego |
support for building dynamic libraries on Mac OS X
libavformat
|
Fri, 02 Sep 2005 19:18:59 +0000 |
reimar |
Support D-Cinema audio demuxing.
libavformat
|
Sat, 13 Aug 2005 13:45:42 +0000 |
mru |
fix building in separate directory
libavformat
|
Thu, 11 Aug 2005 22:16:25 +0000 |
al |
Fix building shared version of lavf on some systems.
libavformat
|
Mon, 01 Aug 2005 20:07:05 +0000 |
al |
libavutil: Utility code from libavcodec moved to a separate library.
libavformat
|
Fri, 15 Jul 2005 12:50:00 +0000 |
michael |
Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com)
libavformat
|
Mon, 11 Jul 2005 00:15:37 +0000 |
michael |
compiling using nonstd include/library locations / add LDFLAGS to a few places patch by (Niki W. Waibel - nikiwaibel)
libavformat
|
Mon, 27 Jun 2005 00:55:29 +0000 |
michael |
x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com)
libavformat
|
Sat, 25 Jun 2005 09:04:08 +0000 |
michael |
*BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com)
libavformat
|
Sun, 22 May 2005 23:58:58 +0000 |
michael |
ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)
libavformat
|