]> git.sesse.net Git - nageru/history - video_encoder.h
Release Nageru 1.7.2.
[nageru] / video_encoder.h
2017-06-29 Steinar H. GundersonMove audio encoding over to its own mutex, again reduci...
2017-06-12 Steinar H. GundersonAdded some mux metrics.
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...
2016-10-31 Steinar H. GundersonFix an issue with streaming the NUT mux to HTTP.
2016-10-25 Steinar H. GundersonRe-run include-what-you-use.
2016-09-28 Steinar H. GundersonMake the UI show free disk space, and a rough estimatio...
2016-07-22 Steinar H. GundersonAdd a menu option to change x264 video bitrate while...
2016-06-25 Steinar H. GundersonUse the new libavformat functionality for marking keyfr...
2016-05-02 Steinar H. GundersonYet more fixes for clean shutdown.
2016-05-01 Steinar H. GundersonWhen doing a cut, do the shutdown in a separate thread.
2016-04-25 Steinar H. GundersonSet x264 global headers (Quick Sync global headers...
2016-04-24 Steinar H. GundersonMake QuickSyncEncoder get its textures from ResourcePool.
2016-04-23 Steinar H. GundersonMove X264Encoder out of QuickSyncEncoder. This complete...
2016-04-23 Steinar H. GundersonMake the VideoEncoder own the stream audio encoder...
2016-04-23 Steinar H. GundersonMove the entire stream mux logic from QuickSyncEncoder...
2016-04-23 Steinar H. GundersonStart pulling video orchestration logic into VideoEncoder.