summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* releasing 0.9.4RELEASE-0_9_4Thomas Vander Stichele2005-10-2346-234/+307
* STOPPED -> FAILEDThomas Vander Stichele2005-10-233-2/+11
* gst/playback/gstdecodebin.c: Don't try to remove elements twice.Wim Taymans2005-10-212-1/+8
* ext/: Fix old naming.Wim Taymans2005-10-215-12/+50
* update for latest changesChristian Schaller2005-10-211-0/+1
* ext/vorbis/vorbisenc.c: Implement position and duration queries.Tim-Philipp Müller2005-10-203-40/+63
* gst/playback/: Fix tests againWim Taymans2005-10-203-2/+9
* gst/: Don't use functions for position queries when handling duration queries.Tim-Philipp Müller2005-10-203-3/+10
* ext/vorbis/vorbisdec.*: Vorbis streams can be embedded in other container for...Tim-Philipp Müller2005-10-203-4/+52
* gst/playback/gstplaybasebin.c: Fix leak.Wim Taymans2005-10-202-2/+10
* gst/audioconvert/: And bye bye buffer-frames-convertTim-Philipp Müller2005-10-195-382/+12
* Bye bye buffer-frames.Wim Taymans2005-10-1912-45/+26
* Query API update.Wim Taymans2005-10-1913-56/+111
* gst/typefind/gsttypefindfunctions.c: Akos Maroy (#308663).Tim-Philipp Müller2005-10-192-18/+117
* gst/playback/: Make playbin async, it'll commit state to paused when all stre...Wim Taymans2005-10-185-46/+230
* ext/ogg/gstoggdemux.c: Fix for segment-start/stop API change.Wim Taymans2005-10-182-6/+26
* check/: Add future test for clock selection.Wim Taymans2005-10-185-0/+151
* ext/alsa/gstalsasink.c: Set handle to NULL.Wim Taymans2005-10-184-1/+66
* gst/: fix broken build of controllerized pluginsStefan Kost2005-10-174-6/+13
* gst-libs/gst/riff/riff-media.c: Add support for Indeo-3 (IV32).Tim-Philipp Müller2005-10-173-0/+16
* configure.ac: rewriteThomas Vander Stichele2005-10-172-166/+103
* gst/: doc updatesThomas Vander Stichele2005-10-173-17/+7
* ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced with the col...Andy Wingo2005-10-172-13/+20
* update docsThomas Vander Stichele2005-10-1726-24/+124
* gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.Andy Wingo2005-10-174-74/+14
* ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the alloc_buffer flo...Andy Wingo2005-10-172-12/+44
* gtkdoc wants me to commit thisAndy Wingo2005-10-176-0/+18
* ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault in strange cir...Andy Wingo2005-10-172-1/+11
* gst/ffmpegcolorspace/gstffmpegcolorspace.c: We are asked to compute a buffer ...Julien Moutte2005-10-172-7/+24
* configure.ac: put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.hThomas Vander Stichele2005-10-172-0/+8
* fix silly typoThomas Vander Stichele2005-10-163-1/+6
* gst/playback/gstdecodebin.cAndy Wingo2005-10-162-3/+41
* restructure configure.ac, use correct libtool LDFLAGS, fix up definesThomas Vander Stichele2005-10-1641-326/+287
* configure.ac: It's GST_GLIB_CHECK, not GLIB2_CHECK; fix argument.Andy Wingo2005-10-162-1/+1
* Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.Tim-Philipp Müller2005-10-134-92/+111
* typo fixesStefan Kost2005-10-134-6/+12
* Magic glib macro usage to ensure constants are passed properly to vararg func...Michael Smith2005-10-132-2/+8
* - Don't use non-portable LL suffix on constants, since MSVC doesn't allow the...Michael Smith2005-10-133-3/+10
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-1221-58/+95
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-121-1/+1
* examples/seeking/Makefile.am: Oops.Wim Taymans2005-10-124-3/+8
* gst-libs/gst/audio/gstringbuffer.c: Don't assert on normal stuff.Wim Taymans2005-10-123-4/+14
* Update for _get_state() API change.Wim Taymans2005-10-1211-19/+26
* gst-libs/gst/audio/: Cleanups.Wim Taymans2005-10-114-44/+90
* gst-libs/gst/audio/gstbaseaudiosink.c: Respect segment rate and accum when sc...Wim Taymans2005-10-112-0/+10
* ext/ogg/gstoggmux.c: Quick hack to fix build. We need to handleJulien Moutte2005-10-112-18/+34
* check/generic/states.c: remove old property.Wim Taymans2005-10-118-8/+25
* gst/playback/gstplaybin.c: Override send_event differently, so that we can ta...Michael Smith2005-10-112-7/+80
* check/elements/audioconvert.c: clean up tests a little, fix some leaks.Thomas Vander Stichele2005-10-114-52/+89
* plug some leaksThomas Vander Stichele2005-10-113-10/+32