Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-22avutil/timecode: use timecode fps for number of frame digitsMarton Balint
2022-02-24avutil/log: Don't include avutil.hAndreas Rheinhardt
2021-03-15avutil/timecode: Avoid fps overflowMichael Niedermayer
2021-01-23Revert "avutil/timecode: fix sscanf format string with garbage at the end"Marton Balint
2021-01-19avutil/timecode: Avoid undefined behavior with large framenumMichael Niedermayer
2021-01-16avutil/timecode: fix sscanf format string with garbage at the endLimin Wang
2020-12-03avutil/timecode: add av_timecode_init_from_componentsMarton Balint
2020-12-03avutil/timecode: allow drop frame timecodes for multiples of 30000/1001 fpsMarton Balint
2020-09-13avutil/timecode: add av_timecode_make_smpte_tc_string2Marton Balint
2020-09-13avutil/timecode: do not trash bits on invalid av_timecode_get_smpte argumentsMarton Balint
2020-09-13avutil/timecode: cosmetics on av_timecode_get_smpteMarton Balint
2020-09-13avutil/timecode: fix av_timecode_get_smpte_from_framenum with 50/60 fpsMarton Balint
2020-06-28avutil/timecode: add function av_timecode_get_smpte()Limin Wang
2018-02-23avutil/timecode: fix starting frame number for 59.94 fpsGyan Doshi
2017-11-10lavu/timecode: clarify error msg for timecode_rateGyan Doshi
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2015-12-03avutil/timecode: Fix fps checkMichael Niedermayer
2015-10-26timecode: Support HFR valuesVittorio Giovara
2015-10-26timecode: Do not fail for non-standard frameratesVittorio Giovara
2014-05-28Timecode: Support 48fpsThierry Foucu
2013-01-25lavu/timecode: fix time code calculation for 60000/1001 drop frameJason
2013-01-25lavu/timecode: Allow drop frame mode for 60000/1001 fpsJason
2012-11-04lavu: drop disabled FF_API_OLD_TC_ADJUST_FRAMENUM codeStefano Sabatini
2012-08-08lavu/timecode: add av_timecode_check_frame_rate().Clément Bœsch
2012-08-01timecode: show frame rate when invalid.Clément Bœsch
2012-07-27avutil: support 50 and 60 frame rates in timecode apiMatthieu Bouron
2012-02-03lavu/timecode: use @see for URL in doxygen.Clément Bœsch
2012-02-02lavu: add public timecode API.Clément Bœsch