-
- Downloads
video: mac hardware acceleration
Adds VideoToolbox and VDA hardware accelerations. VideoToolbox supports H.264, H.263 and MPEG4, while VDA only supports H.264. VDA is implemented in case libav is used instead of FFmpeg, as only the latter implements VideoToolbox. This being said, Ring will prefer VideoToolbox. VideoToolbox is OSX 10.8+ and iOS 8+. VDA is OSX 10.6.3+. Both have their respective configure switches. Change-Id: I588fcbb92809a9d6a56bb9b6a7ac3a59874c0186 Tuleap: #1090 Reviewed-by:Anthony Léonard <anthony.leonard@savoirfairelinux.com>
Showing
- configure.ac 34 additions, 0 deletionsconfigure.ac
- contrib/src/ffmpeg/rules.mak 7 additions, 1 deletioncontrib/src/ffmpeg/rules.mak
- contrib/src/libav/rules.mak 3 additions, 3 deletionscontrib/src/libav/rules.mak
- src/media/video/accel.cpp 18 additions, 0 deletionssrc/media/video/accel.cpp
- src/media/video/osxvideo/Makefile.am 4 additions, 0 deletionssrc/media/video/osxvideo/Makefile.am
- src/media/video/osxvideo/videotoolbox.h 64 additions, 0 deletionssrc/media/video/osxvideo/videotoolbox.h
- src/media/video/osxvideo/videotoolbox.mm 176 additions, 0 deletionssrc/media/video/osxvideo/videotoolbox.mm
Loading
Please register or sign in to comment