ffmpeg | branch: master | Philip Langdale | Sat Mar 30
10:56:49 2019 -0700| [52d8f35b14bc379572e74d042d3466b8d3b6e7cf] | committer:
Philip Langdale
avutil/hcontext_cuda: Remove unnecessary stream synchronisation
Similarly to the previous changes, we don't need to synchronise
after a memcpy to
ffmpeg | branch: master | Philip Langdale | Sat Mar 30
10:51:07 2019 -0700| [5d90d1e36ef3abfa2843e54389d0ffd0fa7ca405] | committer:
Philip Langdale
avcodec/cuviddec: Remove unnecessary stream synchronisation
We're also doing a sync here after copying the frame to be passed
on down the pipleine
ffmpeg | branch: master | Philip Langdale | Sat Mar 30
08:50:44 2019 -0700| [c0b6e4cb6d6d41dbf2684891ed9dd43d9ddfb804] | committer:
Philip Langdale
avfilter/vf_yadif_cuda: Remove unnecessary stream synchronisation
I put this call in by habit, rather than because there was any
actual need. The