summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2007-01-04move amrwb codeThomas Vander Stichele5-9/+81
2007-01-04move amrwb codeThomas Vander Stichele1-44/+0
2007-01-04ext/: Fix various compiler warnings that reveal potential bugs.Julien Moutte4-11/+8
2007-01-03Fix build with gcc-2.x (declare variables at the beginning of a block etc.). ...Jens Granseuer1-2/+4
2006-12-22Added seek support.Edgard Lima2-438/+514
2006-12-18Move LADPSA plugin from -good for the release, as it's not quite ready to be ...Jan Schmidt1-0/+8
2006-12-18ext/ladspa/gstsignalprocessor.c: Reset flow_state back to _OK after a flush s...Wim Taymans1-7/+18
2006-12-18ext/wavpack/gstwavpackenc.h: Use local copy of md5.h, as it disappeared in re...Sebastian Dröge1-1/+1
2006-12-15ext/libmms/gstmms.c: These debug statements should be using LOG level.Tim-Philipp Müller1-4/+4
2006-12-12ext/neon/gstneonhttpsrc.c: Fix minor mem leak in redirect code.Tim-Philipp Müller1-2/+4
2006-12-12ext/neon/gstneonhttpsrc.c: Set offset on buffers pushed out (id3demux gets co...Tim-Philipp Müller1-1/+3
2006-12-12ext/neon/gstneonhttpsrc.c: Minor clean-ups; remove newlines at end of debug s...Tim-Philipp Müller1-14/+16
2006-12-06ext/jack/.cvsignore: Ignore old files as requested by the build slave.Jan Schmidt1-0/+1
2006-11-30ext/Makefile.am: Fix build.Wim Taymans2-4/+7
2006-11-30Added fully functional jackaudiosink.Wim Taymans6-655/+958
2006-11-26ext/theora/theoradec.c: Send events on the right pads, since they don't work ...Michael Smith1-2/+2
2006-11-24remove obsolete _factory_init protos and functionsStefan Kost4-23/+3
2006-11-16ext/spc/gstspc.c: Fix build with disabled gst-debug.Tim-Philipp Müller1-3/+2
2006-11-15ext/wavpack/: Some small clean-ups: use enums instead of hard-coded numbers, ...Sebastian Dröge3-70/+103
2006-11-14ext/Makefile.am: dist cdaudio dir.Wim Taymans1-0/+1
2006-11-14Fix cdaudio build.Wim Taymans1-4/+4
2006-11-02Fix enum nicks; only emit no-more-pads once; add support for very fast encodi...Sebastian Dröge1-17/+35
2006-10-29ext/dts/gstdtsdec.c: Fix flow handling and buffer refcounting (gst_pad_push()...Tim-Philipp Müller1-12/+4
2006-10-17Activate pads before adding them to running element.Tim-Philipp Müller2-0/+2
2006-10-06ext/faad/gstfaad.c: Some cleanups.Wim Taymans1-11/+31
2006-10-06ext/theora/theoradec.*: Port lots of changes from theoradec to theoraexpdec.Michael Smith2-38/+145
2006-10-05Another batch of printf format fixes.Tim-Philipp Müller3-4/+4
2006-10-02ext/xvid/gstxvid.c: Set rank of xviddec to NONE until someone fixes it (too m...Tim-Philipp Müller1-1/+1
2006-09-23ext/cdaudio/gstcdaudio.c: Port to 0.10.Wim Taymans1-133/+187
2006-09-22ext/directfb/dfbvideosink.c: Lower rank from SECONDARY to MARGINAL. Plugins i...Tim-Philipp Müller1-1/+1
2006-09-21Reverted previous commit (2006-09-19 - Allow internal codes from last.fm). As...Edgard Lima3-151/+67
2006-09-21ext/faac/gstfaac.c: Add decoder specific info on the caps.Wim Taymans1-42/+77
2006-09-19Allow internal codes from last.fmEdgard Lima3-64/+149
2006-09-19ext/gsm/gstgsmdec.*: Handle WAV49 variant (GSM in WAV).Wim Taymans2-28/+55
2006-09-16More G_OBJECT macro fixing.Stefan Kost7-7/+7
2006-09-03higher up firstThomas Vander Stichele1-2/+2
2006-08-29ext/sdl/: Only de-init the subsystem we previously initialised. Avoids borkag...Andrew Andkjar2-3/+3
2006-08-24ext/wavpack/gstwavpackdec.c: Post audio codec and average bitrate tags on bus...Sebastian Dröge2-3/+37
2006-08-23ext/wavpack/gstwavpackenc.c: Fix mem leak, send newsegment event on correctio...Tim-Philipp Müller2-4/+4
2006-08-23Add docs for wavpack elements (#352476).Sebastian Dröge6-3/+71
2006-08-21ext/gsm/gstgsm.c: Make rank PRIMARY now that GSM seems to work fine.Wim Taymans1-1/+2
2006-08-21ext/wavpack/: More clean-ups: use shorter variable names to make code easier ...Tim-Philipp Müller3-289/+281
2006-08-21ext/wavpack/gstwavpackenc.c: Fix caps set on buffers and template caps (outpu...Tim-Philipp Müller1-172/+78
2006-08-18ext/wavpack/gstwavpackparse.c: Fix resyncing in push mode not stopping re-syn...Sebastian Dröge1-28/+99
2006-08-16ext/ladspa/gstsignalprocessor.c: Make ladspa elements reusable. Fixes #350006.Andy Wingo1-12/+57
2006-08-16ext/ladspa/gstladspa.c: Convert ' ' into '_'. Try to keep as many characters ...Wim Taymans1-1/+4
2006-08-16ext/ladspa/gstsignalprocessor.c: A push() gives away our refcount so we shoul...Wim Taymans1-4/+6
2006-08-16ext/wavpack/: In push mode, re-sync to next wavpack header if sync is lost (#...Sebastian Dröge2-5/+38
2006-08-15ext/wavpack/gstwavpackparse.*: Make wavpackparse also work in push-mode (not ...Sebastian Dröge2-50/+190
2006-08-15Fix leaks (#351502).Tim-Philipp Müller1-1/+1