]> git.sesse.net Git - ffmpeg/history - libavformat/Makefile
cosmetics: indentation
[ffmpeg] / libavformat / Makefile
2007-04-03 Diego BiurrunGet rid of unnecessary conditionals.
2007-04-03 Diego BiurrunCONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need...
2007-04-03 Diego Biurruncosmetics: Put audio (de)muxer entries in alphabetical...
2007-04-03 Diego BiurrunAudio (de)muxer dependency on OSS is handled by configure.
2007-04-01 Diego Biurrunsupport for the THP game format by Marco Gerards, mgera...
2007-03-14 Kostya ShishkovDXA demuxer and decoder
2007-02-27 Diego BiurrunRemove useless conditional.
2007-02-14 Måns Rullgårdrename video4linux[2] variables to v4l[2], consistent...
2007-02-13 Carl Eugen HoyosMove base64.[ch] to libavutil.
2007-02-09 Diego BiurrunRemove commented-out NUT muxer entry, can be added...
2007-02-09 Diego Biurruncosmetics: Reorder NUT entries.
2007-02-09 Diego BiurrunProperly separate native and libnut NUT (de)muxers.
2007-01-25 Diego BiurrunMove conditional CFLAGS and OBJS setting to common...
2007-01-25 Diego Biurruncosmetics: sort
2007-01-21 Måns Rullgårdreorder alphabetically
2007-01-21 Måns Rullgårdremove no longer needed ifeq tests
2006-12-24 Kostya ShishkovMusepack SV7 decoding support
2006-12-22 Diego BiurrunMake the X11 frame grabber disabled by default.
2006-12-13 Guillaume PoirierOriginal X11 device demuxer patch from Clemens Fruhwirth
2006-12-13 Guillaume Poirierrevert broken commit of x11 device demuxer patch
2006-12-12 Guillaume PoirierOriginal X11 device demuxer patch from Clemens Fruhwirth
2006-11-21 Aurelien Jacobsmove common voc muxer and demuxer data to voc.c
2006-11-21 Aurelien Jacobssplit voc.c into vocdec.c and vocenc.c
2006-11-14 Diego BiurrunMove BeOS-specific code into os_support.c.
2006-11-14 Måns Rullgårdcheck for inet_aton in configure
2006-11-14 Diego BiurrunRemove wrong/misleading comment.
2006-11-12 Oded ShimonAdd libnut support until ffmpeg gets an independant...
2006-11-11 Michael Niedermayerupdating nut demuxer to latest spec
2006-11-08 Måns Rullgårdallow spaces in source and build directory names
2006-11-07 Ryan Martelladd support for rtp/h264 streaming
2006-11-02 Baptiste Coudurierkill AVImageFormat
2006-10-31 Diego Biurruncosmetics: Restore alphabetical order.
2006-10-28 Ryan Martellmove up (in the file) AAC audio handling moved from...
2006-10-15 Diego BiurrunRevert putting EXTRALIBS in common.mak, linking fails...
2006-10-15 Diego BiurrunConsistently use $(BUILD_ROOT).
2006-10-12 Baptiste Couduriersupport for Tiertex .seq files demuxing/video decoding...
2006-10-12 Reynaldo H. Verdej... new mtv demuxer
2006-10-11 Baptiste Couduriersupport for Delphine Software .cin files demuxing ...
2006-10-11 Diego BiurrunMove CFLAGS handling to common.mak.
2006-10-07 Diego BiurrunReplace -I../-I. by -I$(BUILD_ROOT).
2006-10-03 Diego BiurrunMove EXTRALIBS handling to common.mak.
2006-10-02 Diego Biurrunrtp.o needs mpegts.o
2006-09-26 Kostya ShishkovWavPack lossless audio decoder
2006-09-15 Panagiotis IssarisSplit the DV demuxer and muxer into separate files...
2006-09-08 Diego BiurrunRemove empty variable declaration.
2006-08-29 Steve L'HommeAVISynth support, patch by Steve Lhomme % slhomme A...
2006-08-17 Diego BiurrunMove all internal -I parameters to the front of CFLAGS...
2006-08-01 Baptiste Couduriermove common code from mov.c and movenc.c to isom.c
2006-07-25 Baptiste CoudurierMXF demuxer
2006-07-19 Baptiste CoudurierGXF muxer
2006-07-13 Måns Rullgårdreplace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid...
2006-07-13 Måns Rullgårdmove adler32 to libavutil
2006-07-12 Måns Rullgårdnut needs crc.o
2006-07-12 Måns Rullgårdmove common stuff from avienc.c and wav.c to new file...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-05 Diego Biurruncosmetics: Break overly long lines.
2006-07-03 Reimar Döffingeradd GXF demuxer
2006-06-01 Måns Rullgårdremove redundant make variable SUBDIR
2006-05-11 Måns Rullgårdogm demuxing
2006-05-06 Diego BiurrunFurther simplify AMR build.
2006-04-15 Diego BiurrunHave EXTRALIBS appear after other link options, fixes...
2006-03-27 Reimar DöffingerNuppelVideo/MythTVVideo support, including rtjpeg decoder
2006-03-21 Kostya ShishkovSmacker demuxer and decoder.
2006-02-17 Mike Melansoncomplete AVS playback system (from Creature Shock compu...
2006-02-13 Måns Rullgårdmove common parts of makefiles into common.mak
2006-02-12 Mike Melansoncomplete American Laser Games MM playback system, court...
2006-02-12 Alex Beregszaszitta demuxer, also usable for moving tta audio data...
2006-02-11 Diego BiurrunUse the incdir variable.
2006-02-11 Diego BiurrunSimplify header installation.
2006-02-11 Diego BiurrunSeparate library install into static and shared install...
2006-02-11 Diego BiurrunSeparate header file installation from the general...
2006-02-10 Måns Rullgårdgenerate adts frame headers if required
2006-02-09 Aurelien Jacobsadd a Creative VOC (de)muxer
2006-02-02 Michael NiedermayerAIFF format support by (Patrick Guimond <patg a.t patg...
2006-02-01 Luca Abenivideo4linux2 input support
2006-01-30 Diego BiurrunOn MinGW it is not possible to build shared and static...
2006-01-29 Diego BiurrunSimplify LDFLAGS handling for MinGW.
2006-01-26 Diego BiurrunRemove obscure Makefile.bak entry from distclean rules.
2006-01-21 Gildas BazinAdd --disable-protocols option to configure to disable...
2006-01-16 Diego BiurrunMake clean/distclean consistent throughout all the...
2006-01-15 Diego BiurrunDon't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSU...
2006-01-14 Diego BiurrunMove library name generation to configure, simplifies...
2006-01-14 Diego BiurrunCreate symbolic links for all library sonames and clean...
2006-01-12 Diego BiurrunMove Darwin shared library build peculiarities to confi...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-10 Luca BarbatoSONAME support for shared libs
2005-11-07 Fredrik OrderudPut double-quotes around the install path in the "insta...
2005-10-04 j@v2v.ccMove all definitions of external dependencies into...
2005-09-26 Diego Biurrunsupport for building dynamic libraries on Mac OS X
2005-09-02 Reimar DöffingerSupport D-Cinema audio demuxing.
2005-08-13 Måns Rullgårdfix building in separate directory
2005-08-11 Alexander StrasserFix building shared version of lavf on some systems.
2005-08-01 Alexander Strasserlibavutil: Utility code from libavcodec moved to a...
2005-07-15 Vidar MadsenYamaha SMAF file format support patch by (Vidar Madsen...
2005-07-11 Niki W. Waibelcompiling using nonstd include/library locations /...
2005-06-27 Michael Niedermayerx86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr...
2005-06-25 Michael Niedermayer*BSD bktr grab support by (Jacob Meuser: jakemsr, jakem...
2005-05-22 Jacob Meuserldconfig as config.mak variable patch by (Jacob Meuser...
2005-05-19 Aurelien Jacobsinstall libav(codec|format).pc/libpostproc.pc for pkg...
2005-05-11 Måns Rullgårdflac in ogg support
next