Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-04hwupload_cuda : Add 10/16 bit format supportYogender Gupta
Signed-off-by: Philip Langdale <philipl@overt.org>
2017-03-30Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9'Matthieu Bouron
* commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9': lavfi: Always propagate hw_frames_ctx through links Merged-by: Matthieu Bouron <matthieu.bouron@gmail.com>
2017-03-30Merge commit '7e2561fa8313982aa21f7657953eedeeb33b210d'Matthieu Bouron
* commit '7e2561fa8313982aa21f7657953eedeeb33b210d': lavfi: Use ff_get_video_buffer in all filters using hwframes vf_hwupload_cuda: Fix build error Merged-by: Matthieu Bouron <matthieu.bouron@gmail.com>
2016-12-08avfilter/vf_hwupload_cuda: Add min/max limits for the 'device' optionSrinath K R
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
2016-11-30avfilter/vf_hwupload_cuda: fix potential leakTimo Rothenpieler
2016-11-22avfilter/vf_hwupload_cuda: check ff_formats_ref for errorsTimo Rothenpieler
2016-11-22avfilter/vf_hwupload_cuda: use new hwdevice allocation APITimo Rothenpieler
2016-11-02lavfi: Always propagate hw_frames_ctx through linksMark Thompson
Also adds a new flag to mark filters which are aware of hwframes and will perform this task themselves, and marks all appropriate filters with this flag. This is required to allow software-mapped hardware frames to work, because we need to have the frames context available for any later mapping operation in the filter graph. The output from the filter graph should only propagate further to an encoder if the hardware format actually matches the visible format (mapped frames are valid here and have an hw_frames_ctx, but this should not be given to the encoder as its hardware context).
2016-11-02lavfi: Use ff_get_video_buffer in all filters using hwframesMark Thompson
2016-02-25avfilter/hwupload_cuda: Add missing semicolon.Matt Oliver
Signed-off-by: Matt Oliver <protogonoi@gmail.com>
2016-02-24Merge commit '21f7cd4acd8dc4b4796b55966dd015cb037164d8'Derek Buitenhuis
* commit '21f7cd4acd8dc4b4796b55966dd015cb037164d8': lavfi: add a filter for uploading normal frames to CUDA Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2016-02-15lavfi: add a filter for uploading normal frames to CUDAAnton Khirnov