summaryrefslogtreecommitdiff
path: root/gst/mpegtsmux
Commit message (Expand)AuthorAgeFilesLines
* mpegsmux, mpegpsmux: fix unused variable warning with the debugging system in...Tim-Philipp Müller2009-09-022-2/+3
* 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-312-11/+5
* mpegtsmux: Minor fixesLin YANG2009-08-311-8/+12
* mpegtsmux: mux->programs: use GPrtArray instead of GArrayLin YANG2009-08-312-7/+5
* mpegtsmux: mpegtsmux_collected(): calculate PCR for programsLin YANG2009-08-312-15/+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-312-0/+9
* mpegtsmux: Extend mux->program to a GArray programsLin YANG2009-08-312-2/+12
* mpegtsmux: Add new property prog-map to the muxerLin YANG2009-08-312-0/+28
* 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-054-6/+177
* gst/mpegtsmux/: Add initial support for muxing AC3/DTS/LPCM into MPEG TS.vanista2008-11-242-6/+45
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* 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/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-013-10/+9
* gst/mpegtsmux/mpegtsmux.c: Add support for muxing MPEG4 video.Sebastian Dröge2008-09-011-2/+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-0114-0/+3920