summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-06-02Added net stuff, version net lib.Wim Taymans5-10/+25
2005-06-02examples/seeking/seek.c: Updated seek example.Wim Taymans3-24/+59
2005-06-02pkgconfig/: Add gst/tag to the -L list.Andy Wingo4-9/+39
2005-06-02gst/: Bufferalloc changes.Wim Taymans1-12/+16
2005-06-02Cleanups and buffer alloc.Wim Taymans13-113/+162
2005-05-31gst-libs/gst/audio/gstringbuffer.c: Don't try to call the delay method when t...Wim Taymans2-0/+9
2005-05-31ext/alsa/gstalsasink.c: Get actual segment size and buffer size after opening...Wim Taymans2-8/+14
2005-05-30ext/ogg/gstoggdemux.c: Also FLUSH upstream, makes the loop function exit faster.Wim Taymans3-6/+39
2005-05-26ext/ogg/gstoggdemux.c: Clear chains in READYWim Taymans2-8/+47
2005-05-25gst-libs/gst/audio/: Various small cleanups.Wim Taymans5-13/+38
2005-05-25gst/playback/: Some playbin cleanups mostly refcounting sloppyness.Wim Taymans6-167/+247
2005-05-25ext/ogg/gstoggdemux.c: Work with streaming input.Ronald S. Bultje2-0/+11
2005-05-25gst/ffmpegcolorspace/gstffmpegcolorspace.c: No need to take the STREAM lock a...Wim Taymans2-7/+8
2005-05-25ext/: Remove STREAM locks as they are taken in core now.Wim Taymans4-89/+85
2005-05-25ext/gnomevfs/gstgnomevfssrc.c: Fix memleaks, GST_BUFFER_DATA() is not freed.Wim Taymans2-11/+15
2005-05-25ext/alsa/gstalsasink.c: Open non-blocking, set to blocking mode afterwards to...Wim Taymans2-2/+16
2005-05-23gst-libs/gst/audio/gstringbuffer.c: This can't be good.Ronald S. Bultje2-2/+8
2005-05-23gst/audioconvert/gstaudioconvert.c: Implement instant setup switching.Ronald S. Bultje2-63/+87
2005-05-20remove these until they are built againThomas Vander Stichele1-2/+0
2005-05-19make buildbot happyThomas Vander Stichele1-6/+9
2005-05-19gst/playback/gstplaybasebin.c: Fix missing unlock.Ronald S. Bultje3-1/+14
2005-05-19examples/Makefile.am: fix buildbot (make distcheck)Zaheer Abbas Merali3-2/+9
2005-05-19gst/playback/gstplaybin.c: Remove some wrong code. Doesn't work yet.Ronald S. Bultje2-9/+18
2005-05-19gst-libs/gst/net/: Added buffer subclass to store extra to/from addresses for...Wim Taymans9-0/+548
2005-05-18gst-libs/gst/gconf/gconf.c: Don't lock an unassigned variable.Ronald S. Bultje2-3/+8
2005-05-18gst/playback/gstplaybasebin.c: Increase buffer for video, decrease buffer for...Ronald S. Bultje3-3/+12
2005-05-18gst/ffmpegcolorspace/gstffmpegcolorspace.c: Enable buffer alloc passthrough i...Wim Taymans2-1/+16
2005-05-17Leak fixes in oggdemux.Wim Taymans5-97/+232
2005-05-17make compiler happyThomas Vander Stichele3-0/+7
2005-05-17sys/: Port xvimagesink to new MiniObject.Wim Taymans4-84/+148
2005-05-17gst/: Fix passthrough in ffmpegcolorspace.Wim Taymans3-3/+23
2005-05-16gst/playback/gststreaminfo.c: Port from GstData to GstMiniObject.David Schleef2-1/+6
2005-05-16Port from GstData to GstMiniObject.David Schleef18-87/+203
2005-05-12gst/playback/gstplaybasebin.*: Post buffer-fullness on the bus.Ronald S. Bultje3-28/+19
2005-05-12gst/playback/: Move setup_output_pads into a virtual function, remove group-s...Ronald S. Bultje5-99/+33
2005-05-12gst/playback/: Rough port of playbin. Needs some more work, but is mostly don...Ronald S. Bultje8-901/+671
2005-05-12ext/ogg/gstoggdemux.c: Do no-more-pads (needed for autoplugging).Ronald S. Bultje2-0/+6
2005-05-11ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a message to the ...Andy Wingo3-9/+28
2005-05-09gst/volume/Makefile.am: gst/volume/demo.c gst/volume/gstvolume.hAndy Wingo6-220/+126
2005-05-09Make caps writable before writing to it.Wim Taymans3-7/+27
2005-05-09gst/videorate/gstvideorate.c: Better negotiation.Wim Taymans2-48/+60
2005-05-09gst/videorate/gstvideorate.c: Port videorate, do a better job at negotiation ...Wim Taymans2-100/+180
2005-05-09configure.ac: Disable libvisualJan Schmidt8-8/+20
2005-05-09Port to new query API.Wim Taymans16-425/+534
2005-05-09ext/: ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek) (gst_ogg_demux_read_...Andy Wingo12-88/+130
2005-05-09configure.ac: Require liboil.David Schleef5-66/+56
2005-05-06gst/ffmpegcolorspace/gstffmpegcolorspace.c: Well, unreffing a buffer right be...Wim Taymans2-2/+17
2005-05-06adding two more plugins to baseChristian Schaller1-0/+5
2005-05-06fix pc.in file for gstreamer-libsChristian Schaller2-1/+5
2005-05-06Fixed negotiation wrt _peer_get_caps()Wim Taymans8-164/+96