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 (Collapse)Author
2012-11-04lavu: drop disabled FF_API_OLD_TC_ADJUST_FRAMENUM codeStefano Sabatini
2012-08-08lavu/timecode: add av_timecode_check_frame_rate().Clément Bœsch
2012-07-27avutil: support 50 and 60 frame rates in timecode apiMatthieu Bouron
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-04timecode: move timecode muxer options to metadata.Clément Bœsch
Some demuxers set a timecode in the format or streams metadata. The muxers now make use of this metadata instead of a duplicated private option. This makes possible transparent copy of the timecode when transmuxing and transcoding. -timecode option for MPEG1/2 codec is also renamed to -gop_timecode. The global ffmpeg -timecode option will set it anyway so no option change visible for the user.
2012-02-02lavu: add public timecode API.Clément Bœsch