summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* flacdec: Implement SEEKING querySebastian Dröge2009-07-231-3/+22
* pulsesink: Fix a couple error messages that mentioned incorrect function names.Colin Guthrie2009-07-231-2/+2
* flacdec: fix intermittent FLAC__STREAM_DECODER_ABORTED errors when seekingTim-Philipp Müller2009-07-212-5/+33
* jpeg: code cleanups for encoderStefan Kost2009-07-214-46/+78
* pulsesink: set some values to their defaultsWim Taymans2009-07-201-2/+2
* pulsesink: don't wait for posted messageWim Taymans2009-07-201-6/+1
* pulsesink: use relative seeksWim Taymans2009-07-201-4/+14
* cairorender: Add support for ARGB/BGRA inputSebastian Dröge2009-07-201-4/+43
* cairorender: Add to the documentationSebastian Dröge2009-07-171-0/+14
* cairorender: Return not-negotiated if we have no capsSebastian Dröge2009-07-171-0/+4
* cairorender: Fix caps and colorspace handlingSebastian Dröge2009-07-172-10/+22
* cairorender: Use correct mimetypes for PDF and SVGSebastian Dröge2009-07-171-5/+4
* cairorender: Remove pull mode, it only adds complexity but not advantagesSebastian Dröge2009-07-171-77/+5
* cairorender: Fix caps negotiation and cairo surface creationSebastian Dröge2009-07-161-54/+34
* cairorender: Correctly set srccapsSebastian Dröge2009-07-161-22/+20
* cairorender: Move instance/class struct definitions to the headerSebastian Dröge2009-07-162-21/+24
* cairorender: Add Lutz' copyright to the file headerSebastian Dröge2009-07-162-0/+4
* cairo: Add cairo-based PDF/PS/SVG encoder elementLutz Mueller2009-07-164-3/+463
* flacenc: Optionally write a PADDING blockSebastian Dröge2009-07-162-3/+35
* souphttpsrc: Only assume seekability if the server provides Content-LengthSebastian Dröge2009-07-161-1/+2
* souphttpsrc: don't try to authenticate if no username/password is set.Arnout Vandecappelle2009-07-161-2/+4
* pulsesink: Emit stream-status leave messageOlivier Crête2009-07-141-0/+30
* pulsesink: Emit stream-status enter messageOlivier Crête2009-07-142-0/+32
* pulsesink: debug the latency update valuesWim Taymans2009-07-141-0/+22
* pulsesink: add 24bit sample formatsWim Taymans2009-07-142-1/+24
* flacdec: Don't send empty string tagsEdward Hervey2009-07-011-1/+2
* pulsesink: include "1.0=100%" in volume and change upper limitStefan Kost2009-06-301-1/+7
* pulse: some more trivial cleanupsWim Taymans2009-06-291-20/+19
* pulse: trivial cleanupsWim Taymans2009-06-291-13/+2
* pulsesink: clear ringbuffer when asked toWim Taymans2009-06-291-0/+23
* souphttpsrc: free memory in finalizeStefan Kost2009-06-241-12/+6
* raw1394: sprinkle branch likeliness macros accross the code.Edward Hervey2009-06-242-7/+10
* dvdemux: post container-format tagTim-Philipp Müller2009-06-221-44/+28
* dvdemux: don't screw up first audio bufferTim-Philipp Müller2009-06-221-21/+21
* pulseink: don't leak device_descriptionWim Taymans2009-06-191-12/+20
* souphttpsrc: reset session state when stoppingTim-Philipp Müller2009-06-161-23/+24
* souphttpsrc: log response and request headers and fix some broken indentingTim-Philipp Müller2009-06-161-28/+14
* pulsesink: ref custom ring buffer class and type in class_initTim-Philipp Müller2009-06-151-0/+4
* Remove a few old example apps from the 0.8 daysTim-Philipp Müller2009-06-141-101/+0
* pulsesink: handle border cases in resamplerWim Taymans2009-06-111-2/+5
* pulsesink: only notify if all checks passedStefan Kost2009-06-041-4/+3
* pulsesink: check pointer before accessingStefan Kost2009-06-031-3/+3
* pulsesink: rename gst_pulse_sink_get_time to gst_pulsesink_get_timeStefan Kost2009-06-031-2/+2
* pulsesink: use values from pa_stream_get_buffer_attr()Stefan Kost2009-06-031-4/+6
* pngdec: Avoid possible overflow in calculationsJan Schmidt2009-06-021-4/+16
* flacenc: some more logging - dump header packetsTim-Philipp Müller2009-06-021-6/+12
* flacenc: never ever pass values >36bits to _set_total_samples_estimate()Tim-Philipp Müller2009-06-021-1/+1
* Address bad FLAC sample length encoding of #5844455Thomas Vander Stichele2009-06-011-1/+5
* pngdec: match g_malloc() with g_free()John Keeping2009-05-251-1/+1
* souphttpsrc: Set caps for audio/L16 content-typeZeeshan Ali (Khattak)2009-05-221-0/+33