summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* mxfdemux: Fix query memory leakJimmy Ohn2016-03-211-0/+2
* h264parse, h265parse: fix handling of downstream force-key-unit eventsAleksander Wabik2016-03-172-4/+10
* mxfmux: Fix typo in JPEG2000 colorspaceSebastian Dröge2016-03-161-1/+1
* tsdemux: add video/x-h265 to template capsTim-Philipp Müller2016-03-121-0/+2
* mpegts: Don't leave freed programs in the hash tableJan Schmidt2016-03-122-0/+15
* videoparsers: h265: Fix segfault while transforming hevc to nal aligned bytes...Sreerenj Balachandran2016-03-111-2/+11
* mpegvideoparser: Handle non-hierarchical profiles againEdward Hervey2016-03-091-10/+10
* tsdemux: Don't reset/recalculate segments with accurate seeksEdward Hervey2016-03-081-3/+4
* mpegtspacketizer: handle early PTS conversion when a group has been foundAurélien Zanelli2016-03-031-2/+6
* videoparsers: h264: Disable passthorugh mode enablingSreerenj Balachandran2016-02-291-0/+7
* sdpdemux: Set caps to application/x-rtp instead of application/x-unknown as r...Sebastian Dröge2016-02-291-0/+5
* sdpdemux: Add pads with the correct names in case an rtpbin is usedSebastian Dröge2016-02-291-2/+4
* dataurisrc: Don't assume that get_current_caps() returns non-NULL caps after ...Sebastian Dröge2016-02-231-3/+2
* aiffparse: fix negotiation errors with multi-channel filesTim-Philipp Müller2016-02-211-0/+46
* win32: remove outdated build cruftTim-Philipp Müller2016-02-217-1051/+0
* tsparse: Fix per-program-pad pushingEdward Hervey2016-02-191-19/+23
* tsparse: Use GstFlowCombinerEdward Hervey2016-02-192-3/+28
* mpegtsbase: Refactor code to check for subclass seek handlingVineeth TM2016-02-171-10/+12
* mpegtsbase: Add condition to check for non working negative rateVineeth TM2016-02-171-0/+5
* rtp: move RTP H.265 payloader/depayloader to -goodTim-Philipp Müller2016-02-166-3357/+0
* netsim: Add netsim elementStian Selnes2016-02-123-0/+553
* gstrtph265depay: keep consistency with rtph264depayLuis de Bethencourt2016-02-052-10/+27
* rtph265depay: fix termination of access unitLuis de Bethencourt2016-02-051-2/+0
* h264parse: remove unused mview_mode valueLuis de Bethencourt2016-02-041-2/+0
* h265parse: avoid sending unnecessary downstream caps queries/eventsMatthew Waters2016-02-041-11/+26
* h264parse: increase caps equality check for no codec_dataMatthew Waters2016-02-041-6/+12
* h264parse: try the current caps before querying downstreamMatthew Waters2016-02-041-5/+13
* docs: remove some leftover 'Since 0.10.x' markersTim-Philipp Müller2016-02-032-3/+1
* debugutils: use generic marshallerTim-Philipp Müller2016-02-034-22/+1
* mxftypes: Generate UUIDs according to RFC4122 version 4 (aka random)Sebastian Dröge2016-01-291-1/+2
* mxfmetadata: Properly write video line map data as an array of 32 bit integersSebastian Dröge2016-01-291-2/+4
* mxfmetadata: DMSchemes in the Preface is a required fieldSebastian Dröge2016-01-291-13/+11
* mxful: Fix Content Storage ULSebastian Dröge2016-01-291-2/+2
* mxfmetadata: Best effort values must be written and if unset must contain the...Sebastian Dröge2016-01-291-147/+120
* mxful: Add missing OperationalPattern UL, which fixes an off-by-one with the ...Sebastian Dröge2016-01-291-0/+3
* mxfmux: Our body partition is always complete and closedSebastian Dröge2016-01-291-0/+2
* mxfmux: Use IndexSID of 2 instead of 1Sebastian Dröge2016-01-291-1/+1
* mxfmux: Rewrite body partition pack on EOS and mark it as complete/closedSebastian Dröge2016-01-291-0/+23
* videoparse: initialize update_size to FALSE when updating infoAurélien Zanelli2016-01-281-1/+1
* videoparse: Fix framesize calculationNicolas Dufresne2016-01-281-3/+6
* gdpdepay: Add ts-offset property to adjust buffer timestampsSebastian Dröge2016-01-282-0/+62
* mxfmpeg: Write the correct essence container UL for all codecsSebastian Dröge2016-01-281-1/+13
* mxfmpeg: Write version number into the picture essence coding ULSebastian Dröge2016-01-281-0/+4
* mxfmux: Write a timecode track into the source package tooSebastian Dröge2016-01-281-13/+90
* videoparse: use decide_allocation to check if downstream supports videometaAurélien Zanelli2016-01-282-3/+32
* rawparse: add 'decide_allocation' vfunc to let subclass parse an allocation q...Aurélien Zanelli2016-01-282-0/+17
* rawparse: use size of buffer we got from adapterAurélien Zanelli2016-01-281-2/+4
* videoparse: add properties to set framesize, strides and planes offsetsAurélien Zanelli2016-01-282-1/+317
* rawparse: rename 'set_buffer_flags' vfunc to 'pre_push_buffer'Aurélien Zanelli2016-01-283-6/+6
* videoparse: cache video info in instanceAurélien Zanelli2016-01-282-27/+23