summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-01Release 1.10.01.10.0Sebastian Dröge34-56/+1540
2016-11-01Update .po filesSebastian Dröge38-38/+38
2016-10-26meson: Don't depend on gstreamer-check-1.0 on windowsScott D Phillips1-2/+4
2016-10-25decodebin3: Fix assertion failure when unreffing NULL stream capsGraham Leggett1-1/+2
2016-10-25Revert "meson: move gstreamer-check-1.0 dependency to tests/check"Nirbheek Chauhan2-3/+2
2016-10-24meson: fix build outside of gst-allTim-Philipp Müller1-1/+1
2016-10-21meson: move gstreamer-check-1.0 dependency to tests/checkScott D Phillips2-2/+3
2016-10-20Revert "meson: Use the new `pic` argument on static libs"Thibault Saunier2-9/+14
2016-10-20meson: Use the new `pic` argument on static libsThibault Saunier2-14/+9
2016-10-20audio: don't deref NULLStefan Sauer1-7/+11
2016-10-20audioencoder: Error-handling for pushing headersHavard Graff1-1/+6
2016-10-20videodecoder: Default caps sets format I420Stian Selnes2-4/+88
2016-10-20audioencoder: Plug buffer-leakHavard Graff1-0/+2
2016-10-17audio: fix doc string again.Stefan Sauer1-2/+2
2016-10-15tests: add another check for buffer clipping and improve testsStefan Sauer1-32/+72
2016-10-15tests: clipping in TIME does not use the offsetStefan Sauer1-3/+3
2016-10-15tests: cleanup libs/audio testStefan Sauer1-139/+205
2016-10-15meson: Don't set c_std to gnu99Nirbheek Chauhan1-1/+0
2016-10-15meson: Add missing audio-enumtypes.h dep in audio-resampler static libsNirbheek Chauhan1-3/+3
2016-10-14meson: Make use of new environment object and set plugin path to builddirThibault Saunier4-132/+127
2016-10-14audio: fix typo in doc stringStefan Sauer1-1/+1
2016-10-14decodebin3: More SELECTION_LOCK when linking to slotSeungha Yang2-4/+28
2016-10-13playback: GstStreamType is a flagEdward Hervey2-92/+62
2016-10-12playback: decodebin3 and parsebin are streams-awareEdward Hervey2-0/+4
2016-10-11parsebin: re-use existing compare_factories utils funcWonchul Lee1-32/+3
2016-10-07vorbisenc: correct codebooks packet identifier from 3 to 5Vincent Penquerc'h1-1/+1
2016-10-06opusdec: Fix memory leak in test codeJimmy Ohn1-1/+4
2016-10-06videorate: Fix memory leakage in test codeJimmy Ohn1-1/+7
2016-10-05opusenc: remove segment stop modification on eosVincent Penquerc'h1-21/+0
2016-10-05oggmux: take audio clip meta into account for buffer durationVincent Penquerc'h1-0/+16
2016-10-05vorbisenc: strip after-eos samples from the end of the eos bufferVincent Penquerc'h2-0/+209
2016-10-03video-color: Mark some function arguments as constSebastian Dröge2-5/+6
2016-10-03meson: require orc 0.4.24 here tooTim-Philipp Müller1-1/+2
2016-10-03meson: Enable SSE intrinsics in audio-resamplerArun Raghavan3-1/+65
2016-10-03meson: Enable Orc in buildArun Raghavan6-7/+11
2016-09-30meson: Setup pre commit hook and fix getpluginsdir for standalone caseThibault Saunier3-5/+93
2016-09-30meson: update versionTim-Philipp Müller1-1/+1
2016-09-30Release 1.9.901.9.90Sebastian Dröge34-81/+411
2016-09-30Update .po filesSebastian Dröge38-274/+116
2016-09-30po: Update translationsSebastian Dröge1-86/+245
2016-09-29audio-resampler: Add a missing header to noinst_HEADERSArun Raghavan1-0/+1
2016-09-29audiorsample: Fix build on 32-bit x86Arun Raghavan2-2/+7
2016-09-29audioresample: Separate out CFLAGS used for SSE* codeArun Raghavan13-791/+1199
2016-09-28audioresample: Fix some gobject introspection warningsArun Raghavan1-2/+1
2016-09-27playbin3: Remove fallback properties/signalsEdward Hervey1-674/+0
2016-09-25tests: playbin-complex test needs oggdemuxTim-Philipp Müller1-1/+1
2016-09-25tests: videotimecode: fix floating point comparisonsTim-Philipp Müller1-1/+1
2016-09-25tests: adder: disable racy flush_start_flush_stop testTim-Philipp Müller1-1/+7
2016-09-22video-scaler: take number of bits into account when copyingWim Taymans1-18/+18
2016-09-20streamsynchronizer: Correctly calculate group start times in reverse playback...Sebastian Dröge1-9/+27