| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/qsv: fix async support | Dmitry Rogozhkin | 2018-07-26 | 1 | -3/+12 |
* | lavc/qsvdec: set complete_frame flags for progressive picture | Zhong Li | 2018-04-08 | 1 | -1/+3 |
* | lavc/qsvdec: expose frame pic_type and key_frame | Zhong Li | 2018-04-08 | 1 | -0/+9 |
* | qsvdec: Relax the surface vs coded dimension check | Zhong Li | 2018-01-26 | 1 | -3/+0 |
* | qsv: better to use alignment by 16 and HEVC 10b requires alignment by 32 | Maxym Dmytrychenko | 2018-01-08 | 1 | -4/+14 |
* | lavc: Add hardware config metadata for decoders supporting hardware output | Mark Thompson | 2017-12-19 | 1 | -0/+13 |
* | qsvdec: Allow use of hw_device_ctx to make the internal session | Mark Thompson | 2017-04-02 | 1 | -2/+14 |
* | qsv: Add ability to create a session from a device | Mark Thompson | 2017-04-02 | 1 | -3/+3 |
* | qsvdec: do not sync PIX_FMT_QSV surfaces | Anton Khirnov | 2017-01-12 | 1 | -3/+5 |
* | qsvdec: Fix memory leak on error | Timothy Gu | 2016-12-08 | 1 | -1/+3 |
* | qsvdec: Drop stray extra braces around initializer | Diego Biurrun | 2016-11-17 | 1 | -1/+1 |
* | qsvdec: Only warn about unconsumed data if it happens more than once | Mark Thompson | 2016-11-14 | 1 | -1/+5 |
* | qsvdec: Pass field order information to libmfx | Mark Thompson | 2016-11-14 | 1 | -0/+16 |
* | qsvdec: Pass the correct profile to libmfx | Mark Thompson | 2016-11-14 | 1 | -2/+2 |
* | qsv{enc,dec}: extend the internal frame allocator | Anton Khirnov | 2016-11-07 | 1 | -2/+1 |
* | qsv{dec,enc}: use a struct as a memory id with internal memory allocator | Anton Khirnov | 2016-11-07 | 1 | -0/+8 |
* | qsv{dec,enc}: always use an internal mfxFrameSurface1 | Anton Khirnov | 2016-11-07 | 1 | -14/+18 |
* | qsv: Be informative when reporting that no data has been consumed | Luca Barbato | 2016-10-30 | 1 | -1/+1 |
* | qsvdec: only access hwaccel_context is the pixel format is QSV | Anton Khirnov | 2016-07-31 | 1 | -1/+1 |
* | qsv: print more complete error messages | Anton Khirnov | 2016-07-22 | 1 | -6/+5 |
* | qsvdec: when a frames ctx is supplied, use its frame dimensions | Anton Khirnov | 2016-07-03 | 1 | -2/+7 |
* | qsvdec: add support for P010 (10-bit 420) decoding | Anton Khirnov | 2016-07-03 | 1 | -4/+11 |
* | qsvdec: use the same mfxFrameInfo for allocating frames that was passed to DE... | Anton Khirnov | 2016-07-03 | 1 | -9/+6 |
* | qsvdec: make ff_qsv_map_pixfmt() return a MFX fourcc as well | Anton Khirnov | 2016-07-03 | 1 | -13/+2 |
* | lavc: export the timestamps when decoding in AVFrame.pts | Anton Khirnov | 2016-06-21 | 1 | -1/+6 |
* | qsvdec: support getting the session from an AVHWFramesContext | Anton Khirnov | 2016-06-21 | 1 | -8/+54 |
* | qsvdec: move reading the user-provided session to qsv_decode_init() | Anton Khirnov | 2016-06-21 | 1 | -13/+11 |
* | qsvdec: store the sync point in heap memory | Anton Khirnov | 2016-02-24 | 1 | -6/+28 |
* | qsvdec: properly handle the warning from MFXVideoCORE_SyncOperation | Maxym Dmytrychenko | 2016-01-01 | 1 | -1/+3 |
* | qsvdec: make ff_qsv_decode_init() static | Anton Khirnov | 2015-09-28 | 1 | -2/+2 |
* | qsvdec: close the MFX decoder on uninit | Anton Khirnov | 2015-09-28 | 1 | -0/+3 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | lavc: add Intel libmfx-based HEVC decoder. | Anton Khirnov | 2015-07-25 | 1 | -1/+2 |
* | qsvdec: move qsv_process_data() from qsvdec_h264 to the common code | Anton Khirnov | 2015-07-25 | 1 | -3/+106 |
* | qsvdec: fix a memleak of async_fifo | Anton Khirnov | 2015-07-25 | 1 | -4/+6 |
* | qsvdec: avoid an infinite loop with no consumed data and no output | Anton Khirnov | 2015-07-25 | 1 | -0/+7 |
* | qsvdec: properly handle asynchronous decoding | Anton Khirnov | 2015-07-19 | 1 | -8/+33 |
* | lavc: add Intel libmfx-based HEVC encoder | Anton Khirnov | 2015-07-08 | 1 | -1/+1 |
* | qsvdec: add 'decode' to the non-static function names | Anton Khirnov | 2015-03-27 | 1 | -2/+2 |
* | qsvdec: split off some code that will be shared with the encoder | Anton Khirnov | 2015-03-27 | 1 | -84/+5 |
* | qsv: rename to qsvdec | Anton Khirnov | 2015-03-27 | 1 | -0/+369 |