summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-10docs: design: remove, moved to gst-docsHEADmasterTim-Philipp Müller4-272/+0
2016-12-09meson: Support building without Gst debugThibault Saunier1-0/+24
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-08v4l2object: Don't set empty interlace-mode listArun Raghavan1-1/+6
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-03Automatic update of common submoduleEdward Hervey2-1/+1
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-29meson: add libm to has_function checksScott D Phillips1-2/+3
2016-11-28Revert "meson: dv plugin now works on MSVC"Nirbheek Chauhan1-1/+4
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-28souphttpsrc: Handle non-UTF8 headers and error reasons more gracefullySebastian Dröge1-48/+106
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-26common: use https protocol for common submoduleTim-Philipp Müller1-1/+1
2016-11-24gstv4l2bufferpool: lock flush_stop against regular qbufPhilipp Zabel1-8/+13
2016-11-24gstv4l2bufferpool: remove critical error message when process is called on an...Philipp Zabel1-2/+0
2016-11-24v4l2src: release buffer if create failsPhilipp Zabel1-0/+1
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-22vpxdec: libvpx's release buffer is sometimes called with fb->priv==NULLSebastian Dröge1-1/+4
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