Mark Thompson
|
0940b748bd
|
qsvdec: Only warn about unconsumed data if it happens more than once
|
8 years ago |
Anton Khirnov
|
ce320cf1c4
|
qsvdec: use the same mfxFrameInfo for allocating frames that was passed to DECODE_Init
Stop duplicating this information.
|
8 years ago |
Anton Khirnov
|
536bb17e96
|
qsvdec: make ff_qsv_map_pixfmt() return a MFX fourcc as well
Stop hardcoding NV12.
Also, move this function to the shared code, it will be used by the
encoder as well.
|
8 years ago |
Anton Khirnov
|
a0524d9b1e
|
qsvdec: support getting the session from an AVHWFramesContext
|
9 years ago |
Anton Khirnov
|
8aecec8402
|
qsvdec: make ff_qsv_decode_init() static
It is not used outside of qsvdec.c anymore.
|
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
|
f5c4d38c78
|
qsvdec: properly handle asynchronous decoding
Wait for async_depth frames before syncing.
|
9 years ago |
Anton Khirnov
|
72b7441a10
|
lavc: add Intel libmfx-based H.264 encoder
|
10 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 |