summaryrefslogtreecommitdiff
path: root/gst/mpegtsdemux/tsdemux.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-08-051-1/+1
* 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-111-11/+6
* tsdemux: Parse Audio Preselection Descriptoryychao2020-09-141-0/+26
* tsdemux: Add new API for fetching extended descriptorsyychao2020-09-141-4/+3
* tsdemux: Handle old streams claiming to be HDMV with OpusJan Schmidt2020-05-251-2/+6
* mpegtsdemux: Don't pretend doing NAL alignmentNicolas Dufresne2020-04-141-12/+6
* tsdemux: Set mpegversion for AAC ADTS stream based on parsed ADTS headerSeungha Yang2020-03-231-2/+93
* tsdemux: Add format_identifier for AC4 codecDong Il Park2020-03-101-0/+4
* tsdemux: Add support for AC4yychao2020-03-091-0/+16
* 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-051-1/+1
* tsdemux: Make latency configurableOlivier Crête2019-08-271-4/+22
* 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-071-33/+35
* tsdemux: implement preliminary support for the bitrate queryMatthew Waters2018-11-071-0/+37
* 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-061-1/+1
* tsdemux: ignore sparse stream when checking for initial timestampAurélien Zanelli2018-05-041-4/+17
* tsdemux: Make jp2k handling more robust and efficientEdward Hervey2017-09-011-24/+20
* tsdemux: Handle quirk in jp2k es header handlingEdward Hervey2017-09-011-0/+12
* tsdemux: Properly error out on jp2k parsing errorsEdward Hervey2017-08-291-0/+8
* tsmux/tsdemux: Add support for JPEG2000Aaron Boxer2017-07-211-3/+232
* tsdemux: Set caps/tags in the GstStream object before pushing the stream-star...Sebastian Dröge2017-01-241-3/+3
* tsdemux: Don't leak pad name and template for OpusSebastian Dröge2017-01-201-3/+0
* tsdemux: Post an error message on the bus if we activated a program without padsSebastian Dröge2016-11-281-0/+14
* mpegtsdemux: Implement efficient program updatesEdward Hervey2016-10-121-0/+31
* mpegtsdemux: Fix issues with GST_DISABLE_GST_DEBUGEdward Hervey2016-10-111-2/+0
* mpegtsdemux: Switch to using GstStream/GstStreamCollectionEdward Hervey2016-10-111-9/+26
* tsdemux: Add conditions to identify ATSC EAC3Wonchul Lee2016-10-031-0/+14
* tsdemux: Support ATSC EAC3Wonchul Lee2016-09-011-0/+5
* tsdemux: Fix draining on wrong programsEdward Hervey2016-08-031-13/+21
* tsdemux: Fix GAP synchronization without a valid PCR PIDEdward Hervey2016-08-031-7/+13
* mpegtsdemux: only wait for PCR when PCR pid is setArnaud Vrac2016-08-031-0/+2
* tsdemux: add support for LPCM with stream_type = 0x83Michael Olbrich2016-07-251-0/+4
* tsdemux: Change the pad naming scheme to include a generation IDJan Schmidt2016-06-061-8/+20
* tsdemux: add video/x-h265 to template capsTim-Philipp Müller2016-03-121-0/+2
* mpegts: Don't leave freed programs in the hash tableJan Schmidt2016-03-121-0/+5
* tsdemux: Don't reset/recalculate segments with accurate seeksEdward Hervey2016-03-081-3/+4
* tsdemux: Expose DVB Subpicture as subpicturesEdward Hervey2015-12-021-2/+2