| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/timecode: use timecode fps for number of frame digits | Marton Balint | 2022-04-22 | 1 | -3/+4 |
* | avutil/log: Don't include avutil.h | Andreas Rheinhardt | 2022-02-24 | 1 | -0/+1 |
* | avutil/timecode: Avoid fps overflow | Michael Niedermayer | 2021-03-14 | 1 | -2/+2 |
* | Revert "avutil/timecode: fix sscanf format string with garbage at the end" | Marton Balint | 2021-01-23 | 1 | -1/+1 |
* | avutil/timecode: Avoid undefined behavior with large framenum | Michael Niedermayer | 2021-01-19 | 1 | -1/+1 |
* | avutil/timecode: fix sscanf format string with garbage at the end | Limin Wang | 2021-01-16 | 1 | -1/+1 |
* | avutil/timecode: add av_timecode_init_from_components | Marton Balint | 2020-12-03 | 1 | -10/+18 |
* | avutil/timecode: allow drop frame timecodes for multiples of 30000/1001 fps | Marton Balint | 2020-12-03 | 1 | -10/+7 |
* | avutil/timecode: add av_timecode_make_smpte_tc_string2 | Marton Balint | 2020-09-13 | 1 | -1/+18 |
* | avutil/timecode: do not trash bits on invalid av_timecode_get_smpte arguments | Marton Balint | 2020-09-13 | 1 | -0/+5 |
* | avutil/timecode: cosmetics on av_timecode_get_smpte | Marton Balint | 2020-09-13 | 1 | -7/+4 |
* | avutil/timecode: fix av_timecode_get_smpte_from_framenum with 50/60 fps | Marton Balint | 2020-09-13 | 1 | -14/+1 |
* | avutil/timecode: add function av_timecode_get_smpte() | Limin Wang | 2020-06-28 | 1 | -0/+32 |
* | avutil/timecode: fix starting frame number for 59.94 fps | Gyan Doshi | 2018-02-23 | 1 | -1/+1 |
* | lavu/timecode: clarify error msg for timecode_rate | Gyan Doshi | 2017-11-10 | 1 | -1/+1 |
* | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -1/+2 |
* | avutil/timecode: Fix fps check | Michael Niedermayer | 2015-12-03 | 1 | -1/+1 |
* | timecode: Support HFR values | Vittorio Giovara | 2015-10-26 | 1 | -1/+3 |
* | timecode: Do not fail for non-standard framerates | Vittorio Giovara | 2015-10-26 | 1 | -2/+1 |
* | Timecode: Support 48fps | Thierry Foucu | 2014-05-28 | 1 | -1/+1 |
* | lavu/timecode: fix time code calculation for 60000/1001 drop frame | Jason | 2013-01-24 | 1 | -7/+10 |
* | lavu/timecode: Allow drop frame mode for 60000/1001 fps | Jason | 2013-01-24 | 1 | -2/+2 |
* | lavu: drop disabled FF_API_OLD_TC_ADJUST_FRAMENUM code | Stefano Sabatini | 2012-11-04 | 1 | -11/+0 |
* | lavu/timecode: add av_timecode_check_frame_rate(). | Clément Bœsch | 2012-08-08 | 1 | -8/+18 |
* | timecode: show frame rate when invalid. | Clément Bœsch | 2012-08-01 | 1 | -1/+2 |
* | avutil: support 50 and 60 frame rates in timecode api | Matthieu Bouron | 2012-07-27 | 1 | -3/+25 |
* | lavu/timecode: use @see for URL in doxygen. | Clément Bœsch | 2012-02-03 | 1 | -3/+2 |
* | lavu: add public timecode API. | Clément Bœsch | 2012-02-02 | 1 | -0/+194 |