| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avformat/sbgdec: Check for negative duration | Michael Niedermayer | 2024-03-26 | 1 | -1/+1 |
* | avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat | Andreas Rheinhardt | 2024-03-07 | 1 | -5/+6 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avformat/sbgdec: Check for negative duration or un-representable end pts | Michael Niedermayer | 2023-10-08 | 1 | -0/+7 |
* | avformat/sbgdec: Check for period overflow | Michael Niedermayer | 2023-10-03 | 1 | -1/+4 |
* | avformat/sbgdec: Use avio_read_to_bprint() where appropriate | Andreas Rheinhardt | 2023-08-09 | 1 | -38/+25 |
* | avformat/sbgdec: Check ts_int in genrate_intervals | Michael Niedermayer | 2022-09-24 | 1 | -0/+2 |
* | avformat/sbgdec: clamp end_ts | Michael Niedermayer | 2022-09-24 | 1 | -1/+1 |
* | sbg: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -2/+1 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -4/+6 |
* | avformat/sbgdec: Check for t0 overflow in expand_tseq() | Michael Niedermayer | 2021-09-16 | 1 | -0/+3 |
* | avformat/sbgdec: Check opt_duration and start for overflow | Michael Niedermayer | 2021-09-15 | 1 | -0/+3 |
* | avformat/sbgdec: Check for overflow in timestamp preparation | Michael Niedermayer | 2021-07-31 | 1 | -0/+4 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avformat: move AVStream.{first,cur}_dts to AVStreamInternal | James Almer | 2021-06-09 | 1 | -3/+3 |
* | avformat: move AVStream.probe_packets to AVStreamInternal | James Almer | 2021-05-07 | 1 | -1/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/sbgdec: Check for overflow in last loop in expand_timestamps() | Michael Niedermayer | 2021-03-26 | 1 | -2/+7 |
* | avformat/sbgdec: Use av_sat_add64() in str_to_time() | Michael Niedermayer | 2021-02-01 | 1 | -1/+1 |
* | avformat/sbgdec: Reduce the amount of floating point in str_to_time() | Michael Niedermayer | 2021-01-19 | 1 | -1/+3 |
* | avformat/sbgdec: Check that end is not before start | Michael Niedermayer | 2020-11-11 | 1 | -0/+5 |
* | avformat/sbgdec: Check for timestamp overflow in parse_time_sequence() | Michael Niedermayer | 2020-10-20 | 1 | -0/+3 |
* | avformat/sbgdec: Check for overflow in parse_timestamp() | Michael Niedermayer | 2020-07-20 | 1 | -0/+2 |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -5/+6 |
* | avformat/sbgdec: Fixes integer overflow in str_to_time() with hours | Michael Niedermayer | 2019-06-14 | 1 | -1/+1 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | sbgdec: prevent NULL pointer access | Andreas Cadhalpun | 2016-11-23 | 1 | -1/+1 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -13/+13 |
* | avformat/sbgdec: Check alloc_array_elem() return value | Michael Niedermayer | 2015-06-02 | 1 | -0/+2 |
* | avformat/sbgdec: remove double ;; | Clément Bœsch | 2015-01-18 | 1 | -1/+1 |
* | avformat/sbgdec: Use localtime_r() for thread saftey | Michael Niedermayer | 2014-11-02 | 1 | -2/+3 |
* | avformat: use ff_alloc_extradata() | Paul B Mahol | 2013-10-13 | 1 | -4/+2 |
* | lavf/sbgdec: use proper constants for av_log(). | Nicolas George | 2012-11-24 | 1 | -2/+2 |
* | sbgdec: dont set slide to a uninitialized value | Nicolas George | 2012-11-06 | 1 | -1/+1 |
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -3/+3 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
* | sbgdec: read_seek was undeprecated. | Nicolas George | 2012-02-23 | 1 | -4/+0 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -2/+1 |
* | Replace PATCHWELCOME by relevant error codes. | Nicolas George | 2011-12-20 | 1 | -1/+1 |
* | replace ENOTSUP by AVERROR_PATCHWELCOME | Michael Niedermayer | 2011-12-20 | 1 | -1/+1 |
* | sbgdec: change -1 into AVERROR(EINVAL). | Nicolas George | 2011-12-18 | 1 | -1/+1 |
* | sbgdec: Replace ELOOP by -1 to fix compilation on win32. | Michael Niedermayer | 2011-12-18 | 1 | -1/+1 |
* | sbgdec: replace EOVERFLOW with ENOMEM. | Nicolas George | 2011-12-17 | 1 | -1/+1 |
* | lavf: add SBG demuxer. | Nicolas George | 2011-12-15 | 1 | -0/+1518 |