summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2020-08-18rtputils: Don't call NULL GstMeta transform functionSebastian Dröge1-2/+3
2020-08-13rtp: Do not register rtpreddec and rtpredenc twiceJulian Bouzas1-10/+0
2020-08-13rtpmanager: Improve readability of "stats" docs by making the fields an actua...Sebastian Dröge4-49/+50
2020-08-10flvmux: Return NEED_DATA when we drop a bufferVivia Nikolaidou1-7/+30
2020-08-10flvmux: Return NEED_DATA when no best pad is foundVivia Nikolaidou1-0/+8
2020-08-10flvmux: Fix possible crash on GST_ITERATOR_RESYNCVivia Nikolaidou1-1/+1
2020-08-08rtph26[45]pay: Change default aggregate-mode to "none" for backwards compatib...Sebastian Dröge2-3/+29
2020-08-04splitmuxsink: Make sure flushing doesn't blockJan Alexander Steffens (heftig)1-3/+5
2020-08-04imagefreeze: Wait until we have a clockVivia Nikolaidou1-2/+7
2020-07-31qtdemux: extract bit depth from codec data for ALACTim-Philipp Müller1-0/+1
2020-07-29auparse: fix compiler warningsJordan Petridis1-3/+3
2020-07-29rtspsrc: drop stream-start message posted by the internal udp sink(s)George Kiagiadakis1-0/+1
2020-07-28qtdemux: create correct pad names in encrypted streamsHosang Lee1-0/+10
2020-07-28matroskamux: Do caps renegotiation when it only adds fieldsThibault Saunier1-2/+3
2020-07-28rtpfunnel: protect internal srccaps with lockTim-Philipp Müller1-2/+21
2020-07-28rtpfunnel: copy caps before sending them in a caps-eventHavard Graff1-1/+4
2020-07-27rtpmanager: fix various documentation issuesMathieu Duponchelle4-23/+24
2020-07-21qtdemux: add Dolby Vision fourccStéphane Cerveau3-0/+18
2020-07-20imagefreeze: Copy GstCapsFeatures to caps for source padLuke Yelavich1-1/+3
2020-07-20rtpmanager: fix "redefinition of typedef RTPTWCCManager" compiler warningTim-Philipp Müller1-1/+0
2020-07-17rtp*pay: Allocate using the base class for audio codecsOlivier Crête14-17/+40
2020-07-15rtspsrc: Fix segfault with illegal freeOgnyan Tonchev1-12/+5
2020-07-15qtdemux: fix allocation explosion with stsd entriesJustin Chadwell1-1/+5
2020-07-15qtdemux: fix crashes when input stream contained no stsd entriesJustin Chadwell1-0/+2
2020-07-07qtmux: Don't lock object lock twice in prefill modeSebastian Dröge1-2/+1
2020-07-04meson: add update-orc-dist targetTim-Philipp Müller4-0/+4
2020-07-02deinterlace: Disable nasm support on x32Nirbheek Chauhan1-5/+1
2020-07-01deinterlace: Fix build on x32Nirbheek Chauhan1-1/+5
2020-07-01matroska-mux: Wait for caps on sparse streamsJan Schmidt1-3/+12
2020-07-01matroska-mux: Warn on late caps arrivalJan Schmidt1-0/+17
2020-06-30imagefreeze: Return TRUE from the LATENCY query handlingSebastian Dröge1-0/+1
2020-06-29imagefreeze: Add a live modeSebastian Dröge2-14/+185
2020-06-28imagefreeze: Correctly answer the LATENCY querySebastian Dröge1-5/+4
2020-06-26splitmuxsink: flesh out docs for format-location* signalsTim-Philipp Müller1-2/+10
2020-06-26rtpstats: guard against division by zeroHavard Graff1-4/+6
2020-06-26rtptwcc: fix pruning of ack'ed twcc-packetsHavard Graff1-1/+1
2020-06-25splitmuxsink: Add new properties for setting muxer/sink presetsSebastian Dröge2-0/+70
2020-06-24autodetect: mark filter-caps property as DOC_SHOW_DEFAULTMathieu Duponchelle1-1/+2
2020-06-23docs: mark GstIirEqualizer as plugin APIMathieu Duponchelle1-0/+2
2020-06-23docs: mark more types as plugin APIMathieu Duponchelle3-0/+6
2020-06-21deinterlace: Add the missing ORC_RESTRICT define.He Junyan1-0/+9
2020-06-19meson: deinterlace: Check host cpu type for asm buildSeungha Yang1-1/+1
2020-06-18qtdemux: Split tag reading functions outJan Schmidt5-1229/+1311
2020-06-18qtdemux: Move some tree parsing files out to a separate file.Jan Schmidt4-93/+171
2020-06-18qtdemux: Factor out svmi parsing. Fix bounds checking.Jan Schmidt2-45/+74
2020-06-16rtspsrc: Don't return TRUE for unhandled querySeungha Yang1-2/+3
2020-06-16deinterlace: Add yadif ASM optimisationsVivia Nikolaidou5-40/+2393
2020-06-12deinterlace: Fix invalid read in yadifVivia Nikolaidou1-2/+2
2020-06-12flvdemux: Change a GST_ERROR_OBJECT() back to GST_DEBUG_OBJECT()Sebastian Dröge1-1/+1
2020-06-11Use gst_element_class_set_metadata when passing dynamic stringsJordan Petridis1-1/+1