summaryrefslogtreecommitdiff
path: root/gst/mpegtsmux
Commit message (Expand)AuthorAgeFilesLines
* mpegtsmux: fix reserve bits so they are 1'sBob Holcomb2016-01-111-3/+3
* mpegtsmux: fix downstream key unit events handling with hlssinkTim-Philipp Müller2015-09-301-2/+1
* mpegtsmux: use GQueue instead of GList prepend/reverseTim-Philipp Müller2015-07-292-20/+10
* mpegtsmux: Don't clear the PID on reset.Jan Schmidt2015-07-291-1/+0
* mpegtsmux: Accumulate streamheaders in reverseJan Schmidt2015-07-291-11/+11
* mpegtsmux: fix aac caps in pad template for raw aacTim-Philipp Müller2015-07-201-1/+3
* mpegtsmux: don't wait for data on sparse inputs like metadata or subtitle str...Tim-Philipp Müller2015-07-131-0/+13
* mpegtsmux: add basic support for asynchronous KLV metadata streamsTim-Philipp Müller2015-07-133-1/+27
* tsmux: code style fixVineeth TM2015-06-221-3/+2
* mpegtsmux: Remove redundant min_dtsNicolas Dufresne2015-06-152-13/+6
* mpegtsmux: fix build errorVineeth TM2015-06-151-1/+1
* tsmux: Add negative DTS supportNicolas Dufresne2015-06-124-59/+77
* tsmux: Remove uneeded cast and cast macroNicolas Dufresne2015-06-122-3/+1
* mpegtsmux: Properly detect backward DTSNicolas Dufresne2015-06-121-2/+7
* mpegtsmux: Remove arbitrary constraint on prog-map program idsYanko Kaneti2015-06-122-11/+19
* mpegtsmux: don't overwrite valueLuis de Bethencourt2015-05-271-3/+4
* mpegtsmux: Carry over GST_BUFFER_FLAG_HEADEREdward Hervey2015-05-202-1/+8
* mpegtsmux: the parent is provided in the functionThiago Santos2015-05-131-2/+1
* Rename property enums from ARG_ to PROP_Luis de Bethencourt2015-04-271-25/+25
* mpegtsmux: drop some superfluous assertionsTim-Philipp Müller2015-03-151-8/+2
* mpegtsmux: Fix namespace of some internal functionsJesper Larsen2015-03-151-6/+6
* mpegtsmux: make "alignment" property more useful for packetisationTim-Philipp Müller2015-03-151-24/+25
* mpegtsmux: fall through switch statementLuis de Bethencourt2015-03-061-0/+1
* mpegtsmux: Remove duplicate codeIlya Averyanov2015-03-041-3/+0
* mpegtsmux: avoid leaking force keyunit event when going to NULLThiago Santos2015-02-031-1/+0
* mpegtsmux: parse force key unit events with the correct functionAnton Gritsay2015-02-031-2/+9
* gst: remove unnecessary GLIB_DISABLE_DEPRECATION_WARNINGSVineeth T M2014-10-021-4/+0
* mpegts: Unify API : GstMpegts / gst_mpegts_ / GST_*_MPEGTS_Edward Hervey2014-06-255-15/+15
* mpegtsmux: Remove unused data in TsMuxSectionJesper Larsen2014-05-061-4/+0
* mpegtsmux: Only require alignment and stream-format for h264, parsed is implicitSebastian Dröge2014-04-251-1/+1
* mpegtsmux: Remove unneeded unrefEdward Hervey2014-04-111-2/+0
* Revert "tsmux: catch alloc failure"Vincent Penquerc'h2014-04-091-3/+1
* mpegtsmux: guard against _dispose being called mutiple timesVincent Penquerc'h2014-04-091-6/+10
* tsmux: prevent possible double free on error pathVincent Penquerc'h2014-04-091-0/+1
* tsmux: catch alloc failureVincent Penquerc'h2014-04-091-1/+3
* mpegtsmux: Initialize helper mpegts libraryEdward Hervey2014-04-081-0/+1
* mpegtsmux: Require parsed/framed input for most of the supported formatsSebastian Dröge2014-04-021-2/+8
* mpegtsmux: forward tags that have global scopeThiago Santos2014-02-261-1/+1
* mpegtsmux: Use mpeg-ts lib for PAT/PMT sectionsJesper Larsen2014-02-065-303/+101
* mpegtsmux: Add support for muxing SI tablesJesper Larsen2014-02-067-4/+275
* mpegtsmux: don't leak pad name when treating eventsJustin Joy2014-01-221-5/+3
* mpegtsmux: Don't disrupt buffer state in the clip functionJan Schmidt2013-12-312-22/+14
* mpegtsmux: Fix compilation when debug is disabledThibault Saunier2013-11-141-1/+2
* mpegtsmux: Properly add subtitle descriptor for DVb subpicture subtitlesThibault Saunier2013-11-137-10/+71
* mpegtsmux: fix uninitialized variable warningMatthieu Bouron2013-10-251-1/+1
* mpegtsmux: Set the program number from prog-mapJesper Larsen2013-08-213-5/+24
* mpegts: private/teletext -> application/x-teletextTim-Philipp Müller2013-07-301-2/+2
* all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2013-07-291-0/+2
* mpegtsmux: avoid using clipped out buffersVincent Penquerc'h2013-07-251-0/+2
* mpegtsmux: Push stream-start event before anything elseSebastian Dröge2013-05-151-0/+5