summaryrefslogtreecommitdiff
path: root/gst/mpegtsmux/tsmux/tsmux.c
Commit message (Expand)AuthorAgeFilesLines
* mpegtsmux: fix buffer size mismatch in M2TS modeVincent Penquerc'h2016-10-251-1/+25
* mpegtsmux: fix reserve bits so they are 1'sBob Holcomb2016-01-091-3/+3
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-181-2/+1
* tsmux: code style fixVineeth TM2015-06-221-3/+2
* tsmux: Add negative DTS supportNicolas Dufresne2015-06-121-10/+10
* mpegts: Unify API : GstMpegts / gst_mpegts_ / GST_*_MPEGTS_Edward Hervey2014-06-251-9/+9
* 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-061-194/+61
* mpegtsmux: Add support for muxing SI tablesJesper Larsen2014-02-061-0/+207
* mpegtsmux: Properly add subtitle descriptor for DVb subpicture subtitlesThibault Saunier2013-11-131-1/+7
* mpegtsmux: Set the program number from prog-mapJesper Larsen2013-08-211-3/+22
* Fix FSF addressTim-Philipp Müller2012-11-041-3/+3
* mpegtsmux: apply some more CLOCK_BASE to ensure slack for PCR offsetMark Nauwelaerts2012-06-271-3/+4
* mpegtsmux: port to 0.11Matej Knopp2012-06-161-12/+21
* mpegtsmux: avoid memcpy due to temporary packet bufferMark Nauwelaerts2012-06-111-19/+90
* mpegtsmux: improve m2ts timestamp interpolationMark Nauwelaerts2012-06-081-11/+21
* mpegtsmux: more header clarifications and remove some redundant fieldsMark Nauwelaerts2012-06-061-4/+2
* mpegtsmux: avoid PID collision for auto-generated PIDMark Nauwelaerts2012-06-061-3/+7
* mpegtsmux: Don't use g_list_first ()Edward Hervey2012-06-061-7/+5
* mpegtsmux: use gst debug for tsmux libraryDavid Schleef2011-05-181-0/+2
* Use correct clock when checking whether to write a new PCRJan Schmidt2011-03-261-1/+1
* mpegtsmux: Initialize PES packet before getting the header size.Andoni Morales Alastruey2010-09-041-1/+3
* mpegtsmux: take all the pmt in the streamheadersMarc-André Lureau2010-06-081-4/+0
* Add -Wold-style-definitionBenjamin Otte2010-03-221-1/+1
* mpegtsmux: add pat-interval and pmt-interval propertiesMarc-André Lureau2010-02-031-5/+0
* mpegtsmux: fix PAT/PMT insertion frequencyMarc-André Lureau2010-02-031-32/+30
* mpegtsmux: marking non-delta unit, including pre-sectionsMarc-André Lureau2010-02-031-5/+5
* mpegtsmux: mark delta-unit on outgoing buffersThomas Vander Stichele2010-01-081-5/+5
* gst/mpegtsmux/: Improve muxing of AC3/h264 streams a bit. Fixes bug #550613.vanista2009-01-051-3/+8
* 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-011-4/+4
* Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This is renamed to...Sebastian Dröge2008-09-011-0/+1056