]> git.sesse.net Git - nageru/history - nageru/mjpeg_encoder.cpp
When uploading MJPEG data to VA-API, do it directly into the buffer.
[nageru] / nageru / mjpeg_encoder.cpp
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-03-09 Steinar H. GundersonFix a hang on exit when doing MJPEG encoding with VA...
2019-02-21 Steinar H. GundersonRescale the pts/dts properly in the MJPEG encoder ...
2019-02-14 Steinar H. GundersonAdd MJPEG export metrics.
2019-02-14 Steinar H. GundersonIncrease the MJPEG encoding queue size by a lot.
2018-12-06 Steinar H. GundersonMake VA-API encoded MJPEGs be encoded asynchronously.
2018-12-06 Steinar H. GundersonAdd an option to control the mapping of streams to...
2018-12-06 Steinar H. GundersonFix some leaks in MJPEGEncoder.
2018-12-04 Steinar H. GundersonSet a FFmpeg-private JPEG marker to signal some Y'CbCr...
2018-12-04 Steinar H. GundersonMerge branch 'mjpeg'