summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-24jpeg: make encoder work with libjpeg v7Stefan Kost1-0/+4
2009-07-23flacdec: Implement SEEKING querySebastian Dröge1-3/+22
2009-07-23pulsesink: Fix a couple error messages that mentioned incorrect function names.Colin Guthrie1-2/+2
2009-07-21flacdec: fix intermittent FLAC__STREAM_DECODER_ABORTED errors when seekingTim-Philipp Müller2-5/+33
2009-07-21jpeg: code cleanups for encoderStefan Kost4-46/+78
2009-07-20pulsesink: set some values to their defaultsWim Taymans1-2/+2
2009-07-20pulsesink: don't wait for posted messageWim Taymans1-6/+1
2009-07-20pulsesink: use relative seeksWim Taymans1-4/+14
2009-07-20cairorender: Add support for ARGB/BGRA inputSebastian Dröge1-4/+43
2009-07-17cairorender: Add to the documentationSebastian Dröge1-0/+14
2009-07-17cairorender: Return not-negotiated if we have no capsSebastian Dröge1-0/+4
2009-07-17cairorender: Fix caps and colorspace handlingSebastian Dröge2-10/+22
2009-07-17cairorender: Use correct mimetypes for PDF and SVGSebastian Dröge1-5/+4
2009-07-17cairorender: Remove pull mode, it only adds complexity but not advantagesSebastian Dröge1-77/+5
2009-07-16cairorender: Fix caps negotiation and cairo surface creationSebastian Dröge1-54/+34
2009-07-16cairorender: Correctly set srccapsSebastian Dröge1-22/+20
2009-07-16cairorender: Move instance/class struct definitions to the headerSebastian Dröge2-21/+24
2009-07-16cairorender: Add Lutz' copyright to the file headerSebastian Dröge2-0/+4
2009-07-16cairo: Add cairo-based PDF/PS/SVG encoder elementLutz Mueller4-3/+463
2009-07-16flacenc: Optionally write a PADDING blockSebastian Dröge2-3/+35
2009-07-16souphttpsrc: Only assume seekability if the server provides Content-LengthSebastian Dröge1-1/+2
2009-07-16souphttpsrc: don't try to authenticate if no username/password is set.Arnout Vandecappelle1-2/+4
2009-07-14pulsesink: Emit stream-status leave messageOlivier Crête1-0/+30
2009-07-14pulsesink: Emit stream-status enter messageOlivier Crête2-0/+32
2009-07-14pulsesink: debug the latency update valuesWim Taymans1-0/+22
2009-07-14pulsesink: add 24bit sample formatsWim Taymans2-1/+24