| Commit message (Expand) | Author | Age | Files | Lines |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | Diego Biurrun | 2006-08-17 | 1 | -2/+2 |
* | move common code from mov.c and movenc.c to isom.c | Baptiste Coudurier | 2006-08-01 | 1 | -6/+6 |
* | MXF demuxer | Baptiste Coudurier | 2006-07-25 | 1 | -0/+1 |
* | GXF muxer | Baptiste Coudurier | 2006-07-19 | 1 | -0/+4 |
* | replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use | Måns Rullgård | 2006-07-13 | 1 | -1/+1 |
* | move adler32 to libavutil | Måns Rullgård | 2006-07-13 | 1 | -2/+2 |
* | nut needs crc.o | Måns Rullgård | 2006-07-12 | 1 | -2/+2 |
* | move common stuff from avienc.c and wav.c to new file riff.c | Måns Rullgård | 2006-07-12 | 1 | -27/+28 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -25/+124 |
* | cosmetics: Break overly long lines. | Diego Biurrun | 2006-07-05 | 1 | -2/+5 |
* | add GXF demuxer | Reimar Döffinger | 2006-07-03 | 1 | -1/+1 |
* | remove redundant make variable SUBDIR | Måns Rullgård | 2006-06-01 | 1 | -1/+0 |
* | ogm demuxing | Måns Rullgård | 2006-05-11 | 1 | -1/+1 |
* | Further simplify AMR build. | Diego Biurrun | 2006-05-06 | 1 | -10/+2 |
* | Have EXTRALIBS appear after other link options, fixes shared build on Cygwin. | Diego Biurrun | 2006-04-15 | 1 | -1/+1 |
* | NuppelVideo/MythTVVideo support, including rtjpeg decoder | Reimar Döffinger | 2006-03-27 | 1 | -1/+1 |
* | Smacker demuxer and decoder. | Kostya Shishkov | 2006-03-21 | 1 | -1/+1 |
* | complete AVS playback system (from Creature Shock computer game), | Mike Melanson | 2006-02-17 | 1 | -1/+1 |
* | move common parts of makefiles into common.mak | Måns Rullgård | 2006-02-13 | 1 | -73/+7 |
* | complete American Laser Games MM playback system, courtesy of Peter Ross | Mike Melanson | 2006-02-12 | 1 | -1/+1 |
* | tta demuxer, also usable for moving tta audio data into an other container | Alex Beregszaszi | 2006-02-12 | 1 | -1/+1 |
* | Use the incdir variable. | Diego Biurrun | 2006-02-11 | 1 | -1/+1 |
* | Simplify header installation. | Diego Biurrun | 2006-02-11 | 1 | -7/+2 |
* | Separate library install into static and shared installation. | Diego Biurrun | 2006-02-11 | 1 | -8/+3 |
* | Separate header file installation from the general install target. | Diego Biurrun | 2006-02-11 | 1 | -2/+2 |
* | generate adts frame headers if required | Måns Rullgård | 2006-02-10 | 1 | -1/+1 |
* | add a Creative VOC (de)muxer | Aurelien Jacobs | 2006-02-09 | 1 | -1/+2 |
* | AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org) | Michael Niedermayer | 2006-02-02 | 1 | -1/+1 |
* | video4linux2 input support | Luca Abeni | 2006-02-01 | 1 | -0/+4 |
* | On MinGW it is not possible to build shared and static libraries at once. | Diego Biurrun | 2006-01-30 | 1 | -2/+3 |
* | Simplify LDFLAGS handling for MinGW. | Diego Biurrun | 2006-01-29 | 1 | -3/+6 |
* | Remove obscure Makefile.bak entry from distclean rules. | Diego Biurrun | 2006-01-26 | 1 | -1/+1 |
* | Add --disable-protocols option to configure to disable I/O protocol from | Gildas Bazin | 2006-01-21 | 1 | -5/+16 |
* | Make clean/distclean consistent throughout all the Makefiles. | Diego Biurrun | 2006-01-16 | 1 | -2/+5 |
* | Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. | Diego Biurrun | 2006-01-15 | 1 | -1/+1 |
* | Move library name generation to configure, simplifies build system a bit more. | Diego Biurrun | 2006-01-14 | 1 | -3/+1 |
* | Create symbolic links for all library sonames and clean up Makefiles. | Diego Biurrun | 2006-01-14 | 1 | -3/+9 |
* | Move Darwin shared library build peculiarities to configure. | Diego Biurrun | 2006-01-12 | 1 | -3/+0 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -6/+6 |
* | SONAME support for shared libs | Luca Barbato | 2005-12-10 | 1 | -0/+1 |
* | Put double-quotes around the install path in the "install-headers" section | Fredrik Orderud | 2005-11-07 | 1 | -2/+2 |
* | Move all definitions of external dependencies into configure instead of | j@v2v.cc | 2005-10-04 | 1 | -4/+0 |
* | support for building dynamic libraries on Mac OS X | Diego Biurrun | 2005-09-26 | 1 | -9/+11 |
* | Support D-Cinema audio demuxing. | Reimar Döffinger | 2005-09-02 | 1 | -1/+1 |
* | fix building in separate directory | Måns Rullgård | 2005-08-13 | 1 | -1/+1 |
* | Fix building shared version of lavf on some systems. | Alexander Strasser | 2005-08-11 | 1 | -0/+2 |
* | libavutil: Utility code from libavcodec moved to a separate library. | Alexander Strasser | 2005-08-01 | 1 | -1/+1 |
* | Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com) | Vidar Madsen | 2005-07-15 | 1 | -1/+1 |
* | compiling using nonstd include/library locations / add LDFLAGS to a few place... | Niki W. Waibel | 2005-07-11 | 1 | -1/+1 |
* | x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com) | Michael Niedermayer | 2005-06-27 | 1 | -1/+1 |