23 Commits (11c191b52ce0768370e38a2726132f9223e701f6)

Author SHA1 Message Date
Anton Khirnov e328178da9 qsvdec: only access hwaccel_context is the pixel format is QSV 9 years ago
Anton Khirnov 95414eb2dc qsv: print more complete error messages 9 years ago
Anton Khirnov 924e2ecd2b qsvdec: when a frames ctx is supplied, use its frame dimensions 9 years ago
Anton Khirnov 92736c74fb qsvdec: add support for P010 (10-bit 420) decoding 9 years ago
Anton Khirnov ce320cf1c4 qsvdec: use the same mfxFrameInfo for allocating frames that was passed to DECODE_Init 9 years ago
Anton Khirnov 536bb17e96 qsvdec: make ff_qsv_map_pixfmt() return a MFX fourcc as well 9 years ago
Anton Khirnov 32c8359093 lavc: export the timestamps when decoding in AVFrame.pts 9 years ago
Anton Khirnov a0524d9b1e qsvdec: support getting the session from an AVHWFramesContext 9 years ago
Anton Khirnov 6f19bbcf85 qsvdec: move reading the user-provided session to qsv_decode_init() 9 years ago
Anton Khirnov 3c53627ac1 qsvdec: store the sync point in heap memory 9 years ago
Maxym Dmytrychenko 3b6473b43e qsvdec: properly handle the warning from MFXVideoCORE_SyncOperation 9 years ago
Anton Khirnov 8aecec8402 qsvdec: make ff_qsv_decode_init() static 9 years ago
Anton Khirnov 2c32eace5e qsvdec: close the MFX decoder on uninit 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
Anton Khirnov 41d47ea85f lavc: add Intel libmfx-based HEVC decoder. 10 years ago
Anton Khirnov 96dca089b1 qsvdec: move qsv_process_data() from qsvdec_h264 to the common code 10 years ago
Anton Khirnov 22522d9c2c qsvdec: fix a memleak of async_fifo 10 years ago
Anton Khirnov aa9d15d89b qsvdec: avoid an infinite loop with no consumed data and no output 10 years ago
Anton Khirnov f5c4d38c78 qsvdec: properly handle asynchronous decoding 10 years ago
Anton Khirnov 66acb76bb0 lavc: add Intel libmfx-based HEVC 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 10 years ago
Yukinori Yamazoe 212556cd21 qsv: Improve the log message of when initializing MFX_IMPL_HARDWARE{2, 3, 4} 10 years ago
Anton Khirnov 4e08c82110 lavc: add an Intel libmfx-based H.264 decoder 10 years ago