180 Commits (7b94177e37c328490da96727a395a3aa90a402f3)

Author SHA1 Message Date
Baptiste Coudurier 72450e50a5 support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net% 18 years ago
Diego Biurrun dadb850a50 Move CFLAGS handling to common.mak. 18 years ago
Diego Biurrun cbeee4d8e5 Replace -I../-I. by -I$(BUILD_ROOT). 18 years ago
Diego Biurrun 0533322ea3 Move EXTRALIBS handling to common.mak. 18 years ago
Diego Biurrun e8b409b50f rtp.o needs mpegts.o 18 years ago
Kostya Shishkov 730581f3b4 WavPack lossless audio decoder 18 years ago
Panagiotis Issaris d4fc91b449 Split the DV demuxer and muxer into separate files (as suggested by Diego 18 years ago
Diego Biurrun ec53e1109a Remove empty variable declaration. 18 years ago
Steve L'Homme 8ac17293d3 AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com % 18 years ago
Diego Biurrun 7981555d89 Move all internal -I parameters to the front of CFLAGS to avoid using external 18 years ago
Baptiste Coudurier e40ee6a268 move common code from mov.c and movenc.c to isom.c 18 years ago
Baptiste Coudurier 07bf2af864 MXF demuxer 18 years ago
Baptiste Coudurier 86329cce04 GXF muxer 18 years ago
Måns Rullgård 4b65d88fd7 replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use 18 years ago
Måns Rullgård b9a73d8d2f move adler32 to libavutil 18 years ago
Måns Rullgård 3ab60c830a nut needs crc.o 18 years ago
Måns Rullgård 9d9f4119bd move common stuff from avienc.c and wav.c to new file riff.c 18 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
Diego Biurrun f130fd4630 cosmetics: Break overly long lines. 18 years ago
Reimar Döffinger cc0bc648f0 add GXF demuxer 18 years ago
Måns Rullgård 42225a3058 remove redundant make variable SUBDIR 19 years ago
Måns Rullgård e1203ac098 ogm demuxing 19 years ago
Diego Biurrun 60827a1a80 Further simplify AMR build. 19 years ago
Diego Biurrun 2cf30841b5 Have EXTRALIBS appear after other link options, fixes shared build on Cygwin. 19 years ago
Reimar Döffinger dfca23e361 NuppelVideo/MythTVVideo support, including rtjpeg decoder 19 years ago
Kostya Shishkov 348efc1836 Smacker demuxer and decoder. 19 years ago
Mike Melanson 2637670144 complete AVS playback system (from Creature Shock computer game), 19 years ago
Måns Rullgård 8b2121e3de move common parts of makefiles into common.mak 19 years ago
Mike Melanson 4e114829b1 complete American Laser Games MM playback system, courtesy of Peter Ross 19 years ago
Alex Beregszaszi aafaeabb47 tta demuxer, also usable for moving tta audio data into an other container 19 years ago
Diego Biurrun a050253f8c Use the incdir variable. 19 years ago
Diego Biurrun dc2a1ce5c0 Simplify header installation. 19 years ago
Diego Biurrun b12f8273fa Separate library install into static and shared installation. 19 years ago
Diego Biurrun f29f3b5d9f Separate header file installation from the general install target. 19 years ago
Måns Rullgård a283db3962 generate adts frame headers if required 19 years ago
Aurelien Jacobs ea395e8c6c add a Creative VOC (de)muxer 19 years ago
Michael Niedermayer f11288dab4 AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org) 19 years ago
Luca Abeni 0a7b514f13 video4linux2 input support 19 years ago
Diego Biurrun 320d060ae9 On MinGW it is not possible to build shared and static libraries at once. 19 years ago
Diego Biurrun c0af384013 Simplify LDFLAGS handling for MinGW. 19 years ago
Diego Biurrun 04c07634d6 Remove obscure Makefile.bak entry from distclean rules. 19 years ago
Gildas Bazin 04f46ced8c Add --disable-protocols option to configure to disable I/O protocol from 19 years ago
Diego Biurrun 98013cc16c Make clean/distclean consistent throughout all the Makefiles. 19 years ago
Diego Biurrun 29a10be0d4 Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. 19 years ago
Diego Biurrun 4bdd05e76f Move library name generation to configure, simplifies build system a bit more. 19 years ago
Diego Biurrun f3b6010916 Create symbolic links for all library sonames and clean up Makefiles. 19 years ago
Diego Biurrun fb3d46da69 Move Darwin shared library build peculiarities to configure. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Luca Barbato 5a872801d5 SONAME support for shared libs 19 years ago
Fredrik Orderud 25f8db58ee Put double-quotes around the install path in the "install-headers" section 19 years ago