]> git.sesse.net Git - nageru/history - quicksync_encoder_impl.h
Add functionality for MJPEG export.
[nageru] / quicksync_encoder_impl.h
2018-11-11 Steinar H. GundersonAdd functionality for MJPEG export.
2018-11-07 Steinar H. GundersonAdd some missing includes to quicksync_encoder_impl.h.
2018-04-28 Steinar H. GundersonTry to autodetect a suitable DRM node for VA-API if...
2018-03-24 Steinar H. GundersonFix a Clang warning.
2017-06-29 Steinar H. GundersonMove audio encoding over to its own mutex, again reduci...
2017-06-28 Steinar H. GundersonDo some hotfixes to reduce mutex contention (but this...
2017-06-12 Steinar H. GundersonFix a crash on getting metrics after switching file.
2017-06-11 Steinar H. GundersonAdd exported metrics for all the latency measurements.
2017-03-16 Steinar H. GundersonIf not using VA-API zerocopy, don't write extra copy...
2017-03-13 Steinar H. GundersonAdd support for recording the x264 video to disk.
2017-03-08 Steinar H. GundersonSupport switching Y'CbCr coefficients midway, which...
2017-02-27 Steinar H. GundersonMake the API for begin_frame()/end_frame() in VideoEnco...
2017-02-26 Steinar H. GundersonMake QuickSync surfaces be allocated dynamically.
2017-02-26 Steinar H. GundersonIn QuickSyncEncoderImpl, make RefPicList* local variabl...
2016-12-12 Steinar H. GundersonWait for frames in render order, not QuickSync order.
2016-12-11 Steinar H. GundersonMove QuickSyncEncoderImpl's definition into its own...