36 Commits (3fba5d4f3c6b50a3f52de4cae3cf62fb93e30b0e)

Author SHA1 Message Date
Anton Khirnov 5bcf9029c8 sbg: convert to new channel layout API 3 years ago
Andreas Rheinhardt 40bdd8cc05 avformat: Avoid allocation for AVStreamInternal 3 years ago
Michael Niedermayer f624c92d4c avformat/sbgdec: Check for t0 overflow in expand_tseq() 3 years ago
Michael Niedermayer 2768928624 avformat/sbgdec: Check opt_duration and start for overflow 3 years ago
Michael Niedermayer 9dbed90840 avformat/sbgdec: Check for overflow in timestamp preparation 3 years ago
Andreas Rheinhardt 1be3d8a0cb avcodec/avcodec: Stop including channel_layout.h in avcodec.h 3 years ago
James Almer 591b88e678 avformat: move AVStream.{first,cur}_dts to AVStreamInternal 3 years ago
James Almer fab2ed4704 avformat: move AVStream.probe_packets to AVStreamInternal 4 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Michael Niedermayer f44068db1e avformat/sbgdec: Check for overflow in last loop in expand_timestamps() 4 years ago
Michael Niedermayer 5441699f83 avformat/sbgdec: Use av_sat_add64() in str_to_time() 4 years ago
Michael Niedermayer ac6c8993f7 avformat/sbgdec: Reduce the amount of floating point in str_to_time() 4 years ago
Michael Niedermayer 9ef60a66f1 avformat/sbgdec: Check that end is not before start 4 years ago
Michael Niedermayer 685ed1cbd1 avformat/sbgdec: Check for timestamp overflow in parse_time_sequence() 4 years ago
Michael Niedermayer b6663adaae avformat/sbgdec: Check for overflow in parse_timestamp() 4 years ago
Andreas Rheinhardt c1e439d7e9 avformat: Forward errors where possible 5 years ago
Michael Niedermayer 2a0f23b9d6 avformat/sbgdec: Fixes integer overflow in str_to_time() with hours 6 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Andreas Cadhalpun dbefbb61b7 sbgdec: prevent NULL pointer access 8 years ago
Michael Niedermayer ce4e57dbb5 avformat/sbgdec: Check alloc_array_elem() return value 10 years ago
Clément Bœsch 14f3e8b821 avformat/sbgdec: remove double ;; 10 years ago
Michael Niedermayer 5ece4f8b73 avformat/sbgdec: Use localtime_r() for thread saftey 10 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Nicolas George ca4872e887 lavf/sbgdec: use proper constants for av_log(). 12 years ago
Nicolas George e9b8523d52 sbgdec: dont set slide to a uninitialized value 12 years ago
Nicolas George b6ff81d63b sbgdec: read_seek was undeprecated. 13 years ago
Nicolas George b0aaf304a7 Replace PATCHWELCOME by relevant error codes. 13 years ago
Michael Niedermayer 154c0a8c98 replace ENOTSUP by AVERROR_PATCHWELCOME 13 years ago
Nicolas George 6d7b50117a sbgdec: change -1 into AVERROR(EINVAL). 13 years ago
Michael Niedermayer 4734fb0ece sbgdec: Replace ELOOP by -1 to fix compilation on win32. 13 years ago
Nicolas George 9cb6a39c46 sbgdec: replace EOVERFLOW with ENOMEM. 13 years ago
Nicolas George 2c82ab946b lavf: add SBG demuxer. 13 years ago