summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* ext/wavpack/gstwavpackparse.c: Correctly handle errors, especially in the loo...Sebastian Dröge2007-05-021-26/+29
* autogen.sh: Require automake 1.7Thomas Vander Stichele2007-04-2910-46/+36
* ext/faad/gstfaad.c: FAAD fails to decode low (e.g. 8 kHz) sample rate AAC dat...Michael Smith2007-04-201-1/+1
* ext/jack/gstjackaudiosink.c: Try t better name clients. properly handle retur...Stefan Kost2007-04-041-7/+15
* ext/wavpack/: Don't play audioconvert. As wavpack wants/outputs all samples w...Sebastian Dröge2007-03-307-187/+106
* ext/xvid/gstxviddec.c: Add some debug log and fix a stupid output buffer dura...Julien Moutte2007-03-271-4/+9
* Add libx264-based h264 encoder plugin (#421110). Probably doesn't handle 'odd...Michal Benes2007-03-254-0/+1166
* ext/neon/gstneonhttpsrc.c: Alloc user agent string only once.Tim-Philipp Müller2007-03-221-2/+0
* ext/wavpack/gstwavpackparse.c: Revert last commit, preventing infinite pluggi...Sebastian Dröge2007-03-221-2/+4
* ext/wavpack/gstwavpackenc.c: Send the new segment event in time format instea...Sebastian Dröge2007-03-222-5/+3
* ext/wavpack/gstwavpackdec.c: Revert to use gst_pad_alloc_buffer() here. We ca...Sebastian Dröge2007-03-221-6/+6
* ext/wavpack/gstwavpackenc.*: Put the write helpers into the GstWavpackEnc str...Sebastian Dröge2007-03-223-25/+10
* ext/wavpack/gstwavpackdec.c: Don't use gst_pad_alloc_buffer() as we might cli...Sebastian Dröge2007-03-211-10/+8
* ext/jack/gstjackaudioclient.c: Don't need to take the connection lock, it wil...Paul Davis2007-03-181-7/+19
* ext/: Printf format string fixes.Tim-Philipp Müller2007-03-102-4/+4
* ext/jack/: Make an object to manage client connections to the jack server whi...Paul Davis2007-03-085-68/+634
* ext/wavpack/: Use a general wavpack debug category for common code.Sebastian Dröge2007-03-076-6/+19
* ext/nas/nassink.c: Some more cleanups/changes; use boilerplate macro.Tim-Philipp Müller2007-03-041-52/+38
* ext/nas/: Bunch of nassink clean-ups: make build by adding the right CFLAGS a...Tim-Philipp Müller2007-03-044-196/+173
* ext/directfb/dfbvideosink.c: Chain up in finalize.Jan Schmidt2007-03-041-0/+2
* Move the app library to gst-libs/gst/app (duh!)David Schleef2007-03-031-2/+2
* Commit NAS Sink, closed bugzilla 345633Christian Schaller2007-03-023-249/+173
* ext/dts/gstdtsdec.c: A few small clean-ups.Tim-Philipp Müller2007-03-021-25/+5
* ext/dts/gstdtsdec.c: Don't do forced downmixing to stereo, but check what dow...Young-Ho Cha2007-03-021-1/+40
* ext/neon/gstneonhttpsrc.*: Simplify _set_uri() and _set_proxy() and remove th...Lutz Mueller2007-03-022-84/+60
* Add patch from Bug 357055 from Chris Lord, adding support for Vorbis streamsChristian Schaller2007-03-024-2/+1312
* Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller2007-02-243-6/+11
* add missing \ in Makefile.amChristian Schaller2007-02-131-1/+1
* Add crossreferences to glib/gobject/gstream docs. Also fix typo in timidity.c...Stefan Kost2007-02-131-3/+8
* Add second midi renderer. Fix some double frees and leaks. Clean up logging.Stefan Kost2007-02-114-7/+993
* ext/faad/gstfaad.c: Also update the comment that describes the hack.Stefan Kost2007-02-111-3/+7
* configure.ac: Tell the code which faad it is, so that we can adjust the hacks...Stefan Kost2007-02-111-0/+10
* Add timitity midi render plugin (#403992)Wouter Paesen2007-02-084-1/+912
* ext/amrwb/gstamrwbparse.c: GST_PAD_PARENT doesn't return a GstObject with an ...Edward Hervey2007-02-071-1/+1
* ext/sndfile/gstsfsrc.c: Fix build (installed setup).Tim-Philipp Müller2007-02-061-1/+1
* ext/sndfile/: Port sfsrc to 0.10, pull or push, with random access woo.Andy Wingo2007-02-055-2/+583
* configure.ac: ext/Makefile.amAndy Wingo2007-02-026-852/+623
* ext/alsaspdif/alsaspdifsink.c: Set rank to NONE so that it doesn't get autopl...Tim-Philipp Müller2007-02-021-1/+2
* ext/wavpack/gstwavpackparse.c: Fix a off by one that leads to the duration re...Sebastian Dröge2007-01-311-6/+4
* Fix classification in GstElementDetails.Stefan Kost2007-01-312-46/+39
* ext/ladspa/: add GstController support to ladspaStefan Kost2007-01-282-3/+6
* ext/mythtv/gstmythtvsrc.c: Remove sleep calls, they've been moved into the li...Rosfran Borges2007-01-281-27/+15
* ext/wavpack/gstwavpackparse.c: Fix the SEEKING query. We can seek if we are i...Sebastian Dröge2007-01-251-3/+6
* ext/wavpack/: Fix spelling in 2 places: It's called Wavpack, not WavePack.Sebastian Dröge2007-01-252-3/+3
* ext/mythtv/gstmythtvsrc.c: Use break here instead of goto.Tim-Philipp Müller2007-01-171-3/+2
* ext/mythtv/gstmythtvsrc.c: Clean up a bit, mostly the debug statements; fix d...Tim-Philipp Müller2007-01-131-93/+55
* ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)Andy Wingo2007-01-121-39/+55
* MythTV client source plugin created.Edgard Lima2007-01-124-0/+1510
* ext/jack/gstjackaudiosink.*: Improve docs.Wim Taymans2007-01-122-10/+37
* ext/gsm/gstgsmenc.c: Fix typo in docs.Wim Taymans2007-01-121-1/+1