- Sep 06, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: releasing 0.9.2
-
Stefan Kost authored
Original commit message from CVS: * check/Makefile.am: deactivate the failing test
-
http://bugzilla.gnome.org/show_bug.cgi?id=315126Stefan Kost authored
Original commit message from CVS: * check/Makefile.am: * check/pipelines/.cvsignore: * check/pipelines/simple_launch_lines.c: (setup_pipeline), (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite), (main): added pipeline tester for (http://bugzilla.gnome.org/show_bug.cgi?id=315126)
-
Thomas Vander Stichele authored
Original commit message from CVS: try fix distcheck for FC3
-
Thomas Vander Stichele authored
Original commit message from CVS: try another fix for FC3 disthceck
-
- Sep 05, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: maintenance updates
-
Michael Smith authored
Extend the range supported for quality settings in vorbisenc to the full range supported by libvorbis. Original commit message from CVS: Extend the range supported for quality settings in vorbisenc to the full range supported by libvorbis.
-
- Sep 04, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: include inspect stamps in EXTRA_DIST
-
Thomas Vander Stichele authored
Original commit message from CVS: * common/gtk-doc-plugins.mak: * docs/plugins/Makefile.am: fix distcheck * gst/audioresample/resample.c: fix wrong docstring
-
Thomas Vander Stichele authored
Original commit message from CVS: add inspect stuff to extra_files
-
Thomas Vander Stichele authored
Original commit message from CVS: take inspect stuff into the dist
-
Thomas Vander Stichele authored
Original commit message from CVS: run --enable-gtk-doc for distcheck
-
- Sep 03, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * common/gst-xmlinspect.py: * common/gtk-doc-plugins.mak: only inspect plugins for this given package require gst-python 0.9
-
Thomas Vander Stichele authored
Original commit message from CVS: updating docs build
-
Thomas Vander Stichele authored
Original commit message from CVS: update translations
-
- Sep 02, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: disable 24 bit until it gets fixed
-
Thomas Vander Stichele authored
Original commit message from CVS: remove some plugins
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-09-02 Andy Wingo <wingo@pobox.com> * All plugins updated for element state changes.
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-09-02 Andy Wingo <wingo@pobox.com> * All plugins updated for element state changes.
-
Thomas Vander Stichele authored
Original commit message from CVS: remove hook
-
Thomas Vander Stichele authored
Original commit message from CVS: increase timeout a little
-
Thomas Vander Stichele authored
Original commit message from CVS: update translations
-
- Aug 31, 2005
-
-
Wim Taymans authored
gst-libs/gst/audio/gstbaseaudiosink.c: Resync if the buffer timestamps drift more than a 10th of a second. Original commit message from CVS: * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render): Resync if the buffer timestamps drift more than a 10th of a second.
-
Tim-Philipp Müller authored
sys/v4l/gstv4lsrc.c: The 'timestamp-offset' property is registered as an int64, so let's use g_value_{set|get}_int64(... Original commit message from CVS: * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property), (gst_v4lsrc_get_property): The 'timestamp-offset' property is registered as an int64, so let's use g_value_{set|get}_int64() in our setter and getter functions (makes it work and fixes warnings with gst-inspect).
-
- Aug 30, 2005
-
-
Wim Taymans authored
Original commit message from CVS: * check/elements/audioconvert.c: (setup_audioconvert): * check/elements/audioresample.c: (setup_audioresample): * check/elements/volume.c: (setup_volume): Fix checks.
-
Thomas Vander Stichele authored
Original commit message from CVS: * common/gtk-doc-plugins.mak: * common/plugins.xsl: * docs/plugins/Makefile.am: make module a param
-
Stefan Kost authored
Original commit message from CVS: * examples/seeking/seek.c: (make_mp3_pipeline), (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb): update the example
-
- Aug 29, 2005
-
-
Stefan Kost authored
Original commit message from CVS: * gst/volume/gstvolume.c: (gst_volume_class_init), (volume_transform): do not update controlled params, if buffer has no timestamp
-
Stefan Kost authored
Original commit message from CVS: * configure.ac: * gst/sine/Makefile.am: * gst/volume/Makefile.am: controllerized elements also need to link against controller-libs ;)
-
Stefan Kost authored
Original commit message from CVS: reviewed by: <delete if not using a buddy> * docs/libs/tmpl/gstcolorbalance.sgml: * docs/libs/tmpl/gstgconf.sgml: * docs/libs/tmpl/gstmixer.sgml: * docs/libs/tmpl/gstringbuffer.sgml: * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init), (gst_sinesrc_create): * gst/volume/gstvolume.c: (gst_volume_class_init), (volume_transform): controllerized two audio plugins
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-08-29 Andy Wingo <wingo@pobox.com> * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) (vorbis_handle_data_packet): Fix some int overflow errors.
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-08-29 Andy Wingo <wingo@pobox.com> * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to -1. (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's valid. (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only if it's valid. Fixed streaming-mode playback.
-
Thomas Vander Stichele authored
Original commit message from CVS: increase default timeout on tests for slow powerbooks
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-08-29 Andy Wingo <wingo@pobox.com> * check/elements/volume.c (cleanup_volume): Fix for running CK_FORK=no.
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-08-29 Andy Wingo <wingo@pobox.com> * check/elements/audioconvert.c: Convert from native endian, not little endian.
-
Michael Smith authored
Original commit message from CVS: Add an ogg parser element
-
- Aug 28, 2005
-
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-08-28 Andy Wingo <wingo@pobox.com> * Updates for two-arg init from GST_BOILERPLATE_FULL.
-
- Aug 26, 2005
-
-
Wim Taymans authored
Original commit message from CVS: * gst/audioconvert/audioconvert.c: (if), (float), (audio_convert_get_func_index), (check_default), (audio_convert_clean_fmt), (audio_convert_prepare_context), (audio_convert_clean_context), (audio_convert_get_sizes), (audio_convert_convert): Cleanups.
-
Wim Taymans authored
Original commit message from CVS: * gst/audioconvert/audioconvert.c: (if), (float), (audio_convert_get_func_index), (check_default), (audio_convert_clean_fmt), (audio_convert_prepare_context), (audio_convert_clean_context), (audio_convert_get_sizes), (audio_convert_convert): More elegant and working temp buffer selection algo.
-
Wim Taymans authored
Original commit message from CVS: * gst/audioconvert/audioconvert.c: (if), (float), (audio_convert_get_func_index), (check_default), (audio_convert_clean_fmt), (audio_convert_prepare_context), (audio_convert_clean_context), (audio_convert_get_sizes), (get_temp_buffer), (audio_convert_convert): Use realloc else we lose our original data.
-