ffmpeg | branch: master | Anton Khirnov | Sat Dec 4
17:47:41 2021 +0100| [230646751d88e90a62a3b4a099d2f6e0e639be10] | committer:
Anton Khirnov
lavf/sdp: add const qualifiers where appropriate
Declares that these structs are read-only for this code.
> http://git.videolan.org/gitweb.cgi/ffmpeg
ffmpeg | branch: master | Anton Khirnov | Sat Dec 4
18:26:38 2021 +0100| [fe31708eaa10af42507b8db773d5af5a56e1aff4] | committer:
Anton Khirnov
lavf/sdp: add more thorough error handling
Return error codes when constructing a stream config fails, rather than
just disregarding the failure and c
ffmpeg | branch: master | Anton Khirnov | Sat Dec 4
18:00:07 2021 +0100| [b0518f9977f6019c317e244ae6087db5ffbf0c9d] | committer:
Anton Khirnov
lavf/sdp: reindent switch() according to our conventions
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b0518f9977f6019c317e244ae6087db5f
ffmpeg | branch: master | Anton Khirnov | Mon Dec 13
11:23:52 2021 +0100| [67aceaf4ad641a4d34c3ec70b532efdc60483e3d] | committer:
Anton Khirnov
lavc/encode: improve the empty frame check
Test for buf[0] rather than data[0] (which is broken for some hwaccel
formats).
> http://git.videolan.org/
ffmpeg | branch: master | Anton Khirnov | Mon Dec 13
11:43:16 2021 +0100| [b780b6db649e693fb1aaebe0da6006a1a5055466] | committer:
Anton Khirnov
lavc/encode: set frame_number for encoders using receive_packet()
It is currently set in encode_simple_internal(), which is only called
for encoders u
ffmpeg | branch: master | Michael Niedermayer | Thu
Jul 23 23:34:15 2020 +0200| [68457c1e85122ffcadb0c909070dd210095fd2cd] |
committer: Michael Niedermayer
avcodec/alacdsp: fix integer overflow in decorrelate_stereo()
Fixes: signed integer overflow: -16777216 * 131 cannot be represented in typ