summaryrefslogtreecommitdiff
path: root/gst/mpegtsmux
Commit message (Expand)AuthorAgeFilesLines
...
* tsmux: refactor logic for when to (re)transmit tablesMathieu Duponchelle2019-05-192-122/+157
* basetsmux: fix PCR stream selectionMathieu Duponchelle2019-05-191-6/+8
* Fix compile after aggregator rewrite and base class refactorJan Schmidt2019-05-191-10/+15
* tsmux: fix continuity counter for packets with no payloadMathieu Duponchelle2019-05-191-2/+3
* mpegtsmux: aggregator portMathieu Duponchelle2019-05-1913-529/+609
* mpegtsmux: spring cleanup, no functional changeMathieu Duponchelle2019-05-1919-1014/+921
* basetsmux: extract m2ts-mode to mpegtsmuxMathieu Duponchelle2019-05-194-193/+320
* mpegtsmux: extract an actual base classMathieu Duponchelle2019-05-1918-2121/+2369
* mpegtsmux: expose the vmethods necessary for ATSC E-AC-3 handlingMathieu Duponchelle2019-05-197-13/+187
* mpegtsmux: provide API for subclasses to override stream creationMathieu Duponchelle2019-05-195-8/+90
* mpegtsmux: add an ATSC subclassMathieu Duponchelle2019-05-195-22/+122
* tsmux: Calculate PCR from number of bytes written in CBR modeMathieu Duponchelle2019-05-191-27/+53
* mpegtsmux: Expose bitrate propertyMathieu Duponchelle2019-05-197-3/+106
* tsmux: actually respect the PCR frequency we targetMathieu Duponchelle2019-05-193-8/+10
* tsmux: Use DTS over PTSMathieu Duponchelle2019-05-193-18/+42
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* 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