summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-12-08gst/qtdemux/qtdemux.c: Fix caps for 24 bit raw PCM audio (2).René Stadler2-1/+11
2006-12-07gst/qtdemux/qtdemux.c: Handle more H263 variants.Wim Taymans2-0/+9
2006-12-06ext/jack/.cvsignore: Ignore old files as requested by the build slave.Jan Schmidt2-0/+6
2006-12-06configure.ac: Update the Jack requirement to the version where I think option...Jan Schmidt2-1/+7
2006-12-01win32/MANIFEST: Fix compilation on win32 under VS8Sergey Scobich2-1/+11
2006-11-30gst/replaygain/gstrganalysis.c: Call the base class handler. Fixes #380610.René Stadler2-1/+8
2006-11-30ext/Makefile.am: Fix build.Wim Taymans3-4/+17
2006-11-30Added fully functional jackaudiosink.Wim Taymans8-655/+992
2006-11-27gst/qtdemux/qtdemux.c: Remove some asserts and replace them with a proper err...Wim Taymans2-10/+33
2006-11-26ext/theora/theoradec.c: Send events on the right pads, since they don't work ...Michael Smith2-2/+10
2006-11-24remove obsolete _factory_init protos and functionsStefan Kost8-29/+17
2006-11-21add rfbsrc pluginChristian Schaller1-0/+1
2006-11-19gst/librfb/Makefile.am: Compile with appropriate cflags. Fixes build.Michael Smith2-1/+6
2006-11-17sys/dvb/gstdvbsrc.c: Actually set the TONE parameter for DVB-S when we should.Zaheer Abbas Merali2-5/+6
2006-11-17gst/librfb/rfbdecoder.c: Fixes for 64-bit architectures.David Schleef2-4/+8
2006-11-17gst/librfb/gstrfbsrc.h: Oops, add this file.David Schleef2-0/+73
2006-11-17Port librfb to 0.10 (#376106).Andre Moreira Magalhaes14-651/+566
2006-11-16ext/spc/gstspc.c: Fix build with disabled gst-debug.Tim-Philipp Müller2-3/+7
2006-11-15update spec file with latest changesChristian Schaller1-1/+3
2006-11-15ext/wavpack/: Some small clean-ups: use enums instead of hard-coded numbers, ...Sebastian Dröge4-70/+118
2006-11-14add missing files from SPECChristian Schaller1-2/+11
2006-11-14sys/dvb/gstdvbsrc.*: Fix minor printf format issue; remove overly paranoid ch...Tim-Philipp Müller3-16/+14
2006-11-14gst/qtdemux/qtdemux.c: Don't parse extra sample params for raw pcm. Fixes #37...Wim Taymans2-16/+25
2006-11-14tests/check/elements/.cvsignore: Add cdaudio to ignore.Wim Taymans2-0/+6
2006-11-14ext/Makefile.am: dist cdaudio dir.Wim Taymans2-0/+6
2006-11-14Fix cdaudio build.Wim Taymans3-4/+18
2006-11-14give creditWim Taymans1-0/+2
2006-11-14tests/check/: Added y4m test. Fixes #372243.Wim Taymans3-1/+170
2006-11-13configure.ac: Enable cdaudio and y4m.Mark Nauwelaerts5-161/+196
2006-11-11A little pluggy to make sense out of the random chunks we get from multifilesrc.David Schleef4-0/+400
2006-11-10gst/multifile/Makefile.am: Let's not depend on a file that doesn't exist.David Schleef2-2/+5
2006-11-10gst/multifilesink/: Remove the old one.David Schleef5-793/+8
2006-11-10Revive multifile[src|sink].David Schleef7-2/+845
2006-11-09sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property)Zaheer Abbas Merali2-3/+18
2006-11-08sys/dvb/gstdvbsrc.c: Do not call output_frontend_stats from a method that doe...Zaheer Abbas Merali2-2/+7
2006-11-07sys/dvb/gstdvbsrc.*: Force PAT to always be in the filter.Zaheer Abbas Merali3-22/+50
2006-11-04po/POTFILES.in: add dvbsrcThomas Vander Stichele4-78/+113
2006-11-02Fix enum nicks; only emit no-more-pads once; add support for very fast encodi...Sebastian Dröge3-18/+48
2006-11-01sys/: Wait until the window is created before using it; guard unistd.h includ...Sergey Scobich6-10/+45
2006-10-31gst/qtdemux/qtdemux.c: Handle unbounded length streams a bit better. Fixes #3...Wim Taymans2-12/+31
2006-10-29ext/dts/gstdtsdec.c: Fix flow handling and buffer refcounting (gst_pad_push()...Tim-Philipp Müller2-12/+11
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 Lima3-10/+33
2006-10-21I copied over filesink a while ago and modified it to work as multifilesink. ...David Schleef6-454/+336
2006-10-17Activate pads before adding them to running element.Tim-Philipp Müller5-0/+14
2006-10-17gst/qtdemux/qtdemux.c: Make compile with Forte compiler, mostly don't do poin...Josep Torra Valles2-103/+123
2006-10-17Just a cast to make it compile oos big_endian systems.Edgard Lima2-1/+6
2006-10-17Created new element nuvdemux.Edgard Lima5-0/+1116
2006-10-17gst/nsf/: Fix some things the Forte compiler warns about (#362626).Josep Torra Valles6-7/+65
2006-10-17gst/qtdemux/qtdemux.*: Avoid void pointer usage, better use guint8 * instead.Tim-Philipp Müller3-58/+91