[FFmpeg-cvslog] lavf/asfdec: Simplify the check conditions

2019-11-03 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jun 15 16:21:56 2019 +0800| [ec3d3fc65d06a9f7bc4d32b12b14a7c75e00484d] | committer: Jun Zhao lavf/asfdec: Simplify the check conditions Simplify the check conditions Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] lavf/mpegtsenc: fix logic check error

2019-11-03 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jun 15 16:19:18 2019 +0800| [8f7a043609554fd5e6917afeaed5d95bca420859] | committer: Jun Zhao lavf/mpegtsenc: fix logic check error fix the logic check error fix #6751 Reviewed-by: Andriy Gelman Signed-off-by: Jun Zhao > http://git.videolan.org/gitw

[FFmpeg-cvslog] avformat/ftp: add AVOptions for authentication

2019-11-03 Thread Nicolas Frattaroli
ffmpeg | branch: master | Nicolas Frattaroli | Sun Oct 27 00:37:32 2019 +0200| [a8ec0685ac1cfbeb0e87f47b86d4f0b5cf75d745] | committer: Marton Balint avformat/ftp: add AVOptions for authentication This introduces two new AVOption options for the FTP protocol, one named ftp-user to supply the us

[FFmpeg-cvslog] avformat: Add max_probe_packets option

2019-11-03 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Thu Oct 17 10:49:20 2019 -0400| [5e3229df4ca86322f334bd098a9335f66ebdd649] | committer: Michael Niedermayer avformat: Add max_probe_packets option Allows user to set maximum number of buffered packets when probing a codec. It was a hard-coded parameter

[FFmpeg-cvslog] lavc/qsvenc: Fix bitrate_limit to allow AVC encode in limited bitrate

2019-11-03 Thread Linjie Fu
ffmpeg | branch: master | Linjie Fu | Tue Oct 15 15:56:23 2019 +0800| [e786e37326d4274c1dfbc37a6478680684c779c9] | committer: Zhong Li lavc/qsvenc: Fix bitrate_limit to allow AVC encode in limited bitrate MFXVideoENCODE_Query calls CheckVideoParamQueryLike in MSDK and will determine whether to

[FFmpeg-cvslog] lavc/qsvenc: enable vp9 encoder

2019-11-03 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Sat Oct 26 22:18:31 2019 +0800| [33583803e107b6d532def0f9d949364b01b6ad5a] | committer: Zhong Li lavc/qsvenc: enable vp9 encoder 1. must enable low_power mode since just VDENC can be supported by iHD driver right now 2. Coding option1 and extra_data are not