[FFmpeg-cvslog] lavf/sr: Dump input pixel format in error message

2019-06-02 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jun 1 11:20:33 2019 +0800| [51b0e812161d737802491fa883de8878fc256020] | committer: Jun Zhao lavf/sr: Dump input pixel format in error message Dump input pixel format in error message, it's will help to debugging Signed-off-by: Jun Zhao > http://git.

[FFmpeg-cvslog] lavf/sr: Refine the coding style for init

2019-06-02 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jun 1 11:28:56 2019 +0800| [0b7bfa8ad79e483fd81fc006b35c4ef86990d46f] | committer: Jun Zhao lavf/sr: Refine the coding style for init We perfer the coding style like: /* some stuff */ if (error) { /* error handling */ return -(errorcode); } /*

[FFmpeg-cvslog] lavf/sr: Don't need to check NULL before sws_freeContext

2019-06-02 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jun 1 11:25:46 2019 +0800| [5c1fbc42397b26fe77abbd7e2ae604d57274ac35] | committer: Jun Zhao lavf/sr: Don't need to check NULL before sws_freeContext sws_freeContext have check the NULL pointer, so don't need to check NULL before sws_freeContext. Signe

[FFmpeg-cvslog] lavf/qsv: use av_cold for init/uninit

2019-06-02 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Fri May 31 08:44:49 2019 +0800| [165eabf19bf21d235e1b5254314ba2ba5c627454] | committer: Zhong Li lavf/qsv: use av_cold for init/uninit Signed-off-by: Zhong Li > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=165eabf19bf21d235e1b5254314ba2ba5c627

[FFmpeg-cvslog] avfilter/vf_unsharp: enable slice threading

2019-06-02 Thread Ruiling Song
ffmpeg | branch: master | Ruiling Song | Tue May 7 09:46:33 2019 +0800| [94ceeba9f991ab69b192fa8527be0965de7e254b] | committer: Ruiling Song avfilter/vf_unsharp: enable slice threading benchmarking with a simple command: ffmpeg -i 1080p.mp4 -vf unsharp=la=3:ca=3 -an -f null /dev/null with the

[FFmpeg-cvslog] lavfi/colorlevels: Add slice threading support

2019-06-02 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue May 21 09:08:21 2019 +0800| [360bee8ca49d94d5cc8b77106887d6d7250440fe] | committer: Jun Zhao lavfi/colorlevels: Add slice threading support Add slice threading support, use the command like: ./ffmpeg -i input -vf colorlevels -f null /dev/null with 108

[FFmpeg-cvslog] lavfi/lut: Add slice threading support

2019-06-02 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue May 21 23:39:09 2019 +0800| [bbad0bc5ffcfd37df2df5aec6541fa766323d6bf] | committer: Jun Zhao lavfi/lut: Add slice threading support Used the command for 1080p h264 clip as follow: a). ffmpeg -i input -vf lutyuv="u=128:v=128" -f null /dev/null b). ffmpe

[FFmpeg-cvslog] hwcontext_qsv: Try to select a matching VAAPI device by default

2019-06-02 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon May 6 15:45:44 2019 +0100| [468f00384338dc201c5ae8b00229afff703d1d25] | committer: Mark Thompson hwcontext_qsv: Try to select a matching VAAPI device by default Tries to find a device backed by the i915 kernel driver and loads the iHD VAAPI driver

[FFmpeg-cvslog] hwcontext_vaapi: Try to create devices via DRM before X11

2019-06-02 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon May 6 15:41:09 2019 +0100| [0b4696fbe8dbd2ab038006fdc02cada2ef6ae3ba] | committer: Mark Thompson hwcontext_vaapi: Try to create devices via DRM before X11 Opening the device via X11 (DRI2/DRI3) rather than opening a DRM render node directly is onl

[FFmpeg-cvslog] hwcontext_vaapi: Add option to specify connection type

2019-06-02 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon May 6 15:31:18 2019 +0100| [d2141a9b652c52350b5a4519ec34c59f5531fad1] | committer: Mark Thompson hwcontext_vaapi: Add option to specify connection type Can be set to "drm" or "x11" to force a specific connection type. > http://git.videolan.org/gi

[FFmpeg-cvslog] ffmpeg_hw: Mark some strings as const

2019-06-02 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon May 6 15:29:01 2019 +0100| [1f8b36329f20ea08eafe3823b1e1b3785d74768d] | committer: Mark Thompson ffmpeg_hw: Mark some strings as const > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1f8b36329f20ea08eafe3823b1e1b3785d74768d --- fftoo

[FFmpeg-cvslog] hwcontext_vaapi: Make default DRM device selection more helpful

2019-06-02 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon May 6 15:43:04 2019 +0100| [6b6b8a63713cf730a3793b7715be0470d6152191] | committer: Mark Thompson hwcontext_vaapi: Make default DRM device selection more helpful Iterate over available render devices and pick the first one which looks usable. Adds

[FFmpeg-cvslog] hwcontext_vaapi: Add option to set driver name

2019-06-02 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Wed Nov 14 21:25:00 2018 +| [7f3f5a24a1c70c6a8e72cdf387252ce0d1afee7f] | committer: Mark Thompson hwcontext_vaapi: Add option to set driver name For example: -init_hw_device vaapi:/dev/dri/renderD128,driver=foo This may be more convenient that usi

[FFmpeg-cvslog] ffmpeg_hw: Treat empty device string as no device setting

2019-06-02 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon May 6 15:30:24 2019 +0100| [a4448637380d9397a7ea5d644e9853af90a66a89] | committer: Mark Thompson ffmpeg_hw: Treat empty device string as no device setting The implementation will use some default in this case. The empty string is not a meaningful

[FFmpeg-cvslog] vaapi_encode: Warn if input has cropping information

2019-06-02 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Mar 31 15:39:44 2019 +0100| [909bcedc581aa03dd5e22ecb1d0cc3b52eba8c26] | committer: Mark Thompson vaapi_encode: Warn if input has cropping information Cropping is not supported by VAAPI encode. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] vf_crop: Add support for cropping hardware frames

2019-06-02 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat Mar 23 16:18:48 2019 +| [f1b359aaf5c34359df8c8541d002f128d868f27f] | committer: Mark Thompson vf_crop: Add support for cropping hardware frames Set the cropping fields in the AVFrame. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] vf_scale_vaapi: Add options to configure output colour properties

2019-06-02 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Feb 28 00:38:09 2019 +| [ef2f89bbccc973fbde0926bfedef6e1eb3604674] | committer: Mark Thompson vf_scale_vaapi: Add options to configure output colour properties The "out_color_matrix" and "out_range" properties match the same options in vf_scale

[FFmpeg-cvslog] lavfi/vaapi: Improve support for colour properties

2019-06-02 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Feb 28 00:38:08 2019 +| [5051b7f898aebb77291f2b1c97a53e84b4c34256] | committer: Mark Thompson lavfi/vaapi: Improve support for colour properties Attempts to pick the set of supported colour properties best matching the input. Output is then se

[FFmpeg-cvslog] doc/indevs: Add example using cropping to capture part of a plane

2019-06-02 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat Mar 23 16:18:49 2019 +| [963c4f85fe547ef51fafb66d7eceb3f5637d3843] | committer: Mark Thompson doc/indevs: Add example using cropping to capture part of a plane > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=963c4f85fe547ef51fafb66d

[FFmpeg-cvslog] vf_misc_vaapi: Add missing return value checks

2019-06-02 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Mar 31 15:39:40 2019 +0100| [5fb9eb9ed256d772609377ce356b8e22de9611d2] | committer: Mark Thompson vf_misc_vaapi: Add missing return value checks Parameter buffer creation can fail. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5fb9eb

[FFmpeg-cvslog] lavfi/vaapi: Factorise out common code for parameter buffer setup

2019-06-02 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Mar 31 15:39:35 2019 +0100| [6ed34a437925c5263f6c4ac7d0a9a46955055abe] | committer: Mark Thompson lavfi/vaapi: Factorise out common code for parameter buffer setup Also enables cropping on all VAAPI filters, inherited from the existing support in s

[FFmpeg-cvslog] doc/muxers: fix typo of the hls var_stream_map example

2019-06-02 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sun Jun 2 21:53:11 2019 +0800| [4ef0bea292d29115a60b427175614f99a7bc9da8] | committer: Steven Liu doc/muxers: fix typo of the hls var_stream_map example And fix typo of the 1833 of hlsenc.c Reviewed-by: Gyan Doshi Signed-off-by: Steven Liu > http://g

[FFmpeg-cvslog] avfilter/af_anlmdn: try to recover when cache becomes negative

2019-06-02 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Jun 2 12:58:07 2019 +0200| [1a266a1ef91d0329936ab75389102017cb48f45f] | committer: Paul B Mahol avfilter/af_anlmdn: try to recover when cache becomes negative > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1a266a1ef91d0329936ab753891020

[FFmpeg-cvslog] avfilter/af_anlmdn: add smooth factor option

2019-06-02 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Jun 2 11:58:49 2019 +0200| [b5355774652cfbef3fd3f2c77d1403661e5222a5] | committer: Paul B Mahol avfilter/af_anlmdn: add smooth factor option > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b5355774652cfbef3fd3f2c77d1403661e5222a5 --- d

[FFmpeg-cvslog] avfilter/af_anlmdn: avoid creating frames with zero samples

2019-06-02 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Jun 2 13:00:35 2019 +0200| [fcfe85220dbdcc8df226abc2f829de569372b7b4] | committer: Paul B Mahol avfilter/af_anlmdn: avoid creating frames with zero samples > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fcfe85220dbdcc8df226abc2f829de569

[FFmpeg-cvslog] avfilter/vf_xmedian: remove limitation of only odd number of inputs

2019-06-02 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Jun 2 11:03:08 2019 +0200| [cbaa60329a73d1479a697cb83e82b1b97261d879] | committer: Paul B Mahol avfilter/vf_xmedian: remove limitation of only odd number of inputs > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cbaa60329a73d1479a697cb83