gstreamer/sys/nvcodec
Seungha Yang 9d0545d1a2 nvcodec: Wrap CUDA API return check with gst_cuda_result
The gst_cuda_result macro function is more helpful for debugging
than previous cuda_OK because gst_cuda_result prints the function
and line number. If the CUDA API return was not CUDA_SUCCESS,
gst_cuda_result will print WARNING level debug message with
error name, error text strings.
2019-08-07 00:59:36 +00:00
..
stub nvcodec: Fix broken ABI in cuda stub header to fix nvenc with opengl 2019-07-30 11:13:18 +09:00
cuviddec.h nvdec,nvenc: Port to dynamic library loading 2019-07-08 10:37:46 +00:00
gstcudacontext.c nvcodec: Introduce NVIDA CUDA helpers 2019-08-07 00:59:36 +00:00
gstcudacontext.h nvcodec: Introduce NVIDA CUDA helpers 2019-08-07 00:59:36 +00:00
gstcudaloader.c nvdec: Make OpenGL dependency optional 2019-07-26 00:01:23 +00:00
gstcudaloader.h nvdec: Make OpenGL dependency optional 2019-07-26 00:01:23 +00:00
gstcudautils.c nvcodec: Introduce NVIDA CUDA helpers 2019-08-07 00:59:36 +00:00
gstcudautils.h nvcodec: Introduce NVIDA CUDA helpers 2019-08-07 00:59:36 +00:00
gstcuvidloader.c nvcodec: Change log level for g_module_open failure 2019-07-25 08:47:50 +00:00
gstcuvidloader.h nvdec: Register elements per device/codec with capability check 2019-07-22 17:39:45 +00:00
gstnvbaseenc.c nvcodec: Wrap CUDA API return check with gst_cuda_result 2019-08-07 00:59:36 +00:00
gstnvbaseenc.h nvenc: Port to GstCudaContext 2019-08-07 00:59:36 +00:00
gstnvdec.c nvcodec: Wrap CUDA API return check with gst_cuda_result 2019-08-07 00:59:36 +00:00
gstnvdec.h nvdec: Port to GstCUDAContext 2019-08-07 00:59:36 +00:00
gstnvenc.c nvenc: Port to GstCudaContext 2019-08-07 00:59:36 +00:00
gstnvenc.h nvenc: Port to GstCudaContext 2019-08-07 00:59:36 +00:00
gstnvh264enc.c nvenc: Remove unused member variables 2019-08-06 15:03:22 +00:00
gstnvh264enc.h nvenc: Remove unused member variables 2019-08-06 15:03:22 +00:00
gstnvh265enc.c nvenc: Remove unused member variables 2019-08-06 15:03:22 +00:00
gstnvh265enc.h nvenc: Remove unused member variables 2019-08-06 15:03:22 +00:00
Makefile.am nvcodec: Introduce NVIDA CUDA helpers 2019-08-07 00:59:36 +00:00
meson.build nvcodec: Introduce NVIDA CUDA helpers 2019-08-07 00:59:36 +00:00
nvcuvid.h nvdec,nvenc: Port to dynamic library loading 2019-07-08 10:37:46 +00:00
nvEncodeAPI.h nvdec,nvenc: Port to dynamic library loading 2019-07-08 10:37:46 +00:00
plugin.c nvdec: Make OpenGL dependency optional 2019-07-26 00:01:23 +00:00