971 Commits (e793a3247b56eedfd2995aae4147eb30e3609a29)

Author SHA1 Message Date
Steve Lhomme cf3eee8f9a d3d11: fix double resource allocation 6 years ago
Thomas Guillem c03ab9f575 codec: put hxxx_helper in a static lib 6 years ago
Lionel Landwerlin 3633417edb vaapi: add support for DRM modifiers 6 years ago
Quentin Chateau 288a2e79bb nvdec: fix segfault in nvdec_gl 6 years ago
Quentin Chateau 8fecb68f4b nvdec: fix opaque output format update 6 years ago
Quentin Chateau d50d91cc8d nvdec: move cuda format to chroma mapping 6 years ago
Quentin Chateau dd7c21061f nvdec: add reference-count to the picture pool 6 years ago
Quentin Chateau 4d1baa2216 nvdec: move and rename picture context callback 6 years ago
Quentin Chateau 0537a81aad nvdec: add NVDEC_PICCONTEXT_FROM_PICCTX macro 6 years ago
Quentin Chateau 5f2429395a nvdec: move picture context allocation to pool code 6 years ago
Quentin Chateau c3eafea70d nvdec: regroup picture-pool related code 6 years ago
Quentin Chateau 985a9518bc nvdec: store pointer instead of index 6 years ago
Marvin Scholz 5a41db4531 hw/vdpau: codestyle fixes 6 years ago
Marvin Scholz 893e771b84 hw/vdpau: Add missing define for header include guard 6 years ago
Marvin Scholz 29e37a8c5c nvdec: use vlc_align helper 6 years ago
Quentin Chateau 9cebbfcef2 nvdec: wait copies before releasing the CUDA frame 6 years ago
Quentin Chateau f79d8a5b97 nvdec: added missing CUDA context pop in error path 6 years ago
Steve Lhomme adcc27453b nvdec: use the CudaFunctions and CUcontext from the decoder device 6 years ago
Steve Lhomme 87c40237d9 nvdec: get the decoder device earlier 6 years ago
Steve Lhomme 03208617c5 d3d11_surface: fix missing local d3d11_device_t 6 years ago
Quentin Chateau 9984700a27 nvdec: release used video blocks 7 years ago
Rémi Denis-Courmont 3906d0e0d7 Remove/substitute useless vlc_atomic.h include 7 years ago
Rémi Denis-Courmont 8d5ec2524e vdpau/adjust: avoid custom vlc_atomic.h, relax order 7 years ago
Rémi Denis-Courmont 84978d428b va/filters: avoid custom vlc_atomic.h, relax order 7 years ago
Quentin Chateau a47ad04997 nvdec: fix use-after free in chroma filter 7 years ago
Rémi Denis-Courmont a18c4d6570 thread: remove vlc_cond_destroy() 7 years ago
Rémi Denis-Courmont a3226cf890 thread: remove vlc_mutex_destroy() 7 years ago
Quentin Chateau c6aa2a0b0a nvdec: fix typo 7 years ago
Rémi Denis-Courmont 6d324addef thread: remove vlc_sem_destroy() 7 years ago
Steve Lhomme f2fe1239af direct3d9: rename the decoder device to "dxva2" 7 years ago
Steve Lhomme ef6e16c80c direct3d11: rename the decoder device to "d3d11" 7 years ago
Steve Lhomme 84e470eae9 nvdec: rename the decoder device to "nvdec" 7 years ago
Steve Lhomme 54ed11669d mmal: rename the decoder device to "mmal" 7 years ago
Steve Lhomme 9e19c1acaf direct3d11: remove the local d3d11_handle_t instances 7 years ago
Steve Lhomme c0f1b31f95 direct3d9: move the external device handling in the common code 7 years ago
Steve Lhomme bff7cadc34 direct3d11: move the external device handling in the common code 7 years ago
Steve Lhomme 14a91cb619 d3d11_fmt: move the forced check in D3D11_CreateDevice 7 years ago
Steve Lhomme 6bba90162f libvlc: fix union in output callback device config 7 years ago
Steve Lhomme b6b7dcca5a d3d11_shaders: initialize the shaders loader separately 7 years ago
Steve Lhomme 885e4eb8f4 d3d11_device: cleanup exit on error 7 years ago
Steve Lhomme 9d42f750f9 libvlc: merge libvlc_video_direct3d_device_cleanup_cb and libvlc_video_output_cleanup_cb 7 years ago
Steve Lhomme 0300747f5a libvlc: rename libvlc_video_setup_cb to a less generic name 7 years ago
Steve Lhomme 8cbb0843c9 libvlc: merge libvlc_video_setup_cb and libvlc_video_direct3d_device_setup_cb 7 years ago
Steve Lhomme 2369082c4f libvlc: rename libvlc_video_direct3d_device_cfg_t / libvlc_video_setup_device_info_t 7 years ago
Steve Lhomme 2825a1b17a direct3d11: create a helper function to create D3D11 video contexts 7 years ago
Steve Lhomme d585abe375 direct3d11: don't store a d3d11_device_t in the video context 7 years ago
Steve Lhomme 048cbddb95 direct3d11: store a whole d3d11_device_t in the decoder device 7 years ago
Steve Lhomme f1f8e1684d d3d11_filters: reuse the video context d3d11_device_t 7 years ago
Steve Lhomme b85c41e1cb d3d11_deinterlace: don't create a local d3d11_device_t 7 years ago
Steve Lhomme 6ef168ee84 d3d11_fmt: allocate D3D11 pictures without passing the d3d11_device_t 7 years ago