summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* h265parse: Fix periodic SPS/PPS sending work after a seekSeungha Yang2018-09-111-1/+5
* h265parse: Add support insert parameter set per IDRSeungha Yang2018-09-112-112/+132
* h265parse: Don't discard first AU delimiterSeungha Yang2018-09-111-0/+6
* h265parse: Consider SEI NALU as "HEADER" packetsSeungha Yang2018-09-111-0/+1
* h265parse: Don't unref buffer that was unreffed just a few lines before alreadySeungha Yang2018-09-111-1/+0
* h265parse: Reset the parser information when caps changesSeungha Yang2018-09-111-19/+36
* h265parse: Fix collection of access units to preserve config headersSeungha Yang2018-09-111-2/+9
* h265parse: Improve conditions for skipping NAL unitsSeungha Yang2018-09-111-14/+36
* h265parse: Introduce new state tracking variablesSeungha Yang2018-09-112-1/+33
* h265parse: Fix and optimize NAL collection functionSeungha Yang2018-09-111-3/+3
* h265parse: Unref/replace force_key_unit_event in gst_h265_parse_resetSeungha Yang2018-09-111-1/+1
* h265parse: Copy over DISCONT flag from input buffersSeungha Yang2018-09-112-0/+14
* audiobuffersplit: Always set DISCONT flag after resyncsSebastian Dröge2018-08-291-0/+4
* audiobuffersplit: Update output buffer size after each buffer to compensate f...Sebastian Dröge2018-08-291-0/+7
* audiobuffersplit: Keep track of resync time separatelySebastian Dröge2018-08-292-5/+3
* compositor: Don't leak all buffers while crossfading and not all pads are cro...Sebastian Dröge2018-07-261-0/+5
* compositor: Use 255 as maximum alpha instead of 256Sebastian Dröge2018-07-251-7/+5
* tsdemux: Don't set invalid seqnum on segment eventNicolas Dufresne2018-06-191-1/+3
* tsdemux: Don't query duration if program isn't activeEdward Hervey2018-06-191-0/+5
* mpegtsdemux: Fix SEGMENT seqnum propagationEdward Hervey2018-06-193-3/+10
* tsdemux: ignore sparse stream when checking for initial timestampAurélien Zanelli2018-05-141-4/+17
* rfbsrc: Fix decide_allocation to support NULL poolNicolas Dufresne2018-04-281-1/+5
* rfbsrc: Fix support for applevncserverNicolas Dufresne2018-04-281-1/+1
* jpegparse: Fix APP1 marker segment parsingSreerenj Balachandran2018-04-161-0/+3
* fakevideosink: explicit type cast for max-lateness property setterPhilippe Normand2018-04-121-2/+2
* h265parse: Make caps writable before modifying themSeungha Yang2018-04-111-2/+4
* fakevideosink: request an extra buffer if enable-last-sample is enabledGuillaume Desmottes2018-04-091-1/+7
* audiolatency: Fix wave detection in buffersNirbheek Chauhan2018-04-031-7/+2
* audiolatency: Avoid bogus pts values while startingNirbheek Chauhan2018-04-031-5/+19
* rtponviftimestamp: fix state change function init/resetTim-Philipp Müller2018-03-271-9/+9
* tsmux: Don't use GST_DEBUG_OBJECT() with non-GObject typesSebastian Dröge2018-03-241-2/+1
* mpegtsmux: Explicitly resend PAT/SI/PMT on force-keyunit eventsSebastian Dröge2018-03-243-4/+50
* mpegtsmux: Deterministically set the PCR stream to the first stream of the pr...Sebastian Dröge2018-03-241-3/+9
* mpegtsmux: Reset a few more fields in mpegtsmux_reset() to their original valuesSebastian Dröge2018-03-241-0/+3
* h264parse: reset internal 'state' variable properlyBrendan Shanks2018-03-211-0/+1
* 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