summaryrefslogtreecommitdiff
path: root/libavutil/timecode.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/timecode: use timecode fps for number of frame digitsMarton Balint2022-04-221-3/+4
* avutil/log: Don't include avutil.hAndreas Rheinhardt2022-02-241-0/+1
* avutil/timecode: Avoid fps overflowMichael Niedermayer2021-03-141-2/+2
* Revert "avutil/timecode: fix sscanf format string with garbage at the end"Marton Balint2021-01-231-1/+1
* avutil/timecode: Avoid undefined behavior with large framenumMichael Niedermayer2021-01-191-1/+1
* avutil/timecode: fix sscanf format string with garbage at the endLimin Wang2021-01-161-1/+1
* avutil/timecode: add av_timecode_init_from_componentsMarton Balint2020-12-031-10/+18
* avutil/timecode: allow drop frame timecodes for multiples of 30000/1001 fpsMarton Balint2020-12-031-10/+7
* avutil/timecode: add av_timecode_make_smpte_tc_string2Marton Balint2020-09-131-1/+18
* avutil/timecode: do not trash bits on invalid av_timecode_get_smpte argumentsMarton Balint2020-09-131-0/+5
* avutil/timecode: cosmetics on av_timecode_get_smpteMarton Balint2020-09-131-7/+4
* avutil/timecode: fix av_timecode_get_smpte_from_framenum with 50/60 fpsMarton Balint2020-09-131-14/+1
* avutil/timecode: add function av_timecode_get_smpte()Limin Wang2020-06-281-0/+32
* avutil/timecode: fix starting frame number for 59.94 fpsGyan Doshi2018-02-231-1/+1
* lavu/timecode: clarify error msg for timecode_rateGyan Doshi2017-11-101-1/+1
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-1/+2
* avutil/timecode: Fix fps checkMichael Niedermayer2015-12-031-1/+1
* timecode: Support HFR valuesVittorio Giovara2015-10-261-1/+3
* timecode: Do not fail for non-standard frameratesVittorio Giovara2015-10-261-2/+1
* Timecode: Support 48fpsThierry Foucu2014-05-281-1/+1
* lavu/timecode: fix time code calculation for 60000/1001 drop frameJason2013-01-241-7/+10
* lavu/timecode: Allow drop frame mode for 60000/1001 fpsJason2013-01-241-2/+2
* lavu: drop disabled FF_API_OLD_TC_ADJUST_FRAMENUM codeStefano Sabatini2012-11-041-11/+0
* lavu/timecode: add av_timecode_check_frame_rate().Clément Bœsch2012-08-081-8/+18
* timecode: show frame rate when invalid.Clément Bœsch2012-08-011-1/+2
* avutil: support 50 and 60 frame rates in timecode apiMatthieu Bouron2012-07-271-3/+25
* lavu/timecode: use @see for URL in doxygen.Clément Bœsch2012-02-031-3/+2
* lavu: add public timecode API.Clément Bœsch2012-02-021-0/+194