summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* rgvolume: make tag list writable before modifying itTim-Philipp Müller2016-04-061-6/+5
* rtspsrc: Properly error out if binding the UDP sockets failsSebastian Dröge2016-04-061-3/+14
* qtdemux: don't push encrypted buffer without cenc metadataPhilippe Normand2016-04-061-0/+6
* qtdemux: read saio aux_info_type as a FOURCCPhilippe Normand2016-04-061-1/+5
* gst: Handle gst_pad_get_current_caps() returning NULL gracefullySebastian Dröge2016-04-062-3/+10
* gst: Don't assume that get_current_caps() returns non-NULL caps after has_cur...Dave Craig2016-04-065-18/+29
* aacparse: Handle gst_pad_get_current_caps() returning NULL gracefullyDave Craig2016-04-061-0/+4
* matroska-demux: Don't handle seek until readyLinus Svensson2016-04-061-0/+6
* matroska-demux: Unref seek eventLinus Svensson2016-04-061-0/+1
* multifilesink: close file on write error with next-file mode is set to bufferAurélien Zanelli2016-04-061-1/+3
* avidemux: Fix buffer memory leakVineeth TM2016-04-061-0/+2
* rtpmanager: Don't warn for duplicate/reordered packetsStian Selnes2016-04-061-2/+2
* qtdemux: workaround for files with wrong color_table_id valueMatej Knopp2016-04-061-0/+8
* flvmux: plug leak(s) in error-scenarioHavard Graff2016-04-061-6/+22
* flvdemux: fix eos event leakHavard Graff2016-04-061-2/+3
* qtdemux: plug leaks in cenc aux info parsingPhilippe Normand2016-04-061-0/+2
* matroskademux: Unmap wavpack header buffer after creating itSebastian Dröge2016-04-061-0/+1
* avidemux: Fix string memory leakVineeth TM2016-04-061-2/+1
* rtpjpegpay: Skip APP and JPG markers and print warnings for unknown markersSebastian Dröge2016-04-061-2/+17
* Revert "flacparse: push tags in pre_push_frame"Sebastian Dröge2016-03-151-6/+0
* flacparse: push tags in pre_push_frameLuis de Bethencourt2016-03-021-0/+6
* goom: Use goom_set_resolution() instead of recreating the goom instance when ...Sebastian Dröge2016-02-271-0/+1
* wavparse: Don't play anything after the end of the data chunk even when seekingSebastian Dröge2016-01-191-0/+8
* wavparse: Don't do calculations with -1 offsets when handling SEGMENT eventsSebastian Dröge2016-01-191-1/+1
* rtspsrc: handle rtcp/srtcp caps properly when using interleaved dataAleix Conchillo Flaqué2016-01-181-1/+5
* wavparse: When flushing on EOS, don't process more data than the "data" sizeSebastian Dröge2016-01-161-2/+0
* sbcparse: Fix frame length calculationTim Sheridan2016-01-161-4/+4
* rtpvrawdepay: fix major memory leak and performance issueTim-Philipp Müller2016-01-111-4/+3
* scaletempo: Free the various buffers in GstBaseTransform::stop()Sebastian Dröge2015-12-281-0/+20
* rtpj2kdepay: Push one JPEG2000 frame per buffer, not a buffer list with multi...Vincent Dehors2015-12-181-19/+6
* rtpgstdepay: Properly handle backward compat for event deserializationJosep Torra2015-12-091-3/+2
* rtpjitterbuffer: Fix packet dropping after a big discontSebastian Dröge2015-12-091-1/+11
* avimux: don't crash if we never got audio caps before stoppingMichael Olbrich2015-12-071-0/+2
* wavparse: flush upstream when seeking in pull modeThiago Santos2015-12-011-0/+2
* qtdemux: Cast to signed integers to prevent unsigned compare between negative...Sebastian Dröge2015-12-011-2/+4
* splitmuxpartreader: Fix GCond leakVineeth TM2015-11-161-0/+1
* qtdemux: support for cenc auxiliary info parsing outside of moof boxPhilippe Normand2015-11-052-17/+53
* flvmux: fix writing of creation timeTim-Philipp Müller2015-11-011-1/+1
* flvmux: GST_BUFFER_OFFSETs should be GST_BUFFER_OFFSET_NONEHavard Graff2015-11-011-0/+2
* flvmux: use time segment and copy timestamps when streamableHavard Graff2015-11-011-3/+14
* matroskamux: don't drop JPEG frames that only have PTS but no DTS setNicola Murino2015-10-281-1/+4
* qtmux: Allow negotiating to S8 as a raw format but stop making it best choiceThibault Saunier2015-10-282-6/+4
* qtmux: Add prores supportThibault Saunier2015-10-282-0/+17
* splitmuxsink: do not destroy the multiqueue & muxer when going to NULLGeorge Kiagiadakis2015-10-281-1/+7
* scaletempo: F64 support is only available in GIT master at this pointSebastian Dröge2015-10-271-13/+1
* scaletempo: Fix handling of rate < 0Sebastian Dröge2015-10-272-22/+131
* rtpj2kpay: update fragment offsetThiago Santos2015-10-201-0/+1
* qtmux: Don't unconditionally use strnlen()Ryan Hendrickson2015-10-201-1/+3
* mpegaudioparse: Fix buffer memory leak during failuresVineeth TM2015-10-201-3/+3
* auparse: Fix event memory leakVineeth TM2015-10-191-0/+1