summaryrefslogtreecommitdiff
path: root/libavutil/timecode.c
Commit message (Expand)AuthorAge
* avutil/timecode: Avoid fps overflowMichael Niedermayer2021-03-14
* Revert "avutil/timecode: fix sscanf format string with garbage at the end"Marton Balint2021-01-23
* avutil/timecode: Avoid undefined behavior with large framenumMichael Niedermayer2021-01-19
* avutil/timecode: fix sscanf format string with garbage at the endLimin Wang2021-01-16
* avutil/timecode: add av_timecode_init_from_componentsMarton Balint2020-12-03
* avutil/timecode: allow drop frame timecodes for multiples of 30000/1001 fpsMarton Balint2020-12-03
* avutil/timecode: add av_timecode_make_smpte_tc_string2Marton Balint2020-09-13
* avutil/timecode: do not trash bits on invalid av_timecode_get_smpte argumentsMarton Balint2020-09-13
* avutil/timecode: cosmetics on av_timecode_get_smpteMarton Balint2020-09-13
* avutil/timecode: fix av_timecode_get_smpte_from_framenum with 50/60 fpsMarton Balint2020-09-13
* avutil/timecode: add function av_timecode_get_smpte()Limin Wang2020-06-28
* avutil/timecode: fix starting frame number for 59.94 fpsGyan Doshi2018-02-23
* lavu/timecode: clarify error msg for timecode_rateGyan Doshi2017-11-10
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* avutil/timecode: Fix fps checkMichael Niedermayer2015-12-03
* timecode: Support HFR valuesVittorio Giovara2015-10-26
* timecode: Do not fail for non-standard frameratesVittorio Giovara2015-10-26
* Timecode: Support 48fpsThierry Foucu2014-05-28
* lavu/timecode: fix time code calculation for 60000/1001 drop frameJason2013-01-24
* lavu/timecode: Allow drop frame mode for 60000/1001 fpsJason2013-01-24
* 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
* timecode: show frame rate when invalid.Clément Bœsch2012-08-01
* avutil: support 50 and 60 frame rates in timecode apiMatthieu Bouron2012-07-27
* lavu/timecode: use @see for URL in doxygen.Clément Bœsch2012-02-03
* lavu: add public timecode API.Clément Bœsch2012-02-02