summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-10jpegdec: fixes warning building in snow leopardJosep Torra1-5/+8
2009-10-09flac: apparently on some platforms a FLAC__uint64!=guint64Stefan Kost1-1/+1
2009-10-09build: don't cast, but use the right format specified insteadStefan Kost1-1/+1
2009-10-09dv: fix warnings on macosxJosep Torra1-8/+12
2009-10-09flac: fix warnings on macosxJosep Torra2-8/+9
2009-10-09annodex: fix warnings in macosxJosep Torra2-2/+2
2009-10-07build: fprintf, sprintf, sscanf need stdio.hStefan Kost3-0/+3
2009-10-06pulsesrc: guard fragment size with a lower limit based on latency-timeRené Stadler1-2/+5
2009-10-06jpegdec: comment/logging cleanups and more branch guidesStefan Kost1-7/+11
2009-10-02pulse: rename pa_buffer_attr variablesRené Stadler2-43/+43
2009-09-30Update makefile with missing header fileChristian F.K. Schaller1-1/+1
2009-09-30jpegdec: don't leak output buffers on decoding errorsStefan Kost1-1/+9
2009-09-29jpegdec: fix 'unused variable' compiler warning when compiling with GST_DISAB...Tim-Philipp Müller1-5/+8
2009-09-28jpeg: handle more libjpeg return values, add some more branch hintsStefan Kost1-34/+50
2009-09-22Fix compile warnings with gcc 4.0.1.Alessandro Decina1-1/+1
2009-09-21jpegdec: add a G_UNLIKELY and put perf-cat log to code path that copiesStefan Kost1-1/+6
2009-09-18speexdec: allow for unknown varying number of frames per bufferMark Nauwelaerts1-3/+4
2009-09-18speexdec: use correct sample size in conversionsMark Nauwelaerts1-4/+4
2009-09-18speexenc: fix buffer time and duration for multiple frames per packetMark Nauwelaerts1-4/+5
2009-09-15pulsesrc: Don't dereference NULL pointersSebastian Dröge1-0/+5
2009-09-15pulsesink: Don't dereference NULL pointersDavid Henningsson1-0/+4