[FFmpeg-cvslog] avfilter/vf_v360: simplify some unnecessary indirections

2020-03-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Mar 3 12:41:30 2020 +0100| [5c7b6aadb590df61af4a526fe5394d39e813f256] | committer: Paul B Mahol avfilter/vf_v360: simplify some unnecessary indirections > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5c7b6aadb590df61af4a526fe5394d39e813

[FFmpeg-cvslog] avfilter/vf_v360: add half equirectangular output format

2020-03-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Mar 3 12:03:42 2020 +0100| [ca0423198304305d832304e218611fb5d61921b3] | committer: Paul B Mahol avfilter/vf_v360: add half equirectangular output format > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ca0423198304305d832304e218611fb5d619

[FFmpeg-cvslog] avfilter/vf_v360: add half equirectangular input format

2020-03-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Mar 3 12:21:16 2020 +0100| [580d68f90e4cd363ad75d187a7b42f7951733f79] | committer: Paul B Mahol avfilter/vf_v360: add half equirectangular input format > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=580d68f90e4cd363ad75d187a7b42f7951733

[FFmpeg-cvslog] avcodec/cuviddec: use AVCodec.bsfs to filter packets

2020-03-03 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Feb 29 23:57:48 2020 -0300| [3117f47f19d051d47ba29c9b78c2ca525f0fdb45] | committer: James Almer avcodec/cuviddec: use AVCodec.bsfs to filter packets Simplifies code considerably. Reviewed-by: Anton Khirnov Reviewed-by: Timo Rothenpieler Signed-off-

[FFmpeg-cvslog] avfilter/f_sendcmd: implement expr flag

2020-03-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Feb 28 23:11:32 2020 +0100| [70209000fd1c7033b2039f4c906d0d0c6cd500b4] | committer: Paul B Mahol avfilter/f_sendcmd: implement expr flag Make possible to parse expressions and store results as arguments for target filters. > http://git.videolan.org/

[FFmpeg-cvslog] ffmpeg: remove superfluous custom cuvid hwaccel

2020-03-03 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Mar 3 13:16:55 2020 -0300| [60b1f85b67ccb907e4eba3e2c98839769690ed24] | committer: James Almer ffmpeg: remove superfluous custom cuvid hwaccel It's a duplicate of the properly implemented nvdec libavcodec hwaccel Reviewed-by: Timo Rothenpieler Sign