summaryrefslogtreecommitdiff
path: root/gst/timecode
Commit message (Expand)AuthorAgeFilesLines
* timecodestamper: add support for closedcaption inputMathieu Duponchelle2021-08-262-74/+90
* timecodestamper: Fix latency calculationSebastian Dröge2021-08-051-3/+5
* avwait: Don't consider it a segment change if the segment is the same except ...Sebastian Dröge2021-06-231-8/+10
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-115-6/+8
* avwait: Don't reset time tracking when receiving the same segment againSebastian Dröge2021-03-301-13/+29
* avwait: Don't post messages with the mutex lockedSebastian Dröge2021-03-091-41/+91
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-062-3/+3
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-042-0/+5
* timecodestamper: Unref latency query after usageSebastian Dröge2020-05-061-0/+2
* timecodestamper: Plug a leakThibault Saunier2020-03-111-0/+3
* timecodestamper: Add seeking supportThibault Saunier2020-03-042-5/+81
* timecodestamper: Add property to set the extra latency to introduce for waiti...Sebastian Dröge2020-01-132-10/+25
* timecodestamper: Add some more debug outputSebastian Dröge2020-01-131-2/+16
* timecodestamper: Skip over invalid LTC timecodes immediatelySebastian Dröge2020-01-101-12/+15
* timecodestamper: Clean up old LTC timecodes on LTC discontinuitySebastian Dröge2020-01-101-5/+26
* timecodestamper: Fix waiting for the first video frame in case of live video ...Sebastian Dröge2020-01-101-5/+11
* timecodestamper: Fix up handling/queueing of LTC timecodesSebastian Dröge2020-01-102-157/+181
* timecodestamper: Only allow requesting LTC audio pad in NULL/READY statesSebastian Dröge2020-01-101-2/+10
* timecodestamper: In live mode wait correctly for the latency to passSebastian Dröge2020-01-101-5/+12
* timecodestamper: Use the internal LTC timecode tracker instead of the last on...Sebastian Dröge2020-01-101-2/+2
* timecodestamper: Refactor LTC audio waiting and properly handle live inputsSebastian Dröge2019-12-302-16/+230
* timecodestamper: Create LTC sink pad with the correct name according to the t...Sebastian Dröge2019-11-191-1/+1
* timecodestamper: Add properties to time out cached upstream/LTC timecodes aft...Sebastian Dröge2019-10-232-10/+82
* timecodestamper: Add new auto-resync boolean propertySebastian Dröge2019-10-232-5/+21
* timecodestamper: Add last-known-or-zero modeSebastian Dröge2019-10-232-0/+11
* timecodestamper: Don't initialize upstream timecode with zero if none was seenSebastian Dröge2019-10-231-9/+9
* timecodestamper: Update set-tc property documentation with latest version of ...Sebastian Dröge2019-10-231-2/+2
* Remove autotools build systemTim-Philipp Müller2019-10-141-9/+0
* timecodestamper: Require a non-0/1 framerate on the pad templatesSebastian Dröge2019-08-061-2/+2
* avwait: Improve debug output a bitSebastian Dröge2019-08-061-0/+6
* timecodestamper: Validate LTC timestamps before trying to use themSebastian Dröge2019-07-251-4/+11
* avwait: In running-time mode, select start/end running time based on the actu...Sebastian Dröge2019-07-121-65/+65
* avwait: Add some more debug outputSebastian Dröge2019-07-121-5/+13
* avwait: Fix clipping of audio buffers at the start of recordingSebastian Dröge2019-07-121-2/+16
* timecodestamper: Add support for linear timecode (LTC) from an audio streamSebastian Dröge2019-07-083-1/+785
* timecodestamper: Rewrite element API and code flowSebastian Dröge2019-07-083-182/+608
* avwait: Make sure to never unref an input buffer we already unreffed beforeSebastian Dröge2019-06-241-6/+14
* avwait: Add support for setting an end running timeSebastian Dröge2019-06-242-4/+52
* avwait: Correctly stop recording and signal recording stop on EOSSebastian Dröge2019-06-241-5/+50
* avwait: Allow start and end timecode to be set back to NULLSebastian Dröge2019-06-051-3/+5
* avwait: Don't print warnings for every buffer passedVivia Nikolaidou2019-05-311-2/+2
* avwait: Protect properties and some other code with the mutexSebastian Dröge2019-05-241-2/+30
* avwait: Insert some empty lines to give the code some space to breathSebastian Dröge2019-05-241-1/+17
* avwait: Allow setting start timecode after end timecode and the other way aroundSebastian Dröge2019-05-241-57/+30
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* timecodestamper: Don't use deprecated APISebastian Dröge2018-12-201-2/+9
* avwait: Fix sending of dropping=true messagesVivia Nikolaidou2018-10-041-0/+6
* avwait: Send dropping=true message after all streams stoppedVivia Nikolaidou2018-09-212-11/+77
* timecodestamper: Fix typo in set_drop_frameVivia Nikolaidou2018-09-031-1/+1
* avwait: Start video and audio together if audio starts lateVivia Nikolaidou2018-08-172-14/+72