[FFmpeg-cvslog] avformat: only allow a single bitstream filter when muxing

2020-04-26 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Apr 18 10:49:54 2020 +0200| [1128aa875367f66ac11adc30364d5652919a2591] | committer: Marton Balint avformat: only allow a single bitstream filter when muxing Current muxers only use a single bitstream filter, so there is no need to maintain code

[FFmpeg-cvslog] fate: hevc: Skip a few large testcases if large tests are disabled

2020-04-26 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Apr 23 10:15:03 2020 +0300| [499f43ae90c0b03264e874c199a5904280766782] | committer: Martin Storsjö fate: hevc: Skip a few large testcases if large tests are disabled Signed-off-by: Martin Storsjö >

[FFmpeg-cvslog] fate: Skip the dnxhd-uhd-hr-sq tests of large tests are disabled

2020-04-26 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Apr 23 10:13:06 2020 +0300| [02b74bd76a967741b0f4adf799d535350e13ce8b] | committer: Martin Storsjö fate: Skip the dnxhd-uhd-hr-sq tests of large tests are disabled These tests are also in the same size range as the previously skipped 2k and 4k

[FFmpeg-cvslog] ffmpeg: Remove the hw_device_ctx global

2020-04-26 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Apr 13 16:33:21 2020 +0100| [79c173cc1900c735b1e256f5755b3e434a080a4f] | committer: Mark Thompson ffmpeg: Remove the hw_device_ctx global The ad-hoc libmfx setup code is the only place its still used, so move it into that file. >

[FFmpeg-cvslog] ffmpeg: Use hardware config metadata with encoders

2020-04-26 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Apr 13 16:33:20 2020 +0100| [8abd3b202821e9c491f44d097686402aafdda7c5] | committer: Mark Thompson ffmpeg: Use hardware config metadata with encoders This can support encoders which want frames and/or device contexts. For the device case, it

[FFmpeg-cvslog] lavc: Rename hwaccel.h to hwconfig.h

2020-04-26 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Apr 13 16:33:14 2020 +0100| [2594f6a362c788a036dbf3e27d540d15fe7f72d0] | committer: Mark Thompson lavc: Rename hwaccel.h to hwconfig.h This already applied to decoders as well as hwaccels, and adding encoder support was going to make the name even

[FFmpeg-cvslog] lavc/vaapi_encode: Add hardware config metadata

2020-04-26 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Apr 13 16:33:17 2020 +0100| [344e6c3ff1b47279ffb360aba3f5e10183bc4eb4] | committer: Mark Thompson lavc/vaapi_encode: Add hardware config metadata These encoders all accept VAAPI surfaces in a hardware frames context. >

[FFmpeg-cvslog] lavc/qsvenc: Add hardware config metadata

2020-04-26 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Apr 13 16:33:16 2020 +0100| [5a1ff449071fefa7913858fbe2d084f698443e57] | committer: Mark Thompson lavc/qsvenc: Add hardware config metadata All of these encoders can accept libmfx surfaces directly in a hardware frames context, or they can accept

[FFmpeg-cvslog] ffmpeg: Make filter hardware device selection clearer

2020-04-26 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Apr 13 16:33:19 2020 +0100| [e2542124059f5960ac2bbd94183012814263f20d] | committer: Mark Thompson ffmpeg: Make filter hardware device selection clearer Also move it into a dedicated function in the hardware file. >

[FFmpeg-cvslog] avcodec/intrax8: Check for end of bitstream in ff_intrax8_decode_picture()

2020-04-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Feb 6 00:33:40 2020 +0100| [0a9ccc2514da82812584b0e49a30625151d225e9] | committer: Michael Niedermayer avcodec/intrax8: Check for end of bitstream in ff_intrax8_decode_picture() Fixes: Timeout (105sec -> 1sec) Fixes:

[FFmpeg-cvslog] avcodec/cbs_h265_syntax_template: Check num_negative/positive_pics when inter_ref_pic_set_prediction_flag is set

2020-04-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Apr 5 00:11:15 2020 +0200| [588114cea4ee434c9c61353ed91ffc817d2965f5] | committer: Michael Niedermayer avcodec/cbs_h265_syntax_template: Check num_negative/positive_pics when inter_ref_pic_set_prediction_flag is set Fixes: out of array

[FFmpeg-cvslog] avformat/movenc: cosmetics

2020-04-26 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sat Apr 25 22:29:03 2020 +0800| [0b11ad51727a71f1660b4ed6b7926ea600b05cc7] | committer: Michael Niedermayer avformat/movenc: cosmetics Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avfilter/vf_pixscope: also show standard deviation of zoomed area

2020-04-26 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Apr 26 12:15:12 2020 +0200| [f53fc935b8b75cd301e8beb8ab8e276034cd3442] | committer: Paul B Mahol avfilter/vf_pixscope: also show standard deviation of zoomed area >