summaryrefslogtreecommitdiff
path: root/gst/mpegtsmux
AgeCommit message (Expand)AuthorFilesLines
2010-06-08mpegtsmux: start pmt at 0x020 as suggested by ZaheerMarc-André Lureau1-1/+1
2010-06-08mpegtsmux: take all the pmt in the streamheadersMarc-André Lureau3-5/+7
2010-03-22Add -Wold-style-definitionBenjamin Otte1-1/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+5
2010-02-04mpegtsmux: Fix a potential unref of a NULL pointer.Julien Moutte1-2/+4
2010-02-03mpegtsmux: add PAT/PMT in streamheaderMarc-André Lureau2-8/+75
2010-02-03mpegtsmux: add pat-interval and pmt-interval propertiesMarc-André Lureau4-7/+46
2010-02-03mpegtsmux: fix PAT/PMT insertion frequencyMarc-André Lureau2-38/+36
2010-02-03mpegtsmux: marking non-delta unit, including pre-sectionsMarc-André Lureau4-14/+17
2010-02-02mpegtsmux: generate SPS/PPS header once and fix overflowJulien Moutte4-60/+163
2010-01-12mpegtsmux: Fix mistake on previous commitThiago Santos1-3/+4
2010-01-12mpegtsmux: Do not crash on misinterpreted h264Thiago Santos1-0/+6
2010-01-08mpegtsmux: only video can have non-delta-unitMarc-André Lureau1-3/+3
2010-01-08mpegtsmux: mark delta-unit on outgoing buffersThomas Vander Stichele3-10/+28
2009-10-07build: fprintf, sprintf, sscanf need stdio.hStefan Kost1-0/+1
2009-09-02mpegsmux, mpegpsmux: fix unused variable warning with the debugging system in...Tim-Philipp Müller2-2/+3
2009-08-31GstAdapter is not a GstObject and should be freed with g_object_unref()Tim-Philipp Müller1-1/+1
2009-08-31mpegtsmux: use an old-fashioned array instead of GPtrArray for mux->programsTim-Philipp Müller2-11/+5
2009-08-31mpegtsmux: Minor fixesLin YANG1-8/+12
2009-08-31mpegtsmux: mux->programs: use GPrtArray instead of GArrayLin YANG2-7/+5
2009-08-31mpegtsmux: mpegtsmux_collected(): calculate PCR for programsLin YANG2-15/+23
2009-08-31mpegtsmux: mpegtsmux_create_streams(): create multi streamsLin YANG1-1/+34
2009-08-31mpegtsmux: MpetTsPadData: add prog_id and ref to its programLin YANG2-0/+9
2009-08-31mpegtsmux: Extend mux->program to a GArray programsLin YANG2-2/+12
2009-08-31mpegtsmux: Add new property prog-map to the muxerLin YANG2-0/+28
2009-06-19Fix previous commit so that things still work with debug logs enabledTim-Philipp Müller1-1/+1
2009-06-19Make build without warnings with debugging disabledTim-Philipp Müller1-7/+5
2009-01-05gst/mpegtsmux/: Improve muxing of AC3/h264 streams a bit. Fixes bug #550613.vanista4-6/+177
2008-11-24gst/mpegtsmux/: Add initial support for muxing AC3/DTS/LPCM into MPEG TS.vanista2-6/+45
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-10-27gst/mpegtsmux/mpegtsmux.c: Fix EOS logic by correctly popping the collect pad...vanista1-2/+11
2008-09-02gst/mpegtsmux/mpegtsmux.c: Set caps on outgoing buffers.Wim Taymans1-0/+4
2008-09-02gst/mpegtsmux/tsmux/tsmux.c: Fix build on macosx.Edward Hervey1-3/+1
2008-09-01gst/mpegtsmux/mpegtsmux_aac.c: Allocate a fixed size buffer on the stack inst...Sebastian Dröge3-10/+9
2008-09-01gst/mpegtsmux/mpegtsmux.c: Add support for muxing MPEG4 video.Sebastian Dröge1-2/+8
2008-09-01gst/mpegtsmux/tsmux/: Fix build of mpegtsmux.Edward Hervey2-3/+3
2008-09-01Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This is renamed to...Sebastian Dröge14-0/+3920