summaryrefslogtreecommitdiff
path: root/gst/mpegtsdemux
Commit message (Expand)AuthorAgeFilesLines
* tsdemux: Handle continuity mismatch in more casesEdward Hervey2019-11-181-4/+15
* tsdemux: Always issue a DTS even when it's equal to PTSVivia Nikolaidou2019-11-141-1/+2
* tsdemux: Limit the maximum PES payload sizeJan Schmidt2019-08-211-9/+27
* 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
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-1/+1
* 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-063-3/+10
* tsdemux: ignore sparse stream when checking for initial timestampAurélien Zanelli2018-05-041-4/+17
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* 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
* mpegtsdemux: remove obsolete function declarationMark Nauwelaerts2017-08-091-2/+0
* tsmux/tsdemux: Add support for JPEG2000Aaron Boxer2017-07-212-3/+246
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* mpegtsdemux: Fix wrong usage of '<<' operatorEdward Hervey2017-02-281-2/+11
* tsparse: Convert PCR values immediatelyJan Schmidt2017-02-271-6/+6
* 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: Don't leak a taglist if a taglist has already been createdGraham Leggett2016-12-191-1/+3
* tsdemux: Post an error message on the bus if we activated a program without padsSebastian Dröge2016-11-281-0/+14
* mpegtspacketizer: Don't add existing values to groupEdward Hervey2016-11-241-8/+14
* mpegtspacketizer: Reset values before parsing each sectionSebastian Dröge2016-11-221-1/+7
* mpegtspacketizer: Make sure in all cases that we have enough data left for re...Sebastian Dröge2016-11-221-4/+7
* mpegtsdemux: fix operator precedence in SAFE_FOURCC_ARGSScott D Phillips2016-11-121-2/+2
* mpegtsdemux: Implement efficient program updatesEdward Hervey2016-10-123-1/+200
* mpegtsdemux: Ensure we always get an upstream stream-idEdward Hervey2016-10-121-1/+41
* mpegtsdemux: Fix issues with GST_DISABLE_GST_DEBUGEdward Hervey2016-10-112-4/+1
* mpegtsdemux: Switch to using GstStream/GstStreamCollectionEdward Hervey2016-10-113-14/+67
* mpegtsbase: Remove duplicated codeEdward Hervey2016-10-111-68/+49
* mpegts: Also clear packetizer on TIME DISCONTEdward Hervey2016-10-081-2/+3
* tsdemux: Add conditions to identify ATSC EAC3Wonchul Lee2016-10-032-0/+15
* tsdemux: handle a NULL name in DVB short event descriptorGraham Leggett2016-09-131-6/+16
* tsdemux: Support ATSC EAC3Wonchul Lee2016-09-012-0/+6
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-261-3/+1
* meson: Make mpegts lib build when using subprojectsThibault Saunier2016-08-251-1/+1
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+18
* 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
* tsdemux: handle pcr_pid == 0x1fffMichael Olbrich2016-08-031-1/+18
* mpegtsdemux: do not abort playback when no PCR were found during initial scanArnaud Vrac2016-08-031-1/+1
* 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-252-0/+5
* tsdemux: Change the pad naming scheme to include a generation IDJan Schmidt2016-06-062-8/+21
* mpegtsbase: remove unused variables: upstream_live and queried_latencyDamian Ziobro2016-05-131-5/+0
* mpegtsbase: Fix when applying new PMT with same program numberJan Schmidt2016-04-121-2/+3
* mpegtsbase: plug EIT string leakThiago Santos2016-03-241-0/+1
* mpegtspacketizer: simplify variable resetThiago Santos2016-03-241-2/+1