[FFmpeg-cvslog] avcodec/nvenc_hevc: Added missing option -temporal_aq

2016-10-19 Thread Sven C. Dack
ffmpeg | branch: master | Sven C. Dack | Thu Oct 13 18:06:09 2016 +0100| [aebbcb2706ab0bc5ca4feec8e7ae1e91c57cd67a] | committer: Timo Rothenpieler avcodec/nvenc_hevc: Added missing option -temporal_aq The option is present in h264_nvenc, but was missing from hevc_nvenc. Signed-off-by: Timo

[FFmpeg-cvslog] avcodec/nvenc: add test for Temporal AQ support

2016-10-19 Thread Sven C. Dack
ffmpeg | branch: master | Sven C. Dack | Fri Oct 14 16:02:54 2016 +0100| [da4d0fa86b48d79398b0ccf7ecadc6ff69e3c947] | committer: Timo Rothenpieler avcodec/nvenc: add test for Temporal AQ support Adds a check to see if the hardware supports temporal aq. Signed-off-by: Timo Rothenpieler

[FFmpeg-cvslog] avfilter/vf_scale_npp: select cubic and lanczos as alternative where super-sampling is not supported

2016-10-19 Thread Sven C. Dack
ffmpeg | branch: master | Sven C. Dack | Wed Oct 19 12:51:21 2016 +0200| [1aa8fa418a82211df447099a61c50bacde97be09] | committer: Timo Rothenpieler avfilter/vf_scale_npp: select cubic and lanczos as alternative where super-sampling is not supported Signed-off-by: Timo Rothenpieler > h

[FFmpeg-cvslog] avcodec/nvenc: support RGB input

2016-09-07 Thread Sven C. Dack
ffmpeg | branch: master | Sven C. Dack | Wed Sep 7 15:35:14 2016 +0200| [4aeb7a88ec69aff6490e7f94f5987f7525b7eab7] | committer: Timo Rothenpieler avcodec/nvenc: support RGB input nvenc still encodes as yuv, but does the conversion internally which brings some performance gains. Signed-off