This is an automated email from the git hooks/post-receive script.

Git pushed a change to branch master
in repository ffmpeg.

 discard 63ee38cd7f Merge branch 'nvidia-video-filters'
 discard 6dcef57f0c Merge branch 'fruc_vulkan_pr'
 discard 1250049b6f avfilter/fruc_vulkan: don't recalculate warping for every 
plane
 discard ef7317dc4c avfilter/fruc_vulkan: support planar RGB and additional 
packed formats
 discard df77e84cb4 avfilter/fruc_vulkan: suppress spurious flow in featureless 
regions
 discard 3f1a8edbb8 avfilter/fruc_vulkan: double-buffer optical flow resources
 discard 4dc6c1a628 avfilter/fruc_vulkan: pipeline the cross-queue submissions
 discard 0b8913d087 avutil/vulkan: add ff_vk_exec_add_dep_signal_sem
 discard c3a1b5e0ad avfilter/fruc_vulkan: warp frames with the computed optical 
flow
 discard 70b8291155 avfilter/fruc_vulkan: expose optical flow perf level and 
grid size
 discard d6c932b563 avfilter/fruc_vulkan: add the initial optical-flow pipeline
 discard 2133f67b2f avutil/vulkan: select nearest mipmap filtering for nearest 
samplers
 discard 0dd13033a1 avfilter/fruc_vulkan: turn the filter into a Vulkan filter
 discard 9f60ec3010 avfilter/fruc_vulkan: fall back to a plain timebase when 
reduction degenerates
 discard b58f426684 avfilter/fruc_vulkan: evaluate the output frame rate as an 
expression
 discard b16c028002 avfilter/fruc_vulkan: wire up filter as a copy of 
vf_framerate
 discard acddf16353 avfilter/fruc_vulkan: copy vf_framerate.c verbatim to 
vf_fruc_vulkan.c
 discard 4d8037a8d5 avutil/hwcontext_vulkan: enable VK_NV_optical_flow
 discard af0d0cbd57 avutil/hwcontext_vulkan: fix the GBRAPF16 Vulkan format 
mapping
 discard f5b6ea3b65 avcodec: add bink2 video decoder
 discard c9edae942e avformat/hls: Try and mark discontinuous packets
 discard 3d92d5b144 nvdec: Attempt to support h.263 decoding
 discard b4937a4fbb lavu/hwcontext: reverse order of teardown of frames context 
and pool
 discard a9a90eaa64 avfilter/nvoffruc: Add P010 support
 discard ebcbde8296 avfilter/vf_nvoffruc: Add the NvOFFRUC.h header
 discard d42a94ccd8 vf_nvoffruc: update hw_frames_ctx on passthrough frames
 discard 0abbcdbdc4 avfilter/nvoffruc: add fallback for new timebase being 
unexpressible
 discard 7a065cfd57 avfilter/nvoffruc: add diff for NvOFFRUC.h
 discard d3327f9ae9 avfilter/nvoffruc: add Windows build support
 discard a7a40351bf avfilter/vf_nvoffruc: update to use FFFilter
 discard 43187a7ac5 avfilter/vf_nvoffruc: Drop use of internal.h
 discard 25a955f91a avfilter/vf_nvoffruc: add support for `source_fps` 
expressions
 discard fd131e7913 avfilter/vf_nvoffruc: Add filter for nvidia's Optical Flow 
FRUC library
 discard 1f7d511a25 avfilter/smoothmotion_cuda: add field_align, defaulting to 
exact
 discard 0db5be95d6 avfilter/rtx_cuda: clean up comments
 discard 11143c0eb0 avfilter/smoothmotion_cuda: build on the shared RTX core
 discard fe061a2d37 avfilter: add smoothmotion_cuda, NVIDIA Smooth Motion frame 
interpolation
 discard 44f50e6eb7 avfilter: add deepdvc_drv_cuda, NVIDIA RTX Dynamic Vibrance
 discard d8eb6779c3 avfilter: add truehdr_drv_cuda, the driver RTX TrueHDR 
network
 discard 7ca18c5f07 avfilter: add truehdr_cuda, NVIDIA RTX TrueHDR inverse tone 
mapping
 discard ee8579987d avfilter: add dlpp_drv_cuda, the driver DLPP 
