summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* matroskademux: Unify zlib/bzip2 decompress loops with the ones from qtdemuxSebastian Dröge2016-12-011-19/+23
* qtdemux: Increase inflate buffer in bigger stepsSebastian Dröge2016-12-011-6/+4
* qtdemux: Ensure that size of the pasp atom is as much as we needSebastian Dröge2016-12-011-2/+8
* qtdemux: Free compressed moov node and it's corresponding decompressed dataSebastian Dröge2016-12-011-3/+23
* qtdemux: Check size of compressed MOOV header against available dataSebastian Dröge2016-12-011-1/+11
* qtdemux: Fix zlib inflate loopSebastian Dröge2016-12-011-39/+46
* aacparse: Make sure we have enough data in the codec_data to be able to parse itSebastian Dröge2016-12-011-2/+3
* qtdemux: Fix out of bounds read in tag parsing codeSebastian Dröge2016-12-011-2/+2
* rtp: Fix some memory leaks in usage of gst_pad_get_current_caps()Garima Gaur2016-12-012-0/+3
* qtdemux: Read interlacing information from 'fiel' atomVivia Nikolaidou2016-11-301-0/+32
* qtdemux: Fix compiler warningSebastian Dröge2016-11-291-1/+1
* qtdemux: Change off_t type to gintScott D Phillips2016-11-291-4/+3
* meson: add libm to has_function checksScott D Phillips2016-11-291-2/+3
* Revert "meson: dv plugin now works on MSVC"Nirbheek Chauhan2016-11-281-1/+4
* avidemux: Ensure that tags are valid UTF-8 before adding them to the taglistSebastian Dröge2016-11-281-9/+16
* multipartdemux: Post an error message on the bus if we got EOS without having...Sebastian Dröge2016-11-281-0/+28
* souphttpsrc: Handle non-UTF8 headers and error reasons more gracefullySebastian Dröge2016-11-281-48/+106
* vrawpay: Error out cleanly if mapping the video frame failsSebastian Dröge2016-11-281-1/+4
* rtprtxsend: Update statistics before pushingEdward Hervey2016-11-271-2/+3
* common: use https protocol for common submoduleTim-Philipp Müller2016-11-261-1/+1
* gstv4l2bufferpool: lock flush_stop against regular qbufPhilipp Zabel2016-11-241-8/+13
* gstv4l2bufferpool: remove critical error message when process is called on an...Philipp Zabel2016-11-241-2/+0
* v4l2src: release buffer if create failsPhilipp Zabel2016-11-241-0/+1
* rtpbin: Handle create_session() returning NULL in bundle codeSebastian Dröge2016-11-231-0/+6
* qtmux: Make sure to only change DTS of writable buffersSebastian Dröge2016-11-231-2/+2
* qtmux: Error out much earlier if we don't have a valid PTSSebastian Dröge2016-11-231-3/+3
* qtmux: Only use buffer durations if they are actually validSebastian Dröge2016-11-231-19/+21
* qtmux: Revert commits that set DTS and duration on buffers unconditionallySebastian Dröge2016-11-231-28/+2
* qtmux: Only write "gap" edit list if there is a non-zero gapSebastian Dröge2016-11-231-4/+7
* flxdec: rewrite logic based on GstByteReader/WriterMatthew Waters2016-11-234-260/+427
* flxdec: Don't unref() parent in the chain functionSebastian Dröge2016-11-231-1/+0
* vpxdec: libvpx's release buffer is sometimes called with fb->priv==NULLSebastian Dröge2016-11-221-1/+4
* matroskademux: Fix cluster searching if we search multiple times in one chunkSebastian Dröge2016-11-221-2/+11
* matroska: Add size checks to the parsing of FLAC headersSebastian Dröge2016-11-221-3/+6
* flxdec: fix some warnings comparing unsigned < 0Matthew Waters2016-11-221-2/+2
* qtmux: Enable up to 16 unpositioned raw audio channelsVivia Nikolaidou2016-11-221-0/+8
* flxdec: add some write bounds checkingMatthew Waters2016-11-221-25/+91
* qtdemux: Be sure not to read off end of FLAC dfLa boxDavid Evans2016-11-211-5/+24
* matroskademux: add support for skipping invalid data in push modeNicola Murino2016-11-211-5/+40
* matroskaparse: add support for skipping invalid dataNicola Murino2016-11-213-5/+49
* rtspsrc: Move to new helper function to parse authentication responsesSebastian Dröge2016-11-211-141/+35
* qtdemux: Fix wrong compiler warning with gcc 6.2christophecvr2016-11-211-1/+1
* win32: remove copies of generated headersTim-Philipp Müller2016-11-204-512/+2
* avidemux: Ensure that raw video have properly aligned buffersSebastian Dröge2016-11-202-0/+45
* qtdemux: Ensure that raw audio and video have properly aligned buffersSebastian Dröge2016-11-201-0/+69
* qtmux: Always write edit lists for the tracks to give a more accurate durationSebastian Dröge2016-11-191-2/+6
* qtdemux: Remove useless return variableSeungha Yang2016-11-181-3/+2
* qtdemux: Add support for FLAC encapsulated in ISOBMFFDavid Evans2016-11-185-0/+167
* rtpmux: Mark pad as needing reconfiguration again if it failedSebastian Dröge2016-11-181-2/+10
* monoscope: Mark pad as needing reconfiguration again if it failedSebastian Dröge2016-11-181-2/+7