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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-03avutil/timecode: Fix fps checkMichael Niedermayer
The fps variable is explicitly set to -1 in case of some errors, the check must thus be signed or the code setting it needs to use 0 as error code the type of the field could be changed as well but its in an installed header Fixes: integer overflow Fixes: 9982cc157b1ea90429435640a989122f/asan_generic_3ad004a_3799_22cf198d9cd09928e2d9ad250474fa58.mov Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-10-26timecode: Support HFR valuesVittorio Giovara
2015-10-26timecode: Do not fail for non-standard frameratesVittorio Giovara
Instead just warn, and use the parse fps normally. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2014-05-28Timecode: Support 48fpsThierry Foucu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-25lavu/timecode: fix time code calculation for 60000/1001 drop frameJason
Reviewed-by: Matthieu Bouron <matthieu.bouron@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-25lavu/timecode: Allow drop frame mode for 60000/1001 fpsJason
Reviewed-by: Matthieu Bouron <matthieu.bouron@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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