summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2005-05-05ext/theora/: Added stream lock to decoder so that we can serialize the discon...Wim Taymans1-0/+18
2005-05-05ext/ogg/: Ported ogg muxer.Wim Taymans1-0/+15
2005-05-05More work on the audiosink, mostly debugging and a race in shutdown.Wim Taymans1-0/+31
2005-04-28ext/: Don't crap out when seeking back to position 0.Wim Taymans1-0/+11
2005-04-28examples/seeking/seek.c: Make audio sink configurable, use alsasink as default.Wim Taymans1-0/+9
2005-04-28ext/vorbis/vorbisdec.*: Refactor, use STREAM_LOCK.Wim Taymans1-0/+10
2005-04-28ext/theora/theoradec.c: Refactor a bit, use STREAM_LOCK.Wim Taymans1-0/+9
2005-04-28ext/alsa/: Implement alsasink with simple open/write/close API.Wim Taymans1-0/+18
2005-04-28Make ringbuffer faster and more simple by removing the locks in the playback ...Wim Taymans1-0/+44
2005-04-25Fix part of the build. Come on guys, autogen didn't even work :)Thomas Vander Stichele1-0/+7
2005-04-25Remove media-info, which is also successed by playbin (see Totem implementati...Ronald S. Bultje1-0/+19
2005-04-25Remove libgstplay, playbin is now the official successor.Ronald S. Bultje1-0/+18
2005-04-25Remove deprecated xwindowlistener (I've moved xwindowlistening in the v4l/v4l...Ronald S. Bultje1-0/+10
2005-04-25examples/dynparams/Makefile.am: Move demo-dparams from gst/sine to examples/d...David Schleef1-0/+9
2005-04-25Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.David Schleef1-0/+13
2005-04-25Link plugins against libraries:David Schleef1-0/+26
2005-04-25Convert gst_main() to g_main_loop_run()David Schleef1-0/+12
2005-04-25configure.ac: Remove idct and resample libsDavid Schleef1-0/+66
2005-04-23gst-libs/gst/Makefile.am: Remove idct. It hasn't been used in gst-plugins in...David Schleef1-0/+16
2005-04-20An attempt at a set of audio base classes together with some design docs.Wim Taymans1-0/+38
2005-04-20gst/audioconvert/: Link against audio libs.Wim Taymans1-0/+10
2005-04-20ext/: Fix theora encoder.Wim Taymans1-0/+9
2005-04-12Work with staticpadtemplates in elementfactories.Ronald S. Bultje1-0/+6
2005-04-12Raw and crude port of decodebin.Wim Taymans1-0/+39
2005-04-06Make gnomevfssrc extend the source base class.Wim Taymans1-0/+23
2005-04-06gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): UseAndy Wingo1-0/+3
2005-04-06configure.ac: Add check and AC_SUBST for libgstbase.Andy Wingo1-0/+4
2005-03-31Plugin port to 0.9, ogg/theora playback should work in the seek example now.Wim Taymans1-0/+159
2005-02-23remove a whole bunch of plugins. This module now contains a set of free refe...Thomas Vander Stichele1-0/+26
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 ...Ronald 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