-
- Downloads
video: hardware acceleration
Contains code common to all hardware accelerations to be implemented.
Enables the VAAPI acceleration for intel linux systems, with support
for H.264, H.263 and MPEG4.
To use VAAPI, you need libva, libva-x11 and libva-drm.
Hardware acceleration is enabled by default, and can be disabled with
"./configure --disable-accel".
Change-Id: Id0696465b785de0735bbce9750932ac38efe0713
Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
Showing
- configure.ac 22 additions, 1 deletionconfigure.ac
- contrib/src/ffmpeg/0004-avformat-fix-find_stream_info-not-considering-extradata.patch 41 additions, 0 deletions...rmat-fix-find_stream_info-not-considering-extradata.patch
- contrib/src/ffmpeg/rules.mak 22 additions, 3 deletionscontrib/src/ffmpeg/rules.mak
- contrib/src/libav/rules.mak 2 additions, 0 deletionscontrib/src/libav/rules.mak
- src/media/media_decoder.cpp 16 additions, 1 deletionsrc/media/media_decoder.cpp
- src/media/media_decoder.h 11 additions, 0 deletionssrc/media/media_decoder.h
- src/media/media_device.h 1 addition, 0 deletionssrc/media/media_device.h
- src/media/video/Makefile.am 4 additions, 0 deletionssrc/media/video/Makefile.am
- src/media/video/accel.cpp 197 additions, 0 deletionssrc/media/video/accel.cpp
- src/media/video/accel.h 86 additions, 0 deletionssrc/media/video/accel.h
- src/media/video/v4l2/Makefile.am 6 additions, 2 deletionssrc/media/video/v4l2/Makefile.am
- src/media/video/v4l2/vaapi.cpp 230 additions, 0 deletionssrc/media/video/v4l2/vaapi.cpp
- src/media/video/v4l2/vaapi.h 83 additions, 0 deletionssrc/media/video/v4l2/vaapi.h
- src/media/video/video_base.cpp 9 additions, 1 deletionsrc/media/video/video_base.cpp
- src/media/video/video_base.h 1 addition, 0 deletionssrc/media/video/video_base.h
- src/media/video/video_device.h 4 additions, 0 deletionssrc/media/video/video_device.h
Loading
Please register or sign in to comment