summaryrefslogtreecommitdiff
path: root/gst/mpegtsmux/mpegtsmux.c
Commit message (Expand)AuthorAgeFilesLines
* mpegtsmux: take all the pmt in the streamheadersMarc-André Lureau2010-06-081-1/+3
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+5
* mpegtsmux: add PAT/PMT in streamheaderMarc-André Lureau2010-02-031-8/+72
* mpegtsmux: add pat-interval and pmt-interval propertiesMarc-André Lureau2010-02-031-1/+38
* mpegtsmux: marking non-delta unit, including pre-sectionsMarc-André Lureau2010-02-031-7/+9
* mpegtsmux: generate SPS/PPS header once and fix overflowJulien Moutte2010-02-021-1/+8
* mpegtsmux: only video can have non-delta-unitMarc-André Lureau2010-01-081-3/+3
* mpegtsmux: mark delta-unit on outgoing buffersThomas Vander Stichele2010-01-081-3/+21
* build: fprintf, sprintf, sscanf need stdio.hStefan Kost2009-10-071-0/+1
* mpegsmux, mpegpsmux: fix unused variable warning with the debugging system in...Tim-Philipp Müller2009-09-021-2/+1
* GstAdapter is not a GstObject and should be freed with g_object_unref()Tim-Philipp Müller2009-08-311-1/+1
* mpegtsmux: use an old-fashioned array instead of GPtrArray for mux->programsTim-Philipp Müller2009-08-311-10/+4
* mpegtsmux: Minor fixesLin YANG2009-08-311-8/+12
* mpegtsmux: mux->programs: use GPrtArray instead of GArrayLin YANG2009-08-311-6/+4
* mpegtsmux: mpegtsmux_collected(): calculate PCR for programsLin YANG2009-08-311-14/+23
* mpegtsmux: mpegtsmux_create_streams(): create multi streamsLin YANG2009-08-311-1/+34
* mpegtsmux: MpetTsPadData: add prog_id and ref to its programLin YANG2009-08-311-0/+2
* mpegtsmux: Extend mux->program to a GArray programsLin YANG2009-08-311-1/+11
* mpegtsmux: Add new property prog-map to the muxerLin YANG2009-08-311-0/+27
* Fix previous commit so that things still work with debug logs enabledTim-Philipp Müller2009-06-191-1/+1
* Make build without warnings with debugging disabledTim-Philipp Müller2009-06-191-7/+5
* gst/mpegtsmux/: Improve muxing of AC3/h264 streams a bit. Fixes bug #550613.vanista2009-01-051-0/+4
* gst/mpegtsmux/: Add initial support for muxing AC3/DTS/LPCM into MPEG TS.vanista2008-11-241-3/+25
* gst/mpegtsmux/mpegtsmux.c: Fix EOS logic by correctly popping the collect pad...vanista2008-10-271-2/+11
* gst/mpegtsmux/mpegtsmux.c: Set caps on outgoing buffers.Wim Taymans2008-09-021-0/+4
* gst/mpegtsmux/mpegtsmux.c: Add support for muxing MPEG4 video.Sebastian Dröge2008-09-011-2/+8
* Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This is renamed to...Sebastian Dröge2008-09-011-0/+821