[FFmpeg-cvslog] avformat/av1dec: Disallow seeking by bytes

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 22 15:10:35 2021 +0200| [0383ec88a56dcad7b2e87ff243f26d3287ba3fdb] | committer: Andreas Rheinhardt avformat/av1dec: Disallow seeking by bytes The low overhead OBU format provides no means to resync after performing a byte-based seek; in ot

[FFmpeg-cvslog] avformat/av1dec: Flush BSF upon seeking

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 22 11:18:56 2021 +0200| [3f938cd46a8ae1e66569ec322e8ad56c055726a6] | committer: Andreas Rheinhardt avformat/av1dec: Flush BSF upon seeking The av1_merge_frame BSF outputs its cached data when it sees the beginning of a new frame, i.e. when

[FFmpeg-cvslog] avformat/utils: Also set io_repositioned for generic seeking

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 22 08:27:01 2021 +0200| [4d200342a7d512dbe91c1820ee82fc3aaf4b644d] | committer: Andreas Rheinhardt avformat/utils: Also set io_repositioned for generic seeking It allows demuxers to perform certain tasks after a successful generic seek. R

[FFmpeg-cvslog] avcodec/av1_frame_merge_bsf: Passthrough pos in case of no timestamps

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 22 07:55:34 2021 +0200| [5a3385d49a765a9cf6d55ecc0826e48d2bf082de] | committer: Andreas Rheinhardt avcodec/av1_frame_merge_bsf: Passthrough pos in case of no timestamps This is needed by the AV1-Annex B and AV1-OBU demuxers. Reviewed-by:

[FFmpeg-cvslog] avformat/av1dec: Deduplicate Annex B and low overhead OBU AV1 demuxer

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 22 04:34:29 2021 +0200| [172116fd5d1a5bc155f7c12c98defdf848cd100c] | committer: Andreas Rheinhardt avformat/av1dec: Deduplicate Annex B and low overhead OBU AV1 demuxer Reviewed-by: James Almer Signed-off-by: Andreas Rheinhardt > http:/

[FFmpeg-cvslog] avformat/av1dec: Set position of AVPackets given to BSF

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 22 04:03:15 2021 +0200| [8a805095c16553f5c50fbcb11d11d0f34376e038] | committer: Andreas Rheinhardt avformat/av1dec: Set position of AVPackets given to BSF Reviewed-by: James Almer Signed-off-by: Andreas Rheinhardt > http://git.videolan.

[FFmpeg-cvslog] avcodec/webp: Check available space in loop in decode_entropy_coded_image()

2021-08-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jul 25 15:50:54 2021 +0200| [5e00eab61112c52f27a09fe77d50e6fc508f9c53] | committer: Michael Niedermayer avcodec/webp: Check available space in loop in decode_entropy_coded_image() Fixes: Timeout Fixes: 35401/clusterfuzz-testcase-minimized-ff

[FFmpeg-cvslog] avcodec/vc1dec: ff_print_debug_info() does not support WMV3 field_mode

2021-08-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 8 20:46:32 2021 +0200| [c59b5e3d1e0121ea23b5b326529f5bdca44cf982] | committer: Michael Niedermayer avcodec/vc1dec: ff_print_debug_info() does not support WMV3 field_mode Fixes: out of array read Fixes: 36331/clusterfuzz-testcase-minimiz

[FFmpeg-cvslog] avcodec/h264dec: use picture parameters in ff_print_debug_info2()

2021-08-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 8 21:23:31 2021 +0200| [65892516d52c268bd66ef825c4b1c8050a69d732] | committer: Michael Niedermayer avcodec/h264dec: use picture parameters in ff_print_debug_info2() Fixes: out of array read Fixes: 36341/clusterfuzz-testcase-minimized-ff

[FFmpeg-cvslog] avfilter/vf_stack: Free inpads' names generically

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 11 22:02:44 2021 +0200| [ad3b1fddb3d3000d423b8eafec2fb977be8cc248] | committer: Andreas Rheinhardt avfilter/vf_stack: Free inpads' names generically Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > http://git.videolan.org

[FFmpeg-cvslog] avfilter/vf_signature: Free inpads' names generically

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 11 22:02:44 2021 +0200| [07aacf5ea9467320fb4999293f7fa08b71c07300] | committer: Andreas Rheinhardt avfilter/vf_signature: Free inpads' names generically Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > http://git.videolan

[FFmpeg-cvslog] avfilter/vf_program_opencl: Free inpads' names generically

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 11 23:44:55 2021 +0200| [65884bd81fe71fd4f29f3e7495f3970e482e7904] | committer: Andreas Rheinhardt avfilter/vf_program_opencl: Free inpads' names generically Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > http://git.vid

