summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
Commit message (Expand)AuthorAge
* Add WebM muxerJames Zern2010-06-09
* Add initial support for RTP hinting in the mov muxerMartin Storsjö2010-05-21
* Merge Vorbis / Theora depayloaders.Josh Allmann2010-04-01
* Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for mergingJosh Allmann2010-04-01
* Implement YOP demuxer and video decoder.Mohamed Naufal2010-03-29
* Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols viaHoward Chu2010-03-28
* Make RTSP use the generic http authentication codeMartin Storsjö2010-03-25
* Split out http authentication handling into a separate fileMartin Storsjö2010-03-24
* Put ff_flac_write_header() in a separate C file to allow it to be shared withoutJustin Ruggles2010-03-23
* Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer'sJustin Ruggles2010-03-22
* RTP depacketization of TheoraJosh Allmann2010-03-22
* Fix FLAC demuxer dependencies.James Darnley2010-03-21
* Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files.James Darnley2010-03-20
* Add VorbisComment writing to FLAC files.James Darnley2010-03-20
* matroskadec: fix missing dependencyAurelien Jacobs2010-03-15
* matroskadec: add support for SIPR audio tracksAurelien Jacobs2010-03-12
* oggdec: Parse skeleton to determine the start time of each streamDavid Conrad2010-03-11
* In mpegts muxer, write adts header if aac bitstream does not contain itBaptiste Coudurier2010-03-09
* Rename RTP depacketizer files from rtp_* to rtpdec_*Martin Storsjö2010-02-28
* Add an RTSP muxerMartin Storsjö2010-02-22
* WavPack demuxer also depends on APE tag parserKostya Shishkov2010-02-19
* AEA demuxer requires raw.o for pcm_read_seekDaniel Verkamp2010-02-19
* WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o dependency for itKostya Shishkov2010-02-19
* RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>.Ronald S. Bultje2010-02-10
* Implement a physical concatenation protocol.Michele Orrù2010-02-07
* Add AVI metadata conversion table.Anton Khirnov2010-02-06
* Bink demuxerPeter Ross2010-01-31
* Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>.Ronald S. Bultje2010-01-28
* 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