]> git.sesse.net Git - ffmpeg/history - libavcodec/qsvdec.c
lavc: export the timestamps when decoding in AVFrame.pts
[ffmpeg] / libavcodec / qsvdec.c
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