summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-0825-30/+28
* Fix broken GObject macrosStefan Kost2006-04-081-1/+1
* Fix broken GObject macrosStefan Kost2006-04-081-5/+5
* more distcheck fixesThomas Vander Stichele2006-04-062-8/+6
* ext/: don't dist amr wb source codeThomas Vander Stichele2006-04-062-5/+4
* Unify the long descriptions in the plugin details (#337263).j^2006-04-0638-224/+181
* ext/neon/gstneonhttpsrc.c: Add back "uri" property and mark it as deprecated;...Tim-Philipp Müller2006-04-061-1/+10
* ext/swfdec/Makefile.am: Don't set plugindir.Tim-Philipp Müller2006-04-032-3/+1
* GST_ORIGIN => GST_PACKAGE_ORIGINTim-Philipp Müller2006-04-032-2/+2
* add taglib checks and docsThomas Vander Stichele2006-04-011-2/+2
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-0125-25/+31
* configure.ac: Add autoconfery for theoradec.Michael Smith2006-03-314-0/+1220
* ext/gsm/: Cleanups, fix leaks.Wim Taymans2006-03-293-26/+143
* Added new plugin amrwb parse.Renato Araujo Oliveira Filho2006-03-2912-0/+1357
* ext/taglib/gsttaglib.*: Fix newsegment event handling a bit. We need to cache...Tim-Philipp Müller2006-03-262-81/+154
* ext/taglib/gsttaglib.cc: We do not want to proxy the caps on the sink pad; ou...Tim-Philipp Müller2006-03-251-10/+20
* ext/xvid/gstxvidenc.c: Patch to mark outgoing encoded buffers as delta-units ...Mark Nauwelaerts2006-03-231-3/+8
* Add new libsoundtouch-based pitch plugin (#331335).Wouter Paeson2006-03-224-0/+814
* ext/taglib/gsttaglib.h: Fix left-over gst_my_filter_get_type.Tim-Philipp Müller2006-03-201-1/+1
* ext/taglib/gsttaglib.cc: Add gtk-doc blurb (unused for the time being); match...Tim-Philipp Müller2006-03-131-1/+27
* ext/taglib/: Add support for writing MusicBrainz IDs.Tim-Philipp Müller2006-03-123-5/+86
* ext/taglib/gsttaglib.cc: and add support for TCOP (copyright)Alex Lancaster2006-03-111-2/+17
* ext/libmms/gstmms.*: Some clean-ups; more debug output; use blocksize propert...Tim-Philipp Müller2006-03-102-98/+66
* new id3v2 muxer based on TagLibChristophe Fergeau2006-03-094-0/+526
* ext/musepack/: Forgot those two.Tim-Philipp Müller2006-03-062-13/+11
* ext/musepack/gstmusepackdec.c: Some cleanups; pause task when push fails.Tim-Philipp Müller2006-03-061-208/+101
* ext/faad/gstfaad.c: Add query function for position/duration querying (mostly...Tim-Philipp Müller2006-03-041-22/+246
* ext/xvid/gstxviddec.c: Declare variable at the beginning of the block and mak...Jens Granseuer2006-03-031-1/+2
* Changed property name from "uri" to "location".Edgard Lima2006-02-241-8/+8
* ext/ladspa/gstsignalprocessor.c: Fix compilation of LADPSA. It doesn't seem t...Jan Schmidt2006-02-201-1/+3
* ext/bz2/: Add proper copyright headers identifying Lutz Müller as the author...Tim-Philipp Müller2006-02-195-10/+15
* ext/libmms/gstmms.c: Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no ...Tim-Philipp Müller2006-02-141-21/+15
* Now it uses libneon 0.25.5 that supports shoutcast.Edgard Lima2006-02-061-5/+9
* ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of "x-bz2".Edward Hervey2006-02-062-7/+105
* ext/bz2/: No need to init parent_class, the boilerplate does it for you.Andy Wingo2006-02-062-4/+0
* Hook it up.Andy Wingo2006-02-067-0/+680
* ext/wavpack/gstwavpackdec.c: Add debug category, use boilerplate macros, fix ...Tim-Philipp Müller2006-01-293-507/+680
* ext/faad/gstfaad.c: Handle 'framed' field in caps; Port syncing for raw strea...Tim-Philipp Müller2006-01-271-15/+102
* ext/sdl/sdlvideosink.*: Fix output stride copying, so that it displays correc...Jan Schmidt2006-01-272-84/+172
* Just chain up finalize calls (calling parent_class->finalize).Edgard Lima2006-01-252-1/+7
* Finalize method has been created and others small changes.Edgard Lima2006-01-251-2/+22
* ext/musepack/: Fix seeking in musepack files (it's still incredibly slow, but...Tim-Philipp Müller2006-01-244-328/+340
* Update from swfdec.David Schleef2006-01-211-25/+21
* Fixed state transictions PLAYING->NULL->PLAYING.Edgard Lima2006-01-202-8/+26
* Some minor improvements on log messages.Edgard Lima2006-01-191-40/+49
* Removed gst_base_src_set_live from mms and neon, and now calling parent_class...Edgard Lima2006-01-163-4/+2
* Now implementing navigation interface and using GST_BOILER_PLATE_FULL.Edgard Lima2006-01-111-50/+127
* Replaced wrong style code by GST_BOILERPLATE.Edgard Lima2006-01-111-37/+6
* Created new element, sdlaudiosink.Edgard Lima2006-01-095-24/+611
* Some improvements in cancellation and debug messages.Edgard Lima2006-01-042-95/+138