summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
Commit message (Expand)AuthorAge
* Rename the RTP muxer sources so that the packetisation functions are inLuca Abeni2010-01-18
* Adobe Filmstrip muxer and demuxerPeter Ross2010-01-14
* The RTP muxer does not need rtp_asf.cLuca Abeni2010-01-13
* Add support for dirac in oggDavid Conrad2010-01-11
* Deluxe Paint Animation demuxerPeter Ross2010-01-10
* CD+G demuxer and decoderMichael Tison2009-12-17
* Parse ID3v[12] metadata from TTA files.Jai Menon2009-12-16
* Support "A format generated by IndigoVision 8000 video server".Michael Niedermayer2009-12-01
* Remove ancient redir demuxer.Diego Biurrun2009-10-24
* Move function that is only used by the MP3 muxer below the corresponding #if.Diego Biurrun2009-10-19
* The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object dependency.Diego Biurrun2009-10-19
* Remove some duplicate object dependencies for the RTSP demuxer.Diego Biurrun2009-10-19
* Add missing rdt.o dependency for SDP demuxer.Diego Biurrun2009-10-19
* cosmetics: Break overly long lines.Diego Biurrun2009-10-18
* 10l: update Makefile after renameJustin Ruggles2009-10-15
* Split up the AIFF muxer and demuxer into separate files.Justin Ruggles2009-10-15
* Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson2009-09-22
* Core Audio Format demuxerPeter Ross2009-09-16
* Support for generic multi-stream key frame finding for new seek API.Ivan Schreter2009-08-22
* Add support for S/PDIF encapsulation.Bartlomiej Wolowiec2009-08-21
* Parse APE metadata tags in Musepack SV7 filesMatti Hamalainen2009-08-11
* Move APE tag parsing into separate module.Kostya Shishkov2009-08-11
* Sony Wave64 demuxerDaniel Verkamp2009-08-10
* RTMP protocol support (as a client)Kostya Shishkov2009-07-31
* fix various compilation dependenciesAurelien Jacobs2009-07-24
* Make (de)muxers for format variants select the main format (de)muxer.Diego Biurrun2009-07-12
* Make the configure script select the input/output devices usingStefano Sabatini2009-06-29
* The AAC demuxer now depends on id3v1.o.Patrick Dehne2009-06-15
* Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.Patrick Dehne2009-06-11
* Add additional dependencies for sdp and rtsp demuxers.Jai Menon2009-06-09
* Implement SoX native format muxer and demuxer.Daniel Verkamp2009-05-30
* Add QCP demuxer.Kenan Gillet2009-05-20
* Per-stream language-tags extraction in asfdec.Cyril Comparon2009-05-12
* Add 8088flex TMV file demuxer.Daniel Verkamp2009-05-06
* Add raw MLP muxer.Ramiro Polla2009-04-21
* Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoCRonald S. Bultje2009-04-14
* Add support for AMR audio in the RTP muxerMartin Storsjö2009-04-08
* Add support for H.263 video in the RTP muxerMartin Storsjö2009-04-07
* Implement JACK input device.Olivier Guilyardi2009-04-02
* Add $(ELIBS) to example/test app link commandMåns Rullgård2009-04-01
* Make examples and test progs depend on librariesMåns Rullgård2009-04-01
* Fix timefilter test program build without previously building libavformat.Diego Biurrun2009-03-30
* Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun2009-03-29
* Move output-example dependency declaration after subdir.mak include so that i...Diego Biurrun2009-03-27
* Move output_example.c --> libavformat/output-example.c.Diego Biurrun2009-03-27
* Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun2009-03-25
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-22
* Support raw TrueHD filesRamiro Polla2009-03-19
* Add RTP/ASF header parsing, which is part of the SDP of these streams. SeeRonald S. Bultje2009-03-17
* VQF demuxerVitor Sessak2009-03-07