summaryrefslogtreecommitdiff
path: root/gst/mpegtsdemux/tsdemux.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-05Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller1-1/+1
2021-07-28tsdemux: Notify when ignore_pcr is setJan Alexander Steffens (heftig)1-0/+1
2021-07-22tsdemux: Handle PCR-less streamsEdward Hervey1-3/+30
2021-06-03tsdemux: Clear all streams when rewindingEdward Hervey1-4/+21
2021-04-21tsdemux: fix truncated output segment when seeking with a stopMathieu Duponchelle1-2/+1
2021-04-11gst-plugins: allow per feature registrationStéphane Cerveau1-11/+6
2020-09-14tsdemux: Parse Audio Preselection Descriptoryychao1-0/+26
2020-09-14tsdemux: Add new API for fetching extended descriptorsyychao1-4/+3
2020-05-25tsdemux: Handle old streams claiming to be HDMV with OpusJan Schmidt1-2/+6
2020-04-14mpegtsdemux: Don't pretend doing NAL alignmentNicolas Dufresne1-12/+6
2020-03-23tsdemux: Set mpegversion for AAC ADTS stream based on parsed ADTS headerSeungha Yang1-2/+93
2020-03-10tsdemux: Add format_identifier for AC4 codecDong Il Park1-0/+4
2020-03-09tsdemux: Add support for AC4yychao1-0/+16
2019-12-31mpegtsdemux: resurrect actual and efficient seeking of all kindsMark Nauwelaerts1-1/+1
2019-11-14tsdemux: Always issue a DTS even when it's equal to PTSVivia Nikolaidou1-1/+2
2019-11-07tsdemux: Handle continuity mismatch in more casesEdward Hervey1-4/+15
2019-11-05documentation: fixed a heap o' typosAaron Boxer1-1/+1
2019-08-27tsdemux: Make latency configurableOlivier Crête1-4/+22
2019-08-21tsdemux: Limit the maximum PES payload sizeJan Schmidt1-9/+27
2019-08-16tsdemux: do not error if buffer size is invalid due to DISCONTAaron Boxer1-2/+15
2019-08-07tsdemux: always take the seek segment stop into accountMathieu Duponchelle1-1/+3
2019-08-07tsdemux: Use gst_segment_do_seek()Jan Schmidt1-44/+61
2019-08-07mpegtsdemux: Keep the position increasing.Jan Schmidt1-4/+7
2019-08-07mpegts: Re-work segment trackingJan Schmidt1-33/+35
2018-11-07tsdemux: implement preliminary support for the bitrate queryMatthew Waters1-0/+37
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 Hervey1-1/+1
2018-05-04tsdemux: ignore sparse stream when checking for initial timestampAurélien Zanelli1-4/+17
2017-09-01tsdemux: Make jp2k handling more robust and efficientEdward Hervey1-24/+20
2017-09-01tsdemux: Handle quirk in jp2k es header handlingEdward Hervey1-0/+12
2017-08-29tsdemux: Properly error out on jp2k parsing errorsEdward Hervey1-0/+8
2017-07-21tsmux/tsdemux: Add support for JPEG2000Aaron Boxer1-3/+232
2017-01-24tsdemux: Set caps/tags in the GstStream object before pushing the stream-star...Sebastian Dröge1-3/+3
2017-01-20tsdemux: Don't leak pad name and template for OpusSebastian Dröge1-3/+0
2016-11-28tsdemux: Post an error message on the bus if we activated a program without padsSebastian Dröge1-0/+14
2016-10-12mpegtsdemux: Implement efficient program updatesEdward Hervey1-0/+31
2016-10-11mpegtsdemux: Fix issues with GST_DISABLE_GST_DEBUGEdward Hervey1-2/+0
2016-10-11mpegtsdemux: Switch to using GstStream/GstStreamCollectionEdward Hervey1-9/+26
2016-10-03tsdemux: Add conditions to identify ATSC EAC3Wonchul Lee1-0/+14
2016-09-01tsdemux: Support ATSC EAC3Wonchul Lee1-0/+5
2016-08-03tsdemux: Fix draining on wrong programsEdward Hervey1-13/+21
2016-08-03tsdemux: Fix GAP synchronization without a valid PCR PIDEdward Hervey1-7/+13
2016-08-03mpegtsdemux: only wait for PCR when PCR pid is setArnaud Vrac1-0/+2
2016-07-25tsdemux: add support for LPCM with stream_type = 0x83Michael Olbrich1-0/+4
2016-06-06tsdemux: Change the pad naming scheme to include a generation IDJan Schmidt1-8/+20
2016-03-12tsdemux: add video/x-h265 to template capsTim-Philipp Müller1-0/+2
2016-03-12mpegts: Don't leave freed programs in the hash tableJan Schmidt1-0/+5
2016-03-08tsdemux: Don't reset/recalculate segments with accurate seeksEdward Hervey1-3/+4
2015-12-02tsdemux: Expose DVB Subpicture as subpicturesEdward Hervey1-2/+2