summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make gst_videofilter_setup public make videoflip invoke the base _setup metho...BRANCH-GSTREAMER-0_8Thomas Vander Stichele2005-07-253-23/+29
* Rename and cleanup bitmap->ayuv conversion.Arwed v. Merkatz2005-07-162-50/+9
* configure.ac: Add imagemixer/dvdsubdec.Jan Schmidt2005-07-015-4/+475
* ex/: Even more gcc-4.0 fixes.Tim-Philipp Müller2005-05-051-1/+1
* ext/pango/gsttextoverlay.*: Handle EOS better (#302220).Ronald S. Bultje2005-05-022-17/+24
* ext/pango/gsttextoverlay.c: Fix offset bug (#172845).Ronald S. Bultje2005-04-291-1/+1
* ext/pango/gsttextoverlay.c: Don't crop off bottom (fixes #172845 minus a pixe...Ronald S. Bultje2005-04-181-4/+4
* ext/: Try to fix seeking problems in OGM files, especially those containing n...Ronald S. Bultje2005-03-312-4/+15
* sys/oss/gstosselement.c: Kick the hell out of gcc for not warning me about a ...BRANCH-GSTREAMER-0_8-ROOTRonald S. Bultje2005-02-221-0/+5
* ext/gdk_pixbuf/pixbufscale.c: Don't leak caps string (fixes #168134)Tim-Philipp Müller2005-02-221-0/+12
* Since dirac 0.5.0 the framerate in dirac is expressed as a rational number. F...Tim-Philipp Müller2005-02-212-2/+12
* Whoops.Maciej Katafiasz2005-02-211-1/+1
* Fix playback of certain invalid muxed streams. Partial fix for #149158Maciej Katafiasz2005-02-211-0/+8
* gst/dvdlpcmdec/gstdvdlpcmdec.c: Make sure we only write to writable buffersJan Schmidt2005-02-201-0/+4
* gst-libs/gst/riff/riff-media.c: Do actually fix invalid RIFF fmt header value...Tim-Philipp Müller2005-02-202-0/+30
* Don't leak othercaps in link function (fixes #167878)Tim-Philipp Müller2005-02-192-1/+10
* support libvisual 0.2.0Arwed v. Merkatz2005-02-193-4/+11
* Fix rowstridesTim-Philipp Müller2005-02-181-0/+6
* gst/avi/gstavidemux.c: Declare variables at beginning of block and make gcc-2...Gergely Nagy2005-02-174-3/+18
* Do not pass uninitialised values to setsockopt(). (fixes #167704)Tim-Philipp Müller2005-02-172-4/+13
* gst/playback/gstplaybin.c: Invert bin_add/link order to workaround deadlock i...Ronald S. Bultje2005-02-162-5/+8
* gst/modplug/gstmodplug.cc: Add missing break causing position queries to fail.Ronald S. Bultje2005-02-151-0/+5
* ext/ogg/gstoggdemux.c: Granpos can apparently be -1, which screws up calculat...Ronald S. Bultje2005-02-152-16/+15
* sys/: Use a mutex protected list to marshal navigation events into the stream...Jan Schmidt2005-02-155-43/+175
* Add query function to GstSpeed, so that the stream length and current positio...Tim-Philipp Müller2005-02-151-0/+12
* gst/audioconvert/gstaudioconvert.c: create channel conversion matrix when lin...Benjamin Otte2005-02-135-4/+116
* gst/audioconvert/gstchannelmix.h: include missing header fileBenjamin Otte2005-02-133-2/+13
* Convert to and from YV12 (fixes #156379)Tim-Philipp Müller2005-02-124-1/+44
* sys/ximage/ximagesink.c: Protect interface methods from chain and negotiation...Julien Moutte2005-02-124-2/+58
* Don't send 'Hey! You gave me a NULL pointer yo naughty person' as error messa...Tim-Philipp Müller2005-02-121-0/+8
* sys/xvimage/xvimagesink.c: Protect interface methods from chain and negotiati...Julien Moutte2005-02-113-4/+58
* ext/mpeg2dec/gstmpeg2dec.c: Change uint to unsigned int. (fixes #167128)David Schleef2005-02-111-0/+5
* gst/librfb/Makefile.am: Testing stuff before committing is for wimps... and p...David Schleef2005-02-111-0/+6
* configure.ac: Pull in librfb from my CVS tree, because it is too small and an...David Schleef2005-02-113-9/+23
* and make it handle more than one channel.Tim-Philipp Müller2005-02-101-0/+13
* ext/dts/gstdtsdec.*: Don't clobber the stack constructing the channels array.Jan Schmidt2005-02-101-0/+9
* Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they ...Tim-Philipp Müller2005-02-0912-12/+57
* testsuite/gst-lint: Check for non-statically scoped parent_class variables. ...David Schleef2005-02-093-2/+38
* ext/mplex/gstmplexibitstream.cc: gcc madness.Ronald S. Bultje2005-02-091-0/+5
* Die, thou faulty symbol pollutors (non-static parent_class).Ronald S. Bultje2005-02-092-1/+7
* ext/mplex/gstmplexibitstream.cc: Fix event handling (#165525).Ronald S. Bultje2005-02-081-0/+5
* Add missing endianness to template (fixes #165509).Ronald S. Bultje2005-02-081-0/+6
* gst/asfdemux/gstasfdemux.c: Fix wrong order of reading of optional bytes (#16...Ronald S. Bultje2005-02-081-0/+5
* ext/alsa/gstalsasink.c: Implement FILLER event awareness.Ronald S. Bultje2005-02-082-1/+36
* ext/cdparanoia/gstcdparanoia.c: Fix track calculations (#166208).Ronald S. Bultje2005-02-082-2/+8
* ext/libpng/: Fix byte-order, use proper fixed caps. Fixes #164197.Ronald S. Bultje2005-02-081-1/+9
* configure.ac: Add dvdlpcmdecJan Schmidt2005-02-083-9/+99
* gst/alpha/gstalphacolor.c: Add BGRA handling (#165736).Ronald S. Bultje2005-02-081-0/+8
* gst/law/: Fix caps memleaks (#166600).Ronald S. Bultje2005-02-081-0/+10
* Include "_stdint.h" instead of <stdint.h>. Fixes build on systems that do not...Tim-Philipp Müller2005-02-082-1/+10