summaryrefslogtreecommitdiff
path: root/gst/mpegtsdemux/mpegtsbase.c
Commit message (Expand)AuthorAgeFilesLines
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-111-0/+3
* mpegts: Don't add non-padded streams to collection on updatesEdward Hervey2020-12-141-2/+4
* tsdemux: Add new API for fetching extended descriptorsyychao2020-09-141-0/+14
* docs: mark more types as plugin APIMathieu Duponchelle2020-06-231-0/+2
* mpegtsdemux: Deliver all packets to tsparseJan Alexander Steffens (heftig)2020-05-281-0/+2
* mpegtsdemux: Close a buffer leak and simplify input_doneJan Alexander Steffens (heftig)2020-05-181-9/+2
* tsdemux: Send instant-rate-change event if requested in the SEEK eventJan Schmidt2020-04-021-2/+28
* mpegts: Add a property to ignore broken PCR streamsEdward Hervey2020-03-111-4/+30
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-1/+1
* mpegts: Add support for SCTE-35 sectionsEdward Hervey2019-10-311-4/+14
* mpegts: Re-work segment trackingJan Schmidt2019-08-071-0/+1
* tsdemux: implement preliminary support for the bitrate queryMatthew Waters2018-11-071-0/+23
* mpegtsdemux: Fix SEGMENT seqnum propagationEdward Hervey2018-06-061-1/+8
* tsdemux: Don't leak a taglist if a taglist has already been createdGraham Leggett2016-12-191-1/+3
* mpegtsdemux: Implement efficient program updatesEdward Hervey2016-10-121-1/+164
* mpegtsdemux: Ensure we always get an upstream stream-idEdward Hervey2016-10-121-1/+41
* mpegtsdemux: Fix issues with GST_DISABLE_GST_DEBUGEdward Hervey2016-10-111-2/+1
* mpegtsdemux: Switch to using GstStream/GstStreamCollectionEdward Hervey2016-10-111-4/+36
* mpegtsbase: Remove duplicated codeEdward Hervey2016-10-111-68/+49
* mpegts: Also clear packetizer on TIME DISCONTEdward Hervey2016-10-081-2/+3
* tsdemux: handle a NULL name in DVB short event descriptorGraham Leggett2016-09-131-6/+16
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-261-3/+1
* mpegtsdemux: do not abort playback when no PCR were found during initial scanArnaud Vrac2016-08-031-1/+1
* 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
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-2/+1
* mpegts: Don't leave freed programs in the hash tableJan Schmidt2016-03-121-0/+10
* mpegtsbase: Refactor code to check for subclass seek handlingVineeth TM2016-02-171-10/+12
* mpegtsbase: Add condition to check for non working negative rateVineeth TM2016-02-171-0/+5
* mpegtsdemux: Allow deactivation of programs to be delayedEdward Hervey2015-12-021-5/+34
* mpegtsdemux: Fix illogical comparisionEdward Hervey2015-08-161-1/+1
* mpegtsbase: remove redundant checkLuis de Bethencourt2015-07-291-3/+1
* mpegtsbase: Fix previous commitEdward Hervey2015-07-091-1/+8
* mpegtsbase: Flush more on DISCONT buffers in push modeEdward Hervey2015-07-091-1/+1
* mpegtsbase: do not access variable after unrefThiago Santos2015-06-021-1/+2
* tsdemux: fix refcounting when applying a new PMTVincent Penquerc'h2015-05-151-0/+1
* mpegtsbase: Remove unused latency query codeOlivier Crête2015-04-171-26/+0
* tsdemux: handle seeks with no target (ie, keep current position)Vincent Penquerc'h2015-04-091-9/+11
* mpegtsbase: scan more bytes to find initial PCRsSudip Jain2014-12-131-1/+1
* mpegtbase: Improve last PCR detectionEdward Hervey2014-12-011-18/+23
* mpegtsbase: do not remove programs on EOSMatthieu Bouron2014-10-301-13/+0
* tsparse: Implement timestamp/retimestamping of output buffersJan Schmidt2014-10-291-1/+4
* mpegts: Unify API : GstMpegts / gst_mpegts_ / GST_*_MPEGTS_Edward Hervey2014-06-251-54/+54
* mpegtsdemux: Fix sticky event handlingEdward Hervey2014-06-071-0/+4
* tsbase: parse the mgt and add listed EIT/ETT pids to the known psiThiago Santos2014-05-291-0/+28
* mpegtbase: Small rewriteEdward Hervey2014-05-131-8/+4
* mpegtsbase: Don't hard-flush the packetizer on discont buffersEdward Hervey2014-04-181-1/+1
* tsdemux: Drain remaining data on discontsSebastian Dröge2014-03-291-1/+17
* mpegtsbase: Flush if we receive a discont bufferSebastian Dröge2014-03-291-0/+6
* mpegtsbase: Fix pull mode scanning for PCR on small filesSebastian Dröge2014-03-291-3/+11