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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-19rtsp: Support multicast source filters (RFC 4570)Ed Torbett
2013-07-19rtpproto: Check the source IP if one single source has been specifiedMartin Storsjö
2013-07-19rtpproto: Support IGMPv3 source specific multicast inclusionEd Torbett
2013-07-15lavf: Make sure avg_frame_rate can be calculated without integer overflowMartin Storsjö
2013-07-15mov: Do not allow updating the time scale after it has been setMartin Storsjö
2013-07-15mov: Seek back if overreading an individual atomMartin Storsjö
2013-07-14rtsp: Include an User-Agent header field in all requestsMartin Storsjö
2013-07-08movenc: Rename the timestamp parameter to dts in write_hint_packetsMartin Storsjö
2013-07-08movenc: Make sure the RTP hint tracks have nondecreasing DTSMartin Storsjö
2013-07-08westwood_vqa: do not free extradata on error in read_headerLuca Barbato
2013-07-07movenc: K&R formatting cosmeticsMartin Storsjö
2013-07-07Makefile: Remove stray tabsMichael Niedermayer
2013-07-07yuv4mpeg: Correctly round chroma up for odd luma sizesRonald S. Bultje
2013-07-07rmdec: Use the AVIOContext given as parameter in rm_read_metadata()Michael Niedermayer
2013-07-07avio: Handle AVERROR_EOF in the same way as the return value 0Michael Niedermayer
2013-07-07wtv: Mark attachment with a negative stream idLuca Barbato
2013-07-06tests: Only run noproxy test if networking is enabledDiego Biurrun
2013-07-02oggdec: do not fall back on binary search in the generic code.Anton Khirnov
2013-06-24lavf: don't abort if both encoder and muxer aspect ratios are not setRafaël Carré
2013-06-24matroskaenc: restore compatibility with non referenced AVPacketRafaël Carré
2013-06-22ogg: relax demuxer conformance checksLuca Barbato
2013-06-16smacker: check frame size validityKostya Shishkov
2013-06-16smacker: pad the extradata allocationKostya Shishkov
2013-06-16avf: move url utility functions in a separate fileLuca Barbato
2013-06-16avf: move ff_write_chained to mux.cLuca Barbato
2013-06-16avf: move riff tags accessors where they belongLuca Barbato
2013-06-16avf: move ff_http_match_no_proxy to networkLuca Barbato
2013-06-16avf: split off format register and lookup functionLuca Barbato
2013-06-124xm: do not overread while parsing headerLuca Barbato
2013-06-124xm: refactor fourxm_read_headerLuca Barbato
2013-06-124xm: K&R formatting cosmeticsLuca Barbato
2013-06-10matroskadec: introduce resync function.Sean McGovern
2013-06-10riff: Support ULH0 and ULH2 fourccs.Yusuke Nakamura
2013-06-06rtpdec: Fix the alphabetical ordering in registering depacketizersMartin Storsjö
2013-06-06libavformat: Fix standalone compilation of the webm muxerMartin Storsjö
2013-06-04apetag: use int64_t for filesizeAnton Khirnov
2013-06-04network: uniform ff_listen_bind and ff_listen_connectLuca Barbato
2013-06-04movenc: Grow the frag_info array in chunksAndrey Semashev
2013-06-04movenc: Increase the cluster array allocation by doublingAndrey Semashev
2013-06-04movenc: Keep track of the allocated size for the cluster arrayAndrey Semashev
2013-06-03movenc: Change the track struct name to match the typedefMartin Storsjö
2013-06-03Go2Webinar decoderKostya Shishkov
2013-06-02nsvdec: Remove commented-out debug cruftDiego Biurrun
2013-06-01network: factor out connect-listening codeLuca Barbato
2013-06-01network: factor out bind-listening codeLuca Barbato
2013-06-01use my full first name instead of short one in copyrightsKostya Shishkov
2013-05-28lavf: add a raw WavPack muxer.Anton Khirnov
2013-05-28apetag: add support for writing APE tagsAnton Khirnov
2013-05-28matroskaenc: support muxing WavPackAnton Khirnov
2013-05-28wvdec: split block header parsing into a separate fileAnton Khirnov