]> git.sesse.net Git - nageru/history - decklink_output.cpp
Support audio-only FFmpeg inputs. Somewhat wonky, though.
[nageru] / decklink_output.cpp
2017-10-25 Steinar H. GundersonAdd back support for input-only DeckLink cards.
2017-08-07 Steinar H. GundersonConvert some NULL instances to nullptr.
2017-06-29 Steinar H. GundersonAdd a summary for the amount of margin we have in reach...
2017-06-28 Steinar H. GundersonYield instead of busy-waiting on fences for NVIDIA...
2017-06-17 Steinar H. GundersonFix a pessimizing move (Clang warning).
2017-06-17 Steinar H. GundersonConsistently use call_once to initialize static metrics.
2017-06-15 Steinar H. GundersonTighten up the Movit #include paths a bit; fixes compil...
2017-06-11 Steinar H. GundersonAdd some DeckLink output metrics, and also fix a potent...
2017-06-11 Steinar H. GundersonAdd exported metrics for all the latency measurements.
2017-05-23 Steinar H. GundersonBe slightly clearer about what happens when we try...
2017-04-14 Steinar H. GundersonMake some more sleeps interruptable.
2017-03-15 Steinar H. GundersonSupport 4:2:2 v210 (10-bit) output for DeckLink.
2017-03-10 Steinar H. GundersonFix a fence that was not waited on correctly in the...
2017-03-08 Steinar H. GundersonSupport switching Y'CbCr coefficients midway, which...
2017-02-10 Steinar H. GundersonFix a variable name.
2017-02-08 Steinar H. GundersonDefault to SMPTE Level A if possible; Level B is uncomm...
2017-02-08 Steinar H. GundersonMake it possible to choose the DeckLink output video...
2017-02-02 Steinar H. GundersonRework the audio/video sync algorithm.
2017-01-29 Steinar H. GundersonDo not try to adjust the audio timer during HDMI/SDI...
2017-01-25 Steinar H. GundersonWhen switching output cards, do it from the mixer thread.
2017-01-25 Steinar H. GundersonGive all of our threads meaningful names, to aid with...
2017-01-22 Steinar H. GundersonMake for clean shutdown of the output cards.
2017-01-19 Steinar H. GundersonSupport DeckLink cards that don't have an HDMI connector.
2017-01-18 Steinar H. GundersonAdd support for DeckLink HDMI/SDI output.