]> git.sesse.net Git - nageru/history - decklink_capture.cpp
Write 1.4.0 changelog.
[nageru] / decklink_capture.cpp
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...