[FFmpeg-cvslog] avfilter/vf_xmedian: Free inpads' names generically

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 11 22:02:44 2021 +0200| [845579c6e2ee4c729a56c4daf819e5690d858570] | committer: Andreas Rheinhardt avfilter/vf_xmedian: Free inpads' names generically This affects only the xmedian filter, not tmedian. Reviewed-by: Nicolas George Signed-

[FFmpeg-cvslog] avfilter/vf_mix: Free inpads' names generically

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 11 22:02:44 2021 +0200| [97c796176e4eee495eb1a5d1c4469cc9fc2d0bdc] | committer: Andreas Rheinhardt avfilter/vf_mix: Free inpads' names generically Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/g

[FFmpeg-cvslog] avfilter/vf_mergeplanes: Free inpads' names generically

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 11 22:02:44 2021 +0200| [0ba9089aec43818b30d688810771eee2609f7894] | committer: Andreas Rheinhardt avfilter/vf_mergeplanes: Free inpads' names generically Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > http://git.videol

[FFmpeg-cvslog] avfilter/vf_extractplanes: Free outpads' names generically

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 11 22:02:44 2021 +0200| [2142e719112d733b6eec9add8b2d30f6265a46a7] | committer: Andreas Rheinhardt avfilter/vf_extractplanes: Free outpads' names generically Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > http://git.vid

[FFmpeg-cvslog] avfilter/src_movie: Free outpads' names generically

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 11 22:02:44 2021 +0200| [41c98bfe0a6fc614e3e4046f2fba8e9ebf75a134] | committer: Andreas Rheinhardt avfilter/src_movie: Free outpads' names generically Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > http://git.videolan.o

[FFmpeg-cvslog] avfilter/split: Free outpads' names generically

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 11 22:02:44 2021 +0200| [0ce19ecd2833080b3f6bd0d9d0838e4eccb8e792] | committer: Andreas Rheinhardt avfilter/split: Free outpads' names generically Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/g

[FFmpeg-cvslog] avfilter/f_streamselect: Free pads' names generically

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 11 22:02:44 2021 +0200| [a79852f1c14aec91be999beb3f23473556321a35] | committer: Andreas Rheinhardt avfilter/f_streamselect: Free pads' names generically Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > http://git.videolan

[FFmpeg-cvslog] avfilter/f_select: Free outpads' names generically

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 11 22:02:44 2021 +0200| [64133506f7894a93bbd143b54224a6e85cdb59fe] | committer: Andreas Rheinhardt avfilter/f_select: Free outpads' names generically Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > http://git.videolan.or

[FFmpeg-cvslog] avfilter/f_segment: Free outpads' names generically

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Aug 17 02:29:50 2021 +0200| [f6c6a51d988763fe92961ff483c6d5eb98055f38] | committer: Andreas Rheinhardt avfilter/f_segment: Free outpads' names generically Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > http://git.videolan.o

[FFmpeg-cvslog] avfilter/f_interleave: Free inpads' names generically

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 11 22:02:44 2021 +0200| [b8e31568dfee086e068b1148e62d42682edf9041] | committer: Andreas Rheinhardt avfilter/f_interleave: Free inpads' names generically Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > http://git.videolan

[FFmpeg-cvslog] avfilter/af_join: Free inpads' names generically

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 11 22:02:44 2021 +0200| [d2e72473dffb4090c4568a21fcdcc8f709a17c80] | committer: Andreas Rheinhardt avfilter/af_join: Free inpads' names generically Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/

[FFmpeg-cvslog] avfilter/avf_concat: Free pads' names generically

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 11 22:02:44 2021 +0200| [fbfcb012aca8259dd1c03ce3bf3aff1878b630e6] | committer: Andreas Rheinhardt avfilter/avf_concat: Free pads' names generically Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > http://git.videolan.org

[FFmpeg-cvslog] avfilter/af_headphone: Free inpads' names generically

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Aug 16 21:43:49 2021 +0200| [ad5d056dc37d3df199aaf5055a05bd9b5a24836a] | committer: Andreas Rheinhardt avfilter/af_headphone: Free inpads' names generically Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > http://git.videolan

[FFmpeg-cvslog] avfilter/af_lv2: Free inpad's name generically

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 11 22:02:44 2021 +0200| [f28db2ca277ac24fd549a6ab9beaf46872848df1] | committer: Andreas Rheinhardt avfilter/af_lv2: Free inpad's name generically Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gi

[FFmpeg-cvslog] avfilter/af_ladspa: Free inpad's name generically

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 11 22:02:44 2021 +0200| [7670e24eb015f6526497c310ebc0d2efc28fb2d6] | committer: Andreas Rheinhardt avfilter/af_ladspa: Free inpad's name generically Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > http://git.videolan.org

