summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2017-11-25netsim: remove private struct and paddingTim-Philipp Müller2-106/+86
2017-11-24h265parse: early set src caps when input not byte-streamGuillaume Desmottes1-0/+4
2017-11-24h264parse: early set src caps when input is avcGuillaume Desmottes1-0/+5
2017-11-22aggregator: Remove klass->sinkpads_typeMathieu Duponchelle4-13/+8
2017-11-22h265parse: put downstream caps first if possible on sink capsGuillaume Desmottes1-14/+21
2017-11-22h264parse: put downstream caps first if possible on sink capsGuillaume Desmottes1-14/+21
2017-11-20all: Fix left-shift undefined behaviourEdward Hervey2-4/+2
2017-11-14avwait: Deserialised timecodes set after caps event now get correct framerateVivia Nikolaidou1-6/+23
2017-11-10timecode: Fix incorrect wording in error messageVivia Nikolaidou1-3/+3
2017-11-10avwait: Better handling of deserialised timecode frameratesVivia Nikolaidou2-6/+5
2017-11-07Revert "debugutils: Added new jitterer element"Vivia Nikolaidou5-462/+2
2017-11-07Revert "timecodestamper: LTC from audio"Vivia Nikolaidou2-624/+44
2017-11-07Revert "timecodestamper: Modify ltc-add to tc-add"Vivia Nikolaidou2-12/+14
2017-11-07avwait: Fix crash when explicitly setting end_tc to NULLVivia Nikolaidou1-1/+1
2017-11-07timecodestamper: Modify ltc-add to tc-addGeorg Lippitsch2-14/+12
2017-11-07timecodestamper: LTC from audioGeorg Lippitsch2-44/+624
2017-11-07debugutils: Added new jitterer elementVivia Nikolaidou5-2/+462
2017-11-02videoaggregator: drop ABI compat in padding for new struct memberTim-Philipp Müller1-1/+1
2017-10-25avwait: Added end-timecode propertyVivia Nikolaidou2-5/+126
2017-10-23aggregator: fix type for latency property (int64 -> GStClockTime)Stefan Sauer1-4/+4
2017-10-06mxfdemux: Fix memory leak in error casePonnam Srinivas1-0/+1
2017-10-03Use proper GtkDoc notation for NULL/FALSE/TRUEReynaldo H. Verdejo Pinochet3-6/+6
2017-09-28audiobuffersplit: Drain pending samples if the caps are changingSebastian Dröge1-3/+28
2017-09-28audiobuffersplit: Use new GstAudioStreamAlign APISebastian Dröge2-97/+63
2017-09-22autoconvert: Fix two memory leaks on error conditionsJames Stevenson1-0/+2
2017-09-01tsdemux: Make jp2k handling more robust and efficientEdward Hervey1-24/+20
2017-09-01tsdemux: Handle quirk in jp2k es header handlingEdward Hervey1-0/+12
2017-08-29tsdemux: Properly error out on jp2k parsing errorsEdward Hervey1-0/+8
2017-08-10mxfvc3: Use correct wrapping byte valueSebastian Dröge1-2/+2
2017-08-10compositor: improve conversion debuggingMathieu Duponchelle1-3/+7
2017-08-09mpegtsdemux: remove obsolete function declarationMark Nauwelaerts1-2/+0
2017-08-09pcapparse: support vlan 802.1qAaron Boxer1-4/+21
2017-08-09pcapparse: Support pcap with nanosecond timestampsAaron Boxer2-3/+20
2017-08-03compositor: update disted orc fallback filesTim-Philipp Müller2-0/+1321
2017-08-03compositor: Add support for crossfade blendingThibault Saunier6-100/+415
2017-08-03mpegpsmux: Do not dereference a NULL pointerThibault Saunier1-2/+2
2017-08-02ipcpipeline: move to sys/ and make it dependent on platform support for unix ...George Kiagiadakis13-4658/+0
2017-08-01meson: enable building the ipcpipeline pluginGeorge Kiagiadakis2-0/+17
2017-08-01ipcpipeline: introduce new plugin for inter-process pipelinesGeorge Kiagiadakis11-0/+4641
2017-07-25mxfdemux: Fix compilation with gcc 4.8.4Sebastian Dröge1-1/+1
2017-07-24mxfdemux: Correctly consider frame reordering for timecode calculationSebastian Dröge1-4/+20
2017-07-24mxfdemux: Use material track edit rate for component PTS offsettingSebastian Dröge1-2/+2
2017-07-24mxfdemux: Output timecodes for video streamsSebastian Dröge2-0/+69
2017-07-24mxfdemux: Keep track of component start positions and material track positionsSebastian Dröge2-37/+60
2017-07-21tsmux: Fix make distcheckSebastian Dröge1-0/+1
2017-07-21tsmux: Add mpegtsmux_jpeg2000.c to meson.buildSebastian Dröge1-0/+1
2017-07-21tsmux: Store PES payload size in a 32 bit integerSebastian Dröge1-2/+2
2017-07-21tsmux/tsdemux: Add support for JPEG2000Aaron Boxer11-10/+656
2017-07-18webvttenc: Change src pad template to application/x-subtitle-vttSeungha Yang1-1/+1
2017-07-17jpeg2000parse: support 2-component imagesAaron Boxer1-1/+1