summaryrefslogtreecommitdiffstats
path: root/libavformat/sbgdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/sbgdec: Fixes integer overflow in str_to_time() with hoursMichael Niedermayer2019-06-141-1/+1
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* sbgdec: prevent NULL pointer accessAndreas Cadhalpun2016-11-231-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-13/+13
* avformat/sbgdec: Check alloc_array_elem() return valueMichael Niedermayer2015-06-021-0/+2
* avformat/sbgdec: remove double ;;Clément Bœsch2015-01-181-1/+1
* avformat/sbgdec: Use localtime_r() for thread safteyMichael Niedermayer2014-11-021-2/+3
* avformat: use ff_alloc_extradata()Paul B Mahol2013-10-131-4/+2
* lavf/sbgdec: use proper constants for av_log().Nicolas George2012-11-241-2/+2
* sbgdec: dont set slide to a uninitialized valueNicolas George2012-11-061-1/+1
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-3/+3
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
* sbgdec: read_seek was undeprecated.Nicolas George2012-02-231-4/+0
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-2/+1
* Replace PATCHWELCOME by relevant error codes.Nicolas George2011-12-201-1/+1
* replace ENOTSUP by AVERROR_PATCHWELCOMEMichael Niedermayer2011-12-201-1/+1
* sbgdec: change -1 into AVERROR(EINVAL).Nicolas George2011-12-181-1/+1
* sbgdec: Replace ELOOP by -1 to fix compilation on win32.Michael Niedermayer2011-12-181-1/+1
* sbgdec: replace EOVERFLOW with ENOMEM.Nicolas George2011-12-171-1/+1
* lavf: add SBG demuxer.Nicolas George2011-12-151-0/+1518
OpenPOWER on IntegriCloud