summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* qtdemux: distinguish TFDT with value 0 from no TFDT at allEnrique Ocaña González2017-03-231-3/+4
* qtmux: Fix some memory leaks related to timecode tracksSebastian Dröge2017-03-172-1/+16
* Revert "rtpbin: pipeline gets an EOS when any rtpsources byes"Sebastian Dröge2017-03-173-21/+17
* rtph264depay: fix crash with empty sprops-parametersTim-Philipp Müller2017-03-161-0/+4
* qtmux: Join chunks together if they have the same sizeSebastian Dröge2017-03-151-10/+59
* atomsrecovery: also handle extra atoms after 'mdia' in a 'trak'Thiago Santos2017-03-142-0/+39
* qtmux: avoid fallthrough to moovrecovery failure sectionThiago Santos2017-03-141-0/+2
* atomsrecovery: expect more atom types at the headersThiago Santos2017-03-141-23/+50
* rtph264depay, rtph265depay: remove stray g_debug()Michael Dutka2017-03-102-2/+0
* rtpjitterbuffer: Don't always reset PTS to 0 after a gapAndrew2017-02-273-7/+10
* udpsrc: Use IP_MULTICAST_ALL for filtering IPv4 packets if availableSebastian Dröge2017-02-191-2/+15
* icydemux: reset tags on empty valueSøren Juul2017-02-191-1/+4
* splitmuxsrc: Allow for buffers before the segment when measuringJan Schmidt2017-02-071-5/+6
* qtdemux: sanity check number of segments in edit listTim-Philipp Müller2017-01-311-1/+1
* qtmux: Timecode track fixes for STSD entryVivia Nikolaidou2017-01-271-10/+14
* rtspsrc: find_stream_by_channel should ignore unconfigured streamsMatt Staples2017-01-271-1/+4
* qtmux: Fix debug typo and remove misleading warningBrendan Shanks2017-01-271-3/+1
* Revert "autodetect: bring the element state down after success"Sebastian Dröge2017-01-261-5/+5
* wavparse: check for not NULL before clearing adapterRahul Bedarkar2017-01-251-1/+2
* avidemux: Stop reading a ncdt sub-tag if it goes behind the surrounding tagSebastian Dröge2017-01-251-0/+3
* avidemux: Fix various out of bounds reads when parsing ncdt tagsSebastian Dröge2017-01-251-4/+8
* qtdemux: Increment current stts index whenever we finished one stts entrySebastian Dröge2017-01-191-0/+2
* Revert "qtdemux: Increment current stts index in all code paths after reading...Sebastian Dröge2017-01-191-1/+0
* qtdemux: Increment current stts index in all code paths after reading one chunkSebastian Dröge2017-01-191-0/+1
* qtmux: Don't reset request pad numbering across usesJan Schmidt2017-01-161-2/+7
* qtdemux: free seqh after calling qtdemux_parse_svq3_stsd_data()Andre McCurdy2017-01-161-0/+1
* autodetect: bring the element state down after successMatthew Waters2017-01-091-5/+5
* qtdemux: Fix key_time in gst_qtdemux_adjust_seek()Seungha Yang2017-01-091-1/+1
* qtdemux: Don't reset output timestamps when no tfdtJan Schmidt2017-01-091-1/+1
* qtdemux: Check if we have enough data available when parsing edit listsSebastian Dröge2016-12-221-7/+21
* qtdemux: Check that the XiTh size is big enoughSebastian Dröge2016-12-221-1/+8
* qtdemux: Check node length of video sample descriptionHeekyoung Seo2016-12-221-66/+43
* scaletempo: Ensure to reinit buffers whenever they were not allocated yetSebastian Dröge2016-12-131-0/+2
* flxdec: Only send SEGMENT events after CAPSSebastian Dröge2016-12-132-8/+29
* flxdec: Unref and unmap buffers in all code paths as neededSebastian Dröge2016-12-131-3/+2
* flxdec: Allocate 0-initialized memory for the decoded frameSebastian Dröge2016-12-071-2/+2
* rtspsrc: Fix session cleanup when handling redirect on PLAYMatt Staples2016-12-071-1/+0
* jitterbuffer: Don't leak duplicate itemsEdward Hervey2016-12-052-1/+5
* rtpjitterbuffer: fix timer-reuse bugHavard Graff2016-12-051-0/+1
* rtpjitterbuffer: fix lost-event using dts instead of ptsHavard Graff2016-12-053-279/+286
* rtpjitterbuffer: fix bug in reschedule_timerHavard Graff2016-12-051-7/+12
* rtp: Fix some memory leaks in usage of gst_pad_get_current_caps()Garima Gaur2016-12-052-0/+3
* qtdemux: Sanitize unknown codec capsEdward Hervey2016-12-051-18/+21
* avidemux: Free vprp chunk also if it existed but we made no use of itSebastian Dröge2016-12-051-3/+2
* matroskademux: Fix memory leak when parsing attachmentsSebastian Dröge2016-12-051-3/+2
* matroskademux: Unify zlib/bzip2 decompress loops with the ones from qtdemuxSebastian Dröge2016-12-051-19/+23
* qtdemux: Increase inflate buffer in bigger stepsSebastian Dröge2016-12-051-6/+4
* qtdemux: Ensure that size of the pasp atom is as much as we needSebastian Dröge2016-12-051-2/+8
* qtdemux: Fix zlib inflate loopSebastian Dröge2016-12-051-39/+46
* qtdemux: Free compressed moov node and it's corresponding decompressed dataSebastian Dröge2016-12-051-3/+23