summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* jpegdec: free temporary buffer when changing state to NULLTim-Philipp Müller2009-11-091-7/+18
* jpegdec: only allocate as much temporary memory as needed for indirect decodingTim-Philipp Müller2009-11-092-15/+28
* pulsesink: printf format fixTim-Philipp Müller2009-11-051-2/+2
* raw1394: printf format fixesTim-Philipp Müller2009-11-052-2/+2
* jpegdec: don't allocate big arrays on the stackStefan Kost2009-11-032-14/+31
* pulsesink: Only set the volume on stream connection if pulse >= 0.9.20 is ava...Sebastian Dröge2009-10-301-1/+6
* cacasink: minor cleanups for header.Priit Laes2009-10-221-11/+3
* cacasink: exit properly when invalid driver has been selected.Priit Laes2009-10-221-1/+6
* Fix the StreamVolume interface not being advertisedBastien Nocera2009-10-191-0/+2
* pulse: never apply volume more than onceLennart Poettering2009-10-181-14/+20
* pulsesink: Initialize gettext for the translated strings in plugin_init()Sebastian Dröge2009-10-171-0/+8
* pulse: use 'performer' as a fallback for 'artist' tagLennart Poettering2009-10-171-0/+7
* pulse: when constructing a stream title from tag data make sure it is transla...Lennart Poettering2009-10-171-1/+2
* pulse: loop while connecting to serverLennart Poettering2009-10-171-10/+6
* pulse: mainloop creation can fail too, so handle thatLennart Poettering2009-10-172-6/+16
* pulse: adjust CHECK_DEAD_GOTO macro to glib styleLennart Poettering2009-10-171-6/+9
* pulse: make a few things smaller by making them bitfieldsLennart Poettering2009-10-177-38/+63
* jpegdec: fix branch hintsTim-Philipp Müller2009-10-161-7/+7
* jpegdec: fix regression in indirect decode pathTim-Philipp Müller2009-10-161-1/+1
* jpegdec: fix regression with certain formatsTim-Philipp Müller2009-10-161-24/+41
* jpegdec: don't use decompress structure members we shouldn't be usingTim-Philipp Müller2009-10-161-14/+15
* jpegdec: remove some unused members from jpegdec instance structureTim-Philipp Müller2009-10-161-3/+0
* pulsesink: set desired minreq value to segsize/latency-timeRené Stadler2009-10-141-1/+1
* jpegdec: fix bogus warning about discont flag on first bufferTim-Philipp Müller2009-10-131-1/+1
* jpegdec: fix crash for unusual vertical chroma subsampling factorsTim-Philipp Müller2009-10-131-25/+66
* jpegdec: fixes warning building in snow leopardJosep Torra2009-10-101-5/+8
* flac: apparently on some platforms a FLAC__uint64!=guint64Stefan Kost2009-10-091-1/+1
* build: don't cast, but use the right format specified insteadStefan Kost2009-10-091-1/+1
* dv: fix warnings on macosxJosep Torra2009-10-091-8/+12
* flac: fix warnings on macosxJosep Torra2009-10-092-8/+9
* annodex: fix warnings in macosxJosep Torra2009-10-092-2/+2
* build: fprintf, sprintf, sscanf need stdio.hStefan Kost2009-10-073-0/+3
* pulsesrc: guard fragment size with a lower limit based on latency-timeRené Stadler2009-10-061-2/+5
* jpegdec: comment/logging cleanups and more branch guidesStefan Kost2009-10-061-7/+11
* pulse: rename pa_buffer_attr variablesRené Stadler2009-10-022-43/+43
* Update makefile with missing header fileChristian F.K. Schaller2009-09-301-1/+1
* jpegdec: don't leak output buffers on decoding errorsStefan Kost2009-09-301-1/+9
* jpegdec: fix 'unused variable' compiler warning when compiling with GST_DISAB...Tim-Philipp Müller2009-09-291-5/+8
* jpeg: handle more libjpeg return values, add some more branch hintsStefan Kost2009-09-281-34/+50
* Fix compile warnings with gcc 4.0.1.Alessandro Decina2009-09-221-1/+1
* jpegdec: add a G_UNLIKELY and put perf-cat log to code path that copiesStefan Kost2009-09-211-1/+6
* speexdec: allow for unknown varying number of frames per bufferMark Nauwelaerts2009-09-181-3/+4
* speexdec: use correct sample size in conversionsMark Nauwelaerts2009-09-181-4/+4
* speexenc: fix buffer time and duration for multiple frames per packetMark Nauwelaerts2009-09-181-4/+5
* pulsesrc: Don't dereference NULL pointersSebastian Dröge2009-09-151-0/+5
* pulsesink: Don't dereference NULL pointersDavid Henningsson2009-09-151-0/+4
* pulsesink: handle stream eventsWim Taymans2009-09-141-0/+33
* dvdemux: Use values from decoder structure directlyDavid Schleef2009-09-132-11/+7
* dvdemux: Add code to parse SMPTE time codesDavid Schleef2009-09-134-0/+393
* dvdemux: Fix detection of new mediaDavid Schleef2009-09-132-1/+33