summaryrefslogtreecommitdiff
path: root/gst/videorate/gstvideorate.c
Commit message (Expand)AuthorAgeFilesLines
* videorate: Drop incoming buffers that are outside of the segmentOlivier Crête2021-09-151-0/+11
* videorate: Only "close" the segment if it is discontinousOlivier Crête2021-09-151-40/+54
* videorate: Update the base time on segment updatesOlivier Crête2021-09-151-3/+9
* videorate: allow per feature registrationStéphane Cerveau2021-03-161-2/+3
* videorate/videoscale/audioresample: Ensure that the caps returned from fixate...Sebastian Dröge2020-08-261-1/+1
* videorate: Error out on streams with no way to guess framerateOlivier Crête2020-07-201-0/+8
* videorate: Assert on invalid result from internal codeOlivier Crête2020-07-201-4/+6
* videorate: Update QoS events taking into account our rateThibault Saunier2020-06-011-0/+37
* videorate: Fix changing `rate` property during playbackThibault Saunier2020-06-011-7/+40
* videorate: Fix buffer selection logic in reverse playbackThibault Saunier2020-05-261-10/+4
* videorate: Factor out a method for the`max-duplication-time` propertyThibault Saunier2020-05-261-50/+59
* videorate: Use CLOCK_TIME_IS_VALID instead of checking CLOCK_TIME_NONEThibault Saunier2020-05-261-5/+4
* videorate: Factor out a method to reset modeThibault Saunier2020-05-261-29/+43
* videorate: Do not push an extra buffer on EOS when we are done pushing alreadyThibault Saunier2020-05-261-5/+11
* videorate: Fix buffer timestamp underflow in reverse playbackThibault Saunier2020-05-061-2/+10
* videorate: Signalling reconfigure to upstream whenever updating downstream capsSeungha Yang2020-03-231-0/+3
* videorate: Fix max-duplication-time handlingSebastian Dröge2019-11-041-0/+38
* Pass the code through codespellThibault Saunier2019-08-301-3/+3
* videorate: Add max-duplication-time propertyVivia Nikolaidou2019-02-211-1/+39
* videorate: In reverse playback mode, don't output the first buffer with ts=se...Sebastian Dröge2018-03-291-32/+88
* videorate: flush remaining buffers on SEGMENT_DONEMathieu Duponchelle2017-07-211-1/+3
* videorate: stop copying buffers in drop-only modeGuillaume Desmottes2017-05-201-5/+5
* videorate: factor out gst_video_rate_push_buffer()Guillaume Desmottes2017-05-201-14/+23
* Revert "videorate: In reverse playback mode, don't output the first buffer wi...Sebastian Dröge2017-05-021-88/+32
* videorate: In reverse playback mode, don't output the first buffer with ts=se...Sebastian Dröge2017-05-021-32/+88
* docs: Convert gtkdoc comments to markdownThibault Saunier2017-03-101-6/+9
* videorate: fix LATENCY queryTim-Philipp Müller2017-01-241-2/+6
* videorate: fix duration and position query handlingTim-Philipp Müller2017-01-241-4/+23
* videorate: Add fixed rate propertyJoris Valette2016-11-041-14/+154
* videorate: Implement basic support for reverse playbackSebastian Dröge2016-08-191-39/+127
* videorate: Don't fill up the segment with duplicate buffers if drop_only==TRUESebastian Dröge2016-04-031-7/+9
* videorate: Remove dead codeSebastian Dröge2016-04-031-3/+0
* videorate: avoid useless buffer copy in drop-only modeFrédéric Bertolus2016-04-031-1/+5
* base: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+4
* videorate: replace accept-caps with a caps queryThiago Santos2016-01-081-2/+5
* videorate: remove dead codeVincent Penquerc'h2015-12-161-4/+0
* videorate: remove unnecessary break statementVineeth T M2015-10-021-2/+0
* videorate: fixate the pixel-aspect-ratioThiago Santos2015-08-131-0/+4
* videorate: add support for bayer formatsJoan Pau Beltran2015-08-101-2/+4
* videorate: update the caps framerate only in the GST_PAD_SINK transform_caps ...George Kiagiadakis2015-05-291-1/+1
* docs: update element example pipelinesTim-Philipp Müller2015-05-101-4/+7
* videorate: downgrade left-over ERROR debug messageTim-Philipp Müller2015-04-041-1/+1
* videorate: fix a couple of memory leaksTim-Philipp Müller2015-04-041-4/+8
* videorate: Detect framerate if not forced to variable downstreamThibault Saunier2015-04-021-1/+65
* videorate: Do not loop forever pushing first buffer when variable framerateThibault Saunier2015-04-021-0/+8
* videorate: Don't leak the poolsNicolas Dufresne2015-03-241-1/+3
* videorate: Accept any capsfeaturesOlivier Crete2015-03-091-5/+8
* videorate: Implement allocation queryNicolas Dufresne2015-01-181-0/+58
* Revert "videorate: Implement allocation query"Nicolas Dufresne2015-01-181-37/+6
* videorate: Implement allocation queryNicolas Dufresne2015-01-181-6/+37