summaryrefslogtreecommitdiff
path: root/gst/mpegtsdemux
AgeCommit message (Expand)AuthorFilesLines
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-08-09mpegtsdemux: remove obsolete function declarationMark Nauwelaerts1-2/+0
2017-07-21tsmux/tsdemux: Add support for JPEG2000Aaron Boxer2-3/+246
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-02-28mpegtsdemux: Fix wrong usage of '<<' operatorEdward Hervey1-2/+11
2017-02-27tsparse: Convert PCR values immediatelyJan Schmidt1-6/+6
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-12-19tsdemux: Don't leak a taglist if a taglist has already been createdGraham Leggett1-1/+3
2016-11-28tsdemux: Post an error message on the bus if we activated a program without padsSebastian Dröge1-0/+14
2016-11-24mpegtspacketizer: Don't add existing values to groupEdward Hervey1-8/+14
2016-11-22mpegtspacketizer: Reset values before parsing each sectionSebastian Dröge1-1/+7
2016-11-22mpegtspacketizer: Make sure in all cases that we have enough data left for re...Sebastian Dröge1-4/+7
2016-11-12mpegtsdemux: fix operator precedence in SAFE_FOURCC_ARGSScott D Phillips1-2/+2
2016-10-12mpegtsdemux: Implement efficient program updatesEdward Hervey3-1/+200
2016-10-12mpegtsdemux: Ensure we always get an upstream stream-idEdward Hervey1-1/+41
2016-10-11mpegtsdemux: Fix issues with GST_DISABLE_GST_DEBUGEdward Hervey2-4/+1
2016-10-11mpegtsdemux: Switch to using GstStream/GstStreamCollectionEdward Hervey3-14/+67
2016-10-11mpegtsbase: Remove duplicated codeEdward Hervey1-68/+49
2016-10-08mpegts: Also clear packetizer on TIME DISCONTEdward Hervey1-2/+3
2016-10-03tsdemux: Add conditions to identify ATSC EAC3Wonchul Lee2-0/+15
2016-09-13tsdemux: handle a NULL name in DVB short event descriptorGraham Leggett1-6/+16
2016-09-01tsdemux: Support ATSC EAC3Wonchul Lee2-0/+6
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier1-3/+1
2016-08-25meson: Make mpegts lib build when using subprojectsThibault Saunier1-1/+1
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+18
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-03tsdemux: handle pcr_pid == 0x1fffMichael Olbrich1-1/+18
2016-08-03mpegtsdemux: do not abort playback when no PCR were found during initial scanArnaud Vrac1-1/+1
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 Olbrich2-0/+5
2016-06-06tsdemux: Change the pad naming scheme to include a generation IDJan Schmidt2-8/+21
2016-05-13mpegtsbase: remove unused variables: upstream_live and queried_latencyDamian Ziobro1-5/+0
2016-04-12mpegtsbase: Fix when applying new PMT with same program numberJan Schmidt1-2/+3
2016-03-24mpegtsbase: plug EIT string leakThiago Santos1-0/+1
2016-03-24mpegtspacketizer: simplify variable resetThiago Santos1-2/+1
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM2-6/+3
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 Schmidt2-0/+15
2016-03-08tsdemux: Don't reset/recalculate segments with accurate seeksEdward Hervey1-3/+4
2016-03-03mpegtspacketizer: handle early PTS conversion when a group has been foundAurélien Zanelli1-2/+6
2016-02-19tsparse: Fix per-program-pad pushingEdward Hervey1-19/+23
2016-02-19tsparse: Use GstFlowCombinerEdward Hervey2-3/+28
2016-02-17mpegtsbase: Refactor code to check for subclass seek handlingVineeth TM1-10/+12
2016-02-17mpegtsbase: Add condition to check for non working negative rateVineeth TM1-0/+5
2015-12-02tsdemux: Expose DVB Subpicture as subpicturesEdward Hervey1-2/+2
2015-12-02tsdemux: Push GAP events *after* deactivating old programsEdward Hervey1-8/+18