summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2007-05-02ext/wavpack/gstwavpack.c: Call bindtextdomain() to get localized strings.Sebastian Dröge4-2/+30
2007-05-02ext/wavpack/gstwavpackparse.c: Remove old workaround that was needed when see...Sebastian Dröge1-5/+0
2007-05-02ext/wavpack/gstwavpackparse.c: Handle segment seeks in the seek event handler...Sebastian Dröge1-1/+13
2007-05-02ext/wavpack/gstwavpackparse.c: Add handling for segment seeks.Sebastian Dröge1-4/+18
2007-05-02ext/wavpack/gstwavpackparse.c: Correctly handle errors, especially in the loo...Sebastian Dröge1-26/+29
2007-04-29autogen.sh: Require automake 1.7Thomas Vander Stichele10-46/+36
2007-04-20ext/faad/gstfaad.c: FAAD fails to decode low (e.g. 8 kHz) sample rate AAC dat...Michael Smith1-1/+1
2007-04-04ext/jack/gstjackaudiosink.c: Try t better name clients. properly handle retur...Stefan Kost1-7/+15
2007-03-30ext/wavpack/: Don't play audioconvert. As wavpack wants/outputs all samples w...Sebastian Dröge7-187/+106
2007-03-27ext/xvid/gstxviddec.c: Add some debug log and fix a stupid output buffer dura...Julien Moutte1-4/+9
2007-03-25Add libx264-based h264 encoder plugin (#421110). Probably doesn't handle 'odd...Michal Benes4-0/+1166
2007-03-22ext/neon/gstneonhttpsrc.c: Alloc user agent string only once.Tim-Philipp Müller1-2/+0
2007-03-22ext/wavpack/gstwavpackparse.c: Revert last commit, preventing infinite pluggi...Sebastian Dröge1-2/+4
2007-03-22ext/wavpack/gstwavpackenc.c: Send the new segment event in time format instea...Sebastian Dröge2-5/+3
2007-03-22ext/wavpack/gstwavpackdec.c: Revert to use gst_pad_alloc_buffer() here. We ca...Sebastian Dröge1-6/+6
2007-03-22ext/wavpack/gstwavpackenc.*: Put the write helpers into the GstWavpackEnc str...Sebastian Dröge3-25/+10
2007-03-21ext/wavpack/gstwavpackdec.c: Don't use gst_pad_alloc_buffer() as we might cli...Sebastian Dröge1-10/+8
2007-03-18ext/jack/gstjackaudioclient.c: Don't need to take the connection lock, it wil...Paul Davis1-7/+19
2007-03-10ext/: Printf format string fixes.Tim-Philipp Müller2-4/+4
2007-03-08ext/jack/: Make an object to manage client connections to the jack server whi...Paul Davis5-68/+634
2007-03-07ext/wavpack/: Use a general wavpack debug category for common code.Sebastian Dröge6-6/+19
2007-03-04ext/nas/nassink.c: Some more cleanups/changes; use boilerplate macro.Tim-Philipp Müller1-52/+38
2007-03-04ext/nas/: Bunch of nassink clean-ups: make build by adding the right CFLAGS a...Tim-Philipp Müller4-196/+173
2007-03-04ext/directfb/dfbvideosink.c: Chain up in finalize.Jan Schmidt1-0/+2
2007-03-03Move the app library to gst-libs/gst/app (duh!)David Schleef1-2/+2
2007-03-02Commit NAS Sink, closed bugzilla 345633Christian Schaller3-249/+173
2007-03-02ext/dts/gstdtsdec.c: A few small clean-ups.Tim-Philipp Müller1-25/+5
2007-03-02ext/dts/gstdtsdec.c: Don't do forced downmixing to stereo, but check what dow...Young-Ho Cha1-1/+40
2007-03-02ext/neon/gstneonhttpsrc.*: Simplify _set_uri() and _set_proxy() and remove th...Lutz Mueller2-84/+60
2007-03-02Add patch from Bug 357055 from Chris Lord, adding support for Vorbis streamsChristian Schaller4-2/+1312
2007-02-24Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller3-6/+11
2007-02-13add missing \ in Makefile.amChristian Schaller1-1/+1
2007-02-13Add crossreferences to glib/gobject/gstream docs. Also fix typo in timidity.c...Stefan Kost1-3/+8
2007-02-11Add second midi renderer. Fix some double frees and leaks. Clean up logging.Stefan Kost4-7/+993
2007-02-11ext/faad/gstfaad.c: Also update the comment that describes the hack.Stefan Kost1-3/+7
2007-02-11configure.ac: Tell the code which faad it is, so that we can adjust the hacks...Stefan Kost1-0/+10
2007-02-08Add timitity midi render plugin (#403992)Wouter Paesen4-1/+912
2007-02-07ext/amrwb/gstamrwbparse.c: GST_PAD_PARENT doesn't return a GstObject with an ...Edward Hervey1-1/+1
2007-02-06ext/sndfile/gstsfsrc.c: Fix build (installed setup).Tim-Philipp Müller1-1/+1
2007-02-05ext/sndfile/: Port sfsrc to 0.10, pull or push, with random access woo.Andy Wingo5-2/+583
2007-02-02configure.ac: ext/Makefile.amAndy Wingo6-852/+623
2007-02-02ext/alsaspdif/alsaspdifsink.c: Set rank to NONE so that it doesn't get autopl...Tim-Philipp Müller1-1/+2
2007-01-31ext/wavpack/gstwavpackparse.c: Fix a off by one that leads to the duration re...Sebastian Dröge1-6/+4
2007-01-31Fix classification in GstElementDetails.Stefan Kost2-46/+39
2007-01-28ext/ladspa/: add GstController support to ladspaStefan Kost2-3/+6
2007-01-28ext/mythtv/gstmythtvsrc.c: Remove sleep calls, they've been moved into the li...Rosfran Borges1-27/+15
2007-01-25ext/wavpack/gstwavpackparse.c: Fix the SEEKING query. We can seek if we are i...Sebastian Dröge1-3/+6
2007-01-25ext/wavpack/: Fix spelling in 2 places: It's called Wavpack, not WavePack.Sebastian Dröge2-3/+3
2007-01-17ext/mythtv/gstmythtvsrc.c: Use break here instead of goto.Tim-Philipp Müller1-3/+2
2007-01-13ext/mythtv/gstmythtvsrc.c: Clean up a bit, mostly the debug statements; fix d...Tim-Philipp Müller1-93/+55