ffmpeg | branch: master | Gautam Ramakrishnan | Tue Aug
4 18:46:02 2020 +0530| [5508e7bf8a2aa49fc75813e00f021843637fdf04] | committer:
Michael Niedermayer
libavcodec/j2kenc: Allow Encoder to use SOP and EPH markers
This patch allows the encoder to use SOP and EPH
markers. This would be useful
ffmpeg | branch: master | Michael Niedermayer | Tue
Aug 4 22:42:21 2020 +0200| [5036d7b20cf2af7e30dd3e8785b045aad0b8bbe7] |
committer: Michael Niedermayer
avcodec/jpeg2000dec: Handle reducedresno of 32
Fixes: shift exponent 32 is too large for 32-bit type 'int'
Fixes:
24566/clusterfuzz-testc
ffmpeg | branch: master | Michael Niedermayer | Wed
Aug 5 08:54:13 2020 +0200| [2c35797e183279530b623b4a2a1bea89a831cf50] |
committer: Michael Niedermayer
avcodec/mpegaudiodec_template: Fix some whitespace issues
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg
ffmpeg | branch: master | Andreas Rheinhardt |
Sun Aug 2 00:41:31 2020 +0200| [8b0bba864b8dc71e91a53b89c1a5b398e8321139] |
committer: Andreas Rheinhardt
avformat/dv: Avoid alloction of DVDemuxContext
This commit avoids allocating a DVDemuxContext when demuxing raw DV by
making it part of the
ffmpeg | branch: master | Andreas Rheinhardt |
Sun Aug 2 00:58:48 2020 +0200| [1fbfa42432b1348944829a51997f1a0d8f11c6bc] |
committer: Andreas Rheinhardt
avformat/dv: Avoid allocation for reading timecode
Reviewed-by: Paul B Mahol
Signed-off-by: Andreas Rheinhardt
> http://git.videolan.org/
ffmpeg | branch: master | Andreas Rheinhardt |
Mon Jul 27 05:19:18 2020 +0200| [edcd7c735c098a3b72cada2c791d04b4428b145d] |
committer: Andreas Rheinhardt
avformat/3dostr: Return directly after having read packet
Avoids an avio_skip(s->pb, 0).
Reviewed-by: Paul B Mahol
Signed-off-by: Andreas
ffmpeg | branch: master | Jun Zhao | Sun Jul 26
19:16:43 2020 +0800| [becfdaaa0961fcdfea5e7be102d59e5861e5adea] | committer:
Jun Zhao
lavc/libopenh264enc: use framerate if available
Respecting the framerate in the libopenh264enc codec context.
Both the libx264 and libx265 encoders already con