super-resolution network
 discard 47d0aa27ab avfilter: add vsr_drv_cuda, the driver RTX VSR network
 discard 5664364466 avfilter: add isr_cuda, NVIDIA NGX Image Super Resolution
 discard 404b97e551 avfilter: add vsr_cuda, NVIDIA RTX Video Super Resolution
 discard 5b8190461c avfilter: add a shared core for the RTX Video CUDA filters
 discard dac4bc7586 configure: find an installed nvidia-video-filters package

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/master (3386acd2f9)
            \
             O -- O -- O   (63ee38cd7f)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 configure                                     |   83 --
 doc/filters.texi                              |  697 -----------
 libavcodec/Makefile                           |    1 -
 libavcodec/allcodecs.c                        |    1 -
 libavcodec/bink2.c                            |  869 --------------
 libavcodec/bink2f.c                           | 1125 -----------------
 libavcodec/bink2g.c                           | 1197 ------------------
 libavcodec/codec_desc.c                       |    7 -
 libavcodec/codec_id.h                         |    1 -
 libavcodec/h263dec.c                          |    2 -
 libavcodec/nvdec.c                            |    1 -
 libavcodec/nvdec_mpeg4.c                      |    9 +-
 libavfilter/Makefile                          |   10 -
 libavfilter/NvOFFRUC.h                        |  389 ------
 libavfilter/allfilters.c                      |   10 -
 libavfilter/nvoffruc-ffmpeg.diff              |   53 -
 libavfilter/rtx_cuda.c                        |  823 -------------
 libavfilter/rtx_cuda.h                        |  436 -------
 libavfilter/rtx_dlpp_abi.h                    |  102 --
 libavfilter/vf_deepdvc_drv_cuda.c             |  280 -----
 libavfilter/vf_dlpp_drv_cuda.c                |  347 ------
 libavfilter/vf_fruc_vulkan.c                  | 1601 -------------------------
 libavfilter/vf_isr_cuda.c                     |  318 -----
 libavfilter/vf_nvoffruc.c                     |  785 ------------
 libavfilter/vf_smoothmotion_cuda.c            |  964 ---------------
 libavfilter/vf_smoothmotion_cuda.cu           |  462 -------
 libavfilter/vf_truehdr_cuda.c                 |  313 -----
 libavfilter/vf_truehdr_drv_cuda.c             |  410 -------
 libavfilter/vf_vsr_cuda.c                     |  373 ------
 libavfilter/vf_vsr_drv_cuda.c                 |  350 ------
 libavfilter/vulkan/Makefile                   |    2 -
 libavfilter/vulkan/fruc_grayscale.comp.glsl   |   67 --
 libavfilter/vulkan/fruc_interpolate.comp.glsl |  156 ---
 libavformat/bink.c                            |    3 +-
 libavformat/hls.c                             |    7 +-
 libavutil/hwcontext.c                         |    6 +-
 libavutil/hwcontext_vulkan.c                  |   12 +-
 libavutil/vulkan.c                            |   19 +-
 libavutil/vulkan.h                            |    3 -
 libavutil/vulkan_functions.h                  |    1 -
 40 files changed, 12 insertions(+), 12283 deletions(-)
 delete mode 100644 libavcodec/bink2.c
 delete mode 100644 libavcodec/bink2f.c
 delete mode 100644 libavcodec/bink2g.c
 delete mode 100644 libavfilter/NvOFFRUC.h
 delete mode 100644 libavfilter/nvoffruc-ffmpeg.diff
 delete mode 100644 libavfilter/rtx_cuda.c
 delete mode 100644 libavfilter/rtx_cuda.h
 delete mode 100644 libavfilter/rtx_dlpp_abi.h
 delete mode 100644 libavfilter/vf_deepdvc_drv_cuda.c
 delete mode 100644 libavfilter/vf_dlpp_drv_cuda.c
 delete mode 100644 libavfilter/vf_fruc_vulkan.c
 delete mode 100644 libavfilter/vf_isr_cuda.c
 delete mode 100644 libavfilter/vf_nvoffruc.c
 delete mode 100644 libavfilter/vf_smoothmotion_cuda.c
 delete mode 100644 libavfilter/vf_smoothmotion_cuda.cu
 delete mode 100644 libavfilter/vf_truehdr_cuda.c
 delete mode 100644 libavfilter/vf_truehdr_drv_cuda.c
 delete mode 100644 libavfilter/vf_vsr_cuda.c
 delete mode 100644 libavfilter/vf_vsr_drv_cuda.c
 delete mode 100644 libavfilter/vulkan/fruc_grayscale.comp.glsl
 delete mode 100644 libavfilter/vulkan/fruc_interpolate.comp.glsl

-- 
To stop receiving notification emails like this one, please contact
[email protected].
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to