Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-08v4l2object: Don't set empty interlace-mode listArun Raghavan
2016-12-07monoscope: Unref allocation query after finished with itGarima Gaur
2016-12-06flxdec: Allocate 0-initialized memory for the decoded frameSebastian Dröge
2016-12-05rtspsrc: Fix session cleanup when handling redirect on PLAYMatt Staples
2016-12-05rtspsrc: always send teardown requestAleix Conchillo Flaque
2016-12-03Automatic update of common submoduleEdward Hervey
2016-12-02jitterbuffer: Don't leak duplicate itemsEdward Hervey
2016-12-02qtdemux: Sanitize unknown codec capsEdward Hervey
2016-12-01avidemux: Free vprp chunk also if it existed but we made no use of itSebastian Dröge
2016-12-01matroskademux: Fix memory leak when parsing attachmentsSebastian Dröge
2016-12-01matroskademux: Unify zlib/bzip2 decompress loops with the ones from qtdemuxSebastian Dröge
2016-12-01qtdemux: Increase inflate buffer in bigger stepsSebastian Dröge
2016-12-01qtdemux: Ensure that size of the pasp atom is as much as we needSebastian Dröge
2016-12-01qtdemux: Free compressed moov node and it's corresponding decompressed dataSebastian Dröge
2016-12-01qtdemux: Check size of compressed MOOV header against available dataSebastian Dröge
2016-12-01qtdemux: Fix zlib inflate loopSebastian Dröge
2016-12-01aacparse: Make sure we have enough data in the codec_data to be able to parse itSebastian Dröge
2016-12-01qtdemux: Fix out of bounds read in tag parsing codeSebastian Dröge
2016-12-01rtp: Fix some memory leaks in usage of gst_pad_get_current_caps()Garima Gaur
2016-11-30qtdemux: Read interlacing information from 'fiel' atomVivia Nikolaidou
2016-11-29qtdemux: Fix compiler warningSebastian Dröge
2016-11-29qtdemux: Change off_t type to gintScott D Phillips
2016-11-28meson: add libm to has_function checksScott D Phillips
2016-11-28Revert "meson: dv plugin now works on MSVC"Nirbheek Chauhan
2016-11-28avidemux: Ensure that tags are valid UTF-8 before adding them to the taglistSebastian Dröge
2016-11-28multipartdemux: Post an error message on the bus if we got EOS without having...Sebastian Dröge
2016-11-28souphttpsrc: Handle non-UTF8 headers and error reasons more gracefullySebastian Dröge
2016-11-28vrawpay: Error out cleanly if mapping the video frame failsSebastian Dröge
2016-11-27rtprtxsend: Update statistics before pushingEdward Hervey
2016-11-26common: use https protocol for common submoduleTim-Philipp Müller
2016-11-24gstv4l2bufferpool: lock flush_stop against regular qbufPhilipp Zabel
2016-11-24gstv4l2bufferpool: remove critical error message when process is called on an...Philipp Zabel
2016-11-24v4l2src: release buffer if create failsPhilipp Zabel
2016-11-23rtpbin: Handle create_session() returning NULL in bundle codeSebastian Dröge
2016-11-23qtmux: Make sure to only change DTS of writable buffersSebastian Dröge
2016-11-23qtmux: Error out much earlier if we don't have a valid PTSSebastian Dröge
2016-11-23qtmux: Only use buffer durations if they are actually validSebastian Dröge
2016-11-23qtmux: Revert commits that set DTS and duration on buffers unconditionallySebastian Dröge
2016-11-23qtmux: Only write "gap" edit list if there is a non-zero gapSebastian Dröge
2016-11-23flxdec: rewrite logic based on GstByteReader/WriterMatthew Waters
2016-11-23flxdec: Don't unref() parent in the chain functionSebastian Dröge
2016-11-22vpxdec: libvpx's release buffer is sometimes called with fb->priv==NULLSebastian Dröge
2016-11-22matroskademux: Fix cluster searching if we search multiple times in one chunkSebastian Dröge
2016-11-22matroska: Add size checks to the parsing of FLAC headersSebastian Dröge
2016-11-22flxdec: fix some warnings comparing unsigned < 0Matthew Waters
2016-11-22qtmux: Enable up to 16 unpositioned raw audio channelsVivia Nikolaidou
2016-11-22flxdec: add some write bounds checkingMatthew Waters
2016-11-21qtdemux: Be sure not to read off end of FLAC dfLa boxDavid Evans
2016-11-21matroskademux: add support for skipping invalid data in push modeNicola Murino
2016-11-21matroskaparse: add support for skipping invalid dataNicola Murino