Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-base.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-25make gst_videofilter_setup public make videoflip invoke the base _setup metho...BRANCH-GSTREAMER-0_8Thomas Vander Stichele
2005-07-16Rename and cleanup bitmap->ayuv conversion.Arwed v. Merkatz
2005-07-01configure.ac: Add imagemixer/dvdsubdec.Jan Schmidt
2005-05-05ex/: Even more gcc-4.0 fixes.Tim-Philipp Müller
2005-05-02ext/pango/gsttextoverlay.*: Handle EOS better (#302220).Ronald S. Bultje
2005-04-29ext/pango/gsttextoverlay.c: Fix offset bug (#172845).Ronald S. Bultje
2005-04-18ext/pango/gsttextoverlay.c: Don't crop off bottom (fixes #172845 minus a pixe...Ronald S. Bultje
2005-03-31ext/: Try to fix seeking problems in OGM files, especially those containing n...Ronald S. Bultje
2005-02-22sys/oss/gstosselement.c: Kick the hell out of gcc for not warning me about a ...BRANCH-GSTREAMER-0_8-ROOTRonald S. Bultje
2005-02-22ext/gdk_pixbuf/pixbufscale.c: Don't leak caps string (fixes #168134)Tim-Philipp Müller
2005-02-22Since dirac 0.5.0 the framerate in dirac is expressed as a rational number. F...Tim-Philipp Müller
2005-02-21Whoops.Maciej Katafiasz
2005-02-21Fix playback of certain invalid muxed streams. Partial fix for #149158Maciej Katafiasz
2005-02-20gst/dvdlpcmdec/gstdvdlpcmdec.c: Make sure we only write to writable buffersJan Schmidt
2005-02-20gst-libs/gst/riff/riff-media.c: Do actually fix invalid RIFF fmt header value...Tim-Philipp Müller
2005-02-19Don't leak othercaps in link function (fixes #167878)Tim-Philipp Müller
2005-02-19support libvisual 0.2.0Arwed v. Merkatz
2005-02-18Fix rowstridesTim-Philipp Müller
2005-02-17gst/avi/gstavidemux.c: Declare variables at beginning of block and make gcc-2...Gergely Nagy
2005-02-17Do not pass uninitialised values to setsockopt(). (fixes #167704)Tim-Philipp Müller
2005-02-16gst/playback/gstplaybin.c: Invert bin_add/link order to workaround deadlock i...Ronald S. Bultje
2005-02-15gst/modplug/gstmodplug.cc: Add missing break causing position queries to fail.Ronald S. Bultje
2005-02-15ext/ogg/gstoggdemux.c: Granpos can apparently be -1, which screws up calculat...Ronald S. Bultje
2005-02-15sys/: Use a mutex protected list to marshal navigation events into the stream...Jan Schmidt
2005-02-15Add query function to GstSpeed, so that the stream length and current positio...Tim-Philipp Müller
2005-02-13gst/audioconvert/gstaudioconvert.c: create channel conversion matrix when lin...Benjamin Otte
2005-02-13gst/audioconvert/gstchannelmix.h: include missing header fileBenjamin Otte
2005-02-13Convert to and from YV12 (fixes #156379)Tim-Philipp Müller
2005-02-12sys/ximage/ximagesink.c: Protect interface methods from chain and negotiation...Julien Moutte
2005-02-12Don't send 'Hey! You gave me a NULL pointer yo naughty person' as error messa...Tim-Philipp Müller
2005-02-12sys/xvimage/xvimagesink.c: Protect interface methods from chain and negotiati...Julien Moutte
2005-02-12ext/mpeg2dec/gstmpeg2dec.c: Change uint to unsigned int. (fixes #167128)David Schleef
2005-02-12gst/librfb/Makefile.am: Testing stuff before committing is for wimps... and p...David Schleef
2005-02-12configure.ac: Pull in librfb from my CVS tree, because it is too small and an...David Schleef
2005-02-10and make it handle more than one channel.Tim-Philipp Müller
2005-02-10ext/dts/gstdtsdec.*: Don't clobber the stack constructing the channels array.Jan Schmidt
2005-02-10Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they ...Tim-Philipp Müller
2005-02-09testsuite/gst-lint: Check for non-statically scoped parent_class variables. ...David Schleef
2005-02-09ext/mplex/gstmplexibitstream.cc: gcc madness.Ronald S. Bultje
2005-02-09Die, thou faulty symbol pollutors (non-static parent_class).Ronald S. Bultje
2005-02-08ext/mplex/gstmplexibitstream.cc: Fix event handling (#165525).Ronald S. Bultje
2005-02-08Add missing endianness to template (fixes #165509).Ronald S. Bultje
2005-02-08gst/asfdemux/gstasfdemux.c: Fix wrong order of reading of optional bytes (#16...Ronald S. Bultje
2005-02-08ext/alsa/gstalsasink.c: Implement FILLER event awareness.Ronald S. Bultje
2005-02-08ext/cdparanoia/gstcdparanoia.c: Fix track calculations (#166208).Ronald S. Bultje
2005-02-08ext/libpng/: Fix byte-order, use proper fixed caps. Fixes #164197.Ronald S. Bultje
2005-02-08configure.ac: Add dvdlpcmdecJan Schmidt
2005-02-08gst/alpha/gstalphacolor.c: Add BGRA handling (#165736).Ronald S. Bultje
2005-02-08gst/law/: Fix caps memleaks (#166600).Ronald S. Bultje
2005-02-08Include "_stdint.h" instead of <stdint.h>. Fixes build on systems that do not...Tim-Philipp Müller