summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-05-05make this module a bit more 0.9 friendlyChristian Schaller20-2155/+340
2005-04-14file zh_TW.po was initially added on branch BRANCH-GSTREAMER-0_8.Thomas Vander Stichele0-0/+0
2005-04-14file Makefile.am was initially added on branch BRANCH-GSTREAMER-0_8.Gergely Nagy0-0/+0
2005-04-14file gstfreeze.c was initially added on branch BRANCH-GSTREAMER-0_8.Gergely Nagy0-0/+0
2005-04-14file gstfreeze.h was initially added on branch BRANCH-GSTREAMER-0_8.Gergely Nagy1-0/+0
2005-03-04file gstbaseaudiosink.c was initially added on branch BRANCH-THREADED.Wim Taymans0-0/+0
2005-03-04file gstbaseaudiosink.h was initially added on branch BRANCH-THREADED.Wim Taymans0-0/+0
2005-03-04file gstringbuffer.c was initially added on branch BRANCH-THREADED.Wim Taymans0-0/+0
2005-03-04file gstringbuffer.h was initially added on branch BRANCH-THREADED.Wim Taymans0-0/+0
2005-02-22add libvisual pluginChristian Schaller1-0/+10
2005-02-22hunting season on 0.9 is now OPENThomas Vander Stichele2-3/+8
2005-02-22sys/oss/gstosselement.c: Kick the hell out of gcc for not warning me about a ...BRANCH-GSTREAMER-0_8-ROOTRonald S. Bultje1-0/+5
2005-02-22ext/gdk_pixbuf/pixbufscale.c: Don't leak caps string (fixes #168134)Tim-Philipp Müller1-0/+12
2005-02-21Since dirac 0.5.0 the framerate in dirac is expressed as a rational number. F...Tim-Philipp Müller3-3/+18
2005-02-21Whoops.Maciej Katafiasz1-1/+1
2005-02-21Fix playback of certain invalid muxed streams. Partial fix for #149158Maciej Katafiasz3-6/+48
2005-02-20gst/dvdlpcmdec/gstdvdlpcmdec.c: Make sure we only write to writable buffersJan Schmidt1-0/+4
2005-02-20gst-libs/gst/riff/riff-media.c: Do actually fix invalid RIFF fmt header value...Tim-Philipp Müller2-0/+30
2005-02-19Don't leak othercaps in link function (fixes #167878)Tim-Philipp Müller1-0/+8
2005-02-19support libvisual 0.2.0Arwed v. Merkatz2-1/+8
2005-02-18Fix rowstridesTim-Philipp Müller1-0/+6
2005-02-17gst/avi/gstavidemux.c: Declare variables at beginning of block and make gcc-2...Gergely Nagy1-0/+15
2005-02-17Do not pass uninitialised values to setsockopt(). (fixes #167704)Tim-Philipp Müller1-0/+7
2005-02-16gst/playback/gstplaybin.c: Invert bin_add/link order to workaround deadlock i...Ronald S. Bultje1-0/+5
2005-02-15gst/modplug/gstmodplug.cc: Add missing break causing position queries to fail.Ronald S. Bultje2-0/+6
2005-02-15ext/ogg/gstoggdemux.c: Granpos can apparently be -1, which screws up calculat...Ronald S. Bultje1-0/+5
2005-02-15sys/: Use a mutex protected list to marshal navigation events into the stream...Jan Schmidt1-0/+16
2005-02-15Add query function to GstSpeed, so that the stream length and current positio...Tim-Philipp Müller3-15/+140
2005-02-13gst/audioconvert/gstaudioconvert.c: create channel conversion matrix when lin...Benjamin Otte1-0/+11
2005-02-13gst/audioconvert/gstchannelmix.h: include missing header fileBenjamin Otte1-0/+10
2005-02-12Convert to and from YV12 (fixes #156379)Tim-Philipp Müller1-0/+9
2005-02-12sys/ximage/ximagesink.c: Protect interface methods from chain and negotiation...Julien Moutte1-0/+14
2005-02-12Don't send 'Hey! You gave me a NULL pointer yo naughty person' as error messa...Tim-Philipp Müller1-0/+8
2005-02-11sys/xvimage/xvimagesink.c: Protect interface methods from chain and negotiati...Julien Moutte1-0/+13
2005-02-11ext/mpeg2dec/gstmpeg2dec.c: Change uint to unsigned int. (fixes #167128)David Schleef1-0/+5
2005-02-11gst/librfb/Makefile.am: Testing stuff before committing is for wimps... and p...David Schleef2-3/+9
2005-02-11configure.ac: Pull in librfb from my CVS tree, because it is too small and an...David Schleef15-9/+1394
2005-02-10and make it handle more than one channel.Tim-Philipp Müller6-157/+229
2005-02-10ext/dts/gstdtsdec.*: Don't clobber the stack constructing the channels array.Jan Schmidt3-117/+160
2005-02-09Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they ...Tim-Philipp Müller11-6/+55
2005-02-09testsuite/gst-lint: Check for non-statically scoped parent_class variables. ...David Schleef1-0/+6
2005-02-09ext/mplex/gstmplexibitstream.cc: gcc madness.Ronald S. Bultje2-12/+19
2005-02-09Die, thou faulty symbol pollutors (non-static parent_class).Ronald S. Bultje1-0/+6
2005-02-08ext/mplex/gstmplexibitstream.cc: Fix event handling (#165525).Ronald S. Bultje2-3/+6
2005-02-08Add missing endianness to template (fixes #165509).Ronald S. Bultje2-1/+7
2005-02-08gst/asfdemux/gstasfdemux.c: Fix wrong order of reading of optional bytes (#16...Ronald S. Bultje1-0/+5
2005-02-08ext/alsa/gstalsasink.c: Implement FILLER event awareness.Ronald S. Bultje1-0/+5
2005-02-08ext/cdparanoia/gstcdparanoia.c: Fix track calculations (#166208).Ronald S. Bultje1-0/+5
2005-02-08ext/libpng/: Fix byte-order, use proper fixed caps. Fixes #164197.Ronald S. Bultje1-1/+9
2005-02-08configure.ac: Add dvdlpcmdecJan Schmidt2-0/+44