log Makefile @ 1551:ee4ef413497e libavformat

age author description
2006-11-21 aurel move common voc muxer and demuxer data to voc.c libavformat
2006-11-21 aurel split voc.c into vocdec.c and vocenc.c libavformat
2006-11-14 diego Move BeOS-specific code into os_support.c. libavformat
2006-11-14 mru check for inet_aton in configure libavformat
2006-11-14 diego Remove wrong/misleading comment. libavformat
2006-11-12 ods15 Add libnut support until ffmpeg gets an independant and complete de/muxer for NUT libavformat
2006-11-11 michael updating nut demuxer to latest spec libavformat
2006-11-08 mru allow spaces in source and build directory names libavformat
2006-11-07 gpoirier add support for rtp/h264 streaming libavformat
2006-11-02 bcoudurier kill AVImageFormat libavformat
2006-10-31 diego cosmetics: Restore alphabetical order. libavformat
2006-10-28 gpoirier move up (in the file) AAC audio handling moved from below libavformat
2006-10-15 diego Revert putting EXTRALIBS in common.mak, linking fails on MinGW. libavformat
2006-10-15 diego Consistently use $(BUILD_ROOT). libavformat
2006-10-12 bcoudurier support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavformat
2006-10-12 reynaldo new mtv demuxer libavformat
2006-10-11 bcoudurier support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavformat
2006-10-11 diego Move CFLAGS handling to common.mak. libavformat
2006-10-07 diego Replace -I../-I. by -I$(BUILD_ROOT). libavformat
2006-10-03 diego Move EXTRALIBS handling to common.mak. libavformat
2006-10-02 diego rtp.o needs mpegts.o libavformat
2006-09-26 kostya WavPack lossless audio decoder libavformat
2006-09-15 takis Split the DV demuxer and muxer into separate files (as suggested by Diego libavformat
2006-09-08 diego Remove empty variable declaration. libavformat
2006-08-29 gpoirier AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com % libavformat
2006-08-17 diego Move all internal -I parameters to the front of CFLAGS to avoid using external libavformat
2006-08-01 bcoudurier move common code from mov.c and movenc.c to isom.c libavformat
2006-07-25 bcoudurier MXF demuxer libavformat
2006-07-19 bcoudurier GXF muxer libavformat
2006-07-13 mru replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use libavformat
2006-07-13 mru move adler32 to libavutil libavformat
2006-07-12 mru nut needs crc.o libavformat
2006-07-12 mru move common stuff from avienc.c and wav.c to new file riff.c libavformat
2006-07-10 mru allow individual selection of muxers and demuxers libavformat
2006-07-05 diego cosmetics: Break overly long lines. libavformat
2006-07-03 reimar add GXF demuxer libavformat
2006-06-01 mru remove redundant make variable SUBDIR libavformat
2006-05-11 mru ogm demuxing libavformat
2006-05-06 diego Further simplify AMR build. libavformat
2006-04-15 diego Have EXTRALIBS appear after other link options, fixes shared build on Cygwin. libavformat
2006-03-27 reimar NuppelVideo/MythTVVideo support, including rtjpeg decoder libavformat
2006-03-21 kostya Smacker demuxer and decoder. libavformat
2006-02-17 melanson complete AVS playback system (from Creature Shock computer game), libavformat
2006-02-13 mru move common parts of makefiles into common.mak libavformat
2006-02-12 melanson complete American Laser Games MM playback system, courtesy of Peter Ross libavformat
2006-02-12 alex tta demuxer, also usable for moving tta audio data into an other container libavformat
2006-02-11 diego Use the incdir variable. libavformat
2006-02-11 diego Simplify header installation. libavformat
2006-02-11 diego Separate library install into static and shared installation. libavformat
2006-02-11 diego Separate header file installation from the general install target. libavformat
2006-02-10 mru generate adts frame headers if required libavformat
2006-02-09 aurel add a Creative VOC (de)muxer libavformat
2006-02-02 michael AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org) libavformat
2006-02-01 diego video4linux2 input support libavformat
2006-01-30 diego On MinGW it is not possible to build shared and static libraries at once. libavformat
2006-01-29 diego Simplify LDFLAGS handling for MinGW. libavformat
2006-01-26 diego Remove obscure Makefile.bak entry from distclean rules. libavformat
2006-01-21 diego Add --disable-protocols option to configure to disable I/O protocol from libavformat
2006-01-16 diego Make clean/distclean consistent throughout all the Makefiles. libavformat
2006-01-15 diego Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. libavformat