]> git.sesse.net Git - nageru/history - quicksync_encoder.cpp
Add a CORS policy to the channel endpoints, so that external applications can query...
[nageru] / quicksync_encoder.cpp
2017-10-20 Steinar H. GundersonFix an issue with Quick Sync in newer VA-API.
2017-08-07 Steinar H. GundersonSpecify sRGB transfer characteristics in the H.264...
2017-06-30 Steinar H. GundersonHard-code CQP mode instead of keeping VBR at the top...
2017-06-29 Steinar H. GundersonMove audio encoding over to its own mutex, again reduci...
2017-06-29 Steinar H. GundersonWrite video to disk on a background thread; reduces...
2017-06-28 Steinar H. GundersonYield instead of busy-waiting on fences for NVIDIA...
2017-06-17 Steinar H. GundersonConsistently use call_once to initialize static metrics.
2017-06-12 Steinar H. GundersonExpose a metric for Nageru being stalled on the Quick...
2017-06-12 Steinar H. GundersonExpose when we started the current output file.
2017-06-12 Steinar H. GundersonFix a problem where not all Quick Sync metrics would...
2017-06-12 Steinar H. GundersonAdded some mux metrics.
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-04-05 Steinar H. GundersonSpelling fix.
2017-03-16 Steinar H. GundersonIf not using VA-API zerocopy, don't write extra copy...
2017-03-13 Steinar H. GundersonSupport 10-bit x264 output.
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...
2017-01-25 Steinar H. GundersonGive all of our threads meaningful names, to aid with...
2017-01-15 Steinar H. GundersonAdd a flag to output Y'CbCr using Rec. 709 coefficients.
2017-01-15 Steinar H. GundersonMove find_received_timestamp() into print_latency.h...
2016-12-23 Steinar H. GundersonFix a bug where we would give wrong pts to the QuickSyn...
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...
2016-12-10 Steinar H. GundersonMove mixer latency measurement to after buffer map.
2016-12-10 Steinar H. GundersonAdd a switch to print video latency.
2016-09-28 Steinar H. GundersonMake the UI show free disk space, and a rough estimatio...
2016-08-02 Steinar H. Gundersonffmpeg #includes need to be in extern blocks.
2016-08-02 Steinar H. GundersonRun IWYU on quicksync_encoder.{cpp,h}.
2016-07-27 Steinar H. GundersonRemove some use of the AVStream::codec parameter (not...
2016-06-25 Steinar H. GundersonUse the new libavformat functionality for marking keyfr...
2016-05-03 Steinar H. GundersonEncode audio as soon as we get it, instead of manually...
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-25 Steinar H. GundersonSend the AVCodecContext for audio to the stream mux...
2016-04-24 Steinar H. GundersonMake QuickSyncEncoder get its textures from ResourcePool.
2016-04-23 Steinar H. GundersonFix a minor reentrancy problem in QuickSyncEncoder.
2016-04-23 Steinar H. GundersonFix a context memory leak on cut.
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. GundersonFix a circular initialization issue with AudioEncoder.
2016-04-23 Steinar H. GundersonMove audio encoding from QuickSyncEncoder into its...
2016-04-23 Steinar H. GundersonMove the entire stream mux logic from QuickSyncEncoder...
2016-04-23 Steinar H. GundersonMake more consistent filenames for QuickSyncEncoder...