| Commit message (Expand) | Author | Age | Files | Lines |
* | qsv: Set the correct range for la_depth | Luca Barbato | 2017-01-13 | 1 | -1/+1 |
* | 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 | -16/+16 |
* | qsvenc: print warnings from encode/init | Anton Khirnov | 2016-07-22 | 1 | -0/+6 |
* | qsvenc: do not re-execute encoding on all positive status codes | Anton Khirnov | 2016-07-22 | 1 | -1/+1 |
* | qsv: print more complete error messages | Anton Khirnov | 2016-07-22 | 1 | -10/+10 |
* | qsvenc: take only the allocated dimensions from the frames context | Anton Khirnov | 2016-07-22 | 1 | -25/+25 |
* | qsvenc: add support for p010 | Anton Khirnov | 2016-07-22 | 1 | -3/+13 |
* | qsvenc: support getting the session from an AVHWFramesContext | Anton Khirnov | 2016-06-21 | 1 | -23/+78 |
* | qsvenc: store the sync point in heap memory | Maxym Dmytrychenko | 2016-02-24 | 1 | -7/+18 |
* | qsvenc: Add private option to replace coder_type | Vittorio Giovara | 2016-01-25 | 1 | -2/+8 |
* | qsvenc: fix a typo | Anton Khirnov | 2016-01-23 | 1 | -1/+1 |
* | lavc: Move b_frame_strategy and b_sensitivity to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -1/+7 |
* | qsvenc: split encoding frames and reading from the async FIFO | Anton Khirnov | 2016-01-07 | 1 | -2/+18 |
* | qsvenc: properly handle the warning from MFXVideoCORE_SyncOperation | Maxym Dmytrychenko | 2016-01-07 | 1 | -1/+3 |
* | qsvenc: export CPB props side data | Anton Khirnov | 2015-12-06 | 1 | -0/+10 |
* | qsvenc: expose additional encoding options | Anton Khirnov | 2015-11-20 | 1 | -1/+51 |
* | qsvenc: support more RC methods | Anton Khirnov | 2015-11-20 | 1 | -17/+119 |
* | qsvenc: fix setting maxrate for VBR | Anton Khirnov | 2015-11-20 | 1 | -1/+1 |
* | qsvenc: print the actual video parameters used by MSDK | Anton Khirnov | 2015-11-20 | 1 | -0/+255 |
* | qsvenc: add an API for allocating opaque surfaces | Anton Khirnov | 2015-10-16 | 1 | -4/+53 |
* | qsvenc: cosmetics, reindent | Anton Khirnov | 2015-10-16 | 1 | -33/+33 |
* | qsvenc: set the timestamp for PIX_FMT_QSV frames as well | Anton Khirnov | 2015-10-16 | 1 | -5/+4 |
* | qsvenc: support passing arbitrary external buffers to the encoder | Anton Khirnov | 2015-10-16 | 1 | -4/+32 |
* | qsvenc: do not try to close the encoder if the session is NULL | Anton Khirnov | 2015-09-28 | 1 | -1/+2 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+4 |
* | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -6/+0 |
* | qsvenc: properly handle asynchronous encoding | Anton Khirnov | 2015-07-19 | 1 | -15/+79 |
* | lavc: add Intel libmfx-based HEVC encoder | Anton Khirnov | 2015-07-08 | 1 | -11/+18 |
* | lavc: add Intel libmfx-based MPEG2 encoder | Anton Khirnov | 2015-07-08 | 1 | -4/+6 |
* | lavc: add Intel libmfx-based H.264 encoder | Anton Khirnov | 2015-03-27 | 1 | -0/+444 |