summaryrefslogtreecommitdiffstats
path: root/libavutil/timecode.h
Commit message (Collapse)AuthorAgeFilesLines
* lavu: drop disabled FF_API_OLD_TC_ADJUST_FRAMENUM codeStefano Sabatini2012-11-041-11/+1
|
* lavu/timecode: add av_timecode_check_frame_rate().Clément Bœsch2012-08-081-0/+7
|
* avutil: support 50 and 60 frame rates in timecode apiMatthieu Bouron2012-07-271-1/+12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* timecode: move timecode muxer options to metadata.Clément Bœsch2012-06-041-6/+0
| | | | | | | | | | | | | 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-021-0/+138
OpenPOWER on IntegriCloud