Age | Commit message (Expand) | Author | Files | Lines |
2005-05-05 | ext/theora/: Added stream lock to decoder so that we can serialize the discon... | Wim Taymans | 1 | -0/+18 |
2005-05-05 | ext/ogg/: Ported ogg muxer. | Wim Taymans | 1 | -0/+15 |
2005-05-05 | More work on the audiosink, mostly debugging and a race in shutdown. | Wim Taymans | 1 | -0/+31 |
2005-04-28 | ext/: Don't crap out when seeking back to position 0. | Wim Taymans | 1 | -0/+11 |
2005-04-28 | examples/seeking/seek.c: Make audio sink configurable, use alsasink as default. | Wim Taymans | 1 | -0/+9 |
2005-04-28 | ext/vorbis/vorbisdec.*: Refactor, use STREAM_LOCK. | Wim Taymans | 1 | -0/+10 |
2005-04-28 | ext/theora/theoradec.c: Refactor a bit, use STREAM_LOCK. | Wim Taymans | 1 | -0/+9 |
2005-04-28 | ext/alsa/: Implement alsasink with simple open/write/close API. | Wim Taymans | 1 | -0/+18 |
2005-04-28 | Make ringbuffer faster and more simple by removing the locks in the playback ... | Wim Taymans | 1 | -0/+44 |
2005-04-25 | Fix part of the build. Come on guys, autogen didn't even work :) | Thomas Vander Stichele | 1 | -0/+7 |
2005-04-25 | Remove media-info, which is also successed by playbin (see Totem implementati... | Ronald S. Bultje | 1 | -0/+19 |
2005-04-25 | Remove libgstplay, playbin is now the official successor. | Ronald S. Bultje | 1 | -0/+18 |
2005-04-25 | Remove deprecated xwindowlistener (I've moved xwindowlistening in the v4l/v4l... | Ronald S. Bultje | 1 | -0/+10 |
2005-04-25 | examples/dynparams/Makefile.am: Move demo-dparams from gst/sine to examples/d... | David Schleef | 1 | -0/+9 |
2005-04-25 | Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins. | David Schleef | 1 | -0/+13 |
2005-04-25 | Link plugins against libraries: | David Schleef | 1 | -0/+26 |
2005-04-25 | Convert gst_main() to g_main_loop_run() | David Schleef | 1 | -0/+12 |
2005-04-25 | configure.ac: Remove idct and resample libs | David Schleef | 1 | -0/+66 |
2005-04-23 | gst-libs/gst/Makefile.am: Remove idct. It hasn't been used in gst-plugins in... | David Schleef | 1 | -0/+16 |
2005-04-20 | An attempt at a set of audio base classes together with some design docs. | Wim Taymans | 1 | -0/+38 |
2005-04-20 | gst/audioconvert/: Link against audio libs. | Wim Taymans | 1 | -0/+10 |
2005-04-20 | ext/: Fix theora encoder. | Wim Taymans | 1 | -0/+9 |
2005-04-12 | Work with staticpadtemplates in elementfactories. | Ronald S. Bultje | 1 | -0/+6 |
2005-04-12 | Raw and crude port of decodebin. | Wim Taymans | 1 | -0/+39 |
2005-04-06 | Make gnomevfssrc extend the source base class. | Wim Taymans | 1 | -0/+23 |
2005-04-06 | gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use | Andy Wingo | 1 | -0/+3 |
2005-04-06 | configure.ac: Add check and AC_SUBST for libgstbase. | Andy Wingo | 1 | -0/+4 |
2005-03-31 | Plugin port to 0.9, ogg/theora playback should work in the seek example now. | Wim Taymans | 1 | -0/+159 |
2005-02-23 | remove a whole bunch of plugins. This module now contains a set of free refe... | Thomas Vander Stichele | 1 | -0/+26 |
2005-02-22 | hunting season on 0.9 is now OPEN | Thomas Vander Stichele | 1 | -0/+5 |
2005-02-22 | sys/oss/gstosselement.c: Kick the hell out of gcc for not warning me about a ... | 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 | 1 | -0/+10 |
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 | 1 | -0/+8 |
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 | 1 | -0/+12 |
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 | 1 | -0/+7 |
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 | 1 | -0/+5 |
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 | 1 | -0/+12 |
2005-02-13 | gst/audioconvert/gstaudioconvert.c: create channel conversion matrix when lin... | Benjamin Otte | 1 | -0/+11 |
2005-02-13 | gst/audioconvert/gstchannelmix.h: include missing header file | Benjamin Otte | 1 | -0/+10 |
2005-02-12 | Convert to and from YV12 (fixes #156379) | Tim-Philipp Müller | 1 | -0/+9 |