summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Implement YOP demuxer and video decoder.Mohamed Naufal2010-03-291-0/+1
* Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols viaHoward Chu2010-03-281-1/+6
* Make RTSP use the generic http authentication codeMartin Storsjö2010-03-251-2/+2
* Split out http authentication handling into a separate fileMartin Storsjö2010-03-241-1/+1
* Put ff_flac_write_header() in a separate C file to allow it to be shared withoutJustin Ruggles2010-03-231-2/+4
* Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer'sJustin Ruggles2010-03-221-1/+1
* RTP depacketization of TheoraJosh Allmann2010-03-221-0/+1
* Fix FLAC demuxer dependencies.James Darnley2010-03-211-1/+1
* Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files.James Darnley2010-03-201-1/+2
* Add VorbisComment writing to FLAC files.James Darnley2010-03-201-3/+5
* matroskadec: fix missing dependencyAurelien Jacobs2010-03-151-1/+1
* matroskadec: add support for SIPR audio tracksAurelien Jacobs2010-03-121-1/+1
* oggdec: Parse skeleton to determine the start time of each streamDavid Conrad2010-03-111-0/+1
* In mpegts muxer, write adts header if aac bitstream does not contain itBaptiste Coudurier2010-03-091-1/+1
* Rename RTP depacketizer files from rtp_* to rtpdec_*Martin Storsjö2010-02-281-3/+3
* Add an RTSP muxerMartin Storsjö2010-02-221-0/+1
* WavPack demuxer also depends on APE tag parserKostya Shishkov2010-02-191-1/+1
* AEA demuxer requires raw.o for pcm_read_seekDaniel Verkamp2010-02-191-1/+1
* WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o dependency for itKostya Shishkov2010-02-191-1/+1
* RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>.Ronald S. Bultje2010-02-101-0/+1
* Implement a physical concatenation protocol.Michele Orrù2010-02-071-0/+1
* Add AVI metadata conversion table.Anton Khirnov2010-02-061-2/+2
* Bink demuxerPeter Ross2010-01-311-0/+1
* Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>.Ronald S. Bultje2010-01-281-0/+1
* Rename the RTP muxer sources so that the packetisation functions are inLuca Abeni2010-01-181-4/+4
* Adobe Filmstrip muxer and demuxerPeter Ross2010-01-141-0/+2
* The RTP muxer does not need rtp_asf.cLuca Abeni2010-01-131-1/+0
* Add support for dirac in oggDavid Conrad2010-01-111-0/+1
* Deluxe Paint Animation demuxerPeter Ross2010-01-101-0/+1
* CD+G demuxer and decoderMichael Tison2009-12-171-0/+1
* Parse ID3v[12] metadata from TTA files.Jai Menon2009-12-161-1/+1
* Support "A format generated by IndigoVision 8000 video server".Michael Niedermayer2009-12-011-0/+1
* Remove ancient redir demuxer.Diego Biurrun2009-10-241-1/+0
* Move function that is only used by the MP3 muxer below the corresponding #if.Diego Biurrun2009-10-191-1/+1
* The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object dependency.Diego Biurrun2009-10-191-2/+2
* Remove some duplicate object dependencies for the RTSP demuxer.Diego Biurrun2009-10-191-4/+1
* Add missing rdt.o dependency for SDP demuxer.Diego Biurrun2009-10-191-0/+1
* cosmetics: Break overly long lines.Diego Biurrun2009-10-181-7/+27
* 10l: update Makefile after renameJustin Ruggles2009-10-151-1/+1
* Split up the AIFF muxer and demuxer into separate files.Justin Ruggles2009-10-151-1/+1
* Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson2009-09-221-0/+1
* Core Audio Format demuxerPeter Ross2009-09-161-0/+1
* Support for generic multi-stream key frame finding for new seek API.Ivan Schreter2009-08-221-1/+1
* Add support for S/PDIF encapsulation.Bartlomiej Wolowiec2009-08-211-0/+1
* Parse APE metadata tags in Musepack SV7 filesMatti Hamalainen2009-08-111-1/+1
* Move APE tag parsing into separate module.Kostya Shishkov2009-08-111-1/+1
* Sony Wave64 demuxerDaniel Verkamp2009-08-101-0/+1
* RTMP protocol support (as a client)Kostya Shishkov2009-07-311-0/+1
* fix various compilation dependenciesAurelien Jacobs2009-07-241-5/+5
* Make (de)muxers for format variants select the main format (de)muxer.Diego Biurrun2009-07-121-9/+0
OpenPOWER on IntegriCloud