summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* compositor: update disted orc backup filesTim-Philipp Müller2018-11-022-2/+612
* compositor: Fix enum type mismatchVíctor Manuel Jáquez Leal2018-10-311-3/+3
* compositor: fix undeclared functionsJohan Bjäreholt2018-10-301-0/+2
* compositor: Implement different operators via per-pad propertySebastian Dröge2018-10-285-197/+220
* compositor: Remove extra header for the pad declarationSebastian Dröge2018-10-274-71/+38
* meson: Replace empty configuration_data() with copy keywordSeungha Yang2018-10-174-8/+8
* avwait: Fix sending of dropping=true messagesVivia Nikolaidou2018-10-041-0/+6
* mpegtsmux: add custom AC-3 descriptorMathieu Duponchelle2018-09-271-0/+4
* avwait: Send dropping=true message after all streams stoppedVivia Nikolaidou2018-09-212-11/+77
* h265parse: Fix periodic SPS/PPS sending work after a seekSeungha Yang2018-09-101-1/+5
* h265parse: Add support insert parameter set per IDRSeungha Yang2018-09-102-112/+132
* h265parse: Don't discard first AU delimiterSeungha Yang2018-09-101-0/+6
* h265parse: Consider SEI NALU as "HEADER" packetsSeungha Yang2018-09-101-0/+1
* h265parse: Don't unref buffer that was unreffed just a few lines before alreadySeungha Yang2018-09-101-1/+0
* h265parse: Reset the parser information when caps changesSeungha Yang2018-09-101-19/+36
* h265parse: Fix collection of access units to preserve config headersSeungha Yang2018-09-101-2/+9
* h265parse: Improve conditions for skipping NAL unitsSeungha Yang2018-09-101-14/+36
* h265parse: Introduce new state tracking variablesSeungha Yang2018-09-102-1/+33
* h265parse: Fix and optimize NAL collection functionSeungha Yang2018-09-101-3/+3
* h265parse: Unref/replace force_key_unit_event in gst_h265_parse_resetSeungha Yang2018-09-101-1/+1
* h265parse: Copy over DISCONT flag from input buffersSeungha Yang2018-09-102-0/+14
* watchdog: Add missing static keywordNicolas Dufresne2018-09-101-4/+2
* timecodestamper: Fix typo in set_drop_frameVivia Nikolaidou2018-09-031-1/+1
* audiobuffersplit: Fix format string warningJohan Bjäreholt2018-08-281-2/+2
* freeverb: update for g_type_class_add_private() deprecationTim-Philipp Müller2018-08-191-8/+5
* audiobuffersplit: Add a gapless mode which inserts silence/drops samples on d...Sebastian Dröge2018-08-172-11/+178
* audiobuffersplit: Always set DISCONT flag after resyncsSebastian Dröge2018-08-171-0/+4
* audiobuffersplit: Keep track of resync time separatelySebastian Dröge2018-08-172-5/+3
* audiobuffersplit: Update output buffer size after each buffer to compensate f...Sebastian Dröge2018-08-171-0/+7
* avwait: Start video and audio together if audio starts lateVivia Nikolaidou2018-08-172-14/+72
* compositor: Define crossfade-ratio to have range [0.0,1.0]Sebastian Dröge2018-08-161-10/+9
* rfbdecoder: don't free decoder dataWim Taymans2018-08-161-3/+0
* avwait: Don't wait if audio_running_time_to_wait_for is NONEVivia Nikolaidou2018-08-011-12/+2
* jpegparse: Generate timestamp if framerate is knownNicolas Dufresne2018-07-271-0/+3
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-1/+1
* meson: Add feature options for many pluginsNirbheek Chauhan2018-07-271-63/+18
* compositor: Don't leak all buffers while crossfading and not all pads are cro...Sebastian Dröge2018-07-261-0/+5
* avwait: Add recording propertyVivia Nikolaidou2018-07-242-40/+164
* compositor: Use 255 as maximum alpha instead of 256Sebastian Dröge2018-07-231-7/+5
* compositor: Update conversion info in property setterSeungha Yang2018-07-181-4/+4
* ivfparse: Add the AV01 FOURCC for parsing AV1 IVFsGeorg Ottinger2018-06-291-1/+9
* jpegformat: get rid of unnecessary private structsTim-Philipp Müller2018-06-234-188/+154
* 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-121-0/+5
* mpegtsdemux: Fix SEGMENT seqnum propagationEdward Hervey2018-06-063-3/+10
* gdp: ignore timestamp of eventKyrylo Polezhaiev2018-05-072-3/+3
* videoaggregator: Switch to a GstVideoAggregatorConvertPad subclassSebastian Dröge2018-05-062-221/+55
* videoaggregator: Move needs_alpha pad field to the private structSebastian Dröge2018-05-051-1/+2
* videoaggregator: Move aggregated_frame and the pad buffer into the private st...Sebastian Dröge2018-05-051-52/+46
* videoaggregator: Move GstChildProxy implementations into leaf classesSebastian Dröge2018-05-041-1/+90