summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2010-02-02speexdec: initialize stereo decoding stateMark Nauwelaerts1-0/+1
2010-02-02jpeg: don't directly access message, some message have argsStefan Kost1-2/+5
2010-02-02png: fix compilation with libpng 1.4David Hoyt1-0/+4
2010-01-27speexdec: free some more when resettingMark Nauwelaerts1-1/+3
2010-01-27speexenc: prevent invalid arithmetic if not setup yetMark Nauwelaerts1-1/+2
2010-01-25Revert "v4l2src: don't deref NULL"Stefan Kost1-6/+0
2010-01-25v4l2src: don't deref NULLStefan Kost1-0/+6
2010-01-23jpegenc: when creating an overflow buffer, copy timestamps.Michael Smith1-0/+3
2010-01-21jpegenc: enlarge buffer if libjpeg tells us it's out of space. Fixes bufferPeter van Hardenberg2-22/+62
2010-01-13apev2mux: Don't call constructors directly, this leads to compiler errors wit...Sebastian Dröge1-29/+29
2010-01-08flacenc: fix seekpoints property copy-and-paste documentationMark Nauwelaerts1-2/+3
2010-01-08flacenc: optionally add a seek tableMark Nauwelaerts2-8/+66
2010-01-06flacdec: really use upstream timestamp if there is oneMark Nauwelaerts1-2/+14
2010-01-04shout2send: Add 'public' propertyRobert Weidlich2-0/+20
2009-12-23flacdec: use a single decoder field for both push and pull modeMark Nauwelaerts2-64/+38
2009-12-23flacdec: fix possible hanging in pull mode seekingMark Nauwelaerts1-0/+10
2009-12-04ladspa: Remove the sources from gst-plugins-goodSebastian Dröge9-2215/+0
2009-12-02shout2: Convert delay correctlyThiago Santos1-1/+1
2009-12-01jpegdec: reset segment info after flushWim Taymans1-0/+1
2009-11-28shout2: use gstpoll for timeoutsWim Taymans2-3/+49
2009-11-24jpegenc: fix spelling in commentStefan Kost1-1/+1
2009-11-19wavpackparse: After pushing a frame, update last_stop to the end of the frameSebastian Dröge1-1/+6
2009-11-19wavpackparse: Allow pulling the last WavPack frame of a fileSebastian Dröge1-2/+2
2009-11-18pulsesink: use acquired flag when checking valid stateWim Taymans1-1/+1
2009-11-18pulsesink: implement some more callbacksWim Taymans1-0/+35
2009-11-09jpegdec: free temporary buffer when changing state to NULLTim-Philipp Müller1-7/+18
2009-11-09jpegdec: only allocate as much temporary memory as needed for indirect decodingTim-Philipp Müller2-15/+28
2009-11-05pulsesink: printf format fixTim-Philipp Müller1-2/+2
2009-11-05raw1394: printf format fixesTim-Philipp Müller2-2/+2
2009-11-03jpegdec: don't allocate big arrays on the stackStefan Kost2-14/+31
2009-10-30pulsesink: Only set the volume on stream connection if pulse >= 0.9.20 is ava...Sebastian Dröge1-1/+6
2009-10-22cacasink: minor cleanups for header.Priit Laes1-11/+3
2009-10-22cacasink: exit properly when invalid driver has been selected.Priit Laes1-1/+6
2009-10-19Fix the StreamVolume interface not being advertisedBastien Nocera1-0/+2
2009-10-18pulse: never apply volume more than onceLennart Poettering1-14/+20
2009-10-17pulsesink: Initialize gettext for the translated strings in plugin_init()Sebastian Dröge1-0/+8
2009-10-17pulse: use 'performer' as a fallback for 'artist' tagLennart Poettering1-0/+7
2009-10-17pulse: when constructing a stream title from tag data make sure it is transla...Lennart Poettering1-1/+2
2009-10-17pulse: loop while connecting to serverLennart Poettering1-10/+6
2009-10-17pulse: mainloop creation can fail too, so handle thatLennart Poettering2-6/+16
2009-10-17pulse: adjust CHECK_DEAD_GOTO macro to glib styleLennart Poettering1-6/+9
2009-10-17pulse: make a few things smaller by making them bitfieldsLennart Poettering7-38/+63
2009-10-16jpegdec: fix branch hintsTim-Philipp Müller1-7/+7
2009-10-16jpegdec: fix regression in indirect decode pathTim-Philipp Müller1-1/+1
2009-10-16jpegdec: fix regression with certain formatsTim-Philipp Müller1-24/+41
2009-10-16jpegdec: don't use decompress structure members we shouldn't be usingTim-Philipp Müller1-14/+15
2009-10-16jpegdec: remove some unused members from jpegdec instance structureTim-Philipp Müller1-3/+0
2009-10-14pulsesink: set desired minreq value to segsize/latency-timeRené Stadler1-1/+1
2009-10-13jpegdec: fix bogus warning about discont flag on first bufferTim-Philipp Müller1-1/+1
2009-10-13jpegdec: fix crash for unusual vertical chroma subsampling factorsTim-Philipp Müller1-25/+66