Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-15qsvdec: Allow use of hw_device_ctx to make the internal sessionMark Thompson
2017-06-15qsv: Add ability to create a session from a deviceMark Thompson
2017-05-05Merge commit 'b68e353136db6f963212c457281d9716516cdc59'Clément Bœsch
2017-04-01Merge commit '76167140a91c081a0cf9d0abcaa4da18d1bacadb'Clément Bœsch
2017-03-31Merge commit '0940b748bdba36c4894fc8ea6be631d821fdf578'James Almer
2017-03-31Merge commit '4ab61cd983b539749bd621ea271624ddb5196a8e'Mark Thompson
2017-03-31Merge commit '00aeedd84105a17f414185bd33ecadebeddb3a27'Mark Thompson
2017-03-31Merge commit '404e51478ecad060249d5b9bee6ab39a8a9d8c1c'Mark Thompson
2017-03-27Merge commit '801ac7156d3efb8e088fb6024f568eb36a293887'Clément Bœsch
2017-03-16Merge commit 'e328178da90f44690e0076f4dbfd16da9175f441'Clément Bœsch
2017-03-12Merge commit '95414eb2dc63a6f934275b4ed33dedd4369f2c49'Mark Thompson
2017-01-12qsvdec: do not sync PIX_FMT_QSV surfacesAnton Khirnov
2016-12-08qsvdec: Fix memory leak on errorTimothy Gu
2016-12-07qsvdec: Fix memory leakTimothy Gu
2016-11-17qsvdec: Drop stray extra braces around initializerDiego Biurrun
2016-11-14qsvdec: Only warn about unconsumed data if it happens more than onceMark Thompson
2016-11-14qsvdec: Pass field order information to libmfxMark Thompson
2016-11-14qsvdec: Pass the correct profile to libmfxMark Thompson
2016-11-14Merge commit '924e2ecd2b7d51cca60c79351ef16b04dd4245c3'Hendrik Leppkes
2016-11-14Merge commit '92736c74fb1633e36f7134a880422a9b7db14d3f'Hendrik Leppkes
2016-11-14Merge commit 'ce320cf1c4daab3e2e3726ed7d2e879d10f7b991'Hendrik Leppkes
2016-11-14Merge commit '536bb17e9659c5ed7576a218d4085cdd6d5742fa'Hendrik Leppkes
2016-11-07qsv{enc,dec}: extend the internal frame allocatorAnton Khirnov
2016-11-07qsv{dec,enc}: use a struct as a memory id with internal memory allocatorAnton Khirnov
2016-11-07qsv{dec,enc}: always use an internal mfxFrameSurface1Anton Khirnov
2016-10-31qsv: Merge libav implementationMark Thompson
2016-10-30qsv: Be informative when reporting that no data has been consumedLuca Barbato
2016-10-07Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes
2016-09-28Merge commit '6f19bbcf8532d018d8d6d82e000738d0ac2385c9'James Almer
2016-08-07avcodec/qsvdec: Fix null dereferences in the qsv decoderYuli Khodorkovskiy
2016-07-31qsvdec: only access hwaccel_context is the pixel format is QSVAnton Khirnov
2016-07-24Revert "Merge commit '3c53627ac17fc6bdea5029be57da1e03b32d265d'"Ivan Uskov
2016-07-22qsv: print more complete error messagesAnton Khirnov
2016-07-03qsvdec: when a frames ctx is supplied, use its frame dimensionsAnton Khirnov
2016-07-03qsvdec: add support for P010 (10-bit 420) decodingAnton Khirnov
2016-07-03qsvdec: use the same mfxFrameInfo for allocating frames that was passed to DE...Anton Khirnov
2016-07-03qsvdec: make ff_qsv_map_pixfmt() return a MFX fourcc as wellAnton Khirnov
2016-06-21lavc: export the timestamps when decoding in AVFrame.ptsAnton Khirnov
2016-06-21qsvdec: support getting the session from an AVHWFramesContextAnton Khirnov
2016-06-21qsvdec: move reading the user-provided session to qsv_decode_init()Anton Khirnov
2016-04-11Merge commit '3c53627ac17fc6bdea5029be57da1e03b32d265d'Derek Buitenhuis
2016-02-24qsvdec: store the sync point in heap memoryAnton Khirnov
2016-01-04Merge commit '3b6473b43eb69fc3faaf69f7fd0b83b51db7607f'Hendrik Leppkes
2016-01-01qsvdec: properly handle the warning from MFXVideoCORE_SyncOperationMaxym Dmytrychenko
2015-10-22qsvdec: fix get_format and hwaccel_context handlingHendrik Leppkes
2015-09-29Merge commit '8aecec84021a61b943718ff3d7c2c57fcd4af199'Hendrik Leppkes
2015-09-29Merge commit '2c32eace5ec4d1d7ca4e0220856cd2815ccc71b2'Hendrik Leppkes
2015-09-28qsvdec: make ff_qsv_decode_init() staticAnton Khirnov
2015-09-28qsvdec: close the MFX decoder on uninitAnton Khirnov
2015-09-07libavcodec/qsvdec.c: correct flush() handler has been implementedIvan Uskov