]> git.sesse.net Git - nageru/history - x264_encoder.cpp
Fix an issue where the mixer lagging too much behind CEF would cause us to display...
[nageru] / x264_encoder.cpp
2017-11-09 Steinar H. GundersonRemove some random unneeded memory allocations.
2017-08-20 Steinar H. GundersonSpecify sRGB transfer characteristics in the x264 outpu...
2017-06-17 Steinar H. GundersonConsistently use call_once to initialize static metrics.
2017-06-17 Steinar H. GundersonFix a crash with --record-x264-video when getting metrics.
2017-06-11 Steinar H. GundersonAdd exported metrics for all the latency measurements.
2017-06-11 Steinar H. GundersonMake the histograms more flexible.
2017-06-11 Steinar H. GundersonAdd a histogram of output crf values from x264.
2017-06-11 Steinar H. GundersonAdd some base x264 metrics.
2017-04-23 Steinar H. GundersonGive the x264 thread a name.
2017-03-15 Steinar H. GundersonSupport CRF for x264, similar to the CQP mode we alread...
2017-03-13 Steinar H. GundersonSupport 10-bit x264 output.
2017-03-13 Steinar H. GundersonSupport loading 10-bit x264 dynamically.
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-01-15 Steinar H. GundersonAdd a flag to output Y'CbCr using Rec. 709 coefficients.
2016-12-10 Steinar H. GundersonAdd a switch to print video latency.
2016-12-04 Steinar H. GundersonMake it possible to set width/height on the command...
2016-11-22 Steinar H. GundersonDon't bother making AVPackets if x264 has no data for us.
2016-11-22 Steinar H. GundersonFix a thread race that would sometimes cause x264 strea...
2016-10-25 Steinar H. GundersonRe-run include-what-you-use.
2016-08-01 Steinar H. GundersonFix an issue with changing video bitrate when x264...
2016-07-27 Steinar H. GundersonHandle error messages from nice(); fixes a warning.
2016-07-22 Steinar H. GundersonAdd a menu option to change x264 video bitrate while...
2016-07-22 Steinar H. GundersonFix a typo.
2016-06-14 Steinar H. GundersonAdd support for arbitrary x264 parameters.
2016-05-05 Steinar H. GundersonTurn on filler bits to cap the x264 bitrate from below...
2016-05-04 Steinar H. GundersonSmall refactoring in X264Encoder.
2016-05-02 Steinar H. GundersonImplement x264 speedcontrol.
2016-04-26 Steinar H. GundersonFix a typo.
2016-04-26 Steinar H. GundersonPut in a minimum H.264 quantizer as a safeguard.
2016-04-25 Steinar H. GundersonSupport setting x264 bitrate parameters from the comman...
2016-04-25 Steinar H. GundersonSet x264 global headers (Quick Sync global headers...
2016-04-23 Steinar H. GundersonMake more consistent filenames for QuickSyncEncoder...