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