summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2016-03-29mxfmux: Instead of releasing request pads on stop(), clear them onlySebastian Dröge1-8/+13
2016-03-25mpegtspacketizer: simplify variable resetThiago Santos1-2/+1
2016-03-25mpegtsbase: plug EIT string leakThiago Santos1-0/+1
2016-03-25interlace: fix negotiation with fixed framerate downstreamVincent Penquerc'h1-0/+154
2016-03-21mxfdemux: Fix query memory leakJimmy Ohn1-0/+2
2016-03-17h264parse, h265parse: fix handling of downstream force-key-unit eventsAleksander Wabik2-4/+10
2016-03-16mxfmux: Fix typo in JPEG2000 colorspaceSebastian Dröge1-1/+1
2016-03-12tsdemux: add video/x-h265 to template capsTim-Philipp Müller1-0/+2
2016-03-12mpegts: Don't leave freed programs in the hash tableJan Schmidt2-0/+15
2016-03-11videoparsers: h265: Fix segfault while transforming hevc to nal aligned bytes...Sreerenj Balachandran1-2/+11
2016-03-09mpegvideoparser: Handle non-hierarchical profiles againEdward Hervey1-10/+10
2016-03-08tsdemux: Don't reset/recalculate segments with accurate seeksEdward Hervey1-3/+4
2016-03-03mpegtspacketizer: handle early PTS conversion when a group has been foundAurélien Zanelli1-2/+6
2016-02-29videoparsers: h264: Disable passthorugh mode enablingSreerenj Balachandran1-0/+7
2016-02-29sdpdemux: Set caps to application/x-rtp instead of application/x-unknown as r...Sebastian Dröge1-0/+5
2016-02-29sdpdemux: Add pads with the correct names in case an rtpbin is usedSebastian Dröge1-2/+4
2016-02-23dataurisrc: Don't assume that get_current_caps() returns non-NULL caps after ...Sebastian Dröge1-3/+2
2016-02-21aiffparse: fix negotiation errors with multi-channel filesTim-Philipp Müller1-0/+46
2016-02-21win32: remove outdated build cruftTim-Philipp Müller7-1051/+0
2016-02-19tsparse: Fix per-program-pad pushingEdward Hervey1-19/+23
2016-02-19tsparse: Use GstFlowCombinerEdward Hervey2-3/+28
2016-02-17mpegtsbase: Refactor code to check for subclass seek handlingVineeth TM1-10/+12
2016-02-17mpegtsbase: Add condition to check for non working negative rateVineeth TM1-0/+5
2016-02-16rtp: move RTP H.265 payloader/depayloader to -goodTim-Philipp Müller6-3357/+0
2016-02-12netsim: Add netsim elementStian Selnes3-0/+553
2016-02-05gstrtph265depay: keep consistency with rtph264depayLuis de Bethencourt2-10/+27
2016-02-05rtph265depay: fix termination of access unitLuis de Bethencourt1-2/+0
2016-02-04h264parse: remove unused mview_mode valueLuis de Bethencourt1-2/+0
2016-02-04h265parse: avoid sending unnecessary downstream caps queries/eventsMatthew Waters1-11/+26
2016-02-04h264parse: increase caps equality check for no codec_dataMatthew Waters1-6/+12
2016-02-04h264parse: try the current caps before querying downstreamMatthew Waters1-5/+13
2016-02-03docs: remove some leftover 'Since 0.10.x' markersTim-Philipp Müller2-3/+1
2016-02-03debugutils: use generic marshallerTim-Philipp Müller4-22/+1
2016-01-29mxftypes: Generate UUIDs according to RFC4122 version 4 (aka random)Sebastian Dröge1-1/+2
2016-01-29mxfmetadata: Properly write video line map data as an array of 32 bit integersSebastian Dröge1-2/+4
2016-01-29mxfmetadata: DMSchemes in the Preface is a required fieldSebastian Dröge1-13/+11
2016-01-29mxful: Fix Content Storage ULSebastian Dröge1-2/+2
2016-01-29mxfmetadata: Best effort values must be written and if unset must contain the...Sebastian Dröge1-147/+120
2016-01-29mxful: Add missing OperationalPattern UL, which fixes an off-by-one with the ...Sebastian Dröge1-0/+3
2016-01-29mxfmux: Our body partition is always complete and closedSebastian Dröge1-0/+2
2016-01-29mxfmux: Use IndexSID of 2 instead of 1Sebastian Dröge1-1/+1
2016-01-29mxfmux: Rewrite body partition pack on EOS and mark it as complete/closedSebastian Dröge1-0/+23
2016-01-28videoparse: initialize update_size to FALSE when updating infoAurélien Zanelli1-1/+1
2016-01-28videoparse: Fix framesize calculationNicolas Dufresne1-3/+6
2016-01-28gdpdepay: Add ts-offset property to adjust buffer timestampsSebastian Dröge2-0/+62
2016-01-28mxfmpeg: Write the correct essence container UL for all codecsSebastian Dröge1-1/+13
2016-01-28mxfmpeg: Write version number into the picture essence coding ULSebastian Dröge1-0/+4
2016-01-28mxfmux: Write a timecode track into the source package tooSebastian Dröge1-13/+90
2016-01-28videoparse: use decide_allocation to check if downstream supports videometaAurélien Zanelli2-3/+32
2016-01-28rawparse: add 'decide_allocation' vfunc to let subclass parse an allocation q...Aurélien Zanelli2-0/+17