summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* Use proper GtkDoc notation for NULL/FALSE/TRUEReynaldo H. Verdejo Pinochet2017-10-033-6/+6
* audiobuffersplit: Drain pending samples if the caps are changingSebastian Dröge2017-09-281-3/+28
* audiobuffersplit: Use new GstAudioStreamAlign APISebastian Dröge2017-09-282-97/+63
* autoconvert: Fix two memory leaks on error conditionsJames Stevenson2017-09-221-0/+2
* tsdemux: Make jp2k handling more robust and efficientEdward Hervey2017-09-011-24/+20
* tsdemux: Handle quirk in jp2k es header handlingEdward Hervey2017-09-011-0/+12
* tsdemux: Properly error out on jp2k parsing errorsEdward Hervey2017-08-291-0/+8
* mxfvc3: Use correct wrapping byte valueSebastian Dröge2017-08-101-2/+2
* compositor: improve conversion debuggingMathieu Duponchelle2017-08-101-3/+7
* mpegtsdemux: remove obsolete function declarationMark Nauwelaerts2017-08-091-2/+0
* pcapparse: support vlan 802.1qAaron Boxer2017-08-091-4/+21
* pcapparse: Support pcap with nanosecond timestampsAaron Boxer2017-08-092-3/+20
* compositor: update disted orc fallback filesTim-Philipp Müller2017-08-032-0/+1321
* compositor: Add support for crossfade blendingThibault Saunier2017-08-036-100/+415
* mpegpsmux: Do not dereference a NULL pointerThibault Saunier2017-08-031-2/+2
* ipcpipeline: move to sys/ and make it dependent on platform support for unix ...George Kiagiadakis2017-08-0213-4658/+0
* meson: enable building the ipcpipeline pluginGeorge Kiagiadakis2017-08-012-0/+17
* ipcpipeline: introduce new plugin for inter-process pipelinesGeorge Kiagiadakis2017-08-0111-0/+4641
* mxfdemux: Fix compilation with gcc 4.8.4Sebastian Dröge2017-07-251-1/+1
* mxfdemux: Correctly consider frame reordering for timecode calculationSebastian Dröge2017-07-241-4/+20
* mxfdemux: Use material track edit rate for component PTS offsettingSebastian Dröge2017-07-241-2/+2
* mxfdemux: Output timecodes for video streamsSebastian Dröge2017-07-242-0/+69
* mxfdemux: Keep track of component start positions and material track positionsSebastian Dröge2017-07-242-37/+60
* 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-2111-10/+656
* webvttenc: Change src pad template to application/x-subtitle-vttSeungha Yang2017-07-181-1/+1
* jpeg2000parse: support 2-component imagesAaron Boxer2017-07-171-1/+1
* jpeg2000parse: initial support for JP2 formatAaron Boxer2017-07-171-4/+7
* jpeg2000parse: Parse colorimetry, interlace-mode, field-order, multiview-mode...Aaron Boxer2017-07-171-7/+38
* audiomixer: document caps negotiation racinessTim-Philipp Müller2017-07-141-1/+9
* mxfdemux: Create index table arrays with a big enough sizeSebastian Dröge2017-07-111-2/+2
* mxfdemux: Initialize index table entries completely in all casesSebastian Dröge2017-07-111-0/+3
* jpeg2000parse: allow parsing when current caps are nullAaron Boxer2017-07-101-41/+69
* mpegdemux: segment seek flag is not relevant when checking for EOSMark Nauwelaerts2017-07-091-4/+3
* mxfdemux: For intra-only streams, always output DTS=PTSSebastian Dröge2017-07-051-3/+3
* mxfdemux: Fix integer overflow in partition position comparison functionSebastian Dröge2017-07-051-1/+6
* mxfdemux: Print PTS and DTS in debug output when pushing buffersSebastian Dröge2017-07-051-4/+5
* mxfmetadata: Set field-order correctly for interlaced videoSebastian Dröge2017-07-051-2/+17
* mxfmetadata: Use display width/height instead of stored width/heightSebastian Dröge2017-07-051-0/+8
* mxfdemux: Don't include any KLV packets between header metadata and index tab...Sebastian Dröge2017-07-051-10/+21
* mxfdemux: Allow filler and other KLV packets between index table segmentsSebastian Dröge2017-07-041-2/+9
* mxfdemux: Include duration in response to SEEKING querySebastian Dröge2017-06-271-2/+8
* mxfmux: Write temporal offset and correct keyframe offset into index tableSebastian Dröge2017-06-272-25/+120
* mxfdemux: Take temporal reordering from the index table into accountSebastian Dröge2017-06-2711-39/+154
* mpegpsmux: remove unnecessary g_return_if_fail()Eunhae Choi2017-06-271-1/+0
* meson: Add netsim pluginNicolas Dufresne2017-06-222-0/+13
* mxfdemux: Do not try to serialize unresolved metadatasThibault Saunier2017-06-151-1/+3
* jpeg2000parse: parse RSIZ capabilities and put profile/level into the capsAaron Boxer2017-06-072-7/+150