summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2018-09-10h265parse: Improve conditions for skipping NAL unitsSeungha Yang1-14/+36
2018-09-10h265parse: Introduce new state tracking variablesSeungha Yang2-1/+33
2018-09-10h265parse: Fix and optimize NAL collection functionSeungha Yang1-3/+3
2018-09-10h265parse: Unref/replace force_key_unit_event in gst_h265_parse_resetSeungha Yang1-1/+1
2018-09-10h265parse: Copy over DISCONT flag from input buffersSeungha Yang2-0/+14
2018-09-10watchdog: Add missing static keywordNicolas Dufresne1-4/+2
2018-09-03timecodestamper: Fix typo in set_drop_frameVivia Nikolaidou1-1/+1
2018-08-28audiobuffersplit: Fix format string warningJohan Bjäreholt1-2/+2
2018-08-19freeverb: update for g_type_class_add_private() deprecationTim-Philipp Müller1-8/+5
2018-08-17audiobuffersplit: Add a gapless mode which inserts silence/drops samples on d...Sebastian Dröge2-11/+178
2018-08-17audiobuffersplit: Always set DISCONT flag after resyncsSebastian Dröge1-0/+4
2018-08-17audiobuffersplit: Keep track of resync time separatelySebastian Dröge2-5/+3
2018-08-17audiobuffersplit: Update output buffer size after each buffer to compensate f...Sebastian Dröge1-0/+7
2018-08-17avwait: Start video and audio together if audio starts lateVivia Nikolaidou2-14/+72
2018-08-16compositor: Define crossfade-ratio to have range [0.0,1.0]Sebastian Dröge1-10/+9
2018-08-16rfbdecoder: don't free decoder dataWim Taymans1-3/+0
2018-08-01avwait: Don't wait if audio_running_time_to_wait_for is NONEVivia Nikolaidou1-12/+2
2018-07-27jpegparse: Generate timestamp if framerate is knownNicolas Dufresne1-0/+3
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-1/+1
2018-07-27meson: Add feature options for many pluginsNirbheek Chauhan1-63/+18
2018-07-26compositor: Don't leak all buffers while crossfading and not all pads are cro...Sebastian Dröge1-0/+5
2018-07-24avwait: Add recording propertyVivia Nikolaidou2-40/+164
2018-07-23compositor: Use 255 as maximum alpha instead of 256Sebastian Dröge1-7/+5
2018-07-18compositor: Update conversion info in property setterSeungha Yang1-4/+4
2018-06-29ivfparse: Add the AV01 FOURCC for parsing AV1 IVFsGeorg Ottinger1-1/+9
2018-06-23jpegformat: get rid of unnecessary private structsTim-Philipp Müller4-188/+154
2018-06-19tsdemux: Don't set invalid seqnum on segment eventNicolas Dufresne1-1/+3
2018-06-12tsdemux: Don't query duration if program isn't activeEdward Hervey1-0/+5
2018-06-06mpegtsdemux: Fix SEGMENT seqnum propagationEdward Hervey3-3/+10
2018-05-07gdp: ignore timestamp of eventKyrylo Polezhaiev2-3/+3
2018-05-06videoaggregator: Switch to a GstVideoAggregatorConvertPad subclassSebastian Dröge2-221/+55
2018-05-05videoaggregator: Move needs_alpha pad field to the private structSebastian Dröge1-1/+2
2018-05-05videoaggregator: Move aggregated_frame and the pad buffer into the private st...Sebastian Dröge1-52/+46
2018-05-04videoaggregator: Move GstChildProxy implementations into leaf classesSebastian Dröge1-1/+90
2018-05-04tsdemux: ignore sparse stream when checking for initial timestampAurélien Zanelli1-4/+17
2018-05-04scenechange: improve detection algorithmVineeth T M1-2/+9
2018-04-25rfbsrc: Fix decide_allocation to support NULL poolNicolas Dufresne1-1/+5
2018-04-25rfbsrc: Fix support for applevncserverNicolas Dufresne1-1/+1
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens62-0/+62
2018-04-25h264parse: add constrained and progressive profilesGuillaume Desmottes1-1/+9
2018-04-22Fix code indentationTim-Philipp Müller1-2/+2
2018-04-21testsrcbin: typo fixesTim-Philipp Müller1-2/+2
2018-04-21testsrcbin: fix bug setting stream flagsTim-Philipp Müller1-1/+1
2018-04-21testsrcbin: fix memory leakTim-Philipp Müller1-1/+4
2018-04-19testsrcbin: Do not use G_DECLARE_ as it requires GLib 2.44Thibault Saunier1-2/+14
2018-04-19debugutils: Add a testsrcbin elementThibault Saunier4-1/+427
2018-04-16jpegparse: Fix APP1 marker segment parsingSreerenj Balachandran1-0/+3
2018-04-16pcapparse: bail out in case of fragmented packetsAntonio Ospite1-0/+10
2018-04-16pcapparse: add some comments about the pcap format headersAntonio Ospite1-0/+11
2018-04-11h265parse: Make caps writable before modifying themSeungha Yang1-2/+4