[FFmpeg-cvslog] avcodec/av1_parser: constify some variables

2021-09-23 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Sep 24 00:04:37 2021 -0300| [970264a74f00a6e2038b75c64ec43df4cfff0426] | committer: James Almer avcodec/av1_parser: constify some variables Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=970264a74f00a6e2038b75

[FFmpeg-cvslog] libavutil/hwcontext_qsv: fix a bug for mapping qsv frame to vaapi

2021-09-23 Thread Wenbin Chen
ffmpeg | branch: master | Wenbin Chen | Mon Sep 13 14:22:22 2021 +0800| [f2891fbdeddd9049ba03b600d6c93a1ab732df66] | committer: James Almer libavutil/hwcontext_qsv: fix a bug for mapping qsv frame to vaapi Command below failed. ffmpeg -v verbose -init_hw_device vaapi=va:/dev/dri/renderD128 -in

[FFmpeg-cvslog] avformat/aviobuf: Extend ffio_fill to 64bits

2021-09-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Sep 23 00:55:44 2021 +0200| [a46e78d5b7177232406d6afe661fb532d3a2b7dd] | committer: Andreas Rheinhardt avformat/aviobuf: Extend ffio_fill to 64bits Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb

[FFmpeg-cvslog] avformat/riffenc: Fix indentation

2021-09-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Sep 22 23:37:59 2021 +0200| [bb50823d2445a7e83fbc5036a1a7d5958bd10608] | committer: Andreas Rheinhardt avformat/riffenc: Fix indentation Forgotten after bf9a8d183ddcc65b5ae473bb048a3d38bd6df9f3. Reviewed-by: Paul B Mahol Signed-off-by: Andre

[FFmpeg-cvslog] avformat/omadec: Don't output uninitialized values

2021-09-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Sep 23 14:11:35 2021 +0200| [874f03fae7618e61aec34a0739404559245abd09] | committer: Andreas Rheinhardt avformat/omadec: Don't output uninitialized values Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/

[FFmpeg-cvslog] avformat/movenchint: Simplify writing padding

2021-09-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Sep 22 22:17:53 2021 +0200| [0f12d79a88fcd08789fe826e40ea7d1324896b18] | committer: Andreas Rheinhardt avformat/movenchint: Simplify writing padding Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitwe

[FFmpeg-cvslog] avcodec/elbg: Mark ELBGContext as being unaliased by using av_restrict

2021-09-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 20 22:04:35 2021 +0200| [bb98212930721f223fb77f25c3c9e016640f9c9b] | committer: Andreas Rheinhardt avcodec/elbg: Mark ELBGContext as being unaliased by using av_restrict This improves performance: For msvideo1, the performance improved by

[FFmpeg-cvslog] avcodec/elbg: Add flags to avpriv_elbg_do()

2021-09-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Sep 16 20:10:56 2021 +0200| [6b2c1d10185592442988ec5332ac57eb48dea4b6] | committer: Andreas Rheinhardt avcodec/elbg: Add flags to avpriv_elbg_do() This is currently unused and it is only added to enable changes while maintaining ABI compatibil

[FFmpeg-cvslog] avcodec/msvideo1enc: Check all calls to avpriv_elbg_do()

2021-09-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Sep 16 14:19:41 2021 +0200| [73f47846bd9bf62fed3b9d3f748b858ac7f0a674] | committer: Andreas Rheinhardt avcodec/msvideo1enc: Check all calls to avpriv_elbg_do() Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.videola

[FFmpeg-cvslog] avfilter/vf_elbg: Check call to avpriv_elbg_do()

2021-09-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Sep 16 14:22:33 2021 +0200| [6afad4c7e9b9abd785d2b769cbcba3eee4714d48] | committer: Andreas Rheinhardt avfilter/vf_elbg: Check call to avpriv_elbg_do() Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gi

[FFmpeg-cvslog] avcodec/cinepakenc: Check all calls to avpriv_elbg_do()

2021-09-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Sep 16 14:14:24 2021 +0200| [ad27326e2b51ba2566bd7b72bea8e8031c2bc4c5] | committer: Andreas Rheinhardt avcodec/cinepakenc: Check all calls to avpriv_elbg_do() Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.videolan

[FFmpeg-cvslog] avcodec/elbg: Also allocate buffers for recursion only once

2021-09-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Sep 16 13:40:26 2021 +0200| [477a398c3ea9b84cb3c8139becadbb821e234ceb] | committer: Andreas Rheinhardt avcodec/elbg: Also allocate buffers for recursion only once This is possible because the number of elements needed in each recursion step de

