summaryrefslogtreecommitdiff
path: root/sys/decklink
Commit message (Expand)AuthorAgeFilesLines
* decklink: correct framerate 2KDCI 23.98Jason Pereira2020-11-051-1/+1
* decklink: Update enum value bounds check in gst_decklink_get_mode()Sebastian Dröge2020-10-301-1/+1
* decklink: Correctly order the different dependent mode tablesSebastian Dröge2020-10-051-7/+7
* decklink: Re-order modes enum for backwards compatibility with 1.16Sebastian Dröge2020-08-063-14/+14
* decklinkvideosink: write the cdp timecode data correctlyMatthew Waters2020-07-031-18/+34
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-8/+8
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-041-0/+9
* decklink: Remove spurious gtk-doc markerPhilippe Normand2020-03-151-1/+1
* decklink: Add support for 2K DCI video modesHeinrich Kruger2020-03-032-0/+53
* decklink: Update Decklink SDK to 10.11.4Heinrich Kruger2020-03-0320-207/+1563
* decklink: Silence no driver / no SO messagesNicolas Dufresne2020-01-102-2/+5
* decklinkvideosink: Always configure 10 bit YUV for VANC framesSebastian Dröge2020-01-091-3/+3
* decklink: Fix crash when probing without driverPhilippe Normand2020-01-051-0/+4
* decklink: Return new references to the devices from get_devices()Sebastian Dröge2019-12-051-4/+4
* decklink: Add simple device provider for Decklink devicesSebastian Dröge2019-12-035-9/+362
* documentation: fixed a heap o' typosAaron Boxer2019-11-053-8/+8
* Remove autotools build systemTim-Philipp Müller2019-10-141-76/+0
* decklink: fix timestamp tracking when pausingMatthew Waters2019-10-142-4/+10
* decklinkaudiosink: Drop late buffersMatthew Waters2019-09-021-7/+28
* decklink: fix macos werror buildMatthew Waters2019-08-301-1/+1
* decklinkvideosrc: Retrieve mode of the ancillary data from the frameSebastian Dröge2019-08-072-6/+15
* decklinkvideosrc: Also set the INTERLACED buffer flag on non-TFF buffersSebastian Dröge2019-08-071-0/+2
* decklinkaudiosrc/decklinkvideosrc: Do nothing in BaseSrc::negotiate() and alw...Sebastian Dröge2019-08-062-131/+64
* decklink: Make sure to return a value from all code pathsSebastian Dröge2019-07-251-0/+3
* decklinksrc: Reset timestamp observations on format changeSebastian Dröge2019-07-251-0/+21
* decklinkvideosrc: Don't report that we have signal until we know for sureSebastian Dröge2019-07-152-12/+24
* decklinkvideosrc: remove g_printRay Tiley2019-07-091-2/+0
* decklink: Correctly ensure >=16 byte alignment for the buffers we allocateSebastian Dröge2019-06-241-7/+30
* decklinkvideosrc: Notify about signal loss even when dropping no-signal framesSebastian Dröge2019-06-201-26/+45
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* decklink: Add support for parsing/outputting AFD/BarSebastian Dröge2019-05-034-194/+543
* decklink: Allow VANC to be used for all modesSebastian Dröge2019-05-033-8/+7
* decklink: Add support for widescreen NTSC/PALSebastian Dröge2019-05-032-0/+20
* decklinkvideosrc: add missing break in set_property-codePeter Körner2019-04-092-1/+4
* decklink: document duplex and keyer behaviourPeter Körner2019-03-044-0/+258
* decklink: implement duplex-mode propertyPeter Körner2019-03-046-0/+278
* decklink: add Hardware tag to element metadataTim-Philipp Müller2019-02-194-4/+8
* decklinkvideosink: Use S334_EIA_608 instead of S334_EIA_708 for CEA608 outputSebastian Dröge2019-02-121-4/+4
* decklinkvideosink: S334 1A CEA608 closed captions have the first bit set for ...Sebastian Dröge2019-02-121-3/+2
* misc: Fix warnings on Cerbero MinGWNirbheek Chauhan2019-02-063-5/+5
* decklinkvideosink: Don't forget to unref clock after usageSebastian Dröge2019-01-021-13/+3
* decklinkvideosink: Fix support for raw CEA608 input and add support for raw C...Sebastian Dröge2018-12-192-7/+139
* closedcaption: Replace GST_VIDEO_CAPTION_TYPE_CEA608_IN_CEA708_RAW with CEA60...Sebastian Dröge2018-12-152-23/+3
* decklink: calculate the decklink output time from the internal clockMatthew Waters2018-12-122-72/+68
* Run gst-indent through the filesJordan Petridis2018-11-281-0/+4
* decklink: fixup internal time tracking over buffering pausesMatthew Waters2018-11-262-12/+16
* decklinkvideosink: Cast result of bitwise-or of multiple enum values to the e...Sebastian Dröge2018-11-131-1/+1
* decklinkvideosink: Add support for outputting closed captionsSebastian Dröge2018-11-122-13/+165
* decklinkvideosrc: Search from line 1 again if we didn't find closed captions ...Sebastian Dröge2018-11-071-1/+8
* decklinkvideosink: fix segfault when audiosink is closed before videosinkadmin2018-11-061-1/+1