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
2012-03-20movenc: Add a min_frag_duration optionMartin Storsjö
2012-02-22movenc: Buffer the mdat for the initial moov fragment, tooMartin Storsjö
2012-02-14movenc: Support muxing VC1Martin Storsjö
2012-01-30movenc: cosmetics: Get rid of camelCase identifiersMartin Storsjö
2012-01-27movenc: Support adding isml (smooth streaming live) metadataMartin Storsjö
2012-01-25movenc: Add a separate ismv/isma (smooth streaming) muxerMartin Storsjö
2012-01-25movenc: Allow the caller to decide on fragmentationMartin Storsjö
2012-01-25movenc: Add support for writing fragmented mov filesMartin Storsjö
2012-01-25movenc: Add a separate start_ptsMartin Storsjö
2012-01-21movenc: Reorder entries in the MOVIentry struct, for tigheter packingMartin Storsjö
2011-12-16movenc: Rudimentary IODs support.Alex Converse
2011-12-11movenc: Use the actual converted sample for RTP hintingMartin Storsjö
2011-11-02Replace outdated references to ffmpeg tool with avconv.Diego Biurrun
2011-06-10movenc: Add RTP muxer/hinter optionsMartin Storsjö
2011-05-27movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö
2011-05-27movenc: Add an AVClass for setting muxer specific optionsMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-05-18Use a heuristic for describing the RTP packets using sample dataMartin Storsjö
2010-05-18Add initial support for RTP hinting in the mov muxerMartin Storsjö
2010-05-18Make mov_write_packet non-static, add ff_ prefixMartin Storsjö
2010-05-18Move the mov muxer structures to a separate headerMartin Storsjö