Age | Commit message (Expand) | Author | Files | Lines |
2015-05-11 | decklink: Rename mode 2048p to 1556p | Heinrich Fink | 2 | -9/+9 |
2015-05-11 | decklink: Use correct frame rate for mode 2160p50 | Heinrich Fink | 1 | -1/+1 |
2015-05-11 | decklink: Rename mode 3184p to 2160p | Heinrich Fink | 2 | -25/+25 |
2015-04-22 | decklinkvideosrc: fix mode autodetection | Josep Torra | 1 | -5/+6 |
2015-04-22 | decklink: do not repeat first video format in caps template | Josep Torra | 1 | -1/+1 |
2015-03-04 | decklinkaudiosrc: Calculate the duration more accurately from the capture tim... | Sebastian Dröge | 1 | -4/+7 |
2015-03-04 | decklinkaudiosrc: Fix the timestamp and offset calculations even more | Sebastian Dröge | 1 | -6/+3 |
2015-03-04 | decklinkaudiosrc: Don't subtract the duration from the capture time | Sebastian Dröge | 1 | -6/+3 |
2015-03-02 | decklink: Reset the clock calibration when unsetting the master clock | Sebastian Dröge | 2 | -0/+4 |
2015-03-02 | decklink{audio,video}src: Add some more debug output | Sebastian Dröge | 2 | -0/+14 |
2015-03-02 | decklink: Incorrect frame rate for interlaced modes | DanielD10 | 1 | -3/+3 |
2015-02-27 | decklinkvideosrc: Fix scaling with rate of internal/external clock | Sebastian Dröge | 1 | -2/+2 |
2015-02-10 | decklinkvideosrc: Apply the diff between element and pipeline "base" time in ... | Sebastian Dröge | 1 | -12/+13 |
2015-02-10 | decklinkvideosrc: Add the diff between the pipeline base time and when we sta... | Sebastian Dröge | 1 | -0/+12 |
2015-02-10 | decklinkvideosink: Actually include the change mentioned in the last commit | Sebastian Dröge | 1 | -0/+12 |
2015-02-10 | decklinkvideo{src,sink}: Sample the internal clock immediately after starting... | Sebastian Dröge | 1 | -9/+10 |
2015-02-09 | decklink: Fix compiler warning with gcc | Sebastian Dröge | 1 | -2/+2 |
2015-02-09 | decklink{audio,video}src: Implement clock slaving if the pipeline clock is no... | Sebastian Dröge | 5 | -55/+161 |
2015-02-09 | decklinkaudio{src,sink}: Only start streams / scheduled playback if there is ... | Sebastian Dröge | 2 | -4/+4 |
2015-02-09 | decklinkaudiosrc: Don't provide a clock | Sebastian Dröge | 1 | -20/+0 |
2015-02-09 | decklinkaudiosink: Throttle reading from the ringbuffer | Sebastian Dröge | 1 | -0/+60 |
2015-02-09 | decklinkaudiosink: Start scheduled playback when going to PLAYING | Sebastian Dröge | 1 | -6/+35 |
2015-02-08 | decklink{audio,video}src: Take the capture times from the pipeline clock | Sebastian Dröge | 4 | -43/+61 |
2015-01-28 | decklinkvideosink: Always lock the mutex before starting the streams | Sebastian Dröge | 1 | -0/+2 |
2015-01-28 | decklinkvideosink: Fix deadlock | Sebastian Dröge | 1 | -2/+8 |
2015-01-28 | decklink{audio,video}sink: Only start scheduled playback once both sources ar... | Sebastian Dröge | 4 | -62/+89 |
2015-01-28 | decklink{audio,video}src: Only start the streams once both sources are ready ... | Sebastian Dröge | 3 | -14/+38 |
2015-01-28 | decklink: Make sure our clock never returns NONE, always advances and does no... | Sebastian Dröge | 6 | -23/+162 |
2015-01-28 | decklinkvideosink: Handle the clock returning GST_CLOCK_TIME_NONE properly | Sebastian Dröge | 1 | -4/+6 |
2015-01-28 | decklinkvideo{sink,src}: Make elements more similar to the audio elements by ... | Sebastian Dröge | 2 | -163/+210 |
2015-01-28 | decklinkvideosrc: Properly report caps if mode!=auto and handle caps changes ... | Sebastian Dröge | 1 | -5/+24 |
2015-01-28 | decklinkaudiosrc: Don't release input device twice on errors in set_caps() | Sebastian Dröge | 1 | -2/+0 |
2015-01-26 | decklinkaudiosrc: Release the audio input on errors, not the video input | Sebastian Dröge | 1 | -1/+1 |
2015-01-15 | decklinkvideosink: Also consider max-lateness property value before dropping ... | Sebastian Dröge | 1 | -2/+4 |
2015-01-14 | decklinkvideosink: Stop scheduled playback shortly in PAUSED->PLAYING if it w... | Sebastian Dröge | 1 | -1/+15 |
2015-01-14 | decklinkvideosink: Don't schedule too late frames in prepare() | Sebastian Dröge | 2 | -14/+54 |
2015-01-14 | decklinkvideosink: Keep track of the time when we went to PLAYING for the ext... | Sebastian Dröge | 2 | -2/+13 |
2015-01-14 | decklinkvideosink: Enable QoS and set max-lateness to 20ms | Sebastian Dröge | 1 | -0/+3 |
2015-01-13 | decklink: Use BT2020 colorspace for UltraHD resolutions | Sebastian Dröge | 2 | -14/+14 |
2015-01-13 | decklink: Fix indention once again | Sebastian Dröge | 3 | -6/+3 |
2015-01-13 | decklinkvideosink: Get our own "start time" instead of the one of the pipeline | Sebastian Dröge | 1 | -2/+14 |
2015-01-12 | decklink: Initialize refcount of our C++ classes in the constructor | Sebastian Dröge | 3 | -1/+6 |
2015-01-08 | decklinkvideosrc: Post LATENCY message when the mode changes | Sebastian Dröge | 1 | -1/+2 |
2015-01-08 | decklinkvideosrc: Fix compiler warning | Sebastian Dröge | 1 | -1/+2 |
2015-01-08 | decklinkvideosrc: Add automatic mode detection | Florian Langlois | 4 | -11/+178 |
2015-01-08 | decklink: Add a dummy value to the video connection mapping table for auto | Sebastian Dröge | 1 | -0/+1 |
2015-01-08 | decklinkaudiosrc: Add property to select the audio input connection | Sebastian Dröge | 2 | -0/+91 |
2015-01-08 | decklink: Add XLR and RCA audio connection enums | Sebastian Dröge | 2 | -1/+7 |
2015-01-08 | decklinkvideosrc: Add auto value for the connection property | Sebastian Dröge | 3 | -6/+14 |
2015-01-08 | decklink: Fix indention once again | Sebastian Dröge | 2 | -6/+6 |