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
2021-09-09avformat/sbgdec: Check for overflow in timestamp preparationMichael Niedermayer
2021-09-09avformat/sbgdec: Reduce the amount of floating point in str_to_time()Michael Niedermayer
2021-09-09avformat/sbgdec: Check that end is not before startMichael Niedermayer
2019-06-27avformat/sbgdec: Fixes integer overflow in str_to_time() with hoursMichael Niedermayer
2016-11-23sbgdec: prevent NULL pointer accessAndreas Cadhalpun
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2015-06-02avformat/sbgdec: Check alloc_array_elem() return valueMichael Niedermayer
2015-01-18avformat/sbgdec: remove double ;;Clément Bœsch
2014-11-02avformat/sbgdec: Use localtime_r() for thread safteyMichael Niedermayer
2013-10-14avformat: use ff_alloc_extradata()Paul B Mahol
2012-11-25lavf/sbgdec: use proper constants for av_log().Nicolas George
2012-11-07sbgdec: dont set slide to a uninitialized valueNicolas George
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-02-23sbgdec: read_seek was undeprecated.Nicolas George
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-20Replace PATCHWELCOME by relevant error codes.Nicolas George
2011-12-20replace ENOTSUP by AVERROR_PATCHWELCOMEMichael Niedermayer
2011-12-18sbgdec: change -1 into AVERROR(EINVAL).Nicolas George
2011-12-18sbgdec: Replace ELOOP by -1 to fix compilation on win32.Michael Niedermayer
2011-12-18sbgdec: replace EOVERFLOW with ENOMEM.Nicolas George
2011-12-15lavf: add SBG demuxer.Nicolas George