1. a7228ed decklink: Fix MinGW warnings due to MSVC-specific pragmas by Nirbheek Chauhan · 7 years ago
  2. dc5b6da decklink: Use g_thread_new instead of g_thread_create by Nirbheek Chauhan · 7 years ago
  3. 110a1c8 decklink: fix initialization fails in windows binary by Takeshi Sato · 7 years ago
  4. b3ca3e9 decklink: Fix array of devices usage by Edward Hervey · 7 years ago
  5. 2a40ab6 decklink: don't crash if there are no decklink devices by Tim-Philipp Müller · 7 years ago
  6. 9bb9056 decklink: don't limit number of devices to 16 by Tim-Philipp Müller · 7 years ago
  7. b5ff71f decklinkaudiosrc: Extrapolate stream/hw reference timestamps when video frame is missing by Vivia Nikolaidou · 7 years ago
  8. a3a7d2e decklink: Detect gaps on incoming stream times, issue warnings by Vivia Nikolaidou · 8 years ago
  9. 42a03a8 Revert "WIP: Revert "Revert "decklink: Detect gaps on incoming stream times, issue warnings""" by Vivia Nikolaidou · 7 years ago
  10. 8ee1534 Revert "decklinkaudiosrc: Extrapolate stream/hw reference timestamps when video frame is missing" by Vivia Nikolaidou · 7 years ago
  11. 6af8639 decklinkaudiosrc: Extrapolate stream/hw reference timestamps when video frame is missing by Vivia Nikolaidou · 7 years ago
  12. 8dceeb5 WIP: Revert "Revert "decklink: Detect gaps on incoming stream times, issue warnings"" by Vivia Nikolaidou · 7 years ago
  13. 2b8f82f decklinkaudiosink: Start audio pre-rolling if the output is not started yet in render() by Sebastian Dröge · 7 years ago
  14. 0116497 decklinkvideosink: Only start if both sinks are set to PLAYING already by Sebastian Dröge · 7 years ago
  15. a38cf7d decklinkaudiosink: Include final flow return in debug output by Sebastian Dröge · 7 years ago
  16. 3e70f00 decklinkaudiosink: Check also against the clock if we run ahead of the clock too much by Sebastian Dröge · 7 years ago
  17. 118b296 decklinkaudiosink: Implement resampling/buffer reversing for trick-modes by Sebastian Dröge · 7 years ago
  18. 86888d9 decklinkaudiosink: Re-implement around GstBaseSink instead of GstAudioBaseSink by Sebastian Dröge · 7 years ago
  19. 02e4d92 decklinkvideosink: Wait until scheduled playback is actually stopped before continuing by Sebastian Dröge · 7 years ago
  20. e2c8afa decklinkvideosink: Print "Starting" instead of "Stopping" when starting by Sebastian Dröge · 7 years ago
  21. 71bfbce decklink: Remove unused "bflags" variable by Vivia Nikolaidou · 7 years ago
  22. 5ab660c decklink: Ignore some driver-set timecode flags by Vivia Nikolaidou · 7 years ago
  23. bae9427 decklink: Don't crash when getting hw serial number doesn't return OK by Vivia Nikolaidou · 7 years ago
  24. 07819af Revert "decklink: Detect gaps on incoming stream times, issue warnings" by Vivia Nikolaidou · 7 years ago
  25. c1294e1 decklink: Detect gaps on incoming stream times, issue warnings by Vivia Nikolaidou · 8 years ago
  26. a563cbb decklink: Add read-only property to read the device serial number by Sebastian Dröge · 7 years ago
  27. 0355bb7 decklink: Print one "dropped N old frames" message, not one per frame by Vivia Nikolaidou · 7 years ago
  28. 350c56d decklinkaudio/videosrc: Put hardware reference timestamp in a reference timestamp meta by Sebastian Dröge · 7 years ago
  29. 980ddfd decklink: Free the correct memory in our own buffer pool by Sebastian Dröge · 7 years ago
  30. 0cd1bf1 decklinkvideosink: Add support for Decklink hardware keying by Dave Johnstone · 7 years ago
  31. 571c8bc decklink: Fix indentation by Sebastian Dröge · 7 years ago
  32. a205338 decklinksrc: Raise limit of devices to 16 by Georg Lippitsch · 7 years ago
  33. a163dff decklink: Fix building with MSYS2's MinGW by Nirbheek Chauhan · 7 years ago
  34. ca8c630 decklink: Fix format specifier warnings in logging v2 by Nirbheek Chauhan · 7 years ago
  35. 3fd4249 decklink: Fix CI failure due to missing WINAPI definition by Nirbheek Chauhan · 7 years ago
  36. 2fac6fa decklink: Fix format specifier warnings in logging by Nirbheek Chauhan · 7 years ago
  37. 0084bfc decklink: Fix build on mingw32 by adding missing WINAPI by Nirbheek Chauhan · 7 years ago
  38. 528ae2c decklink: Add autotools support on Windows by Nirbheek Chauhan · 7 years ago
  39. f0c7fbb decklinkvideosrc: Add custom memory allocator by Georg Lippitsch · 8 years ago
  40. f0b1b97 decklink: Make timestamp reference specifier driver specific by Sebastian Dröge · 8 years ago
  41. c40b8a8 decklink: Sink the clock reference in the constructor by Sebastian Dröge · 8 years ago
  42. 4261692 Remove plugin specific static build option by Nicolas Dufresne · 8 years ago
  43. 7d64bb7 decklinkvideosink: Copy min(gstreamer_stride, decklink_stride) per line by Sebastian Dröge · 8 years ago
  44. 5dc1039 decklinkvideo/audiosrc: Add GstReferenceTimestampMeta with the stream time to each buffer by Sebastian Dröge · 8 years ago
  45. 4df6be4 decklinkaudiosrc: Consistently pass stream_time and stream_duration to audio/video src by Sebastian Dröge · 8 years ago
  46. 28a16b5 decklink: Always use the video stream time for audio too by Sebastian Dröge · 8 years ago
  47. b63fb59 Revert "decklink: Fix debug logging warnings on Windows" by Nirbheek Chauhan · 8 years ago
  48. 8865b44 decklink: Fix linking on MinGW by Nirbheek Chauhan · 8 years ago
  49. 3d4c428 decklink: Fix building on Windows by Nirbheek Chauhan · 8 years ago
  50. 8458322 decklink: Fix debug logging warnings on Windows by Nirbheek Chauhan · 8 years ago
  51. e8e6390 meson: Fix decklink building on Windows by Nirbheek Chauhan · 8 years ago
  52. 0a4717e Revert "decklinkvideo/audiosrc: Add GstReferenceTimestampMeta with the stream time to each buffer" by Sebastian Dröge · 8 years ago
  53. d5684d5 decklinkvideo/audiosrc: Add GstReferenceTimestampMeta with the stream time to each buffer by Sebastian Dröge · 8 years ago
  54. 0ded4c1 meson: decklink: fix meson configure error on macOS by Tim-Philipp Müller · 8 years ago
  55. d53da45 decklink: Use GstQueueArray instead of GQueue by Sebastian Dröge · 8 years ago
  56. 7ee593e decklinkvideosrc: Add read-only "signal" property by Georg Lippitsch · 8 years ago
  57. ce4df53 decklinkvideosink: Don't error out if displaying the preroll frame fails by Sebastian Dröge · 8 years ago
  58. 2ab1914 decklinkvideosink: Show video frames synchronously in PAUSED by Sebastian Dröge · 8 years ago
  59. 8d723c5 decklinkvideosink: Do nothing if set_caps() is called with basically the same caps again by Sebastian Dröge · 8 years ago
  60. 21a9a89 decklinkaudiosrc: Fix get_caps returning EMPTY by Vivia Nikolaidou · 8 years ago
  61. dd4f14f decklink: Add to the meson Windows build by Sebastian Dröge · 8 years ago
  62. 4cdd234 decklink: Fix indentation by Sebastian Dröge · 8 years ago
  63. 861cb49 decklink: Fix compilation on Windows by properly using COM strings there by Sebastian Dröge · 8 years ago
  64. f784fda decklink: Fix compilation with MSVC by Axel Menzel · 8 years ago
  65. 97be944 decklink: Include stdint.h for int32_t, etc as needed by the Decklink headers by Sebastian Dröge · 8 years ago
  66. 858e7b2 decklink: Add "extern C" forward declaration for CreateDeckLinkIteratorInstance() by Sebastian Dröge · 8 years ago
  67. dcacb99 decklink: Update Windows SDK to a newer version by Axel Menzel · 8 years ago
  68. 81b20f1 decklinkaudiosrc: Fix compilation on OSX by Sebastian Dröge · 8 years ago
  69. f23277e decklinkaudiosrc: Option to use max channels supported by device by Vivia Nikolaidou · 8 years ago
  70. d6b75e5 decklink: Fix compiler warning with clang by Sebastian Dröge · 8 years ago
  71. 3cb43f3 decklinkvideosrc: Do not append a zero timecode if none is found on the source by Vivia Nikolaidou · 8 years ago
  72. aceb64a meson: decklink: fix plugin filename by Tim-Philipp Müller · 8 years ago
  73. 3ecf1d8 meson: build decklink plugin by Tim-Philipp Müller · 8 years ago
  74. e317146 decklink: Fix indentation by Sebastian Dröge · 8 years ago
  75. e8e531e decklinkaudiosrc: Add support for 8/16 channels via property by Sebastian Dröge · 8 years ago
  76. 5725bad decklink: Fix compiler warning by Sebastian Dröge · 8 years ago
  77. fdf1a57 decklink: Correctly set top-field-first/bottom-field-first by Sebastian Dröge · 8 years ago
  78. aec4614 decklinksrc: Add property to drop frames that are marked as having no input signal by Sebastian Dröge · 8 years ago
  79. 331b2af decklinksrc: Add property to skip the first N seconds of capture by Sebastian Dröge · 8 years ago
  80. cf224a9 decklinksrc: Set GAP flag on buffers that are captured without signal by Sebastian Dröge · 8 years ago
  81. 09dd64b decklinksrc: Keep track of a window of capture/stream time mappings and calculate relationship by Sebastian Dröge · 8 years ago
  82. 881a086 decklinksrc: Stop using the "hardware" timestamps and directly use the pipeline clock by Sebastian Dröge · 8 years ago
  83. 2a66653 decklinkvideosrc: Free timecodes when done with a frame by Sebastian Dröge · 8 years ago
  84. 85ef416 decklinkvideosrc: Issue "no signal" warnings by Vivia Nikolaidou · 8 years ago
  85. 33a93a6 decklinkvideosink: Also stop scheduled playback when gst_element_lost_state() is called by Sebastian Dröge · 8 years ago
  86. ac37bdb decklink: Use gst_clock_adjust_with_calibration() and unadjust_with_calibration() by Sebastian Dröge · 8 years ago
  87. ab991db decklinkaudiosrc: Ignore channel-mask when checking set_caps compatibility by Vivia Nikolaidou · 8 years ago
  88. 82edbde decklink: Update to SDK 10.8 by Sebastian Dröge · 8 years ago
  89. f9a8b84 decklink: Print the Decklink API error return values in debug output in all places by Sebastian Dröge · 8 years ago
  90. 95eb492 Revert "decklinkvideosink: Scale down scheduled frame times to milliseconds" by Sebastian Dröge · 8 years ago
  91. fcea134 decklink: Fix-up last commit that was not meant to be pushed yet by Sebastian Dröge · 8 years ago
  92. 8be08ee decklink: Fix indentation by Sebastian Dröge · 8 years ago
  93. d8327b3 decklink: Require a clock when going from PAUSED_TO_PLAYING and don't crash if there is none by Sebastian Dröge · 8 years ago
  94. 1da1a3a decklinkaudiosink: Fix compiler warning on OS X by Sebastian Dröge · 8 years ago
  95. 3b7e0d7 decklinkvideosink: Scale down scheduled frame times to milliseconds by Sebastian Dröge · 8 years ago
  96. 6fdd4d8 decklinkaudiosink: Add support for 8 and 16 channels by Sebastian Dröge · 8 years ago
  97. de1f42a decklinkvideosink: Add support for GstVideoTimeCode by Vivia Nikolaidou · 9 years ago
  98. 8faa36e decklinkvideosrc: Add support for GstVideoTimeCode by Vivia Nikolaidou · 9 years ago
  99. 4128336 decklinkvideosrc: Fix previous commit by Edward Hervey · 9 years ago
  100. ddcc1c6 decklinkvideosrc: fix use-after-free in error code path by Tim-Philipp Müller · 9 years ago