Diego Biurrun
|
624aa8ab22
|
build: Add missing Makefile entries and ifdefs for QSV hwaccels
|
8 years ago |
Anton Khirnov
|
92736c74fb
|
qsvdec: add support for P010 (10-bit 420) decoding
|
8 years ago |
Anton Khirnov
|
eccfb9778a
|
qsvdec_hevc: add the UID of the HEVC HW decoder plugin
|
9 years ago |
Anton Khirnov
|
c67594a2c7
|
qsvdec_hevc: fix a variable name
hevcenc -> hevcdec, this is a _decoder_ plugin.
|
9 years ago |
Anton Khirnov
|
a0524d9b1e
|
qsvdec: support getting the session from an AVHWFramesContext
|
9 years ago |
Anton Khirnov
|
e3dfef8e3c
|
qsvdec_h2645: switch to the new BSF API
|
9 years ago |
Vittorio Giovara
|
2d59159508
|
lavc: AV-prefix a few left out capabilities
|
9 years ago |
Anton Khirnov
|
741b352b16
|
qsvdec: list supported pixel formats
This is useful for detecting QSV-enabled decoders.
|
9 years ago |
Vittorio Giovara
|
def97856de
|
lavc: AV-prefix all codec capabilities
Express bitfields more simply.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
|
9 years ago |
Anton Khirnov
|
f3bd3810d2
|
qsvdec_*: add missing CODEC_CAP_DR1
|
9 years ago |
Anton Khirnov
|
41d47ea85f
|
lavc: add Intel libmfx-based HEVC decoder.
|
9 years ago |
Anton Khirnov
|
96dca089b1
|
qsvdec: move qsv_process_data() from qsvdec_h264 to the common code
It will be shared with the upcoming mpeg2 and hevc decoders.
|
9 years ago |
Anton Khirnov
|
9ba27c2348
|
qsvdec: add 'decode' to the non-static function names
|
10 years ago |
Anton Khirnov
|
d0a63d8b98
|
qsvdec: split off some code that will be shared with the encoder
|
10 years ago |
Anton Khirnov
|
b04d009b0e
|
qsv: rename to qsvdec
This is to avoid conflicts with the upcoming QSV encoding support.
|
10 years ago |
Anton Khirnov
|
4e08c82110
|
lavc: add an Intel libmfx-based H.264 decoder
Based on the code by Luca Barbato <lu_zero@gentoo.org> and Yukinori
Yamazoe <drocon11@gmail.com>.
|
10 years ago |