summaryrefslogtreecommitdiff
path: root/gst/mpegpsmux
AgeCommit message (Expand)AuthorFilesLines
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+16
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+4
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2015-01-21Constify some static arrays everywhereSebastian Dröge1-1/+1
2014-09-23mpegpsmux: refactor duplicate else branchesLuis de Bethencourt1-2/+2
2014-09-11mpegpsmux: fix memory leak when converting H.264 avc to byte-stream formatBelozorov Semen1-0/+1
2014-05-13mpegpsmux; Fix stream leakEdward Hervey1-0/+1
2014-01-21mpegpsmux: update last_ts to mux correctlyWim Taymans1-0/+3
2014-01-20mpegpsmux: fix timestamp handlingWim Taymans1-10/+3
2014-01-20mpegpsmux: return GST_FLOW_EOS when we pushed EOSWim Taymans1-1/+4
2013-07-10mpegpsmux: Send stream-start event before any dataSebastian Dröge1-0/+5
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-01-01mpegpsmux: use DTS in addition to PTSTim-Philipp Müller2-65/+97
2012-12-31mpegpsmux: use gstreamer debug logging system everywhereTim-Philipp Müller3-10/+2
2012-12-31mpegpsmux: port to 0.11Tim-Philipp Müller6-226/+164
2012-11-04Fix FSF addressTim-Philipp Müller12-28/+28
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-09-12collectpads: remove gst_collect_pads_add_pad_fullStefan Sauer1-1/+1
2012-04-17collectpads2: rename to collectpadsMark Nauwelaerts2-18/+18
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-02-10Merge branch 'master' into 0.11Wim Taymans1-1/+3
2012-02-02mpegpsmux: include specific AAC stream-format in template capsVincent Penquerc'h1-1/+3
2011-12-30Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey6-35/+215
2011-12-15mpegpsmux: port to GstCollectPads2Vincent Penquerc'h2-18/+18
2011-12-11mpegpsmux: put stream headers into output capsTim-Philipp Müller3-10/+95
2011-12-11mpegpsmux: add "aggregate-gops" property to aggregate GOPs into buffer listsTim-Philipp Müller2-3/+77
2011-12-11mpegpsmux: remember primary video streamTim-Philipp Müller2-1/+14
2011-12-11mpegpsmux: remember whether an incoming buffer is a keyunit or notTim-Philipp Müller3-3/+11
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+4
2011-11-17collectpads: port API changesStefan Sauer1-1/+1
2011-11-04make request pads take _%uWim Taymans1-1/+1
2011-09-22psmux: fix writing of system header, which makes VLC not skip the adjacent PS...Tim-Philipp Müller1-1/+1
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+14
2011-02-21Revert "Check that collectpads exists before removing pad"Edward Hervey1-3/+1
2011-02-20Check that collectpads exists before removing padDavid Schleef1-1/+3
2010-11-30Fix pad template memleaksDavid Schleef1-3/+2
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
2009-10-22mpegpsmux: some minor build fixesTim-Philipp Müller1-2/+2
2009-09-02mpegsmux, mpegpsmux: fix unused variable warning with the debugging system in...Tim-Philipp Müller1-2/+1
2009-08-31mpegpsmux: Add missing files to fix compilationSebastian Dröge4-0/+537
2009-08-31mpegpsmux: Add MPEG PS muxerLin Yang10-0/+2728