summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-04gst/videocrop/gstvideocrop.*: Handle packed YUV formats (UYVY, YUY2, YUYV) se...Tim-Philipp Müller2-17/+116
2006-09-28gst/qtdemux/qtdemux.c: Add support for 'yv12' fourcc.Tim-Philipp Müller1-0/+4
2006-09-16More G_OBJECT macro fixing.Stefan Kost8-8/+8
2006-09-12gst/spectrum/gstspectrum.c: Implements stop() to clear the adapter and event(...Stefan Kost1-2/+31
2006-09-11gst/spectrum/gstspectrum.*: Fix type mixup in spectrum->interval (gdouble<->g...Stefan Kost2-2/+3
2006-09-11gst/spectrum/demo-osssrc.c: Use more definesStefan Kost3-17/+20
2006-09-08configure.ac: Bump requirements of -base (videocrop test case needs this).Tim-Philipp Müller1-0/+7
2006-09-08gst/videocrop/: Some quick tests indicate that it doesn't make a great deal o...Tim-Philipp Müller2-9/+6
2006-09-02docs/plugins/: Add videocrop to docs.Tim-Philipp Müller3-55/+89
2006-09-02Port/rewrite videocrop from scratch for GStreamer-0.10, and make it support a...Tim-Philipp Müller2-375/+480
2006-08-31gst/nsf/Makefile.am: Add missing GST_LIBSJan Schmidt1-1/+1