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 (Collapse)Author
2020-09-22avformat/movenc: implement writing of the btrt boxJan Ekström
This is utilized by various media ingests to figure out the bit rate of the content you are pushing towards it, so write it for video, audio and subtitle tracks in case at least one nonzero value is available. It is only mentioned for timed metadata sample descriptions in QTFF, so limit it only to ISOBMFF (MODE_MP4) mode. Updates the FATE tests which have their results changed due to the 20 extra bytes being written per track.
2019-12-21avformat/movenc: ensure we don't write the major brand as a compatible brand ↵James Almer
more than once Signed-off-by: James Almer <jamrial@gmail.com>
2019-12-21avformat/movenc: write the major brand also as the first compatible brandJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2014-12-02tests: Rename vsynth2 to vsynth_lenaMichael Niedermayer
This avoids confusion with a growing number of vsynth tests Signed-off-by: Michael Niedermayer <michaelni@gmx.at>