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
2015-03-19movenc: Don't assume that fragment durations in pts is equal to duration in dtsMartin Storsjö
2015-03-19movenc: Heuristically set the duration of the last sample in a fragment if no...Martin Storsjö
2015-03-16movenc: Allow interleaving samples when writing fragmented filesMartin Storsjö
2015-03-10movenc: Support setting fragment_index before the moov atom is writtenMartin Storsjö
2015-03-10movenc: Don't rely on the fragment index for vc1 info gatheringMartin Storsjö
2015-01-03movenc: Get rid of a hack for updating the dvc1 atomMartin Storsjö
2015-01-03movenc: Add an option for delaying writing the moov with empty_moovMartin Storsjö
2014-12-19movenc: Adjust the pts of new fragments similarly to what is done for dtsMartin Storsjö
2014-11-26movenc: Add a flag for indicating a discontinuous fragmentMartin Storsjö
2014-11-17movenc: Allow writing a DASH sidx atom at the start of filesMartin Storsjö
2014-11-17movenc: Add support for writing sidx atoms for DASH segmentsMartin Storsjö
2014-11-17movenc: Factorize adding fragment info into a separate functionMartin Storsjö
2014-11-07movenc: Allow to request not to use edit listsMartin Storsjö
2014-11-03movenc: Define the flag bits using shifts instead of as decimal numbersMartin Storsjö
2014-10-30movenc: Add a flag for using default-base-is-moof in tfhd atomsMartin Storsjö
2014-10-30movenc: Don't use track_id to decide which track is the first in a moofMartin Storsjö
2014-08-07movenc: add track title to tracksJohn Stebbins
2014-08-05movenc: Add option to disable nero chaptersJohn Stebbins
2014-07-11mov: Do not group tracks if more than one is enabled per typeLuca Barbato
2014-05-18movenc: use the "encoder" metadata tag to write stsd CompressornameAnton Khirnov
2014-03-23movenc: Allow override of major brand in ftyp atomJohn Stebbins
2013-10-23movenc: Add an F4V muxerClément Bœsch
2013-09-18movenc: Add an option for omitting the tfhd base offsetMartin Storsjö
2013-09-18movenc: Write the moof atom in two passesMartin Storsjö
2013-08-23movenc: Make tkhd "enabled" flag QuickTime compatibleJohn Stebbins
2013-08-21movenc: add faststart option for web streamingClément Bœsch
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ö
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
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ö