[FFmpeg-cvslog] avfilter/af_amix: Free inpads' names generically

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 11 22:02:44 2021 +0200| [0e936381ff6528bd28b098b653882e49da2ed6ff] | committer: Andreas Rheinhardt avfilter/af_amix: Free inpads' names generically Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/

[FFmpeg-cvslog] avfilter/af_amerge: Free inpads' names generically

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 11 22:02:44 2021 +0200| [414c1b9b62f364c5d02714f4d1234a77442d8261] | committer: Andreas Rheinhardt avfilter/af_amerge: Free inpads' names generically Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > http://git.videolan.or

[FFmpeg-cvslog] avfilter/af_afir: Free inpads' names generically

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Aug 16 21:39:50 2021 +0200| [c54c8836cf0ebd7b40f1ceb6c3da1acc583937b1] | committer: Andreas Rheinhardt avfilter/af_afir: Free inpads' names generically Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/

[FFmpeg-cvslog] avfilter/avfilter: Allow to free non-static pads generically

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 11 21:54:31 2021 +0200| [f308f37441ec0d49166641843acd5302c1e26e6a] | committer: Andreas Rheinhardt avfilter/avfilter: Allow to free non-static pads generically This can be enabled/disabled on a per-pad basis by setting the AVFILTERPAD_FLAG

[FFmpeg-cvslog] avfilter/af_acrossover: Free outpads' names generically

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 11 21:58:39 2021 +0200| [59b465e4dfc0bb85409bfa777b591d23476ec82b] | committer: Andreas Rheinhardt avfilter/af_acrossover: Free outpads' names generically Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > http://git.videol

[FFmpeg-cvslog] avfilter/internal: Uninline ff_insert_(in|out)pad()

2021-08-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Aug 11 21:29:34 2021 +0200| [dff1709eb2dc6f3f8128abb4e2c764cc7c5fc92b] | committer: Andreas Rheinhardt avfilter/internal: Uninline ff_insert_(in|out)pad() These functions are not hot at all. Reviewed-by: Nicolas George Signed-off-by: Andreas

[FFmpeg-cvslog] avformat/mov: add AVFMT_SHOW_IDS flag

2021-08-22 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Wed Aug 11 12:08:13 2021 +0530| [d905af0c2409c854dcd45a05fe4caf9ac49d82ad] | committer: Gyan Doshi avformat/mov: add AVFMT_SHOW_IDS flag The MOV muxer can store streamids as track ids but they aren't visible when probing the result via lavf/dump or ffprobe

[FFmpeg-cvslog] avfilter/vf_v360: refactor rescaling of i/j

2021-08-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Aug 22 13:42:08 2021 +0200| [1616f7fb28cbaef19dcccd3379853addb43a3bcb] | committer: Paul B Mahol avfilter/vf_v360: refactor rescaling of i/j > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1616f7fb28cbaef19dcccd3379853addb43a3bcb --- li

[FFmpeg-cvslog] avfilter/vf_v360: fill unused regions too for orthographic output format

2021-08-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Aug 22 14:00:04 2021 +0200| [da6aab45e42a41b2b5750f7f36cb7da7de26c4ed] | committer: Paul B Mahol avfilter/vf_v360: fill unused regions too for orthographic output format > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=da6aab45e42a41b2b575

[FFmpeg-cvslog] tools/dvd2concat: use option keyword

2021-08-22 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Wed Jul 28 12:45:34 2021 +0200| [252128561e891da8a4a3c4ea3ffa7071c443e343] | committer: Nicolas George tools/dvd2concat: use option keyword subfile,,start,X,end,Y,,: is ugly and will be gone some day. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] tools/dvd2concat: document that -protocol_whitelist is needed

2021-08-22 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Wed Jul 28 12:52:44 2021 +0200| [6d82d894ee237e3c9f6ecf5e121e31cdfa375bf9] | committer: Nicolas George tools/dvd2concat: document that -protocol_whitelist is needed > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6d82d894ee237e3c9f6ecf5e12

[FFmpeg-cvslog] libavformat/concatdec: remove support for unsafe=-1

2021-08-22 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Wed Jul 28 12:38:08 2021 +0200| [46fb395952be32692385449ee214461603480b4b] | committer: Nicolas George libavformat/concatdec: remove support for unsafe=-1 It only makes sense as the default value, but it is not the default since 689211d5727231c3fe9276

[FFmpeg-cvslog] lavf/concatdec: support per-file options

2021-08-22 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Wed Jul 28 12:34:19 2021 +0200| [0210c8fee2c340ae799dcf6076bd9bf2ea8f7431] | committer: Nicolas George lavf/concatdec: support per-file options > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0210c8fee2c340ae799dcf6076bd9bf2ea8f7431 ---