[FFmpeg-cvslog] avcodec/mlpdec: fix decoding single stereo stream in TrueHD

2021-09-23 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Sep 18 19:15:21 2021 +0200| [57f0b36367d4e5ccd4d2da7f69c3cac45b6236ee] | committer: Paul B Mahol avcodec/mlpdec: fix decoding single stereo stream in TrueHD > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=57f0b36367d4e5ccd4d2da7f69c3cac45

[FFmpeg-cvslog] avcodec/mlpenc: fix encoding stereo single stream in TrueHD

2021-09-23 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Sep 18 19:16:25 2021 +0200| [cd7e25b14a2a27b73874b5f79a04ae5db738f7f6] | committer: Paul B Mahol avcodec/mlpenc: fix encoding stereo single stream in TrueHD > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cd7e25b14a2a27b73874b5f79a04ae5db

[FFmpeg-cvslog] avfilter/af_silenceremove: improve trimming middle silence

2021-09-23 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Sep 23 22:17:48 2021 +0200| [6a1bda3df93ec879ce16fc09b0f4be1be2bc9e95] | committer: Paul B Mahol avfilter/af_silenceremove: improve trimming middle silence > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6a1bda3df93ec879ce16fc09b0f4be1be2

[FFmpeg-cvslog] avfilter/framesync: Remove redundant setting of AVClass

2021-09-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Sep 11 19:29:34 2021 +0200| [d6f4b91ba51775d04ee146794d1ea4767c5b6d0b] | committer: Andreas Rheinhardt avfilter/framesync: Remove redundant setting of AVClass Every filter exposing the framesync options via its child_next callback already call

[FFmpeg-cvslog] avfilter/vf_lut3d: Deduplicate options

2021-09-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Sep 11 19:12:48 2021 +0200| [5e9c7f135541fcec0bc000313e72b473c5a43380] | committer: Andreas Rheinhardt avfilter/vf_lut3d: Deduplicate options Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] avfilter/vf_convolve: Deduplicate framesync auxiliary functions

2021-09-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Sep 11 19:19:00 2021 +0200| [c1b6165b7341a6a83d289463c65119a5843aae5a] | committer: Andreas Rheinhardt avfilter/vf_convolve: Deduplicate framesync auxiliary functions Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.

[FFmpeg-cvslog] avfilter/framesync: Separate framesync AVClass and auxiliary functions

2021-09-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Sep 11 17:34:39 2021 +0200| [b368a774ddac8dc3e97d1206f6ee8c01a81edcab] | committer: Andreas Rheinhardt avfilter/framesync: Separate framesync AVClass and auxiliary functions Will be useful for deduplication. Signed-off-by: Andreas Rheinhardt

[FFmpeg-cvslog] avformat/astenc: Simplify writing padding

2021-09-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Sep 22 01:51:38 2021 +0200| [6e26015a6b34f954065d4be8a29ad7941334c490] | committer: Andreas Rheinhardt avformat/astenc: Simplify writing padding Reviewed-by: James Almer Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] avformat/mov: Set AVSTREAM_PARSE_HEADERS flag for H264

2021-09-23 Thread Nicolas Gaullier
ffmpeg | branch: master | Nicolas Gaullier | Fri Sep 10 11:34:10 2021 +0200| [8a3f8afa4e46011e9c5849f8e0d57ec9b53deef7] | committer: James Almer avformat/mov: Set AVSTREAM_PARSE_HEADERS flag for H264 Signed-off-by: Nicolas Gaullier Signed-off-by: James Almer > http://git.videolan.org/gitweb

[FFmpeg-cvslog] avcodec/h264_parser: Set AVCodecContext.framerate

2021-09-23 Thread Nicolas Gaullier
ffmpeg | branch: master | Nicolas Gaullier | Fri Sep 10 11:34:08 2021 +0200| [fad459b5a6461bf2ce2c232d5e251dd486bbdc0d] | committer: James Almer avcodec/h264_parser: Set AVCodecContext.framerate Signed-off-by: Nicolas Gaullier Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avformat/demux: Use r_frame_rate in compute_frame_duration if codec_framerate is unknown

2021-09-23 Thread Nicolas Gaullier
ffmpeg | branch: master | Nicolas Gaullier | Fri Sep 10 11:34:09 2021 +0200| [daf04868d8a20d25d5fc664e26137ddfabd4d40a] | committer: James Almer avformat/demux: Use r_frame_rate in compute_frame_duration if codec_framerate is unknown Signed-off-by: Nicolas Gaullier Signed-off-by: James Almer