Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-02Merge Vorbis / Theora depayloaders.Josh Allmann
2010-04-02Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for mergingJosh Allmann
2010-03-30Implement YOP demuxer and video decoder.Mohamed Naufal
2010-03-28Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols viaHoward Chu
2010-03-26Make RTSP use the generic http authentication codeMartin Storsjö
2010-03-25Split out http authentication handling into a separate fileMartin Storsjö
2010-03-24Put ff_flac_write_header() in a separate C file to allow it to be shared withoutJustin Ruggles
2010-03-23Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer'sJustin Ruggles
2010-03-22RTP depacketization of TheoraJosh Allmann
2010-03-21Fix FLAC demuxer dependencies.James Darnley
2010-03-20Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files.James Darnley
2010-03-20Add VorbisComment writing to FLAC files.James Darnley
2010-03-16matroskadec: fix missing dependencyAurelien Jacobs
2010-03-13matroskadec: add support for SIPR audio tracksAurelien Jacobs
2010-03-11oggdec: Parse skeleton to determine the start time of each streamDavid Conrad
2010-03-09In mpegts muxer, write adts header if aac bitstream does not contain itBaptiste Coudurier
2010-02-28Rename RTP depacketizer files from rtp_* to rtpdec_*Martin Storsjö
2010-02-23Add an RTSP muxerMartin Storsjö
2010-02-20WavPack demuxer also depends on APE tag parserKostya Shishkov
2010-02-20AEA demuxer requires raw.o for pcm_read_seekDaniel Verkamp
2010-02-19WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o dependency for itKostya Shishkov
2010-02-10RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>.Ronald S. Bultje
2010-02-07Implement a physical concatenation protocol.Michele Orrù
2010-02-06Add AVI metadata conversion table.Anton Khirnov
2010-01-31Bink demuxerPeter Ross
2010-01-28Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>.Ronald S. Bultje
2010-01-18Rename the RTP muxer sources so that the packetisation functions are inLuca Abeni
2010-01-14Adobe Filmstrip muxer and demuxerPeter Ross
2010-01-13The RTP muxer does not need rtp_asf.cLuca Abeni
2010-01-11Add support for dirac in oggDavid Conrad
2010-01-10Deluxe Paint Animation demuxerPeter Ross
2009-12-17CD+G demuxer and decoderMichael Tison
2009-12-16Parse ID3v[12] metadata from TTA files.Jai Menon
2009-12-01Support "A format generated by IndigoVision 8000 video server".Michael Niedermayer
2009-10-24Remove ancient redir demuxer.Diego Biurrun
2009-10-20Move function that is only used by the MP3 muxer below the corresponding #if.Diego Biurrun
2009-10-20The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object dependency.Diego Biurrun
2009-10-20Remove some duplicate object dependencies for the RTSP demuxer.Diego Biurrun
2009-10-20Add missing rdt.o dependency for SDP demuxer.Diego Biurrun
2009-10-18cosmetics: Break overly long lines.Diego Biurrun
2009-10-1510l: update Makefile after renameJustin Ruggles
2009-10-15Split up the AIFF muxer and demuxer into separate files.Justin Ruggles
2009-09-22Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson
2009-09-16Core Audio Format demuxerPeter Ross
2009-08-22Support for generic multi-stream key frame finding for new seek API.Ivan Schreter
2009-08-21Add support for S/PDIF encapsulation.Bartlomiej Wolowiec
2009-08-11Parse APE metadata tags in Musepack SV7 filesMatti Hamalainen
2009-08-11Move APE tag parsing into separate module.Kostya Shishkov
2009-08-10Sony Wave64 demuxerDaniel Verkamp
2009-07-31RTMP protocol support (as a client)Kostya Shishkov