tools/: Remove gst-launch-ext. It doesn't work, and is no longer particularly useful.
[platform/upstream/gstreamer.git] / ChangeLog
index acf0333..28cac2c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,450 @@
+2005-12-09  Michael Smith  <msmith@fluendo.com>
+
+       * tools/Makefile.am:
+       * tools/gst-launch-ext-m.m:
+         Remove gst-launch-ext. It doesn't work, and is no longer
+         particularly useful.
+
+2005-12-08  Luca Ognibene  <luogni@tin.it>
+
+       * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
+         don't pass random values to ogmparse convert function.
+         Make seeking possible in the exile1.ogm file.
+
+2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
+       * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
+         Work around refcount problem with g_value_set_object() that occur
+         if the core has been compiled against GLib-2.6 (g_value_set_object()
+         will only g_object_ref() the element, but the caller will
+         gst_object_unref() it and bad things will happen due to the way
+         GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
+         totem for people on FC4 using Thomas's 0.10 RPMs.
+         
+2005-12-07  Edward Hervey  <edward@fluendo.com>
+
+       Time to welcome ogm to 0.10 :)
+       
+       * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
+       (gst_ogg_pad_typefind):
+       Oggdemux can now properly typefind elements with dynamic pads.
+       * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
+       Properly set caps on src pad, and set caps on outgoing buffers.
+
+2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * ext/alsa/gstalsamixer.h:
+       * ext/alsa/gstalsamixerelement.h:
+       * ext/alsa/gstalsamixeroptions.h:
+       * ext/alsa/gstalsamixertrack.h:
+       * ext/alsa/gstalsasink.c:
+       * ext/alsa/gstalsasink.h:
+       * ext/alsa/gstalsasrc.c:
+       * ext/alsa/gstalsasrc.h:
+       * ext/cdparanoia/gstcdparanoia.h:
+       * ext/gnomevfs/gstgnomevfsuri.h:
+       * ext/ogg/gstoggdemux.c:
+       * ext/ogg/gstoggmux.c:
+       * ext/pango/gsttextoverlay.h:
+       * ext/theora/theoradec.c:
+       * ext/theora/theoraenc.c:
+       * ext/vorbis/vorbisdec.h:
+       * ext/vorbis/vorbisenc.c:
+       * ext/vorbis/vorbisenc.h:
+       * ext/vorbis/vorbisparse.h:
+       * gst-libs/gst/audio/gstaudioclock.h:
+       * gst-libs/gst/audio/gstaudiosink.c:
+       * gst-libs/gst/audio/gstaudiosink.h:
+       * gst-libs/gst/audio/gstaudiosrc.c:
+       * gst-libs/gst/audio/gstaudiosrc.h:
+       * gst-libs/gst/audio/gstbaseaudiosink.c:
+       * gst-libs/gst/audio/gstbaseaudiosink.h:
+       * gst-libs/gst/audio/gstbaseaudiosrc.c:
+       * gst-libs/gst/audio/gstbaseaudiosrc.h:
+       * gst-libs/gst/audio/gstringbuffer.h:
+       * gst-libs/gst/audio/multichannel.h:
+       * gst-libs/gst/floatcast/floatcast.h:
+       * gst-libs/gst/interfaces/colorbalance.c:
+       * gst-libs/gst/interfaces/colorbalance.h:
+       * gst-libs/gst/interfaces/colorbalancechannel.h:
+       * gst-libs/gst/interfaces/mixer.h:
+       * gst-libs/gst/interfaces/mixeroptions.h:
+       * gst-libs/gst/interfaces/mixertrack.h:
+       * gst-libs/gst/interfaces/navigation.h:
+       * gst-libs/gst/interfaces/propertyprobe.h:
+       * gst-libs/gst/interfaces/tuner.h:
+       * gst-libs/gst/interfaces/tunerchannel.h:
+       * gst-libs/gst/interfaces/tunernorm.h:
+       * gst-libs/gst/interfaces/xoverlay.h:
+       * gst-libs/gst/netbuffer/gstnetbuffer.h:
+       * gst-libs/gst/riff/riff-ids.h:
+       * gst-libs/gst/riff/riff-media.h:
+       * gst-libs/gst/riff/riff-read.h:
+       * gst-libs/gst/rtp/gstbasertpdepayload.h:
+       * gst-libs/gst/rtp/gstbasertppayload.c:
+       * gst-libs/gst/rtp/gstbasertppayload.h:
+       * gst-libs/gst/rtp/gstrtpbuffer.c:
+       * gst-libs/gst/rtp/gstrtpbuffer.h:
+       * gst-libs/gst/tag/gsttageditingprivate.h:
+       * gst-libs/gst/tag/gstvorbistag.c:
+       (gst_tag_list_from_vorbiscomment_buffer):
+       * gst-libs/gst/tag/tag.h:
+       * gst-libs/gst/video/video.h:
+       * gst/adder/gstadder.c:
+       * gst/adder/gstadder.h:
+       * gst/audioconvert/audioconvert.c:
+       * gst/audioconvert/audioconvert.h:
+       * gst/audioconvert/gstaudioconvert.c:
+       * gst/audioconvert/gstchannelmix.c:
+       * gst/audioconvert/gstchannelmix.h:
+       * gst/audiorate/gstaudiorate.c:
+       * gst/audioresample/buffer.h:
+       * gst/audioresample/functable.h:
+       * gst/audioresample/gstaudioresample.c:
+       * gst/audioresample/resample.h:
+       * gst/ffmpegcolorspace/avcodec.h:
+       * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
+       * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
+       * gst/ffmpegcolorspace/imgconvert.c:
+       * gst/ffmpegcolorspace/imgconvert_template.h:
+       * gst/playback/gstdecodebin.c:
+       * gst/playback/gstplaybasebin.h:
+       * gst/playback/gstplaybin.c:
+       * gst/playback/gststreaminfo.h:
+       * gst/tcp/gstfdset.c:
+       * gst/tcp/gstfdset.h:
+       * gst/tcp/gstmultifdsink.c:
+       * gst/tcp/gstmultifdsink.h:
+       * gst/tcp/gsttcp.h:
+       * gst/tcp/gsttcpclientsrc.c:
+       * gst/tcp/gsttcpclientsrc.h:
+       * gst/tcp/gsttcpplugin.h:
+       * gst/tcp/gsttcpserversink.c:
+       * gst/tcp/gsttcpserversrc.c:
+       * gst/typefind/gsttypefindfunctions.c:
+       * gst/videorate/gstvideorate.c:
+       * gst/videotestsrc/gstvideotestsrc.h:
+       * gst/videotestsrc/videotestsrc.h:
+       * sys/v4l/gstv4lcolorbalance.h:
+       * sys/v4l/gstv4ltuner.h:
+       * sys/v4l/gstv4lxoverlay.h:
+       * sys/v4l/v4l_calls.h:
+       * sys/v4l/videodev_mjpeg.h:
+       * tests/check/elements/audioconvert.c:
+       * tests/check/elements/audioresample.c:
+       * tests/check/elements/audiotestsrc.c:
+       * tests/check/elements/videotestsrc.c:
+       * tests/check/elements/volume.c:
+       * tests/examples/seek/scrubby.c:
+       * tests/examples/seek/seek.c:
+         expand tabs
+
+=== release 0.10.0 ===
+
+2005-12-05   <thomas (at) apestaart (dot) org>
+
+       * configure.ac:
+         releasing 0.10.0, "Mont-d'or"
+
+2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
+
+       * tests/examples/seek/Makefile.am:
+       Build fix for when gtk is not available.
+
+2005-12-05  Andy Wingo  <wingo@pobox.com>
+
+       * ext/libvisual/visual.c: (get_buffer):
+       * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
+       * ext/pango/gsttextrender.c: (gst_text_render_chain):
+       * ext/theora/theoradec.c: (theora_handle_data_packet):
+       * ext/theora/theoraenc.c: (theora_buffer_from_packet),
+       (theora_enc_chain):
+       * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
+       * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
+       Update for alloc_buffer changes.
+
+2005-12-05  Andy Wingo  <wingo@pobox.com>
+
+       patch by: Kai Vehmanen <kv2004 eca cx>
+       
+       * gst-libs/gst/rtp/gstbasertpdepayload.c
+       (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
+
+2005-12-04  Andy Wingo  <wingo@pobox.com>
+
+       patch by: Sebastien Cote <sebas642 yahoo ca>
+       
+       * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
+       Fixes #319172.
+
+2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-base-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-base-plugins-sections.txt:
+       * docs/plugins/gst-plugins-base-plugins.hierarchy:
+       * ext/pango/gstclockoverlay.c:
+       * ext/pango/gsttextoverlay.c: 
+       * ext/pango/gsttextrender.c:
+       * ext/pango/gsttimeoverlay.c:
+         Add gtk-doc blurbs to pango elements.
+
+2005-12-02  Wim Taymans  <wim@fluendo.com>
+
+       * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
+       * gst/audioresample/buffer.h:
+       * gst/audioresample/gstaudioresample.c:
+       * gst/audioresample/gstaudioresample.h:
+       * gst/audioresample/resample.c: (resample_input_flush),
+       (resample_input_pushthrough), (resample_input_eos),
+       (resample_get_output_size_for_input),
+       (resample_get_input_size_for_output), (resample_get_output_size),
+       (resample_get_output_data):
+       * gst/audioresample/resample.h:
+       * gst/audioresample/resample_ref.c: (resample_scale_ref):
+       Fix audioresample, seek torture, new segments, reverse negotiation
+       etc.. work fine.
+
+2005-12-02  Wim Taymans  <wim@fluendo.com>
+
+       * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
+       Small cleanups.
+
+2005-12-02  Wim Taymans  <wim@fluendo.com>
+
+       * gst/audioconvert/gstaudioconvert.c:
+       (gst_audio_convert_transform):
+       Post errors.
+
+=== release 0.9.7 ===
+
+2005-12-01   <thomas (at) apestaart (dot) org>
+
+       * configure.ac:
+         releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
+
+2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * Makefile.am:
+       * po/hu.po:
+       * win32/MANIFEST:
+       * win32/gst.sln:
+         add win32 MANIFEST file
+         do something to the hungarian translation
+
+2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * ext/Makefile.am:
+         Add $(PANGO_DIR) to SUBDIRS
+
+       * ext/pango/gstclockoverlay.c:
+       * ext/pango/gsttimeoverlay.c:
+         Fix and improve element descriptions.
+
+2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
+
+       * docs/plugins/gst-plugins-base-plugins-docs.sgml:
+       * docs/plugins/inspect/plugin-libvisual.xml:
+       * docs/plugins/inspect/plugin-pango.xml:
+         add pango plugin to docs
+
+2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
+
+       * configure.ac:
+       * ext/Makefile.am:
+         moved pango to base
+
+2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * configure.ac:
+       * tests/Makefile.am:
+       * tests/icles/.cvsignore:
+       * tests/icles/Makefile.am:
+       * tests/icles/stress-xoverlay.c: (myclock), (open_display),
+       (close_display), (resize_window), (move_window), (create_window),
+       (terminate_playback), (pause_playback), (start_playback), (main):
+         add stress test for xoverlay from Julien
+
+2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
+
+       * docs/libs/tmpl/gstcolorbalance.sgml:
+       * gst-libs/gst/rtp/gstbasertpdepayload.c:
+       * gst-libs/gst/rtp/gstbasertppayload.c:
+       * gst-libs/gst/rtp/gstrtpbuffer.c:
+       * gst-libs/gst/rtp/gstrtpbuffer.h:
+         Do burger's rename for rtp payloaders and depayloaders
+
+2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * win32/:
+         add Visual Studio 6 build files
+
+2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * docs/libs/gst-plugins-base-libs-docs.sgml:
+       * docs/libs/gst-plugins-base-libs-sections.txt:
+       * docs/libs/tmpl/gstaudio.sgml:
+       * docs/libs/tmpl/gstringbuffer.sgml:
+       * gst-libs/gst/interfaces/xoverlay.c:
+       * gst-libs/gst/video/gstvideofilter.c:
+       * gst-libs/gst/video/gstvideosink.c:
+         update documentation
+
+2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
+       (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
+       (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
+       (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
+       (gst_multi_fd_sink_get_stats),
+       (gst_multi_fd_sink_remove_client_link),
+       (gst_multi_fd_sink_handle_client_read),
+       (gst_multi_fd_sink_client_queue_data),
+       (gst_multi_fd_sink_client_queue_caps),
+       (gst_multi_fd_sink_client_queue_buffer),
+       (gst_multi_fd_sink_new_client),
+       (gst_multi_fd_sink_handle_client_write),
+       (gst_multi_fd_sink_recover_client),
+       (gst_multi_fd_sink_queue_buffer),
+       (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
+       (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
+       (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
+       (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
+       * gst/tcp/gstmultifdsink.h:
+       * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
+       (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
+       (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
+       (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
+       (gst_tcp_client_sink_set_property),
+       (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
+       (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
+       * gst/tcp/gsttcpclientsink.h:
+       * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
+       (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
+       (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
+       (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
+       (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
+       (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
+       * gst/tcp/gsttcpclientsrc.h:
+       * gst/tcp/gsttcpplugin.c: (plugin_init):
+       * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
+       (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
+       (gst_tcp_server_sink_finalize),
+       (gst_tcp_server_sink_handle_server_read),
+       (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
+       (gst_tcp_server_sink_set_property),
+       (gst_tcp_server_sink_get_property),
+       (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
+       * gst/tcp/gsttcpserversink.h:
+       * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
+       (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
+       (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
+       (gst_tcp_server_src_set_property),
+       (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
+       (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
+       * gst/tcp/gsttcpserversrc.h:
+         more borgifying
+
+2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-base-plugins.args:
+       * docs/plugins/inspect/plugin-libvisual.xml:
+       * gst/audioconvert/plugin.h:
+       * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
+       (gst_audio_rate_base_init), (gst_audio_rate_class_init),
+       (gst_audio_rate_setcaps), (gst_audio_rate_init),
+       (gst_audio_rate_chain), (gst_audio_rate_set_property),
+       (gst_audio_rate_get_property), (gst_audio_rate_change_state),
+       (plugin_init):
+       * gst/audiotestsrc/gstaudiotestsrc.c:
+       (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
+       (gst_audio_test_src_class_init), (gst_audio_test_src_init),
+       (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
+       (gst_audio_test_src_get_query_types),
+       (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
+       (gst_audio_test_src_create_square),
+       (gst_audio_test_src_create_saw),
+       (gst_audio_test_src_create_triangle),
+       (gst_audio_test_src_create_silence),
+       (gst_audio_test_src_create_white_noise),
+       (gst_audio_test_src_init_pink_noise),
+       (gst_audio_test_src_generate_pink_noise_value),
+       (gst_audio_test_src_create_pink_noise),
+       (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
+       (gst_audio_test_src_create), (gst_audio_test_src_set_property),
+       (gst_audio_test_src_get_property), (gst_audio_test_src_start),
+       (plugin_init):
+       * gst/audiotestsrc/gstaudiotestsrc.h:
+       * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
+       (gst_sub_parse_base_init), (gst_sub_parse_class_init),
+       (gst_sub_parse_init), (gst_sub_parse_formats),
+       (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
+       (convert_encoding), (get_next_line),
+       (gst_sub_parse_data_format_autodetect),
+       (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
+       (gst_sub_parse_loop), (gst_sub_parse_chain),
+       (gst_sub_parse_change_state), (gst_sub_parse_type_find),
+       (plugin_init):
+       * gst/subparse/gstsubparse.h:
+       * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
+       (gst_video_rate_base_init), (gst_video_rate_class_init),
+       (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
+       (gst_video_rate_setcaps), (gst_video_rate_blank_data),
+       (gst_video_rate_init), (gst_video_rate_event),
+       (gst_video_rate_chain), (gst_video_rate_set_property),
+       (gst_video_rate_get_property), (gst_video_rate_change_state),
+       (plugin_init):
+       * gst/videoscale/gstvideoscale.c:
+       (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
+       (gst_video_scale_src_template_factory),
+       (gst_video_scale_sink_template_factory),
+       (gst_video_scale_get_type), (gst_video_scale_base_init),
+       (gst_video_scale_class_init), (gst_video_scale_init),
+       (gst_video_scale_set_property), (gst_video_scale_get_property),
+       (gst_video_scale_transform_caps), (gst_video_scale_get_format),
+       (gst_video_scale_prepare_size), (parse_caps),
+       (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
+       (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
+       (gst_video_scale_transform), (gst_video_scale_handle_src_event),
+       (plugin_init):
+       * gst/videoscale/gstvideoscale.h:
+       * gst/videotestsrc/gstvideotestsrc.c:
+       (gst_video_test_src_pattern_get_type),
+       (gst_video_test_src_base_init), (gst_video_test_src_class_init),
+       (gst_video_test_src_init), (gst_video_test_src_src_fixate),
+       (gst_video_test_src_set_pattern),
+       (gst_video_test_src_set_property),
+       (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
+       (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
+       (gst_video_test_src_event), (gst_video_test_src_get_times),
+       (gst_video_test_src_create), (plugin_init):
+       * gst/videotestsrc/gstvideotestsrc.h:
+       * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
+       (gst_video_test_src_smpte), (gst_video_test_src_snow),
+       (gst_video_test_src_black):
+       * gst/videotestsrc/videotestsrc.h:
+         borgify further
+         clean up docs a little
+
+2005-11-30  Wim Taymans  <wim@fluendo.com>
+
+       * gst-libs/gst/rtp/gstbasertpdepayload.h:
+       * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
+       (gst_basertppayload_event), (gst_basertppayload_push),
+       (gst_basertppayload_change_state):
+       * gst-libs/gst/rtp/gstbasertppayload.h:
+       closed #320644.
+
+2005-11-30  Julien MOUTTE  <julien@moutte.net>
+
+       * docs/libs/gst-plugins-base-libs-docs.sgml:
+       * docs/libs/gst-plugins-base-libs-sections.txt:
+       * gst-libs/gst/video/gstvideofilter.c:
+       * gst-libs/gst/video/gstvideosink.c:
+       * gst-libs/gst/video/gstvideosink.h: Adding docs.
+
 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
 
        * LICENSE: