summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2007-01-06gst/real/: Added RealAudio wrapper elementfactory.Lutz Mueller4-2/+560
2007-01-05Check for zlib and if available pass it explicitly to the linker when linking...Tim-Philipp Müller2-18/+33
2007-01-05configure.ac: Real video .so are now also available for x86_64, so we can bui...Edward Hervey4-784/+979
2007-01-04configure.ac: split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAG...Thomas Vander Stichele1-1/+1
2007-01-03Fix build with gcc-2.x (declare variables at the beginning of a block etc.). ...Jens Granseuer6-23/+26
2007-01-02gst/real/gstreal.c: Use codec_data supplied in caps.Edward Hervey1-30/+36
2007-01-01New plugin for decoding RealVideo Streams using the x86 32bit shared libraries.Edward Hervey2-0/+814
2006-12-18gst/qtdemux/qtdemux.c: Don't post BUFFERING messages in streaming mode if the...Tim-Philipp Müller1-7/+5
2006-12-18gst/qtdemux/qtdemux.c: Don't output g_warning for an unsupported format, just...Jan Schmidt1-6/+15
2006-12-18gst/qtdemux/qtdemux.c: Fix crash dereferencing NULL pointer if there's no stc...Tim-Philipp Müller1-1/+4
2006-12-16gst/qtdemux/qtdemux.c: We don't support seeking in streaming mode, so don't e...Tim-Philipp Müller1-7/+33
2006-12-14gst/modplug/libmodplug/sndfile.cpp: Fix potential buffer overflow (CVE-2006-4...Tim-Philipp Müller1-1/+1
2006-12-13gst/qtdemux/qtdemux.c: Add AMR-WB to the list of supported formats.Wim Taymans1-2/+10
2006-12-11gst/qtdemux/qtdemux.c: Fix non-working redirects from inetfilm.com (handle 'a...Tim-Philipp Müller1-3/+28
2006-12-11gst/modplug/gstmodplug.cc: Fix modplug duration query. Fixes #384294.Jonathan Matthew1-5/+2
2006-12-08gst/qtdemux/qtdemux.c: Fix caps for 24 bit raw PCM audio (2).René Stadler1-1/+1
2006-12-07gst/qtdemux/qtdemux.c: Handle more H263 variants.Wim Taymans1-0/+2
2006-11-30gst/replaygain/gstrganalysis.c: Call the base class handler. Fixes #380610.René Stadler1-1/+1
2006-11-27gst/qtdemux/qtdemux.c: Remove some asserts and replace them with a proper err...Wim Taymans1-10/+26
2006-11-19gst/librfb/Makefile.am: Compile with appropriate cflags. Fixes build.Michael Smith1-1/+1
2006-11-17gst/librfb/rfbdecoder.c: Fixes for 64-bit architectures.David Schleef1-4/+4
2006-11-17gst/librfb/gstrfbsrc.h: Oops, add this file.David Schleef1-0/+69
2006-11-17Port librfb to 0.10 (#376106).Andre Moreira Magalhaes12-651/+545
2006-11-14gst/qtdemux/qtdemux.c: Don't parse extra sample params for raw pcm. Fixes #37...Wim Taymans1-16/+19
2006-11-13configure.ac: Enable cdaudio and y4m.Mark Nauwelaerts3-161/+175
2006-11-11A little pluggy to make sense out of the random chunks we get from multifilesrc.David Schleef2-0/+390
2006-11-10gst/multifile/Makefile.am: Let's not depend on a file that doesn't exist.David Schleef1-2/+0
2006-11-10gst/multifilesink/: Remove the old one.David Schleef4-793/+0
2006-11-10Revive multifile[src|sink].David Schleef5-0/+833
2006-10-31gst/qtdemux/qtdemux.c: Handle unbounded length streams a bit better. Fixes #3...Wim Taymans1-12/+24
2006-10-28gst/audioresample/gstaudioresample.c: Another typo fix (#366212).Tim-Philipp Müller1-1/+1
2006-10-26Fixed bug for files with timestamps less than 0.Edgard Lima2-10/+25
2006-10-21I copied over filesink a while ago and modified it to work as multifilesink. ...David Schleef3-454/+324
2006-10-17Activate pads before adding them to running element.Tim-Philipp Müller1-0/+2
2006-10-17gst/qtdemux/qtdemux.c: Make compile with Forte compiler, mostly don't do poin...Josep Torra Valles1-103/+111
2006-10-17Just a cast to make it compile oos big_endian systems.Edgard Lima1-1/+1
2006-10-17Created new element nuvdemux.Edgard Lima3-0/+1102
2006-10-17gst/nsf/: Fix some things the Forte compiler warns about (#362626).Josep Torra Valles5-7/+54
2006-10-17gst/qtdemux/qtdemux.*: Avoid void pointer usage, better use guint8 * instead.Tim-Philipp Müller2-58/+77
2006-10-11Port simple deinterlacer from 0.8. Use at your own risk, don't blame me for a...Tim-Philipp Müller3-184/+150
2006-10-11gst/qtdemux/qtdemux.c: Add some fourcc for DV format.Edward Hervey1-0/+4
2006-10-10gst/qtdemux/qtdemux.c: Printf format fixes.Tim-Philipp Müller1-3/+3
2006-10-10ext/gnomevfs/: Fix URI interface implementation return type.Josep Torre Valles1-1/+1
2006-10-10gst/qtdemux/qtdemux.c: Reorganise some stuff.Wim Taymans1-234/+285
2006-10-06Add ReplayGain analysis element (#357069).René Stadler5-0/+1612
2006-10-06ext/faad/gstfaad.c: Some cleanups.Wim Taymans1-0/+1
2006-10-06gst/spectrum/gstspectrum.c: Fix mem leak, avoid unnecessary memcpy.Tim-Philipp Müller1-3/+5
2006-10-06gst/spectrum/gstspectrum.c: Removed cruft code that was just commented out. R...Stefan Kost1-109/+1
2006-10-05Another batch of printf format fixes.Tim-Philipp Müller2-10/+11
2006-10-05Printf format fixes.Tim-Philipp Müller1-1/+1