summaryrefslogtreecommitdiff
path: root/gst/mpegtsmux/tsmux
Commit message (Expand)AuthorAgeFilesLines
* mpegtsmux: fix reserve bits so they are 1'sBob Holcomb2016-01-111-3/+3
* mpegtsmux: add basic support for asynchronous KLV metadata streamsTim-Philipp Müller2015-07-132-0/+17
* tsmux: code style fixVineeth TM2015-06-221-3/+2
* tsmux: Add negative DTS supportNicolas Dufresne2015-06-122-21/+24
* mpegtsmux: fall through switch statementLuis de Bethencourt2015-03-061-0/+1
* mpegts: Unify API : GstMpegts / gst_mpegts_ / GST_*_MPEGTS_Edward Hervey2014-06-254-14/+14
* mpegtsmux: Remove unused data in TsMuxSectionJesper Larsen2014-05-061-4/+0
* mpegtsmux: Remove unneeded unrefEdward Hervey2014-04-111-2/+0
* Revert "tsmux: catch alloc failure"Vincent Penquerc'h2014-04-091-3/+1
* 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: Use mpeg-ts lib for PAT/PMT sectionsJesper Larsen2014-02-065-303/+101
* mpegtsmux: Add support for muxing SI tablesJesper Larsen2014-02-064-2/+230
* mpegtsmux: Properly add subtitle descriptor for DVb subpicture subtitlesThibault Saunier2013-11-134-9/+32
* mpegtsmux: Set the program number from prog-mapJesper Larsen2013-08-212-4/+23
* Fix FSF addressTim-Philipp Müller2012-11-045-15/+15
* mpegtsmux: apply some more CLOCK_BASE to ensure slack for PCR offsetMark Nauwelaerts2012-06-271-3/+4
* mpegtsmux: add support for DVB subtitle and teletext streamsMark Nauwelaerts2012-06-162-0/+28
* mpegtsmux: optionally use fixed-size PES headerMark Nauwelaerts2012-06-162-0/+11
* mpegtsmux: only write PTS and DTS if differentMark Nauwelaerts2012-06-161-1/+1
* mpegtsmux: optionally set data_alignment flag in PES headerMark Nauwelaerts2012-06-162-1/+6
* mpegtsmux: re-enable inadvertent disabled codeMark Nauwelaerts2012-06-161-2/+2
* mpegtsmux: Fix compiler warningsRaimo Järvi2012-06-161-1/+1
* mpegtsmux: port to 0.11Matej Knopp2012-06-162-14/+23
* mpegtsmux: avoid memcpy due to temporary packet bufferMark Nauwelaerts2012-06-112-22/+96
* mpegtsmux: plug leaks when freeing streamMark Nauwelaerts2012-06-081-0/+12
* mpegtsmux: improve m2ts timestamp interpolationMark Nauwelaerts2012-06-082-12/+21
* mpegtsmux: more header clarifications and remove some redundant fieldsMark Nauwelaerts2012-06-065-31/+67
* mpegtsmux: avoid PID collision for auto-generated PIDMark Nauwelaerts2012-06-061-3/+7
* tsmux: inline more codeEdward Hervey2012-06-061-8/+16
* mpegtsmux: Don't use g_list_first ()Edward Hervey2012-06-062-9/+6
* mpegtsmux: use gst debug for tsmux libraryDavid Schleef2011-05-183-7/+7
* Use correct clock when checking whether to write a new PCRJan Schmidt2011-03-261-1/+1
* mpegtsmux: Set adaptation flag when appropriateDavid Schleef2011-01-021-0/+1
* mpegtsmux: Set random_access_indicator for keyframesDavid Schleef2011-01-022-2/+14
* mpegtsmux: Initialize PES packet before getting the header size.Andoni Morales Alastruey2010-09-043-28/+48
* mpegtsmux: start pmt at 0x020 as suggested by ZaheerMarc-André Lureau2010-06-081-1/+1
* mpegtsmux: take all the pmt in the streamheadersMarc-André Lureau2010-06-082-4/+4
* Add -Wold-style-definitionBenjamin Otte2010-03-221-1/+1
* mpegtsmux: add pat-interval and pmt-interval propertiesMarc-André Lureau2010-02-032-5/+5
* mpegtsmux: fix PAT/PMT insertion frequencyMarc-André Lureau2010-02-032-38/+36
* mpegtsmux: marking non-delta unit, including pre-sectionsMarc-André Lureau2010-02-032-7/+7
* mpegtsmux: mark delta-unit on outgoing buffersThomas Vander Stichele2010-01-082-7/+7
* gst/mpegtsmux/: Improve muxing of AC3/h264 streams a bit. Fixes bug #550613.vanista2009-01-053-6/+173
* gst/mpegtsmux/: Add initial support for muxing AC3/DTS/LPCM into MPEG TS.vanista2008-11-241-3/+20
* gst/mpegtsmux/tsmux/tsmux.c: Fix build on macosx.Edward Hervey2008-09-021-3/+1
* gst/mpegtsmux/mpegtsmux_aac.c: Allocate a fixed size buffer on the stack inst...Sebastian Dröge2008-09-012-8/+8
* gst/mpegtsmux/tsmux/: Fix build of mpegtsmux.Edward Hervey2008-09-012-3/+3
* Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This is renamed to...Sebastian Dröge2008-09-017-0/+2389