]> git.sesse.net Git - ffmpeg/history - libavcodec/qsvdec.c
lavc: Drop deprecated public symbols
[ffmpeg] / libavcodec / qsvdec.c
2017-01-12 Anton Khirnovqsvdec: do not sync PIX_FMT_QSV surfaces
2016-12-08 Timothy Guqsvdec: Fix memory leak on error
2016-11-17 Diego Biurrunqsvdec: Drop stray extra braces around initializer
2016-11-14 Mark Thompsonqsvdec: Only warn about unconsumed data if it happens...
2016-11-14 Mark Thompsonqsvdec: Pass field order information to libmfx
2016-11-14 Mark Thompsonqsvdec: Pass the correct profile to libmfx
2016-11-07 Anton Khirnovqsv{enc,dec}: extend the internal frame allocator
2016-11-07 Anton Khirnovqsv{dec,enc}: use a struct as a memory id with internal...
2016-11-07 Anton Khirnovqsv{dec,enc}: always use an internal mfxFrameSurface1
2016-10-30 Luca Barbatoqsv: Be informative when reporting that no data has...
2016-07-31 Anton Khirnovqsvdec: only access hwaccel_context is the pixel format...
2016-07-22 Anton Khirnovqsv: print more complete error messages
2016-07-03 Anton Khirnovqsvdec: when a frames ctx is supplied, use its frame...
2016-07-03 Anton Khirnovqsvdec: add support for P010 (10-bit 420) decoding
2016-07-03 Anton Khirnovqsvdec: use the same mfxFrameInfo for allocating frames...
2016-07-03 Anton Khirnovqsvdec: make ff_qsv_map_pixfmt() return a MFX fourcc...
2016-06-21 Anton Khirnovlavc: export the timestamps when decoding in AVFrame.pts
2016-06-21 Anton Khirnovqsvdec: support getting the session from an AVHWFramesC...
2016-06-21 Anton Khirnovqsvdec: move reading the user-provided session to qsv_d...
2016-02-24 Anton Khirnovqsvdec: store the sync point in heap memory
2016-01-01 Maxym Dmytrychenkoqsvdec: properly handle the warning from MFXVideoCORE_S...
2015-09-28 Anton Khirnovqsvdec: make ff_qsv_decode_init() static
2015-09-28 Anton Khirnovqsvdec: close the MFX decoder on uninit
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-25 Anton Khirnovlavc: add Intel libmfx-based HEVC decoder.
2015-07-25 Anton Khirnovqsvdec: move qsv_process_data() from qsvdec_h264 to...
2015-07-25 Anton Khirnovqsvdec: fix a memleak of async_fifo
2015-07-25 Anton Khirnovqsvdec: avoid an infinite loop with no consumed data...
2015-07-19 Anton Khirnovqsvdec: properly handle asynchronous decoding
2015-07-08 Anton Khirnovlavc: add Intel libmfx-based HEVC encoder
2015-03-27 Anton Khirnovqsvdec: add 'decode' to the non-static function names
2015-03-27 Anton Khirnovqsvdec: split off some code that will be shared with...
2015-03-27 Anton Khirnovqsv: rename to qsvdec