]> git.sesse.net Git - nageru/history - nageru/pbo_frame_allocator.cpp
Various fixes for non-VA-API MJPEG encoding.
[nageru] / nageru / pbo_frame_allocator.cpp
2020-02-09 Steinar H. GundersonVarious fixes for non-VA-API MJPEG encoding.
2019-05-22 Steinar H. GundersonAlways require GL_EXT_texture_sRGB_decode.
2019-03-18 Steinar H. GundersonFix some memory leaks in the VA-API upload code (also...
2019-03-18 Steinar H. GundersonUse vaCreateImage + vaPutImage instead of vaDeriveImage.
2019-03-17 Steinar H. GundersonWhen uploading MJPEG data to VA-API, do it directly...
2019-03-17 Steinar H. GundersonFix more repetition of the Userdata cast.
2019-03-16 Steinar H. GundersonFix some overly repetitive code in PBOFrameAllocator.
2018-12-28 Steinar H. GundersonMove from unique_lock to lock_guard everywhere we can...
2018-12-04 Steinar H. GundersonMerge branch 'mjpeg'
2018-12-01 Steinar H. GundersonMerge remote-tracking branch 'futatabi/master'
2018-12-01 Steinar H. GundersonMove everything into a separate futatabi/ subdir, for...