summaryrefslogtreecommitdiff
path: root/gst/mpegtsmux
Commit message (Expand)AuthorAgeFilesLines
* mpegtsmux: Restore intervals when creating TsMuxJan Alexander Steffens (heftig)2020-10-291-0/+3
* mpegtsmux: Make handling of sinkpads thread-safeJan Alexander Steffens (heftig)2020-10-012-42/+66
* mpegtsmux: Don't create streams with reserved PIDEdward Hervey2020-09-301-0/+11
* mpegtsmux: Keep mux usable after stopJan Alexander Steffens (heftig)2020-09-011-1/+1
* tsmux: Fix PCR calculation for CBR live streamsVivia Nikolaidou2020-07-282-1/+10
* tsmux: Refactor get_current_pcrJan Alexander Steffens (heftig)2020-07-281-9/+16
* basetsmux: make use of gst_aggregator_finish_buffer_listMathieu Duponchelle2020-07-101-25/+3
* mpegtsmux: Don't assume English for ISO-639 language descriptorAndreas Frisch2020-07-081-1/+1
* mpegtsmux: Fix handling of MPEG-2 AACJan Schmidt2020-07-084-34/+175
* mpegtsmux: Avoid crash releasing pad with NULL progJan Alexander Steffens (heftig)2020-07-071-6/+8
* mpegtsmux: Correctly set ISO-639 language descriptorAndreas Frisch2020-06-301-4/+6
* docs: mark more types as plugin APIMathieu Duponchelle2020-06-231-0/+2
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-1/+1
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-041-0/+2
* mpegtsmux: detect and ignore gap buffersAlex Hoenig2020-05-121-0/+6
* mpegtsmux: Chain up pad dispose function to the one of the parent classSebastian Dröge2020-04-151-0/+2
* mpegtsmux: Properly release requests pads by chaining up to aggregators functionSebastian Dröge2020-04-151-1/+1
* tsmux: Ability for streams to disappear and reappearVivia Nikolaidou2020-04-155-80/+180
* atscmux: Add missing break in switchEdward Hervey2019-11-271-0/+1
* tsmux: Fix copying of buffer regionKyrylo Polezhaiev2019-11-181-0/+2
* basetsmux: allow null J2K profileAaron Boxer2019-11-051-6/+9
* documentation: fixed a heap o' typosAaron Boxer2019-11-053-4/+4
* mpegtsmux: Add SCTE-35 supportEdward Hervey2019-10-315-10/+238
* tsmux: Disable bluray-isms from PMTEdward Hervey2019-10-311-0/+10
* Remove autotools build systemTim-Philipp Müller2019-10-142-41/+0
* atscmux: fix AC-3 stream idMathieu Duponchelle2019-08-131-0/+3
* basetsmux: expose pcr-interval propertyMathieu Duponchelle2019-07-315-6/+42
* tsmux: output smoothly increasing PTS when in CBR modeMathieu Duponchelle2019-07-042-1/+6
* tsmuxstream: Do not try return from void functionSeungha Yang2019-07-041-1/+1
* mpegtsmux: Remove white spaceSeungha Yang2019-07-0417-113/+113
* basetsmux: don't reset pad on flush_stopMathieu Duponchelle2019-05-301-20/+22
* basetsmux: fix send_event by chaining upMathieu Duponchelle2019-05-301-2/+3
* mpegtsmux: add SECTION commentMathieu Duponchelle2019-05-301-0/+11
* basetsmux: preserve user-specified sections across resetsMathieu Duponchelle2019-05-302-1/+22
* atscmux: send empty RRT / MGT / STT tablesMathieu Duponchelle2019-05-301-0/+16
* tsmux: maintain packet counters in a global arrayMathieu Duponchelle2019-05-303-11/+11
* mpegtsmux: Fix build warning errorSeungha Yang2019-05-201-0/+1
* basetsmux: improve bitrate property documentationMathieu Duponchelle2019-05-191-1/+1
* 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