summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* 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
* mxfmux: Write This Generation UID into the Identification metadataSebastian Dröge2016-01-283-0/+15
* mxfmetadata: Add workaround for ffmpeg only writing one Video Line Map valueSebastian Dröge2016-01-281-4/+14
* videoaggregator: don't do caps processing that is not overridableMatthew Waters2016-01-271-26/+62
* h265parse: Fix buffer leak when sps is not presentVineeth TM2016-01-251-3/+4
* h265parse: Fix buffer memory leak.Vineeth TM2016-01-251-1/+1
* audio: Move audioaggregator base class to a librarySebastian Dröge2016-01-225-1567/+5
* mpegtsmux: set non-0 payload length in PES header if video ES packet is small...Hyunjun Ko2016-01-191-5/+10
* mpegtsmux: reset pes_bytes_written when starting to write new PES packetHyunjun Ko2016-01-191-1/+3
* mpegtsmux: add support for H.265/HEVC videoTim-Philipp Müller2016-01-193-0/+6
* rtph265depay: fix unneeded sub-buffer creationLuis de Bethencourt2016-01-151-16/+8
* rtph265pay: add "send VPS/SPS/PPS with every key frame" modeLuis de Bethencourt2016-01-151-40/+46
* rtph265pay: change config-interval property type from uint to intLuis de Bethencourt2016-01-152-5/+5