summaryrefslogtreecommitdiff
path: root/libavutil/timecode.h
Commit message (Collapse)AuthorAge
* lavu/timecode: Increase AV_TIMECODE_STR_SIZE.Carl Eugen Hoyos2017-05-05
| | | | | Fixes the following warning: libavutil/timecode.c:103:60: warning: '%02d' directive output may be truncated writing between 2 and 10 bytes into a region of size between 0 and 7
* lavu: drop disabled FF_API_OLD_TC_ADJUST_FRAMENUM codeStefano Sabatini2012-11-04
|
* lavu/timecode: add av_timecode_check_frame_rate().Clément Bœsch2012-08-08
|
* avutil: support 50 and 60 frame rates in timecode apiMatthieu Bouron2012-07-27
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* timecode: move timecode muxer options to metadata.Clément Bœsch2012-06-04
| | | | | | | | | | | | | 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.
* lavu: add public timecode API.Clément Bœsch2012-02-02