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-06-30mov: Preserve the metadata even when bit-exactness is requestedLuca Barbato
2015-06-10movenc: fixes a questionable valgrind uninitialized value warningJanne Grunau
2015-03-23movenc: Write the make and model metadata keys for mov style filesMartin Storsjö
2015-03-19movenc: write the display transform matrixAnton Khirnov
2015-03-19movenc: Don't assume that fragment durations in pts is equal to duration in dtsMartin Storsjö
2015-03-19movenc: Move sidx edit list timestamp adjustment into a blockMartin Storsjö
2015-03-19movenc: Only adjust the cts offset at the start of fragments if necessaryMartin Storsjö
2015-03-19movenc: Write pts timestamps in tfxd, instead of dts timestampsMartin Storsjö
2015-03-19movenc: Set the last packet duration based on the next packet when autoflushingMartin 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-16movenc: Support writing multiple trun atomsMartin 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-03-09movenc: Avoid writing separate flags for the first sample if not necessaryMartin Storsjö
2015-03-09movenc: Set tfhd default sample flags based on actual samples, if possibleMartin Storsjö
2015-03-06movenc: Keep writing zero-entry stts atoms as intendedMartin Storsjö
2015-02-17movenc: Check memory allocationsHugo Beauzée-Luyssen
2015-01-06movenc: Fix a typo in a commentMartin Storsjö
2015-01-06movenc: Readd an accidentally removed conditionMartin Storsjö
2015-01-04movenc: Enable editlists by default if delay_moov is enabledMartin 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ö
2015-01-03movenc: Use start_dts/cts instead of cluster[0] for writing edit listsMartin Storsjö
2015-01-03movenc: Remove an unnecessary condition when flushing fragmentsMartin Storsjö
2015-01-03movenc: Factorize writing ftyp and other identification tags to a separate fu...Martin Storsjö
2014-12-19movenc: Adjust the pts of new fragments similarly to what is done for dtsMartin Storsjö
2014-11-26movenc: Expose the fragment index as an avoptionMartin 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 tfra entries for all tracks in a moofMartin 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-17movenc: Include empty tracks in iods when writing fragmented mp4Martin Storsjö
2014-11-08movenc: Require samples before trying to write edtsMartin Storsjö
2014-11-08movenc: Avoid leaking locally allocated data when returning on errorsMartin Storsjö
2014-11-08movenc: Remove an outdated commentMartin Storsjö
2014-11-07movenc: Write correct presentation timestamps in tfraMartin Storsjö
2014-11-07movenc: Remove a now redundant checkMartin Storsjö
2014-11-07movenc: Allow to request not to use edit listsMartin Storsjö
2014-11-06lavf: use the format context strict_std_compliance instead of the codec oneAnton Khirnov
2014-10-31movenc: Don't write any iso brands in ismv filesMartin Storsjö
2014-10-31movenc: Don't write any tfdt atom for ismv filesMartin Storsjö
2014-10-31movenc: Write a 0 duration in mdhd and tkhd for an empty initial moovMartin Storsjö
2014-10-30movenc: Add a flag for using default-base-is-moof in tfhd atomsMartin Storsjö
2014-10-30movenc: Signal iso6 in compatible_brands when using tfdtMartin Storsjö
2014-10-30movenc: Use a local variable consistentlyMartin Storsjö
2014-10-30movenc: Don't check the custom IO flag when using faststartMartin Storsjö
2014-10-30movenc: Don't use track_id to decide which track is the first in a moofMartin Storsjö
2014-10-14movenc: Write tfdt atomsMartin Storsjö