[vlc-devel] [RFC] [PATCH 0/2] Preliminary VDPAU decoding support
Rémi Denis-Courmont
remi at remlab.net
Tue Jan 8 21:36:06 CET 2013
The following changes since commit fa31a2a05b928ce635dfdbf0acb219368046a3c8:
Qt: save playlist: missing unicode conversion (2013-01-08 15:39:05 +0100)
are posted for your information
up to f7c9101d862559dc67c0a390c93c65a19dbb56dd:
vdpau: VDPAU hardware decoding with avcodec (2013-01-08 22:28:25 +0200)
----------------------------------------------------------------
Rémi Denis-Courmont (2):
avcodec: pass whole AVCodecContext instead of hwaccel_context only
vdpau: VDPAU hardware decoding with avcodec
modules/codec/Modules.am | 10 +
modules/codec/avcodec/dxva2.c | 6 +-
modules/codec/avcodec/va.h | 8 +-
modules/codec/avcodec/vaapi.c | 11 +-
modules/codec/avcodec/vda.c | 8 +-
modules/codec/avcodec/vdpau.c | 436 +++++++++++++++++++++++++++++++++++++++++
modules/codec/avcodec/video.c | 15 +-
7 files changed, 472 insertions(+), 22 deletions(-)
create mode 100644 modules/codec/avcodec/vdpau.c
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list