summaryrefslogtreecommitdiff
path: root/gst/mpegtsmux
Commit message (Expand)AuthorAgeFilesLines
* mpegtsmux: restore stream creation orderMathieu Duponchelle2019-02-271-7/+6
* mpegtsmux: allow specifying the PID of the PCR streamMathieu Duponchelle2019-02-201-5/+21
* mpegtsmux: Handle zero-sized buffers correctly without going into an infinite...Sebastian Dröge2018-12-101-1/+1
* mpegtsmux: add custom AC-3 descriptorMathieu Duponchelle2018-09-271-0/+4
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* mpegtsmux: Resend initial segments and header sections after FLUSH_STOPSebastian Dröge2018-04-031-0/+19
* mpegtsmux: Explicitly resend PAT/SI/PMT on force-keyunit eventsSebastian Dröge2018-03-213-4/+50
* mpegtsmux: Deterministically set the PCR stream to the first stream of the pr...Sebastian Dröge2018-03-211-3/+9
* mpegtsmux: Reset a few more fields in mpegtsmux_reset() to their original valuesSebastian Dröge2018-03-211-0/+3
* tsmux: Don't use GST_DEBUG_OBJECT() with non-GObject typesSebastian Dröge2018-03-211-2/+1
* Use proper GtkDoc notation for NULL/FALSE/TRUEReynaldo H. Verdejo Pinochet2017-10-031-1/+1
* tsmux: Fix make distcheckSebastian Dröge2017-07-211-0/+1
* tsmux: Add mpegtsmux_jpeg2000.c to meson.buildSebastian Dröge2017-07-211-0/+1
* tsmux: Store PES payload size in a 32 bit integerSebastian Dröge2017-07-211-2/+2
* tsmux/tsdemux: Add support for JPEG2000Aaron Boxer2017-07-217-5/+408
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* mpegtsmux: fix buffer size mismatch in M2TS modeVincent Penquerc'h2016-10-171-1/+25
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+18
* mpegtsmux: Set PTS on aligned buffersJan Alexander Steffens (heftig)2016-06-071-2/+15
* mpegtsmux: effectively check if there is a languageThiago Santos2016-04-291-1/+1
* mpegtsmux: write language descriptor when language is availableThiago Santos2016-04-262-1/+13
* mpegtsmux: Remove an unnecessary check for NULL before g_freeJan Schmidt2016-04-161-4/+2
* mpegtsmux: free pad_data->language before g_strdup in order to avoid memory leakDamian Ziobro2016-04-141-0/+4
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+4
* mpegtsmux: set non-0 payload length in PES header if video ES packet is small...Hyunjun Ko2016-01-191-5/+10
* mpegtsmux: reset pes_bytes_written when starting to write new PES packetHyunjun Ko2016-01-191-1/+3
* mpegtsmux: add support for H.265/HEVC videoTim-Philipp Müller2016-01-193-0/+6
* mpegtsmux: fix reserve bits so they are 1'sBob Holcomb2016-01-091-3/+3
* tsmux: fix wrong log message levelTim-Philipp Müller2015-12-011-1/+1
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-181-2/+1
* mpegtsmux: remove unnecessary buffer checkLuis de Bethencourt2015-11-121-2/+2
* tsmux: Simplify Opus caps parsing by using codecutils helpersSebastian Dröge2015-11-032-49/+26
* tsdemux/mux: Add support for GstAudioClippingMeta for OpusSebastian Dröge2015-11-032-3/+25
* tsmux: Add support for OpusSebastian Dröge2015-11-036-2/+338
* tsmux: Don't leak buffer in error casesSebastian Dröge2015-11-031-1/+11
* tsmux: Call prepare function for each collected bufferSebastian Dröge2015-11-031-9/+9
* mpegtsmux: use GST_STIME_ARGS for GstClockTimeDiffLuis de Bethencourt2015-11-021-3/+2
* mpegtsmux: fix downstream key unit events handling with hlssinkTim-Philipp Müller2015-09-301-2/+1
* mpegtsmux: use GQueue instead of GList prepend/reverseTim-Philipp Müller2015-07-292-20/+10
* mpegtsmux: Don't clear the PID on reset.Jan Schmidt2015-07-291-1/+0
* mpegtsmux: Accumulate streamheaders in reverseJan Schmidt2015-07-291-11/+11
* mpegtsmux: fix aac caps in pad template for raw aacTim-Philipp Müller2015-07-201-1/+3
* mpegtsmux: don't wait for data on sparse inputs like metadata or subtitle str...Tim-Philipp Müller2015-07-131-0/+13
* mpegtsmux: add basic support for asynchronous KLV metadata streamsTim-Philipp Müller2015-07-133-1/+27
* tsmux: code style fixVineeth TM2015-06-221-3/+2
* mpegtsmux: Remove redundant min_dtsNicolas Dufresne2015-06-152-13/+6
* mpegtsmux: fix build errorVineeth TM2015-06-151-1/+1
* tsmux: Add negative DTS supportNicolas Dufresne2015-06-124-59/+77
* tsmux: Remove uneeded cast and cast macroNicolas Dufresne2015-06-122-3/+1
* mpegtsmux: Properly detect backward DTSNicolas Dufresne2015-06-121-2/+7