Age | Commit message (Expand) | Author | Files | Lines |
2005-05-07 | Fixed a few things to enable the mad and effectv to be able to find the heade... | Zeeshan Ali | 2 | -2/+11 |
2005-05-07 | Fixed the build by fixing a small mistake of Wim. | Zeeshan Ali | 2 | -9/+9 |
2005-05-06 | add aasink | Christian Schaller | 1 | -6/+7 |
2005-05-06 | Ported 2 more plugins. usgly hack in the Makefile.am though, I'm sure someone... | Wim Taymans | 5 | -39/+76 |
2005-05-06 | some sidplay fixoring | Christian Schaller | 3 | -13/+23 |
2005-05-06 | add sidplay to spec file | Christian Schaller | 1 | -3/+3 |
2005-05-06 | add gst-plugins-libs | Christian Schaller | 2 | -0/+14 |
2005-05-06 | Ported sidplay. | Wim Taymans | 2 | -1/+16 |
2005-05-06 | make mad and effectv work with gst-register | Christian Schaller | 3 | -4/+13 |
2005-05-06 | minor spec file fixes | Christian Schaller | 1 | -34/+10 |
2005-05-06 | gst/law/: Ported alaw and mulaw plugins to 0.9, fixed the negotiation as well. | Wim Taymans | 1 | -0/+13 |
2005-05-06 | add reminder to start with 0.8 code not 0.9 for plugins porting | Christian Schaller | 1 | -0/+2 |
2005-05-06 | various fixes to make it possible to build rpms from gst-plugins head | Christian Schaller | 3 | -461/+285 |
2005-05-06 | remove plugins now in gst-plugins-base | Christian Schaller | 1 | -0/+11 |
2005-05-06 | remove gst-libs from gst-plugins module as it is in gst-plugins-base now | Christian Schaller | 113 | -17715/+6 |
2005-05-06 | add ported videofilter to cvs head | Christian Schaller | 3 | -2/+18 |
2005-05-06 | add law plugin to build | Christian Schaller | 2 | -1/+5 |
2005-05-06 | ported mad and effectv plugins | Christian Schaller | 5 | -441/+384 |
2005-05-06 | configure.ac: fix typo | Zaheer Abbas Merali | 2 | -1/+6 |
2005-05-06 | gst-plugins 0.9 cvs head now compiles (only effectv left compiling) | Christian Schaller | 2 | -23/+32 |
2005-05-05 | updates to make this closer to compile | Christian Schaller | 3 | -4/+22 |
2005-05-05 | remove gettext for now | Christian Schaller | 1 | -14/+0 |
2005-05-05 | make this module a bit more 0.9 friendly | Christian Schaller | 20 | -2155/+340 |
2005-04-14 | file zh_TW.po was initially added on branch BRANCH-GSTREAMER-0_8. | Thomas Vander Stichele | 0 | -0/+0 |
2005-04-14 | file Makefile.am was initially added on branch BRANCH-GSTREAMER-0_8. | Gergely Nagy | 0 | -0/+0 |
2005-04-14 | file gstfreeze.c was initially added on branch BRANCH-GSTREAMER-0_8. | Gergely Nagy | 0 | -0/+0 |
2005-04-14 | file gstfreeze.h was initially added on branch BRANCH-GSTREAMER-0_8. | Gergely Nagy | 1 | -0/+0 |
2005-03-04 | file gstbaseaudiosink.c was initially added on branch BRANCH-THREADED. | Wim Taymans | 0 | -0/+0 |
2005-03-04 | file gstbaseaudiosink.h was initially added on branch BRANCH-THREADED. | Wim Taymans | 0 | -0/+0 |
2005-03-04 | file gstringbuffer.c was initially added on branch BRANCH-THREADED. | Wim Taymans | 0 | -0/+0 |
2005-03-04 | file gstringbuffer.h was initially added on branch BRANCH-THREADED. | Wim Taymans | 0 | -0/+0 |
2005-02-22 | add libvisual plugin | Christian Schaller | 1 | -0/+10 |
2005-02-22 | hunting season on 0.9 is now OPEN | Thomas Vander Stichele | 2 | -3/+8 |
2005-02-22 | sys/oss/gstosselement.c: Kick the hell out of gcc for not warning me about a ...BRANCH-GSTREAMER-0_8-ROOT | Ronald S. Bultje | 1 | -0/+5 |
2005-02-22 | ext/gdk_pixbuf/pixbufscale.c: Don't leak caps string (fixes #168134) | Tim-Philipp Müller | 1 | -0/+12 |
2005-02-21 | Since dirac 0.5.0 the framerate in dirac is expressed as a rational number. F... | Tim-Philipp Müller | 3 | -3/+18 |
2005-02-21 | Whoops. | Maciej Katafiasz | 1 | -1/+1 |
2005-02-21 | Fix playback of certain invalid muxed streams. Partial fix for #149158 | Maciej Katafiasz | 3 | -6/+48 |
2005-02-20 | gst/dvdlpcmdec/gstdvdlpcmdec.c: Make sure we only write to writable buffers | Jan Schmidt | 1 | -0/+4 |
2005-02-20 | gst-libs/gst/riff/riff-media.c: Do actually fix invalid RIFF fmt header value... | Tim-Philipp Müller | 2 | -0/+30 |
2005-02-19 | Don't leak othercaps in link function (fixes #167878) | Tim-Philipp Müller | 1 | -0/+8 |
2005-02-19 | support libvisual 0.2.0 | Arwed v. Merkatz | 2 | -1/+8 |
2005-02-18 | Fix rowstrides | Tim-Philipp Müller | 1 | -0/+6 |
2005-02-17 | gst/avi/gstavidemux.c: Declare variables at beginning of block and make gcc-2... | Gergely Nagy | 1 | -0/+15 |
2005-02-17 | Do not pass uninitialised values to setsockopt(). (fixes #167704) | Tim-Philipp Müller | 1 | -0/+7 |
2005-02-16 | gst/playback/gstplaybin.c: Invert bin_add/link order to workaround deadlock i... | Ronald S. Bultje | 1 | -0/+5 |
2005-02-15 | gst/modplug/gstmodplug.cc: Add missing break causing position queries to fail. | Ronald S. Bultje | 2 | -0/+6 |
2005-02-15 | ext/ogg/gstoggdemux.c: Granpos can apparently be -1, which screws up calculat... | Ronald S. Bultje | 1 | -0/+5 |
2005-02-15 | sys/: Use a mutex protected list to marshal navigation events into the stream... | Jan Schmidt | 1 | -0/+16 |
2005-02-15 | Add query function to GstSpeed, so that the stream length and current positio... | Tim-Philipp Müller | 3 | -15/+140 |