Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | | | 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> | ||||
* | 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 |
| | | | | | | Instead just warn, and use the parse fps normally. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | ||||
* | Timecode: Support 48fps | Thierry Foucu | 2014-05-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | lavu/timecode: fix time code calculation for 60000/1001 drop frame | Jason | 2013-01-24 | 1 | -7/+10 |
| | | | | | Reviewed-by: Matthieu Bouron <matthieu.bouron@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | lavu/timecode: Allow drop frame mode for 60000/1001 fps | Jason | 2013-01-24 | 1 | -2/+2 |
| | | | | | Reviewed-by: Matthieu Bouron <matthieu.bouron@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | 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 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | 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 |