]> git.sesse.net Git - nageru/history - nageru/mjpeg_encoder.cpp
Set CEF autoplay policy to be more lenient.
[nageru] / nageru / mjpeg_encoder.cpp
2024-03-01 Steinar H. GundersonIWYU-fix nageru/*.cpp.
2023-10-01 Steinar H. GundersonUpdate most code to the new FFmpeg channel layout API.
2022-01-31 Steinar H. GundersonFix compilation with FFmpeg 5.0.
2020-06-01 Steinar H. GundersonFix a crash on startup with MJPEG software encoding.
2020-05-29 Steinar H. GundersonMove VAResourcePool into a shared class between MJPEGEn...
2020-05-21 Steinar H. GundersonUnify VA-API initialization.
2020-05-21 Steinar H. GundersonMove VADisplayWithCleanup into its own header file...
2020-05-21 Steinar H. GundersonCorrect sampling factors for 4:2:2 VA-API encoding.
2020-05-19 Steinar H. GundersonSupport MJPEG encoding of planar Y'CbCr sources.
2020-05-15 Steinar H. GundersonGive in the right VAAPI context when encoding MJPEG.
2020-03-04 Steinar H. GundersonFix MJPEG white balance information when VA-API is...
2020-02-15 Steinar H. GundersonMake it possible to siphon out a single MJPEG stream.
2020-02-12 Steinar H. GundersonMake the MJPEG card-to-stream mapping invisible to...
2020-02-12 Steinar H. GundersonSplit out some work from the MJPEG encoder constructor.
2020-02-11 Steinar H. GundersonIn the MJPEG export, include white balance information.
2020-02-09 Steinar H. GundersonVarious fixes for non-VA-API MJPEG encoding.
2019-03-28 Steinar H. GundersonInclude the raw audio in the MJPEG output.
2019-03-27 Steinar H. GundersonOn errors, abort() instead of exit(1); exit() in a...
2019-03-18 Steinar H. GundersonFix some memory leaks in the VA-API upload code (also...
2019-03-18 Steinar H. GundersonIncrease the size of the VA-API resource freelist,...
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-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'