summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2017-05-26dvdemux: Remove un-needed variable checkEdward Hervey1-1/+1
2017-05-21shout2send: use non-blocking I/O and a configurable network operations timeoutGeorge Kiagiadakis2-4/+131
2017-05-21meson: make C++ compiler optionalTim-Philipp Müller1-1/+1
2017-05-20dvdemux: Push tag event to both padsRavi Kiran K N2-32/+43
2017-05-18souphttpsrc: Make session sharing thread-safe on our sideSebastian Dröge2-4/+17
2017-05-18Fix up package name and origin in some pluginsTim-Philipp Müller1-2/+1
2017-05-171394: Sink the clock reference in the constructorSebastian Dröge1-0/+3
2017-05-16pulse: Accept MPEG 1 layer 3 version 2.5Nicolas Dufresne1-1/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne17-17/+0
2017-05-09souphttpsrc: Use a in-memory cookie jar by default in sessions we createdSebastian Dröge1-0/+1
2017-05-09souphttpsrc: Implement soup session sharingSebastian Dröge2-31/+161
2017-05-09vpxdec: Set fb->priv to NULL after freeing just in caseSebastian Dröge1-0/+1
2017-05-08vpx: fix build against older libvpx versionsTim-Philipp Müller1-2/+10
2017-04-13souphttpsrc: Make more usage of error macroEdward Hervey1-23/+4
2017-04-12meson: Print message when disabling taglib on MSVCNirbheek Chauhan1-1/+3
2017-04-05vp9dec: Add warnings for unsupported frame formatsJan Schmidt1-0/+31
2017-03-20docs: update two references to the removed 'mad' pluginTim-Philipp Müller1-2/+2
2017-03-16souphttpsrc: Include GStreamer souphttpsrc version in default User-Agent stringSebastian Dröge1-1/+1
2017-03-08Fix plugin filenames to match plugin namesNicolas Dufresne5-15/+15
2017-02-22souphttpsrc: Extract redirection uri on libsoup's restarted callbackSeungha Yang1-15/+20
2017-01-26souphttpsrc: retry request on early termination from the serverArnaud Vrac1-2/+3
2017-01-23souphttpsrc: report a useful error message when soup_session_send failsArnaud Vrac1-9/+15
2017-01-23souphttpsrc: properly check that seek range was respectedArnaud Vrac1-19/+20
2017-01-22gdkpixbufoverlay: add a positioning coefficient pairMark Nauwelaerts2-5/+73
2017-01-22gdkpixbufoverlay: update composition in _before_transformMark Nauwelaerts1-9/+16
2017-01-22gdkpixbufoverlay: handle setting NULL gdkpixbufMark Nauwelaerts1-2/+7
2017-01-19souphttpsrc: Initialize return variableEdward Hervey1-1/+1
2017-01-17souphttpsrc: make flow return values handling clearerArnaud Vrac2-62/+46
2017-01-17souphttpsrc: properly track redirectionsArnaud Vrac1-27/+19
2017-01-14flacenc: fix other icon counter checkTim-Philipp Müller1-1/+1
2017-01-14flacenc: also set PICTURE tag width and height if availableTim-Philipp Müller1-0/+5
2017-01-14flacenc: fix encoder init error with some GST_TAG_PREVIEW_IMAGEsTim-Philipp Müller1-7/+32
2017-01-05meson: Install presets filesThibault Saunier1-0/+2
2016-12-14shout2: fix 404 in package originReynaldo H. Verdejo Pinochet1-1/+1
2016-11-28Revert "meson: dv plugin now works on MSVC"Nirbheek Chauhan1-1/+4
2016-11-28souphttpsrc: Handle non-UTF8 headers and error reasons more gracefullySebastian Dröge1-48/+106
2016-11-22vpxdec: libvpx's release buffer is sometimes called with fb->priv==NULLSebastian Dröge1-1/+4
2016-11-18dvdec: Fix handling of negotiation failuresSebastian Dröge1-4/+14
2016-11-01gdkpixbufoverlay: Fixing x and y offset computationJagadish1-14/+14
2016-10-31Revert "souphttpsrc: reduce reading latency by using non-blocking read"Sebastian Dröge2-105/+16
2016-10-27meson: dv plugin now works on MSVCNirbheek Chauhan1-4/+1
2016-10-26souphttpsrc: reset read_position when reading failsMichael Olbrich1-0/+2
2016-09-26meson: add unit testsTim-Philipp Müller1-0/+3
2016-09-25pulsesrc: Don't negotiate to less than two segmentsArun Raghavan1-0/+3
2016-09-18meson: fix build with vpx 1.3.xTim-Philipp Müller1-1/+1
2016-09-15ext, gst: fix indentationTim-Philipp Müller1-2/+2
2016-09-13jack: Fix pipeline hang when jack changes sample rate or buffer sizeThomas Scheuermann1-14/+16
2016-09-06dvdemux: Fix timestamping in reverse playback modeSebastian Dröge1-6/+26
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier2-4/+2
2016-08-26vp9enc: Fix leak of vpx_image_tStian Selnes1-0/+8