51102 Commits (6e43f2fc9212f3e2116d4b7ec747d1f684614fee)

Author SHA1 Message Date
Alexandre Janniaux 9191aa5607 FakeESOut: fix uninitialized member 6 years ago
Steve Lhomme e9e46687f3 direct3d9: add an option to use DXVA-HD rather than StretchRect by default 7 years ago
Thomas Guillem 3d275aded4 decoder: rename input_Decoder*() to vlc_input_decoder_() 6 years ago
Thomas Guillem 412d1b8a4c vlc_decoder: use a specific opaque struct for input API 6 years ago
Francois Cartegnie fa8c8eac8b demux: adaptive: allow to override max buffering 7 years ago
Francois Cartegnie 41f5882377 demux: adaptive: recurse getPlaybackTimeDurationBySegmentNumber 6 years ago
Francois Cartegnie 1d0e48f08e demux: adaptive: fix getPlaybackTimeDurationBySegmentNumber startnumber offset 7 years ago
Francois Cartegnie 8587d83877 demux: adaptive: fix live template period offset 6 years ago
Francois Cartegnie 680109a375 demux: adaptive: remove unused playlist update parameters 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
Romain Vimont c2a9006a03 Revert "android: util: remove redundant strncmp" 7 years ago
Romain Vimont 50522ede98 opengl: fix GL_ASSERT_NOERROR macro 7 years ago
Steve Lhomme 30e67033ba qt: don't create the "window" variable in libvlc 6 years ago
Steve Lhomme f707c6f002 opengl: dxva2: fix indentation after previous commits 6 years ago
Steve Lhomme e595beb4e9 opengl: dxva2: use DXVA-HD instead of StretchRect for NVIDIA GPUs 6 years ago
Steve Lhomme b7a56bc889 opengl: dxva2: make sure we can handle the conversion in StretchRect 6 years ago
Steve Lhomme 15132bbffb opengl: dxva2: check we have a IDirect3DDevice9Ex earlier 6 years ago
Steve Lhomme 886587dc85 direct3d9: move the DXVA2 OpenGL Interop module in its own file 6 years ago
Thomas Guillem 7bad2a867f demux: wav: fix wrong pts after a seek 7 years ago
Thomas Guillem 6cdbd26806 demux: wav: don't increment pts past data chunk bundary 7 years ago
Thomas Guillem 7adb4c9b05 demux: wav: use vlc_stream_GetSize() 6 years ago
Thomas Guillem 2309a6e285 demux: wav: more robust chunk parsing 7 years ago
Thomas Guillem 9d7e963e05 demux: wav: change i_size type 7 years ago
Thomas Guillem 6544b0598c demux: wav: change i_data_size sign 7 years ago
Thomas Guillem 4b4d3ccdee demux: wav: change data_pos sign 7 years ago
Thomas Guillem 9de829ec61 demux: wav: parse ds64 in a new function 7 years ago
Thomas Guillem 8d23f74274 demux: wav: move fmt parsing in a new function 7 years ago
Thomas Guillem 1510c8b50f demux: wav: skip header in ChunkFind 7 years ago
Thomas Guillem fd15e5a03f demux: wav: refactor chunk skip 7 years ago
Thomas Guillem fcea115014 demux: wav: reorder to avoid forward declarations 7 years ago
Steve Lhomme 03208617c5 d3d11_surface: fix missing local d3d11_device_t 6 years ago
Steve Lhomme 3644c45e16 libvlc: add a way to disable the GPU callback engine 7 years ago
Alexandre Janniaux 595878cddd aom: remove unsupported AOM chroma 7 years ago
Steve Lhomme 42c45b9603 dxva2: add more preferred decoder pixel format based on chroma sub-sampling 7 years ago
Steve Lhomme 7fbe530406 direct3d9: add support for Y410 (4:4:4 10 bit) rendering 6 years ago
Steve Lhomme bf7e3ee83b direct3d9: add support for Y210 (4:2:2 10 bit) rendering 6 years ago
Steve Lhomme 9ec0d83a05 direct3d9: add support for AYUV (4:4:4 8 bit) rendering 6 years ago
Steve Lhomme 9b7df42f0d direct3d9: add support for YUY2 (4:2:2 8 bit) rendering 7 years ago
Steve Lhomme 920b9c1322 direct3d9: code cleaning 6 years ago
Steve Lhomme 3a2aa3deeb dxgi_fmt: allow hardware decoding to Y410 (4:4:4 10 bit) 6 years ago
Steve Lhomme 62c0ea9ab7 direct3d11: support rendering from Y410 (4:4:4 10 bit) to RGB 6 years ago
Steve Lhomme 002850be53 dxgi_fmt: allow hardware decoding to Y210 (4:2:2 10 bit) 6 years ago
Steve Lhomme 5b7d9e132f direct3d11: support rendering from Y210 (4:2:2 10 bit) to RGB 6 years ago
Steve Lhomme ed9988f015 dxgi_fmt: allow hardware decoding to YUY2 (4:2:2 8 bit) 6 years ago
Steve Lhomme 84666be679 dxgi_fmt: allow hardware decoding to AYUV (4:4:4 8 bit) 6 years ago
Steve Lhomme 6b0522a3b0 avcodec: va: allow 444/422 decoding with DXVA2/D3D11VA 7 years ago
Steve Lhomme b693265a38 directx_va: add support for custom Intel HEVC GUIDs 7 years ago
Steve Lhomme ef3191943b dxva2: add more known pixel format 7 years ago
Steve Lhomme 2c5144cbdb dxva2: log the chroma sub-sampling of the source when selecting decoder format 6 years ago