summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2018-01-31jpegenc: add snapshot propertyMatthieu Crapet2-2/+24
2018-01-30meson: use -fno-strict-aliasing where supportedTim-Philipp Müller1-4/+6
2018-01-25vpx: add VP8_DEBUG_TXT_* flags for postprocessingOleksij Rempel1-0/+12
2018-01-19souphttpsrc: Reset retry_count to 0 when GST_FLOW_FLUSHINGpaul.kim1-0/+7
2018-01-18shout2send: print actual username in debug log outAdrián Pardini1-1/+1
2018-01-11flacdec: flush flac decoder on lost sync.Mathieu Duponchelle2-1/+10
2017-12-27jpeg: Fixup frames without an EOI markerEzequiel Garcia1-5/+35
2017-11-24jpegenc: Update output caps on input caps changeJan Schmidt2-1/+5
2017-11-10souphttpsrc: Remove range header when seek to 0paul.kim1-1/+2
2017-11-08souphttpsrc: Fix seeking back to 0Edward Hervey1-0/+6
2017-10-20pngdec: fix build with libpng versions between 1.2 and 1.5.1Andreas Frisch1-1/+2
2017-10-19pngdec: Extract icc profiles and send them downstreams for colormanagement el...Andreas Frisch1-0/+45
2017-10-12gstgdkpixbufdec: stop pretending to decode gifs.Mathieu Duponchelle1-1/+1
2017-10-03Use proper GtkDoc notation for NULL/FALSE/TRUEReynaldo H. Verdejo Pinochet1-2/+2
2017-09-20pngenc: fix memory leak in error code pathPonnam Srinivas1-1/+2
2017-09-05jpegdec: Fix decoding of streams that don't signal exactly twice the heightSebastian Dröge1-2/+10
2017-09-05jpegdec: Handle interlaced MJPEG streamsSebastian Dröge1-111/+247
2017-08-26twolame: hook up to build systemTim-Philipp Müller3-1/+10
2017-08-26Moving twolame mp2 encoder plugin from -uglyTim-Philipp Müller4-0/+1004
2017-08-26lame: hook up to build systemTim-Philipp Müller4-2/+11
2017-08-25Moving lame mp3 encoder plugin from -uglyTim-Philipp Müller5-0/+1090
2017-08-20mpg123: hook up to build systemTim-Philipp Müller3-6/+11
2017-08-20Moving mpg123 plugin from -uglyTim-Philipp Müller4-0/+735
2017-08-11vpxenc: discard frames that have been dropped by libvpxGeorge Kiagiadakis1-1/+16
2017-08-10taglib: use -fvisibility=hidden with this C++ plugin in meson tooTim-Philipp Müller1-0/+8
2017-07-24jpegenc: declare quality property changeable in PLAYING stateNicola Murino1-1/+6
2017-07-15mpg123audiodec: fix caps leakTim-Philipp Müller1-0/+1
2017-07-13souphttpsrc: Post an element message with the HTTP headers on the bus tooSebastian Dröge1-9/+15
2017-07-11shout2: use gint and guint in place of int and uintPhilippe Renon1-2/+2
2017-07-04caca: Do not include, unused, sys/time.hThibault Saunier1-2/+0
2017-07-04souphttpsrc: Unset limit on the number of connection if soup session sharing ...Seungha Yang1-0/+4
2017-06-29souphttpsrc: Allow any type of proxyNicolas Dufresne1-1/+1
2017-06-24meson: build raw1394 pluginTim-Philipp Müller2-1/+23
2017-06-23meson: build aalib pluginTim-Philipp Müller2-1/+15
2017-06-23meson: build caca pluginTim-Philipp Müller2-1/+12
2017-06-19flactag: Fix warning with the newly added GstStateChange valuesThibault Saunier1-0/+2
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-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+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