summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2016-12-09flxdec: Only send SEGMENT events after CAPSSebastian Dröge2-8/+29
2016-12-09flxdec: Unref and unmap buffers in all code paths as neededSebastian Dröge1-3/+2
2016-12-07monoscope: Unref allocation query after finished with itGarima Gaur1-0/+1
2016-12-06flxdec: Allocate 0-initialized memory for the decoded frameSebastian Dröge1-2/+2
2016-12-05rtspsrc: Fix session cleanup when handling redirect on PLAYMatt Staples1-1/+0
2016-12-05rtspsrc: always send teardown requestAleix Conchillo Flaque1-3/+9
2016-12-02jitterbuffer: Don't leak duplicate itemsEdward Hervey2-1/+5
2016-12-02qtdemux: Sanitize unknown codec capsEdward Hervey1-18/+21
2016-12-01avidemux: Free vprp chunk also if it existed but we made no use of itSebastian Dröge1-3/+2
2016-12-01matroskademux: Fix memory leak when parsing attachmentsSebastian Dröge1-3/+2
2016-12-01matroskademux: Unify zlib/bzip2 decompress loops with the ones from qtdemuxSebastian Dröge1-19/+23
2016-12-01qtdemux: Increase inflate buffer in bigger stepsSebastian Dröge1-6/+4
2016-12-01qtdemux: Ensure that size of the pasp atom is as much as we needSebastian Dröge1-2/+8
2016-12-01qtdemux: Free compressed moov node and it's corresponding decompressed dataSebastian Dröge1-3/+23
2016-12-01qtdemux: Check size of compressed MOOV header against available dataSebastian Dröge1-1/+11
2016-12-01qtdemux: Fix zlib inflate loopSebastian Dröge1-39/+46
2016-12-01aacparse: Make sure we have enough data in the codec_data to be able to parse itSebastian Dröge1-2/+3
2016-12-01qtdemux: Fix out of bounds read in tag parsing codeSebastian Dröge1-2/+2
2016-12-01rtp: Fix some memory leaks in usage of gst_pad_get_current_caps()Garima Gaur2-0/+3
2016-11-30qtdemux: Read interlacing information from 'fiel' atomVivia Nikolaidou1-0/+32
2016-11-29qtdemux: Fix compiler warningSebastian Dröge1-1/+1
2016-11-29qtdemux: Change off_t type to gintScott D Phillips1-4/+3
2016-11-28avidemux: Ensure that tags are valid UTF-8 before adding them to the taglistSebastian Dröge1-9/+16
2016-11-28multipartdemux: Post an error message on the bus if we got EOS without having...Sebastian Dröge1-0/+28
2016-11-28vrawpay: Error out cleanly if mapping the video frame failsSebastian Dröge1-1/+4
2016-11-27rtprtxsend: Update statistics before pushingEdward Hervey1-2/+3
2016-11-23rtpbin: Handle create_session() returning NULL in bundle codeSebastian Dröge1-0/+6
2016-11-23qtmux: Make sure to only change DTS of writable buffersSebastian Dröge1-2/+2
2016-11-23qtmux: Error out much earlier if we don't have a valid PTSSebastian Dröge1-3/+3
2016-11-23qtmux: Only use buffer durations if they are actually validSebastian Dröge1-19/+21
2016-11-23qtmux: Revert commits that set DTS and duration on buffers unconditionallySebastian Dröge1-28/+2
2016-11-23qtmux: Only write "gap" edit list if there is a non-zero gapSebastian Dröge1-4/+7
2016-11-23flxdec: rewrite logic based on GstByteReader/WriterMatthew Waters4-260/+427
2016-11-23flxdec: Don't unref() parent in the chain functionSebastian Dröge1-1/+0
2016-11-22matroskademux: Fix cluster searching if we search multiple times in one chunkSebastian Dröge1-2/+11
2016-11-22matroska: Add size checks to the parsing of FLAC headersSebastian Dröge1-3/+6
2016-11-22flxdec: fix some warnings comparing unsigned < 0Matthew Waters1-2/+2
2016-11-22qtmux: Enable up to 16 unpositioned raw audio channelsVivia Nikolaidou1-0/+8
2016-11-22flxdec: add some write bounds checkingMatthew Waters1-25/+91
2016-11-21qtdemux: Be sure not to read off end of FLAC dfLa boxDavid Evans1-5/+24
2016-11-21matroskademux: add support for skipping invalid data in push modeNicola Murino1-5/+40
2016-11-21matroskaparse: add support for skipping invalid dataNicola Murino3-5/+49
2016-11-21rtspsrc: Move to new helper function to parse authentication responsesSebastian Dröge1-141/+35
2016-11-21qtdemux: Fix wrong compiler warning with gcc 6.2christophecvr1-1/+1
2016-11-20avidemux: Ensure that raw video have properly aligned buffersSebastian Dröge2-0/+45
2016-11-20qtdemux: Ensure that raw audio and video have properly aligned buffersSebastian Dröge1-0/+69
2016-11-19qtmux: Always write edit lists for the tracks to give a more accurate durationSebastian Dröge1-2/+6
2016-11-18qtdemux: Remove useless return variableSeungha Yang1-3/+2
2016-11-18qtdemux: Add support for FLAC encapsulated in ISOBMFFDavid Evans5-0/+167
2016-11-18rtpmux: Mark pad as needing reconfiguration again if it failedSebastian Dröge1-2/+10