summaryrefslogtreecommitdiff
path: root/gst/mpegtsmux
AgeCommit message (Expand)AuthorFilesLines
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-12-10mpegtsmux: Handle zero-sized buffers correctly without going into an infinite...Sebastian Dröge1-1/+1
2018-09-27mpegtsmux: add custom AC-3 descriptorMathieu Duponchelle1-0/+4
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
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öge3-4/+50
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
2018-03-21tsmux: Don't use GST_DEBUG_OBJECT() with non-GObject typesSebastian Dröge1-2/+1
2017-10-03Use proper GtkDoc notation for NULL/FALSE/TRUEReynaldo H. Verdejo Pinochet1-1/+1
2017-07-21tsmux: Fix make distcheckSebastian Dröge1-0/+1
2017-07-21tsmux: Add mpegtsmux_jpeg2000.c to meson.buildSebastian Dröge1-0/+1
2017-07-21tsmux: Store PES payload size in a 32 bit integerSebastian Dröge1-2/+2
2017-07-21tsmux/tsdemux: Add support for JPEG2000Aaron Boxer7-5/+408
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2016-10-17mpegtsmux: fix buffer size mismatch in M2TS modeVincent Penquerc'h1-1/+25
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+18
2016-06-07mpegtsmux: Set PTS on aligned buffersJan Alexander Steffens (heftig)1-2/+15
2016-04-29mpegtsmux: effectively check if there is a languageThiago Santos1-1/+1
2016-04-26mpegtsmux: write language descriptor when language is availableThiago Santos2-1/+13
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: set non-0 payload length in PES header if video ES packet is small...Hyunjun Ko1-5/+10
2016-01-19mpegtsmux: reset pes_bytes_written when starting to write new PES packetHyunjun Ko1-1/+3
2016-01-19mpegtsmux: add support for H.265/HEVC videoTim-Philipp Müller3-0/+6
2016-01-09mpegtsmux: fix reserve bits so they are 1'sBob Holcomb1-3/+3
2015-12-01tsmux: fix wrong log message levelTim-Philipp Müller1-1/+1
2015-11-18Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-2/+1
2015-11-12mpegtsmux: remove unnecessary buffer checkLuis de Bethencourt1-2/+2
2015-11-03tsmux: Simplify Opus caps parsing by using codecutils helpersSebastian Dröge2-49/+26
2015-11-03tsdemux/mux: Add support for GstAudioClippingMeta for OpusSebastian Dröge2-3/+25
2015-11-03tsmux: Add support for OpusSebastian Dröge6-2/+338
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üller2-20/+10
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üller3-1/+27
2015-06-22tsmux: code style fixVineeth TM1-3/+2
2015-06-15mpegtsmux: Remove redundant min_dtsNicolas Dufresne2-13/+6
2015-06-15mpegtsmux: fix build errorVineeth TM1-1/+1
2015-06-12tsmux: Add negative DTS supportNicolas Dufresne4-59/+77
2015-06-12tsmux: Remove uneeded cast and cast macroNicolas Dufresne2-3/+1
2015-06-12mpegtsmux: Properly detect backward DTSNicolas Dufresne1-2/+7