[FFmpeg-cvslog] avcodec/mfenc: remove usage of avctx->pkt_timebase

2021-08-06 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Aug 2 23:07:25 2021 -0300| [6b594ba5d1b5aa411a2051bb2ee901dc648c85cb] | committer: James Almer avcodec/mfenc: remove usage of avctx->pkt_timebase The field is documented to be for decoding only. Signed-off-by: James Almer > http://git.videolan.org

[FFmpeg-cvslog] avcodec/hevc_sei: parse and export Film Grain Characteristics SEI messages

2021-08-06 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Jul 23 14:10:00 2021 -0300| [82be9f277781afa7f90a2d93bfda818c1dc84551] | committer: James Almer avcodec/hevc_sei: parse and export Film Grain Characteristics SEI messages Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] cbs_h265: add support for Film Grain Characteristics SEI message

2021-08-06 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Jul 23 13:56:48 2021 -0300| [794e15fd54db9cef85a02f21354090d718f81d22] | committer: James Almer cbs_h265: add support for Film Grain Characteristics SEI message Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7

[FFmpeg-cvslog] avfilter/vf_showinfo: add support for H.274 Film Grain Characteristics frame side data

2021-08-06 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Aug 2 21:12:31 2021 -0300| [1cd43d8a5ebc58e74937ed2f65600790f5697d0c] | committer: James Almer avfilter/vf_showinfo: add support for H.274 Film Grain Characteristics frame side data Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] ffprobe: Rename Audio Service Type 'type' field to 'service_type'

2021-08-06 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Mon Aug 2 21:50:44 2021 +0100| [e6754d2ad20c918735d3bf5cc8122ac57f53d03c] | committer: Derek Buitenhuis ffprobe: Rename Audio Service Type 'type' field to 'service_type' 677a030b26045acb50353d7954ae984ceefcd807 introduced more printable side data t

[FFmpeg-cvslog] avcodec/exr: Check ac_count

2021-08-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 1 18:38:31 2021 +0200| [9bc32d7c4bed836086199ce55cf4a5ddd5217f3e] | committer: Michael Niedermayer avcodec/exr: Check ac_count Fixes: signed integer overflow: -9223372036854775808 * 2 cannot be represented in type 'long long' Fixes: 36

[FFmpeg-cvslog] avformat/mpc8: Check first keyframe position for overflow

2021-08-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 1 20:25:20 2021 +0200| [2bbef69b0ba938cce4f9d61bed46d3f3058e56c2] | committer: Michael Niedermayer avformat/mpc8: Check first keyframe position for overflow Fixes: signed integer overflow: 9223372036854775791 + 18 cannot be represented

[FFmpeg-cvslog] avformat/wtvdec: Check for EOF before seeking back in parse_media_type()

2021-08-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 1 20:42:53 2021 +0200| [89505d38de989bddd579ce3b841f1c011f1d7bf2] | committer: Michael Niedermayer avformat/wtvdec: Check for EOF before seeking back in parse_media_type() Fixes: Infinite loop Fixes: 36311/clusterfuzz-testcase-minimized

[FFmpeg-cvslog] avformat/adtsenc: return value check for init_get_bits in adts_decode_extradata

2021-08-06 Thread maryam ebrahimzadeh
ffmpeg | branch: master | maryam ebrahimzadeh | Wed Aug 4 16:15:18 2021 -0400| [9ffa49496d1aae4cbbb387aac28a9e061a6ab0a6] | committer: Michael Niedermayer avformat/adtsenc: return value check for init_get_bits in adts_decode_extradata As the second argument for init_get_bits (buf) can be craf

[FFmpeg-cvslog] tools/target_dec_fuzzer: check max samples in flush loop

2021-08-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 1 18:31:31 2021 +0200| [c42f277903028627fb916b72704fd0ccc83d4af2] | committer: Michael Niedermayer tools/target_dec_fuzzer: check max samples in flush loop Fixes: Timeout Fixes: 36020/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AL

[FFmpeg-cvslog] avformat/yuv4mpegenc: Write data generically via AVPixFmtDescriptor

2021-08-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Aug 3 00:57:13 2021 +0200| [dccd1d2a581606f858e553b9f2a4e8aba1e460b7] | committer: Andreas Rheinhardt avformat/yuv4mpegenc: Write data generically via AVPixFmtDescriptor Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] avformat/ilbc: Use av_get_packet

2021-08-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Feb 3 08:19:39 2021 +0100| [a3e78deb0a3a0142d333808678b6ee70873ecab7] | committer: Andreas Rheinhardt avformat/ilbc: Use av_get_packet Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a3e78deb0a3

[FFmpeg-cvslog] avformat: Use ffio_read_size where appropriate

2021-08-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 6 22:47:22 2021 +0200| [d1ac6456369fecdc99044e69bb22130bbedc0558] | committer: Andreas Rheinhardt avformat: Use ffio_read_size where appropriate Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avformat/fifo: Free dict on av_dict_copy() failure

2021-08-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Jul 28 23:23:05 2021 +0200| [9f19fbba4a84ddff73e32bfe13f0702a4bb40652] | committer: Andreas Rheinhardt avformat/fifo: Free dict on av_dict_copy() failure av_dict_copy() puts the onus on the caller to clean up dst on failure; it can be nonempty

[FFmpeg-cvslog] fftools/ffmpeg_filter: add a return at the end of non-void functions

2021-08-06 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Aug 6 10:28:35 2021 -0300| [d708add98ca08adecc753e0d1f46b3bbba2052b3] | committer: James Almer fftools/ffmpeg_filter: add a return at the end of non-void functions Fixes compilation with GCC 11 when configured with --disable-optimizations Signed-off

[FFmpeg-cvslog] avformat/mxfenc: add a return at the end of non-void functions

2021-08-06 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Aug 6 10:29:33 2021 -0300| [ec59ca0e6f4ab8a54600824be7cd2aa7fa1c00ec] | committer: James Almer avformat/mxfenc: add a return at the end of non-void functions Fixes compilation with GCC 11 when configured with --disable-optimizations Signed-off-by: J

[FFmpeg-cvslog] avfilter/vsrc_testsrc: add a return at the end of non-void functions

2021-08-06 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Aug 6 10:29:08 2021 -0300| [83946906fb1587e99b7cca78fbaae671a13ed401] | committer: James Almer avfilter/vsrc_testsrc: add a return at the end of non-void functions Fixes compilation with GCC 11 when configured with --disable-optimizations Signed-off

[FFmpeg-cvslog] avutil/tx: add a return at the end of non-void functions

2021-08-06 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Aug 6 10:29:46 2021 -0300| [35331aa2662d4289585ab1bd4d1bf7699661cc5a] | committer: James Almer avutil/tx: add a return at the end of non-void functions Fixes compilation with GCC 11 when configured with --disable-optimizations Signed-off-by: James A

[FFmpeg-cvslog] avcodec/utils: don't return negative values in av_get_audio_frame_duration()

2021-08-06 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jul 21 01:02:44 2021 -0300| [e01d306c647b5827102260b885faa223b646d2d1] | committer: James Almer avcodec/utils: don't return negative values in av_get_audio_frame_duration() In some extrme cases, like with adpcm_ms samples with an extremely high channe