summaryrefslogtreecommitdiff
path: root/gst/videorate
AgeCommit message (Expand)AuthorFilesLines
2021-09-15videorate: Drop incoming buffers that are outside of the segmentOlivier Crête1-0/+11
2021-09-15videorate: Only "close" the segment if it is discontinousOlivier Crête1-40/+54
2021-09-15videorate: Update the base time on segment updatesOlivier Crête1-3/+9
2021-03-19gst: don't use volatile to mean atomicMatthew Waters1-1/+1
2021-03-16videorate: allow per feature registrationStéphane Cerveau2-2/+5
2020-08-26videorate/videoscale/audioresample: Ensure that the caps returned from fixate...Sebastian Dröge1-1/+1
2020-07-20videorate: Error out on streams with no way to guess framerateOlivier Crête1-0/+8
2020-07-20videorate: Assert on invalid result from internal codeOlivier Crête1-4/+6
2020-06-01videorate: Update QoS events taking into account our rateThibault Saunier1-0/+37
2020-06-01videorate: Fix changing `rate` property during playbackThibault Saunier2-7/+41
2020-05-26videorate: Fix buffer selection logic in reverse playbackThibault Saunier1-10/+4
2020-05-26videorate: Factor out a method for the`max-duplication-time` propertyThibault Saunier1-50/+59
2020-05-26videorate: Use CLOCK_TIME_IS_VALID instead of checking CLOCK_TIME_NONEThibault Saunier1-5/+4
2020-05-26videorate: Factor out a method to reset modeThibault Saunier1-29/+43
2020-05-26videorate: Do not push an extra buffer on EOS when we are done pushing alreadyThibault Saunier1-5/+11
2020-05-06videorate: Fix buffer timestamp underflow in reverse playbackThibault Saunier1-2/+10
2020-03-23videorate: Signalling reconfigure to upstream whenever updating downstream capsSeungha Yang1-0/+3
2020-03-16videorate: Use G_DECLARE_FINAL_TYPENiels De Graef1-19/+4
2019-11-04videorate: Fix max-duplication-time handlingSebastian Dröge1-0/+38
2019-10-13Remove autotools build systemTim-Philipp Müller1-11/+0
2019-08-30Pass the code through codespellThibault Saunier1-3/+3
2019-05-13doc: Port to hotdocThibault Saunier1-0/+1
2019-02-21videorate: Add max-duplication-time propertyVivia Nikolaidou2-1/+40
2018-04-25Meson: Generate pc file for all plugins in baseXavier Claessens1-0/+1
2018-03-29videorate: In reverse playback mode, don't output the first buffer with ts=se...Sebastian Dröge1-32/+88
2017-07-21videorate: flush remaining buffers on SEGMENT_DONEMathieu Duponchelle1-1/+3
2017-05-20videorate: stop copying buffers in drop-only modeGuillaume Desmottes1-5/+5
2017-05-20videorate: factor out gst_video_rate_push_buffer()Guillaume Desmottes1-14/+23
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-05-02Revert "videorate: In reverse playback mode, don't output the first buffer wi...Sebastian Dröge1-88/+32
2017-05-02videorate: In reverse playback mode, don't output the first buffer with ts=se...Sebastian Dröge1-32/+88
2017-03-10docs: Convert gtkdoc comments to markdownThibault Saunier1-6/+9
2017-01-24videorate: fix LATENCY queryTim-Philipp Müller1-2/+6
2017-01-24videorate: fix duration and position query handlingTim-Philipp Müller1-4/+23
2016-11-04videorate: Add fixed rate propertyJoris Valette2-17/+155
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+8
2016-08-19videorate: Implement basic support for reverse playbackSebastian Dröge1-39/+127
2016-04-03videorate: Don't fill up the segment with duplicate buffers if drop_only==TRUESebastian Dröge1-7/+9
2016-04-03videorate: Remove dead codeSebastian Dröge1-3/+0
2016-04-03videorate: avoid useless buffer copy in drop-only modeFrédéric Bertolus1-1/+5
2016-03-24base: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+4
2016-02-20win32: remove outdated build cruftTim-Philipp Müller1-145/+0
2016-01-08videorate: replace accept-caps with a caps queryThiago Santos1-2/+5
2015-12-16videorate: remove dead codeVincent Penquerc'h1-4/+0
2015-10-02videorate: remove unnecessary break statementVineeth T M1-2/+0
2015-08-13videorate: fixate the pixel-aspect-ratioThiago Santos1-0/+4
2015-08-10videorate: add support for bayer formatsJoan Pau Beltran1-2/+4
2015-05-29videorate: update the caps framerate only in the GST_PAD_SINK transform_caps ...George Kiagiadakis1-1/+1
2015-05-10docs: update element example pipelinesTim-Philipp Müller1-4/+7
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0