summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2005-06-30fold all interfaces in one interfaces dir, preserving CVS historyThomas Vander Stichele1-0/+39
2005-06-30ext/ogg/gstogmparse.c: Fix build after riff changes.Ronald S. Bultje1-0/+5
2005-06-30gst-libs/gst/riff/: Add gst_riff_init() to initialize the debug category, ins...Ronald S. Bultje1-0/+13
2005-06-29gst/playback/gstplaybasebin.c: Oops, I shouldn't apply hacks.Ronald S. Bultje1-0/+5
2005-06-29gst/videotestsrc/gstvideotestsrc.c: Remove pad_loop function which doesn't work.Ronald S. Bultje1-0/+5
2005-06-29ext/ogg/gstoggdemux.c: Send EOS when deactivating.Ronald S. Bultje1-0/+14
2005-06-29gst-libs/gst/audio/: Fix compilation error.Wim Taymans1-0/+15
2005-06-29reinstate plugin docsThomas Vander Stichele1-0/+16
2005-06-28ext/ogg/gstoggdemux.c: Removed pad loop function.Wim Taymans1-0/+6
2005-06-28ext/ogg/gstoggdemux.c: If we're building a chain we are not in an error case ...Wim Taymans1-0/+6
2005-06-28*.c: Don't cast to GstObject before reffing/unreffing.Andy Wingo1-0/+4
2005-06-27gst/videotestsrc/gstvideotestsrc.cAndy Wingo1-0/+16
2005-06-27ext/theora/theoradec.c: re-arranged call to parent's state change in order to...Edward Hervey1-0/+6
2005-06-26gst/playback/gstdecodebin.c: 2nd argument of 'unknow-type' signal is a GstCap...Edward Hervey1-0/+6
2005-06-24gst-libs/gst/audio/gstaudiosink.c: Set the worker thread's running flag to TR...Jan Schmidt1-0/+7
2005-06-24gst/sine/gstsinesrc.*: add num-buffers and timestamp-offset propertiesThomas Vander Stichele1-0/+13
2005-06-23add videorate plugin to needed filesChristian Schaller1-0/+5
2005-06-23gst/videorate/gstvideorate.c: Fixed videorate, fixating an already fixated ca...Wim Taymans1-0/+8
2005-06-23ext/ogg/: Buffer on caps is not boxed anymore.Wim Taymans1-0/+6
2005-06-22ext/: Set buffers on caps as miniobjects and not as boxed.Wim Taymans1-0/+6
2005-06-18back to headThomas Vander Stichele1-0/+5
2005-06-18updates for releaseThomas Vander Stichele1-0/+25
2005-06-09gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.Andy Wingo1-1/+5
2005-06-09Add gstnet to build.Andy Wingo1-0/+7
2005-06-09log entryAndy Wingo1-0/+15
2005-06-02Added net stuff, version net lib.Wim Taymans1-0/+7
2005-06-02examples/seeking/seek.c: Updated seek example.Wim Taymans1-0/+7
2005-06-02pkgconfig/: Add gst/tag to the -L list.Andy Wingo1-0/+14
2005-06-02Cleanups and buffer alloc.Wim Taymans1-0/+32
2005-05-31gst-libs/gst/audio/gstringbuffer.c: Don't try to call the delay method when t...Wim Taymans1-0/+6
2005-05-31ext/alsa/gstalsasink.c: Get actual segment size and buffer size after opening...Wim Taymans1-0/+6
2005-05-30ext/ogg/gstoggdemux.c: Also FLUSH upstream, makes the loop function exit faster.Wim Taymans1-0/+13
2005-05-26ext/ogg/gstoggdemux.c: Clear chains in READYWim Taymans1-0/+8
2005-05-25gst-libs/gst/audio/: Various small cleanups.Wim Taymans1-0/+34
2005-05-25gst/playback/: Some playbin cleanups mostly refcounting sloppyness.Wim Taymans1-0/+20
2005-05-25ext/ogg/gstoggdemux.c: Work with streaming input.Ronald S. Bultje1-0/+5
2005-05-25gst/ffmpegcolorspace/gstffmpegcolorspace.c: No need to take the STREAM lock a...Wim Taymans1-0/+8
2005-05-25ext/: Remove STREAM locks as they are taken in core now.Wim Taymans1-0/+17
2005-05-25ext/gnomevfs/gstgnomevfssrc.c: Fix memleaks, GST_BUFFER_DATA() is not freed.Wim Taymans1-0/+5
2005-05-25ext/alsa/gstalsasink.c: Open non-blocking, set to blocking mode afterwards to...Wim Taymans1-0/+6
2005-05-23gst-libs/gst/audio/gstringbuffer.c: This can't be good.Ronald S. Bultje1-0/+5
2005-05-23gst/audioconvert/gstaudioconvert.c: Implement instant setup switching.Ronald S. Bultje1-0/+7
2005-05-19gst/playback/gstplaybasebin.c: Fix missing unlock.Ronald S. Bultje1-0/+7
2005-05-19examples/Makefile.am: fix buildbot (make distcheck)Zaheer Abbas Merali1-0/+5
2005-05-19gst/playback/gstplaybin.c: Remove some wrong code. Doesn't work yet.Ronald S. Bultje1-0/+5
2005-05-19gst-libs/gst/net/: Added buffer subclass to store extra to/from addresses for...Wim Taymans1-0/+14
2005-05-18gst-libs/gst/gconf/gconf.c: Don't lock an unassigned variable.Ronald S. Bultje1-0/+5
2005-05-18gst/playback/gstplaybasebin.c: Increase buffer for video, decrease buffer for...Ronald S. Bultje1-0/+8
2005-05-18gst/ffmpegcolorspace/gstffmpegcolorspace.c: Enable buffer alloc passthrough i...Wim Taymans1-0/+9
2005-05-17Leak fixes in oggdemux.Wim Taymans1-0/+29