]> git.sesse.net Git - nageru/history - nageru/mjpeg_encoder.h
Make the MJPEG card-to-stream mapping invisible to outside callers.
[nageru] / nageru / mjpeg_encoder.h
2020-02-12 Steinar H. GundersonMake the MJPEG card-to-stream mapping invisible to...
2020-02-11 Steinar H. GundersonIn the MJPEG export, include white balance information.
2020-02-09 Steinar H. GundersonChange to using RGBTriplet for white balance.
2019-03-28 Steinar H. GundersonInclude the raw audio in the MJPEG output.
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-13 Steinar H. GundersonFix an unneeded copy when muxing MJPEGs.
2019-02-14 Steinar H. GundersonAdd MJPEG export metrics.
2018-12-06 Steinar H. GundersonMake VA-API encoded MJPEGs be encoded asynchronously.
2018-12-06 Steinar H. GundersonFix some leaks in MJPEGEncoder.
2018-12-04 Steinar H. GundersonMerge branch 'mjpeg'