]> git.sesse.net Git - nageru/history - nageru/pbo_frame_allocator.cpp
Set CEF autoplay policy to be more lenient.
[nageru] / nageru / pbo_frame_allocator.cpp
2024-03-01 Steinar H. GundersonIWYU-fix nageru/*.cpp.
2020-05-29 Steinar H. GundersonMove VAResourcePool into a shared class between MJPEGEn...
2020-05-24 Steinar H. GundersonFix another lingering reconfigure bug; the previous...
2020-05-21 Steinar H. GundersonMove VADisplayWithCleanup into its own header file...
2020-05-19 Steinar H. GundersonSupport MJPEG encoding of planar Y'CbCr sources.
2020-05-12 Steinar H. GundersonFix behavior around reconfigure.
2020-05-10 Steinar H. GundersonWhen reconfiguring a PBO frame allocator, don't reuse...
2020-05-10 Steinar H. GundersonFix some issues with cards changing pixel format on...
2020-02-12 Steinar H. GundersonMake the MJPEG card-to-stream mapping invisible to...
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...