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-08-29move ingenient demuxer to its own fileAurelien Jacobs
2010-08-29move DTS demuxer to its own fileAurelien Jacobs
2010-08-2910l: aacdec and idroqenc still depend on raw.oAurelien Jacobs
2010-08-29rename idroq.c to idroqdec.cAurelien Jacobs
2010-08-29move id roq muxer to its own fileAurelien Jacobs
2010-08-29move ADTS AAC demuxer to its own fileAurelien Jacobs
2010-08-23enabling codec and muxer by registering it in allcodec.c and allformat.c and ...Tobias Bindhammer
2010-08-21MMSH support, the most popular and widely used of all MMS variants. Written byRonald S. Bultje
2010-08-19Add Apple HTTP Live Streaming demuxerMartin Storsjö
2010-08-16Add RTP depacketization of VP8Josh Allmann
2010-08-16Add RTP packetization of VP8Josh Allmann
2010-08-13Add RTP depacketization of MP4A-LATMMartin Storsjö
2010-08-12Move functions and structs shared between MMSH and MMST into their own file,Zhentan Feng
2010-08-07Add RTP packetization of Theora and VorbisJosh Allmann
2010-07-27libavformat needs libavcoreMåns Rullgård
2010-07-25add SubRip muxer and demuxerAurelien Jacobs
2010-07-20Lego Mindstorms RSO muxer and demuxer.Rafaël Carré
2010-07-19Add MD5 protocolMåns Rullgård
2010-07-18Tele-typewriter demuxerPeter Ross
2010-07-14Add a depacketizer for QDM2Josh Allmann
2010-07-11Fix ID3v1 tags in mp3 filesJames Darnley
2010-07-05Remove superfluous id3v2.o dependency for dts, eac3, gsm, mlp, shorten, andMichael Karcher
2010-07-05Add id3v1.o dependency for oma demuxerMichael Karcher
2010-07-02Add RTP depacketization of SVQ3Josh Allmann
2010-06-25RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.cJosh Allmann
2010-06-17Add metadata support. Patch by Michael Karcher.Michael Karcher
2010-06-05Add WebM muxerJames Zern
2010-05-28On2 IVF demuxerDavid Conrad
2010-05-25MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>.Zhentan Feng
2010-05-24Add -f framemd5 muxer similar to framecrc.Reimar Döffinger
2010-05-23Add a md5 muxer that allows checking the md5 sums of generated streams withoutReimar Döffinger
2010-05-18Add initial support for RTP hinting in the mov muxerMartin Storsjö
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ö