summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-14pulsesink: handle stream eventsWim Taymans1-0/+33
2009-09-13dvdemux: Use values from decoder structure directlyDavid Schleef2-11/+7
2009-09-13dvdemux: Add code to parse SMPTE time codesDavid Schleef4-0/+393
2009-09-13dvdemux: Fix detection of new mediaDavid Schleef2-1/+33
2009-09-12dvdemux: Set DISCONT flag on buffers when REC_ST flag is set.Edward Hervey1-6/+10
2009-09-11pulsesink: Implement GstStreamVolume interfaceSebastian Dröge1-0/+8
2009-09-11pulsesink: Implement mute propertySebastian Dröge2-2/+140
2009-09-11gdkpixbufsink: fix docs refering to send-messagesWim Taymans1-1/+1
2009-09-11pixbufsink: add post-messages propertyWim Taymans2-9/+29
2009-09-09dv1394src: Add a clock based on isochronous cycle counterDavid Schleef5-2/+265
2009-09-09pulsesink: remove ringbuffer reset compensationWim Taymans1-29/+1
2009-09-09pulsesink: whitespace fixesWim Taymans1-1/+1
2009-09-08pulse: small cleanupsWim Taymans3-5/+21
2009-09-05Remove Ronald Bultje from Authors fieldDavid Schleef4-4/+3
2009-09-03jpegdec: Avoid unnecessary processing until we have a full picture.Edward Hervey1-0/+12
2009-09-03speexenc: small taglist handling cleanupStefan Kost1-3/+5
2009-09-02pulsesink: also guard reseting subscribe callback with ifdefsStefan Kost1-0/+2
2009-08-31flactag, wavparse: GstAdapter is not a GstObjectTim-Philipp Müller1-1/+1
2009-08-25pulsesink: don't use relative seeksWim Taymans1-10/+3
2009-08-24pulsesrc: don't discard the result of _set_caps()Wim Taymans1-2/+1
2009-08-17smokeenc: don't crash when compiled against libjpeg7Tim-Philipp Müller1-0/+5
2009-08-14dvdec: set bottom field first on PAL interlaced content, not top field firstZaheer Merali1-5/+1
2009-08-10dv1394src: Fix element for live usage... which has been broken for 2 years :(Edward Hervey1-131/+9
2009-08-10raw1394: Remove unneeded variableEdward Hervey1-2/+1
2009-08-10wavpack: Use GLib GChecksum instead of our own MD5 implementationSebastian Dröge5-314/+15
2009-08-06souphttpsrc: Use SOUP_METHOD_GET instead of "GET" stringSebastian Dröge1-1/+1
2009-08-06pulsesrc: set the default slave method to skewWim Taymans1-0/+4
2009-08-06pulsesrc: fix compilation with --disable-gst-debugTim-Philipp Müller1-8/+3
2009-08-03pulsesrc: initialize the probe with the serverJonathan Tellier1-1/+1
2009-08-02pulsesink: don't do logic within g_assert() statementsTim-Philipp Müller1-2/+6
2009-08-01flacdec: send newsegment event when operating push-based and unframedTim-Philipp Müller1-0/+7
2009-08-01flacdec: small cleanupsTim-Philipp Müller1-32/+18
2009-08-01flacdec: use gst_adapter_copy() to avoid unnecessary buffer mergesTim-Philipp Müller1-1/+1
2009-08-01flacdec: repair some broken indentingTim-Philipp Müller1-15/+2
2009-07-31soup: Use "GET" instead of SOUP_METHOD_GET. Fixes build with libsoup-2.7.*Edward Hervey1-1/+1
2009-07-30jpeg: use longer macro names to not clash with some stupid windows definesStefan Kost2-12/+12
2009-07-29pulse: conditionally compile newer stuffWim Taymans2-2/+16
2009-07-28pulsesrc: cleanupsWim Taymans2-103/+175
2009-07-28pulsesrc: set maxlength always to -1Wim Taymans1-1/+1
2009-07-28pulsesrc; cleanups, report real latencyWim Taymans2-27/+92
2009-07-28jpegdec: when scanning for 0xff marker ends, ensure desired resultMark Nauwelaerts1-0/+4
2009-07-27pulsesink: avoid using ivalid stream indexesWim Taymans1-5/+27