summaryrefslogtreecommitdiff
path: root/libavformat/sbgdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/sbgdec: Check ts_int in genrate_intervalsMichael Niedermayer2022-09-241-0/+2
* avformat/sbgdec: clamp end_tsMichael Niedermayer2022-09-241-1/+1
* sbg: convert to new channel layout APIAnton Khirnov2022-03-151-2/+1
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-4/+6
* avformat/sbgdec: Check for t0 overflow in expand_tseq()Michael Niedermayer2021-09-161-0/+3
* avformat/sbgdec: Check opt_duration and start for overflowMichael Niedermayer2021-09-151-0/+3
* avformat/sbgdec: Check for overflow in timestamp preparationMichael Niedermayer2021-07-311-0/+4
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avformat: move AVStream.{first,cur}_dts to AVStreamInternalJames Almer2021-06-091-3/+3
* avformat: move AVStream.probe_packets to AVStreamInternalJames Almer2021-05-071-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/sbgdec: Check for overflow in last loop in expand_timestamps()Michael Niedermayer2021-03-261-2/+7
* avformat/sbgdec: Use av_sat_add64() in str_to_time()Michael Niedermayer2021-02-011-1/+1
* avformat/sbgdec: Reduce the amount of floating point in str_to_time()Michael Niedermayer2021-01-191-1/+3
* avformat/sbgdec: Check that end is not before startMichael Niedermayer2020-11-111-0/+5
* avformat/sbgdec: Check for timestamp overflow in parse_time_sequence()Michael Niedermayer2020-10-201-0/+3
* avformat/sbgdec: Check for overflow in parse_timestamp()Michael Niedermayer2020-07-201-0/+2
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-121-5/+6
* 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