decklinkaudiosrc: Allow disabling audio sample alignment code by setting the alignmen...
[platform/upstream/gstreamer.git] / sys / decklink / gstdecklinkaudiosrc.cpp
2021-01-14 Sebastian Drögedecklinkaudiosrc: Allow disabling audio sample alignmen...
2020-12-17 Sebastian Drögedecklinkaudiosrc: Fix duration of the first audio frame...
2020-12-16 Sebastian Drögedecklink: Implement GstBaseSrc::get_caps() to return...
2020-10-30 Sebastian Drögedecklink: Correctly indent everything
2020-10-25 Sebastian Drögedecklink: Reset skip counters when starting the sources
2020-10-25 Vivia Nikolaidoudecklink*src: Post a warning message on the bus about...
2020-10-25 Georg Lippitschdecklink*src: Aggregate dropped frame/packet logging
2019-08-06 Sebastian Drögedecklinkaudiosrc/decklinkvideosrc: Do nothing in BaseSr...
2019-03-04 Peter Körnerdecklink: document duplex and keyer behaviour
2019-02-19 Tim-Philipp Müllerdecklink: add Hardware tag to element metadata
2018-01-04 Vivia Nikolaidoudecklinkaudiosrc: Extrapolate stream/hw reference times...
2018-01-04 Vivia Nikolaidoudecklink: Detect gaps on incoming stream times, issue...
2018-01-04 Vivia NikolaidouRevert "WIP: Revert "Revert "decklink: Detect gaps...
2018-01-04 Vivia NikolaidouRevert "decklinkaudiosrc: Extrapolate stream/hw referen...
2018-01-04 Vivia Nikolaidoudecklinkaudiosrc: Extrapolate stream/hw reference times...
2018-01-04 Vivia NikolaidouWIP: Revert "Revert "decklink: Detect gaps on incoming...
2017-11-07 Vivia NikolaidouRevert "decklink: Detect gaps on incoming stream times...
2017-11-07 Vivia Nikolaidoudecklink: Detect gaps on incoming stream times, issue...
2017-10-18 Sebastian Drögedecklink: Add read-only property to read the device...
2017-10-11 Vivia Nikolaidoudecklink: Print one "dropped N old frames" message...
2017-09-28 Sebastian Drögedecklinkaudio/videosrc: Put hardware reference timestam...
2017-07-18 Nirbheek Chauhandecklink: Fix format specifier warnings in logging v2
2017-06-07 Sebastian Drögedecklink: Make timestamp reference specifier driver...
2017-05-12 Sebastian Drögedecklinkvideo/audiosrc: Add GstReferenceTimestampMeta...
2017-05-12 Sebastian Drögedecklinkaudiosrc: Consistently pass stream_time and...
2017-05-05 Nirbheek ChauhanRevert "decklink: Fix debug logging warnings on Windows"
2017-05-05 Nirbheek Chauhandecklink: Fix debug logging warnings on Windows
2017-04-19 Sebastian DrögeRevert "decklinkvideo/audiosrc: Add GstReferenceTimesta...
2017-04-19 Sebastian Drögedecklinkvideo/audiosrc: Add GstReferenceTimestampMeta...
2017-03-24 Sebastian Drögedecklink: Use GstQueueArray instead of GQueue
2017-02-01 Vivia Nikolaidoudecklinkaudiosrc: Fix get_caps returning EMPTY
2017-01-27 Sebastian Drögedecklinkaudiosrc: Fix compilation on OSX
2017-01-26 Vivia Nikolaidoudecklinkaudiosrc: Option to use max channels supported...
2017-01-03 Sebastian Drögedecklinkaudiosrc: Add support for 8/16 channels via...
2016-11-28 Sebastian Drögedecklinksrc: Add property to drop frames that are marke...
2016-11-28 Sebastian Drögedecklinksrc: Add property to skip the first N seconds...
2016-11-28 Sebastian Drögedecklinksrc: Set GAP flag on buffers that are captured...
2016-11-28 Sebastian Drögedecklinksrc: Keep track of a window of capture/stream...
2016-11-28 Sebastian Drögedecklinksrc: Stop using the "hardware" timestamps and...
2016-11-01 Vivia Nikolaidoudecklinkaudiosrc: Ignore channel-mask when checking...
2016-09-21 Sebastian Drögedecklink: Print the Decklink API error return values...
2016-05-03 Sebastian Drögedecklink: Fix indentation
2016-04-05 Sebastian Drögedecklinkaudiosrc: Don't accept packets without timestam...
2016-04-05 Sebastian Drögedecklinkaudiosrc: Don't crash when receiving video...
2016-03-24 Vineeth TMbad: use new gst_element_class_add_static_pad_template()
2016-02-04 Jan Schmidtdecklinkaudiosrc: Fix discont tracking
2015-12-18 Vivia Nikolaidoudecklinkvideosink: Made "auto" mode work according...
2015-09-24 Sebastian Drögedecklink: Disable inputs/outputs in PAUSED->READY to...
2015-03-04 Sebastian Drögedecklinkaudiosrc: Calculate the duration more accuratel...
2015-03-04 Sebastian Drögedecklinkaudiosrc: Fix the timestamp and offset calculat...
2015-03-04 Sebastian Drögedecklinkaudiosrc: Don't subtract the duration from...
2015-03-02 Sebastian Drögedecklink{audio,video}src: Add some more debug output
2015-02-09 Sebastian Drögedecklink{audio,video}src: Implement clock slaving if...
2015-02-09 Sebastian Drögedecklinkaudio{src,sink}: Only start streams / scheduled...
2015-02-09 Sebastian Drögedecklinkaudiosrc: Don't provide a clock
2015-02-08 Sebastian Drögedecklink{audio,video}src: Take the capture times from...
2015-01-28 Sebastian Drögedecklink{audio,video}src: Only start the streams once...
2015-01-28 Sebastian Drögedecklink: Make sure our clock never returns NONE, alway...
2015-01-28 Sebastian Drögedecklinkaudiosrc: Don't release input device twice...
2015-01-26 Sebastian Drögedecklinkaudiosrc: Release the audio input on errors...
2015-01-08 Sebastian Drögedecklinkaudiosrc: Add property to select the audio...
2015-01-08 Sebastian Drögedecklink: Fix indention once again
2015-01-07 Florian Langloisdecklink: Fix latency values for sources
2014-12-19 Sebastian Drögedecklink: Fix various compiler warnings with gcc
2014-12-19 Sebastian Drögedecklink: Remove in-same-pipeline detection code for...
2014-12-19 Sebastian Drögedecklink: Add property for configuring the buffer size...
2014-12-19 Sebastian Drögedecklinkaudiosrc: Implement timestamp jitter and discon...
2014-12-19 Sebastian Drögedecklink: Our capture time is the end timestamp of...
2014-12-19 Sebastian Drögedecklink: Allow for a maximum of 5 packets to be queued up
2014-12-19 Sebastian Drögedecklink: Implement latency query in sources and rememb...
2014-12-19 Sebastian Drögedecklink: Add initial version of audio and video sources