summaryrefslogtreecommitdiff
path: root/gst/mpegtsdemux
Commit message (Expand)AuthorAgeFilesLines
* mpegtspacketizer: memcmp potentially seen_before dataVivia Nikolaidou2021-09-201-3/+14
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-08-052-2/+5
* tsdemux: Notify when ignore_pcr is setJan Alexander Steffens (heftig)2021-07-281-0/+1
* tsdemux: Handle PCR-less streamsEdward Hervey2021-07-221-3/+30
* tsdemux: Clear all streams when rewindingEdward Hervey2021-06-031-4/+21
* tsdemux: fix truncated output segment when seeking with a stopMathieu Duponchelle2021-04-211-2/+1
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-116-33/+22
* mpegtsparse: Fix switched DTS/PTS when set-timestamps=falseJan Alexander Steffens (heftig)2021-03-011-2/+2
* tsparse: Don't use non-object for debugging statementEdward Hervey2020-12-141-1/+1
* mpegts: Don't add non-padded streams to collection on updatesEdward Hervey2020-12-142-2/+5
* tsparse: Forward incoming timestampsEdward Hervey2020-12-023-22/+52
* mpegtsdemux: Fix off by one errorEdward Hervey2020-11-131-1/+1
* mpegtspacketizer: Handle PCR issues with adaptive streamsEdward Hervey2020-11-091-3/+15
* tsdemux: Parse Audio Preselection Descriptoryychao2020-09-141-0/+26
* tsdemux: Add new API for fetching extended descriptorsyychao2020-09-143-4/+19
* docs: mark more types as plugin APIMathieu Duponchelle2020-06-231-0/+2
* mpegtsdemux: Deliver all packets to tsparseJan Alexander Steffens (heftig)2020-05-284-2/+6
* tsdemux: Handle old streams claiming to be HDMV with OpusJan Schmidt2020-05-251-2/+6
* mpegtsdemux: Close a buffer leak and simplify input_doneJan Alexander Steffens (heftig)2020-05-183-15/+7
* mpegtsdemux: Don't pretend doing NAL alignmentNicolas Dufresne2020-04-141-12/+6
* mpegtspacketizer: be more tolerant when parsing the adaptation fieldMichael Olbrich2020-04-071-1/+12
* tsdemux: Send instant-rate-change event if requested in the SEEK eventJan Schmidt2020-04-021-2/+28
* tsdemux: Set mpegversion for AAC ADTS stream based on parsed ADTS headerSeungha Yang2020-03-231-2/+93
* mpegts: Add a property to ignore broken PCR streamsEdward Hervey2020-03-112-4/+34
* tsdemux: Add format_identifier for AC4 codecDong Il Park2020-03-102-0/+5
* tsdemux: Add support for AC4yychao2020-03-092-0/+18
* tsparse: Add split-on-rai propertyVivia Nikolaidou2020-02-112-0/+33
* mpegtsparse: Moved dispose function into finalizeVivia Nikolaidou2020-01-291-10/+1
* mpegtsparse: Added alignment propertyVivia Nikolaidou2020-01-292-13/+203
* mpegtsparse: Set delta unit flag on non-random-access buffersVivia Nikolaidou2020-01-291-0/+3
* mpegtsparse: Packetize output on default srcpadVivia Nikolaidou2020-01-291-15/+9
* mpegtsparse: Factor common code into mpegts_packet_to_bufferVivia Nikolaidou2020-01-291-8/+12
* mpegtspacketizer: Fix typo in flag nameVivia Nikolaidou2020-01-291-1/+1
* mpegtsdemux: resurrect actual and efficient seeking of all kindsMark Nauwelaerts2019-12-311-1/+1
* tsdemux: Always issue a DTS even when it's equal to PTSVivia Nikolaidou2019-11-141-1/+2
* tsdemux: Handle continuity mismatch in more casesEdward Hervey2019-11-071-4/+15
* documentation: fixed a heap o' typosAaron Boxer2019-11-055-8/+8
* mpegts: Add support for SCTE-35 sectionsEdward Hervey2019-10-311-4/+14
* mpegtspacketizer: Fix off-by-one errorEdward Hervey2019-10-311-1/+1
* Remove autotools build systemTim-Philipp Müller2019-10-141-29/+0
* tsdemux: Make latency configurableOlivier Crête2019-08-272-4/+23
* tsdemux: Limit the maximum PES payload sizeJan Schmidt2019-08-211-9/+27
* tsdemux: do not error if buffer size is invalid due to DISCONTAaron Boxer2019-08-161-2/+15
* tsdemux: always take the seek segment stop into accountMathieu Duponchelle2019-08-071-1/+3
* tsdemux: Use gst_segment_do_seek()Jan Schmidt2019-08-071-44/+61
* mpegtsdemux: Keep the position increasing.Jan Schmidt2019-08-071-4/+7
* mpegts: Re-work segment trackingJan Schmidt2019-08-075-39/+46
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* tsdemux: Skew correction should use the upstream DTSJan Schmidt2019-02-131-3/+6
* tsdemux: implement preliminary support for the bitrate queryMatthew Waters2018-11-073-0/+63