summaryrefslogtreecommitdiff
path: root/gst/mpegpsmux
AgeCommit message (Expand)AuthorFilesLines
2021-09-22mpegtsmux, mpegpsmux: remove GPL from choice of licenses and add SPDX license...Tim-Philipp Müller4-76/+12
2021-08-05Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller1-1/+1
2021-04-11gst-plugins: allow per feature registrationStéphane Cerveau2-9/+5
2019-11-05documentation: fixed a heap o' typosAaron Boxer3-4/+4
2019-10-14Remove autotools build systemTim-Philipp Müller1-22/+0
2019-05-13docs: Build documentation with hotdocThibault Saunier1-0/+1
2019-01-24mpegpsmux: add stream-format and alignment to H.264 capsNicola Murino1-1/+2
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2017-08-03mpegpsmux: Do not dereference a NULL pointerThibault Saunier1-2/+2
2017-06-27mpegpsmux: remove unnecessary g_return_if_fail()Eunhae Choi1-1/+0
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2016-11-30gst: Fix caps leakGarima Gaur1-0/+1
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