summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* webrtcdsp: Workaround GCC/MingW 4.7 limitationsNicolas Dufresne2016-07-051-10/+12
* lv2: add support for saving presetsStefan Sauer2016-07-044-8/+112
* lv2: support for loading presetsStefan Sauer2016-07-047-35/+362
* musepackdec: port to 1.0Wim Taymans2016-07-042-114/+140
* qt: fix build some more when QPA is not availableTim-Philipp Müller2016-07-011-1/+0
* dashdemux: Implement SIDX tracking based on buffer offsetSebastian Dröge2016-07-012-15/+7
* dashdemux: Properly keep track of current offsetSebastian Dröge2016-07-012-19/+80
* hlsdemux: Properly keep track of current offsetSebastian Dröge2016-07-012-2/+13
* hlsdemux: Clear pending data when neededSebastian Dröge2016-07-011-6/+15
* adaptivedemux: Get rid of internal stream adapter and let subclasses handle t...Sebastian Dröge2016-07-014-60/+63
* openh264enc: Set frame timestamps before sending to the encoderSebastian Dröge2016-06-301-1/+1
* openh264enc: Fix initial time-per-frame calculationSebastian Dröge2016-06-301-1/+1
* openh264enc: Remove meaningless drop bitrate handlingSebastian Dröge2016-06-302-12/+0
* openh264enc: Expose maximum bitrate settingSebastian Dröge2016-06-302-3/+23
* openh264enc: Actually hook up the rate-control propertySebastian Dröge2016-06-301-1/+1
* openh264enc: Use a constant SPS/PPS ID no matter if openh264 older or newer t...Sebastian Dröge2016-06-301-1/+1
* openh264enc: Make slice settings more explicit and don't set any number if no...Sebastian Dröge2016-06-301-4/+11
* webrtcdsp: Rewrite echo data synchronizationNicolas Dufresne2016-06-303-123/+143
* webrtcdsp: We now fail if there is no echo probeNicolas Dufresne2016-06-301-1/+1
* openh264enc: Remove broken byte-stream to avc conversion and just output byte...Sebastian Dröge2016-06-301-114/+31
* glmemory: add the texture type to allocate to parametersMatthew Waters2016-06-291-2/+4
* qmlglsink: Fix build error when don't have QPA installed.Haihua Hu2016-06-271-1/+1
* openjpeg: fix more broken includesTim-Philipp Müller2016-06-243-3/+3
* jpeg2000parse: use enums for colorspace and sampling, rather than stringsAaron Boxer2016-06-244-69/+37
* webrtcdsp: Offset timestamp with durationNicolas Dufresne2016-06-231-3/+11
* webrtcdsp: Synchronize with delaysNicolas Dufresne2016-06-221-21/+5
* webrtdsp: Remove restriction on channels numberNicolas Dufresne2016-06-221-6/+4
* webrtcdsp: Style fixNicolas Dufresne2016-06-221-1/+1
* qmlglsink: add win32 supportMatthew Waters2016-06-222-41/+91
* webrtcdsp: Add WebRTC Audio Processing supportNicolas Dufresne2016-06-216-2/+1279
* openjpegdec: use sampling field to determine RGB channelAaron Boxer2016-06-212-11/+60
* dc1394src: check for disabled transmission in _stop_camJoan Pau Beltran2016-06-201-0/+22
* qml: Enable qmlglsink for eglfsSergey Borovkov2016-06-161-3/+9
* qmlglsink: propagate GL context creation failure upwardsMatthew Waters2016-06-161-2/+8
* qmlglsink: also allow wayland-egl as a platform nameMatthew Waters2016-06-161-1/+4
* qmlglsink: Add Wayland supportHaihua Hu2016-06-162-0/+13
* ladspa: simplify registry cache structure creationStefan Sauer2016-06-151-2/+1
* gleffects: fix little rectangle that appears at the center of squeeze and tun...Haihua Hu2016-06-151-2/+4
* gldeinterlace: remove dead code accessing filter->in_tex_idMatthew Waters2016-06-151-15/+3
* srtpenc: remove get-rollover-counter signal and add stats propertyAleix Conchillo Flaqué2016-06-132-41/+43
* curlsmtpsink: Lock and don't send final boundary upon errorSebastian Rasmussen2016-06-111-12/+7
* facedetect: Fix compiler warning with clang 3.8Heinrich Fink2016-06-101-2/+2
* dc1394src: minor clean-upTim-Philipp Müller2016-06-091-20/+11
* dc1394src: fix some more c99-ismsTim-Philipp Müller2016-06-091-13/+17
* dc1394src: prefix and file names according to Gstreamer conventionsJoan Pau Beltran2016-06-093-122/+130
* dc1394src: port to 1.XJoan Pau Beltran2016-06-093-1118/+990
* webpdec: Wait for segment event before checking itNicolas Dufresne2016-06-071-7/+22
* openjpeg: fix builddir != srcdir build, and distcheckTim-Philipp Müller2016-06-071-1/+1
* openjpeg: set sampling in the capsAaron Boxer2016-06-071-12/+66
* gltestsrc: gltestsrc.h already defines GstGLTestSrcHavard Graff2016-05-281-1/+0