summaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2005-05-05make this module a bit more 0.9 friendlyChristian Schaller1-0/+5
2005-02-22hunting season on 0.9 is now OPENThomas Vander Stichele1-0/+5
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üller1-0/+10
2005-02-21Whoops.Maciej Katafiasz1-1/+1
2005-02-21Fix playback of certain invalid muxed streams. Partial fix for #149158Maciej Katafiasz1-0/+8
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üller1-0/+12
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. Merkatz1-0/+7
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. Bultje1-0/+5
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üller1-0/+12
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 Schleef1-0/+6
2005-02-11configure.ac: Pull in librfb from my CVS tree, because it is too small and an...David Schleef1-0/+21
2005-02-10and make it handle more than one channel.Tim-Philipp Müller1-0/+13
2005-02-10ext/dts/gstdtsdec.*: Don't clobber the stack constructing the channels array.Jan Schmidt1-0/+9
2005-02-09Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they ...Tim-Philipp Müller1-0/+15
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. Bultje1-0/+5
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. Bultje1-0/+5
2005-02-08Add missing endianness to template (fixes #165509).Ronald S. Bultje1-0/+6
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 Schmidt1-0/+42
2005-02-08gst/alpha/gstalphacolor.c: Add BGRA handling (#165736).Ronald S. Bultje1-0/+8
2005-02-08gst/law/: Fix caps memleaks (#166600).Ronald S. Bultje1-0/+10
2005-02-08Include "_stdint.h" instead of <stdint.h>. Fixes build on systems that do not...Tim-Philipp Müller1-0/+9
2005-02-05sys/: Clear window on PAUSED->READY instead of READY->PAUSED. StopRonald S. Bultje1-0/+9
2005-02-05sys/v4l/gstv4lmjpegsrc.c: Switch to list instead of range, since MJPEG-device...Ronald S. Bultje1-0/+6
2005-02-05ext/mpeg2dec/gstmpeg2dec.*: The libmpeg2 user-allocated buffer management is ...Jan Schmidt1-0/+8
2005-02-04gst/audioconvert/bufferframesconvert.cAndy Wingo1-0/+11
2005-02-04ext/mpeg2dec/gstmpeg2dec.*: Rearrange buffer tracking and refcounting and ref...Jan Schmidt1-0/+10
2005-02-03sys/v4l/: Add new v4ljpegsrc for handling the ov51x hacky "I'll give you jpeg...Jan Schmidt1-0/+17