summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* h265parse: add support for 'Format range extensions profiles'Guillaume Desmottes2018-03-051-0/+40
* h265parser: decouple GstH265Profile and GstH265ProfileIDCGuillaume Desmottes2018-03-051-14/+18
* Revert "h265parse: early set src caps when input not byte-stream"Nicolas Dufresne2018-03-021-4/+0
* Revert "h264parse: early set src caps when input is avc"Nicolas Dufresne2018-03-021-5/+0
* Port to latest GstAggregator segment APIMathieu Duponchelle2018-03-011-1/+2
* mxfmux: instantiate adapter at the correct placeMathieu Duponchelle2018-02-281-1/+1
* audiolatency: Fix string format specifier and use microseconds everywhereNirbheek Chauhan2018-02-281-10/+13
* audiolatency: Fix cerbero build failureNirbheek Chauhan2018-02-281-1/+1
* audiolatency: New plugin for measuring audio latencyNirbheek Chauhan2018-02-275-0/+512
* checksumsink: remove src pad template from sink elementSreerenj Balachandran2018-02-231-8/+0
* doc: Add section for fakevideosinkNicolas Dufresne2018-02-211-0/+18
* Add fakevideosink elementNicolas Dufresne2018-02-215-2/+275
* meson: Remove unused header listNicolas Dufresne2018-02-211-8/+0
* Update ORC fallback disted codeEdward Hervey2018-02-144-118/+118
* pnm: Fixed segfault in pnmencDimitrios Katsaros2018-02-141-12/+14
* audiomixer: remove, moved to -baseTim-Philipp Müller2018-02-1310-4607/+0
* proxy: remove unneeded object private structsTim-Philipp Müller2018-02-125-88/+75
* interaudio: Make sure both PTS and DTS values are definedCarlos Rafael Giani2018-02-111-1/+2
* Revert "gdpdepay: don't use allocator if it has custom alloc"Víctor Manuel Jáquez Leal2018-02-081-9/+0
* proxy: Fix plugin definitionNirbheek Chauhan2018-02-081-1/+1
* proxy: Remove dead code from Makefile.amNirbheek Chauhan2018-02-081-11/+0
* Add new 'proxy' element to stream data between pipelinesNirbheek Chauhan2018-02-079-0/+893
* netsim: fix format errors for different platformsOmar Akkila2018-02-011-5/+8
* gdpdepay: don't use allocator if it has custom allocVíctor Manuel Jáquez Leal2018-01-311-0/+9
* gdpdepay: don't allocation query if caps aren't fixedVíctor Manuel Jáquez Leal2018-01-311-0/+5
* h26{4,5}parse: expose chroma format and bit depth in capsGuillaume Desmottes2018-01-242-0/+56
* netsim: fix misleading packet delay logJun Xie2018-01-241-4/+5
* Update for renamed aggregator pad APITim-Philipp Müller2018-01-231-7/+7
* mxfdemux: Remove useless checkEdward Hervey2018-01-111-3/+0
* Revert "WIP: Revert "Revert "debugutils: Added new jitterer element"""Vivia Nikolaidou2018-01-045-462/+2
* Revert "WIP: Revert "Revert "timecodestamper: LTC from audio"""Vivia Nikolaidou2018-01-042-624/+44
* Revert "WIP: Revert "Revert "timecodestamper: Modify ltc-add to tc-add"""Vivia Nikolaidou2018-01-042-12/+14
* WIP: Revert "Revert "timecodestamper: Modify ltc-add to tc-add""Vivia Nikolaidou2018-01-042-14/+12
* WIP: Revert "Revert "timecodestamper: LTC from audio""Vivia Nikolaidou2018-01-042-44/+624
* WIP: Revert "Revert "debugutils: Added new jitterer element""Vivia Nikolaidou2018-01-045-2/+462
* festival: Don't forward all queriesNicolas Dufresne2017-12-201-0/+26
* audioaggregator: implement input conversionMathieu Duponchelle2017-12-193-371/+24
* Revert "New element 'proxy' to send data to in-process pipelines"Nirbheek Chauhan2017-12-1910-899/+0
* New element 'proxy' to send data to in-process pipelinesNirbheek Chauhan2017-12-1910-0/+899
* avwait: Added "avwait-status" element messageVivia Nikolaidou2017-12-082-15/+98
* h264parse: make caps writable before modifying themTim-Philipp Müller2017-12-071-2/+4
* Remove GstAggregator from -bad, moved to coreTim-Philipp Müller2017-12-026-8/+3
* h263parse: Add debug log for more annexes when plustypeStian Selnes2017-11-251-0/+6
* netsim: simplify getting buffer size in bitsTim-Philipp Müller2017-11-251-12/+2
* netsim: add "allow-reordering" propertyHavard Graff2017-11-252-3/+52
* netsim: Add gamma distribution for delayStian Selnes2017-11-252-9/+69
* netsim: Change max-delay to be inclusiveStian Selnes2017-11-251-2/+2
* netsim: Add "delay-distribution" property plus normal distributionStian Selnes2017-11-254-7/+116
* netsim: add token bucket algorithm for simulating network congestionHavard Graff2017-11-252-4/+149
* netsim: change property enums to PROP_* and fix indentationHavard Graff2017-11-251-37/+31