]> git.sesse.net Git - nageru/history - decklink_capture.cpp
Fix an issue where the mixer lagging too much behind CEF would cause us to display...
[nageru] / decklink_capture.cpp
2017-06-24 Steinar H. GundersonSet realtime priority for the DeckLink thread if possib...
2017-05-23 Steinar H. GundersonNitpick: Add a little const.
2017-02-26 Steinar H. GundersonDo not try to stop and restart on DeckLink mode switch...
2017-02-21 Steinar H. GundersonSupport 10-bit capture, both on bmusb and on DeckLink...
2017-02-19 Steinar H. GundersonMake DeckLinkCapture work with non-interleaved buffers.
2017-02-11 Steinar H. GundersonFix an issue with the correction factor locking to...
2017-02-02 Steinar H. GundersonRework the audio/video sync algorithm.
2017-01-25 Steinar H. GundersonGive all of our threads meaningful names, to aid with...
2017-01-22 Steinar H. GundersonThe DeckLink manual recommends pause + flush over stop...
2017-01-22 Steinar H. GundersonEnable input mode autodetection for DeckLink cards...
2017-01-21 Steinar H. GundersonIf a DeckLink card has multiple subdevices, label them.
2017-01-19 Steinar H. GundersonSupport DeckLink cards that don't have an HDMI connector.
2017-01-15 Steinar H. GundersonSplit DeckLink mode summarization into a separate share...
2017-01-15 Steinar H. GundersonSupport interlaced inputs with the official DeckLink...
2017-01-15 Steinar H. GundersonMake for cleaner on/off transitions in DeckLinkCapture.
2016-12-10 Steinar H. GundersonAdd a switch to print video latency.
2016-10-25 Steinar H. GundersonRe-run include-what-you-use.
2016-07-25 Steinar H. GundersonUpgrade to newer bmusb, with namespacing.
2016-06-06 Steinar H. GundersonFix an off-by-one copy in memcpy_interleaved_fastpath().
2016-05-02 Steinar H. GundersonStop leaking memory allocators in DeckLinkCapture.
2016-05-02 Steinar H. GundersonFix some leaks on DecklinkCapture shutdown.
2016-04-18 Steinar H. GundersonPut __restrict on the right place (the pointer; the...
2016-04-02 Steinar H. GundersonClearly mark card type in the description.
2016-04-01 Steinar H. GundersonAllow setting the video and audio inputs runtime.
2016-03-04 Steinar H. GundersonAdd a menu option where the user can change the input...
2016-03-04 Steinar H. GundersonTweak get_available_video_modes() interface.
2016-03-04 Steinar H. GundersonActually store the list of video modes.
2016-03-03 Steinar H. GundersonMake drivers capable of delivering a list of modes...
2016-03-03 Steinar H. GundersonNever send in a frame rate of 0/0.
2016-02-27 Steinar H. GundersonAdd AVX2 and SSE2 fastpaths to the DeckLink PCI driver.
2016-02-27 Steinar H. GundersonAdd audio support for the DeckLink inputs.
2016-02-27 Steinar H. GundersonSend the audio format explicitly down, not just the ID.
2016-02-27 Steinar H. GundersonUse the new has_signal flag.
2016-02-27 Steinar H. GundersonAdd support for DeckLink PCI cards through the official...