summaryrefslogtreecommitdiff
path: root/gst/mpegtsmux/mpegtsmux.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-19mpegtsmux: spring cleanup, no functional changeMathieu Duponchelle1-405/+0
2019-05-19basetsmux: extract m2ts-mode to mpegtsmuxMathieu Duponchelle1-0/+244
2019-05-19mpegtsmux: extract an actual base classMathieu Duponchelle1-1942/+7
2019-05-19mpegtsmux: expose the vmethods necessary for ATSC E-AC-3 handlingMathieu Duponchelle1-1/+8
2019-05-19mpegtsmux: provide API for subclasses to override stream creationMathieu Duponchelle1-6/+30
2019-05-19mpegtsmux: add an ATSC subclassMathieu Duponchelle1-21/+3
2019-05-19mpegtsmux: Expose bitrate propertyMathieu Duponchelle1-1/+18
2019-02-27mpegtsmux: restore stream creation orderMathieu Duponchelle1-7/+6
2019-02-20mpegtsmux: allow specifying the PID of the PCR streamMathieu Duponchelle1-5/+21
2018-04-03mpegtsmux: Resend initial segments and header sections after FLUSH_STOPSebastian Dröge1-0/+19
2018-03-21mpegtsmux: Explicitly resend PAT/SI/PMT on force-keyunit eventsSebastian Dröge1-4/+4
2018-03-21mpegtsmux: Deterministically set the PCR stream to the first stream of the pr...Sebastian Dröge1-3/+9
2018-03-21mpegtsmux: Reset a few more fields in mpegtsmux_reset() to their original valuesSebastian Dröge1-0/+3
2017-07-21tsmux/tsdemux: Add support for JPEG2000Aaron Boxer1-3/+119
2016-06-07mpegtsmux: Set PTS on aligned buffersJan Alexander Steffens (heftig)1-2/+15
2016-04-16mpegtsmux: Remove an unnecessary check for NULL before g_freeJan Schmidt1-4/+2
2016-04-14mpegtsmux: free pad_data->language before g_strdup in order to avoid memory leakDamian Ziobro1-0/+4
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+4
2016-01-19mpegtsmux: add support for H.265/HEVC videoTim-Philipp Müller1-0/+4
2015-11-12mpegtsmux: remove unnecessary buffer checkLuis de Bethencourt1-2/+2
2015-11-03tsmux: Simplify Opus caps parsing by using codecutils helpersSebastian Dröge1-49/+25
2015-11-03tsmux: Add support for OpusSebastian Dröge1-0/+92
2015-11-03tsmux: Don't leak buffer in error casesSebastian Dröge1-1/+11
2015-11-03tsmux: Call prepare function for each collected bufferSebastian Dröge1-9/+9
2015-11-02mpegtsmux: use GST_STIME_ARGS for GstClockTimeDiffLuis de Bethencourt1-3/+2
2015-09-30mpegtsmux: fix downstream key unit events handling with hlssinkTim-Philipp Müller1-2/+1
2015-07-29mpegtsmux: use GQueue instead of GList prepend/reverseTim-Philipp Müller1-19/+9
2015-07-29mpegtsmux: Don't clear the PID on reset.Jan Schmidt1-1/+0
2015-07-29mpegtsmux: Accumulate streamheaders in reverseJan Schmidt1-11/+11
2015-07-20mpegtsmux: fix aac caps in pad template for raw aacTim-Philipp Müller1-1/+3
2015-07-13mpegtsmux: don't wait for data on sparse inputs like metadata or subtitle str...Tim-Philipp Müller1-0/+13
2015-07-13mpegtsmux: add basic support for asynchronous KLV metadata streamsTim-Philipp Müller1-1/+10
2015-06-15mpegtsmux: Remove redundant min_dtsNicolas Dufresne1-10/+6
2015-06-15mpegtsmux: fix build errorVineeth TM1-1/+1
2015-06-12tsmux: Add negative DTS supportNicolas Dufresne1-32/+45
2015-06-12tsmux: Remove uneeded cast and cast macroNicolas Dufresne1-1/+1
2015-06-12mpegtsmux: Properly detect backward DTSNicolas Dufresne1-2/+7
2015-06-12mpegtsmux: Remove arbitrary constraint on prog-map program idsYanko Kaneti1-7/+16
2015-05-27mpegtsmux: don't overwrite valueLuis de Bethencourt1-3/+4
2015-05-20mpegtsmux: Carry over GST_BUFFER_FLAG_HEADEREdward Hervey1-1/+7
2015-05-13mpegtsmux: the parent is provided in the functionThiago Santos1-2/+1
2015-04-27Rename property enums from ARG_ to PROP_Luis de Bethencourt1-25/+25
2015-03-15mpegtsmux: drop some superfluous assertionsTim-Philipp Müller1-8/+2
2015-03-15mpegtsmux: Fix namespace of some internal functionsJesper Larsen1-6/+6
2015-03-15mpegtsmux: make "alignment" property more useful for packetisationTim-Philipp Müller1-24/+25
2015-03-04mpegtsmux: Remove duplicate codeIlya Averyanov1-3/+0
2015-02-03mpegtsmux: avoid leaking force keyunit event when going to NULLThiago Santos1-1/+0
2015-02-03mpegtsmux: parse force key unit events with the correct functionAnton Gritsay1-2/+9
2014-10-02gst: remove unnecessary GLIB_DISABLE_DEPRECATION_WARNINGSVineeth T M1-4/+0
2014-06-25mpegts: Unify API : GstMpegts / gst_mpegts_ / GST_*_MPEGTS_Edward Hervey1-1/+1