summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* ext/timidity/: Fix licence (both are GPL). Add element docs.Stefan Kost2007-07-033-5/+46
* ext/musicbrainz/gsttrm.h: Fix _get_type signature.Stefan Kost2007-07-031-1/+1
* ext/dc1394/gstdc1394.c: Make a bunch of functions static, and move variable d...Jan Schmidt2007-06-291-56/+41
* ext/dc1394/gstdc1394.c: The correct fourcc for the 4:1:1 packed format is 'IY...Jan Schmidt2007-06-291-2/+2
* ext/dc1394/gstdc1394.c: Change a g_print to a GST_DEBUG message.Jan Schmidt2007-06-291-1/+2
* Commit new dc1394src element.Eric Jonas2007-06-294-0/+1349
* gconf/: Remove dysfunctional directory (this stuff is in -good).Tim-Philipp Müller2007-06-251-0/+7
* Fix leaks.Edward Hervey2007-06-2218-95/+40
* ext/amrwb/: Add newsegment and discont handling. Some code cleanups. Don't le...Stefan Kost2007-06-203-53/+142
* Move wavpack to good.Thomas Vander Stichele2007-06-0815-3593/+1
* When driving the pipeline, also post an error when we get a not-linked flow r...Tim-Philipp Müller2007-06-082-16/+30
* ext/sdl/: Add GST_CFLAGS, which apparently somehow fixes the build somewhere ...Tim-Philipp Müller2007-06-062-2/+2
* ext/neon/gstneonhttpsrc.c: Don't leak buffer when returning an error.Tim-Philipp Müller2007-06-011-0/+2
* ext/neon/gstneonhttpsrc.*: Deprecated "uri" property. Clean up property desc...René Stadler2007-06-012-93/+92
* ext/libmms/gstmms.h: No reason to use gpointers instead of typed pointes here...Tim-Philipp Müller2007-05-313-6/+5
* ext/sdl/sdlvideosink.c: Separate the authors by newlines instead of nothing. ...René Stadler2007-05-231-2/+2
* ext/wavpack/gstwavpackenc.c: Specify and use properties as unsigned int that ...Sebastian Dröge2007-05-211-7/+7
* ext/wavpack/gstwavpackenc.*: Fixup docs, make the bitrate property an int as ...Sebastian Dröge2007-05-212-32/+40
* ext/wavpack/gstwavpackenc.c: Add missing audioconverts in the example pipelin...Sebastian Dröge2007-05-201-3/+3
* ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT, _do_init, gst_a...Stefan Kost2007-05-183-57/+43
* Use external shared libamrwb. Fixes #423741 (with lots of cleanup).Stanislav Brabec2007-05-169-87/+15
* ext/x264/gstx264enc.c (gst_x264_enc_init_encoder): This needs a version check.Stefan Kost2007-05-151-1/+1
* ext/neon/gstneonhttpsrc.c: Make redirection the default behavior. Fixes #413...David Schleef2007-05-131-1/+2
* ext/wavpack/gstwavpack.c: Call bindtextdomain() to get localized strings.Sebastian Dröge2007-05-024-2/+30
* ext/wavpack/gstwavpackparse.c: Remove old workaround that was needed when see...Sebastian Dröge2007-05-021-5/+0
* ext/wavpack/gstwavpackparse.c: Handle segment seeks in the seek event handler...Sebastian Dröge2007-05-021-1/+13
* ext/wavpack/gstwavpackparse.c: Add handling for segment seeks.Sebastian Dröge2007-05-021-4/+18
* 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