summaryrefslogtreecommitdiff
path: root/gst/mpegtsmux
Commit message (Expand)AuthorAgeFilesLines
* mpegtsmux: fix buffer size mismatch in M2TS modeVincent Penquerc'h2016-10-251-1/+25
* mpegtsmux: Set PTS on aligned buffersJan Alexander Steffens (heftig)2016-06-071-2/+15
* mpegtsmux: free pad_data->language before g_strdup in order to avoid memory leakDamian Ziobro2016-04-151-0/+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
* mpegtsmux: Remove arbitrary constraint on prog-map program idsYanko Kaneti2015-06-122-11/+19
* mpegtsmux: don't overwrite valueLuis de Bethencourt2015-05-271-3/+4
* mpegtsmux: Carry over GST_BUFFER_FLAG_HEADEREdward Hervey2015-05-202-1/+8
* mpegtsmux: the parent is provided in the functionThiago Santos2015-05-131-2/+1
* Rename property enums from ARG_ to PROP_Luis de Bethencourt2015-04-271-25/+25
* mpegtsmux: drop some superfluous assertionsTim-Philipp Müller2015-03-151-8/+2
* mpegtsmux: Fix namespace of some internal functionsJesper Larsen2015-03-151-6/+6
* mpegtsmux: make "alignment" property more useful for packetisationTim-Philipp Müller2015-03-151-24/+25
* mpegtsmux: fall through switch statementLuis de Bethencourt2015-03-061-0/+1
* mpegtsmux: Remove duplicate codeIlya Averyanov2015-03-041-3/+0
* mpegtsmux: avoid leaking force keyunit event when going to NULLThiago Santos2015-02-031-1/+0
* mpegtsmux: parse force key unit events with the correct functionAnton Gritsay2015-02-031-2/+9
* gst: remove unnecessary GLIB_DISABLE_DEPRECATION_WARNINGSVineeth T M2014-10-021-4/+0
* mpegts: Unify API : GstMpegts / gst_mpegts_ / GST_*_MPEGTS_Edward Hervey2014-06-255-15/+15
* mpegtsmux: Remove unused data in TsMuxSectionJesper Larsen2014-05-061-4/+0
* mpegtsmux: Only require alignment and stream-format for h264, parsed is implicitSebastian Dröge2014-04-251-1/+1
* mpegtsmux: Remove unneeded unrefEdward Hervey2014-04-111-2/+0
* Revert "tsmux: catch alloc failure"Vincent Penquerc'h2014-04-091-3/+1
* mpegtsmux: guard against _dispose being called mutiple timesVincent Penquerc'h2014-04-091-6/+10
* tsmux: prevent possible double free on error pathVincent Penquerc'h2014-04-091-0/+1
* tsmux: catch alloc failureVincent Penquerc'h2014-04-091-1/+3