diff options
author | Philip Langdale <philipl@overt.org> | 2018-10-21 13:49:16 -0700 |
---|---|---|
committer | Philip Langdale <philipl@overt.org> | 2018-11-02 11:26:30 -0700 |
commit | d5272e94ab22bfc8f01fa3174e2c4664161ddf5a (patch) | |
tree | 00c8aecd37e3efa10dcf80ad2f3a17c870d96d54 /Changelog | |
parent | 598f0f39271d6033588b4d8ccc672c5bdc85fec7 (diff) | |
download | ffmpeg-d5272e94ab22bfc8f01fa3174e2c4664161ddf5a.tar.gz |
avfilter/vf_yadif_cuda: CUDA accelerated yadif deinterlacer
This is a cuda implementation of yadif, which gives us a way to
do deinterlacing when using the nvdec hwaccel. In that scenario
we don't have access to the nvidia deinterlacer.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ version 4.1: - xstack filter - pcm vidc decoder and encoder - (a)graphmonitor filter +- yadif_cuda filter version 4.0: |