]> git.sesse.net Git - ffmpeg/history - libavcodec/qsv.c
decode: flush the internal bsfs instead of constantly reinitalizing them
[ffmpeg] / libavcodec / qsv.c
2018-04-08 Maxym Dmytrychenkoqsv: adding Multi Frame Encode support
2018-04-08 Zhong Lilavc/qsvdec: expose frame pic_type and key_frame
2018-01-26 Zhong Liqsvdec: Relax the surface vs coded dimension check
2017-09-27 Luca Barbatoqsv: Join the derived session to the parent
2017-07-25 Huang, Zhengxulibavcodec/mjpeg_qsv: Add QSV MJPEG encoder
2017-04-02 Mark Thompsonqsv: Add ability to create a session from a device
2017-02-25 Anton Khirnovlavc: make sure not to return EAGAIN from codecs
2016-11-17 Diego Biurrunqsv: Drop some unused variables
2016-11-14 Mark Thompsonqsv: Add VP8 decoder
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-07-22 Anton Khirnovqsvenc: print warnings from encode/init
2016-07-22 Anton Khirnovqsv: print more complete error messages
2016-07-22 Anton Khirnovqsv: handle the semi-packed formats in map_fourcc as...
2016-07-03 Anton Khirnovqsvdec: add support for P010 (10-bit 420) decoding
2016-07-03 Anton Khirnovqsvdec: make ff_qsv_map_pixfmt() return a MFX fourcc...
2016-06-21 Anton Khirnovqsvenc: support getting the session from an AVHWFramesC...
2016-06-21 Anton Khirnovqsvdec: support getting the session from an AVHWFramesC...
2016-03-15 Luca Barbatoqsv: Fix loading multiple plugins
2016-02-26 Luca Barbatoqsv: Move down the implementation query
2015-07-08 Anton Khirnovlavc: add Intel libmfx-based HEVC encoder
2015-03-27 Anton Khirnovqsvdec: split off some code that will be shared with...
2015-03-27 Anton Khirnovqsv: rename to qsvdec
2015-03-11 Yukinori Yamazoeqsv: Improve the log message of when initializing MFX_I...
2015-02-19 Anton Khirnovlavc: add an Intel libmfx-based H.264 decoder