1 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
4 Convert to new AG_GST style.
6 2007-02-28 Wim Taymans <wim@fluendo.com>
8 Patch by: Ed Catmur <ed at catmur dot co dot uk>
10 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
11 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
12 Fix race condition when rapidly switching visualisations in playbin.
15 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
17 * tests/check/Makefile.am:
18 Include local stuff before system installed things in LDFLAGS and
21 2007-02-28 Wim Taymans <wim@fluendo.com>
23 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
26 2007-02-28 Wim Taymans <wim@fluendo.com>
28 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
30 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
31 Fix duration and timestamping, taking latency into account.
32 Implement latency query.
34 2007-02-28 Wim Taymans <wim@fluendo.com>
36 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
37 (gst_audio_clock_new):
40 * gst-libs/gst/audio/gstbaseaudiosink.c:
41 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
42 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
43 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
44 (gst_base_audio_src_create):
45 Improve latency query code.
46 Use proper clock names.
48 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
50 * tests/check/generic/states.c: (GST_START_TEST):
51 Copy the states.c test from core again
52 * tests/check/Makefile.am:
53 ignore cdio and cdparanoiasrc
55 2007-02-28 Stefan Kost <ensonic@users.sf.net>
57 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
58 (double_hq), (audio_convert_get_func_index), (check_default),
59 (audio_convert_prepare_context), (audio_convert_convert):
60 Also make valgrind happy and avoid copying data in some cases.
62 2007-02-28 Stefan Kost <ensonic@users.sf.net>
64 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
65 (double_hq), (audio_convert_get_func_index),
66 (audio_convert_prepare_context), (audio_convert_convert):
67 * gst/audioconvert/gstaudioconvert.c:
68 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
69 (gst_audio_convert_transform_caps):
70 * tests/check/elements/audioconvert.c: (GST_START_TEST),
72 Don't run inplace if that overwrites source data as we go. Add more
73 tests. Fixes #339837 even more.
75 2007-02-27 Julien MOUTTE <julien@moutte.net>
77 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
78 (msg_segment_done): Fix various seeking bugs (Slider was not
79 updating when doing a non flushing seek, Reverse playback
80 on segment seek was wrong).
82 2007-02-26 Wim Taymans <wim@fluendo.com>
84 * tests/examples/seek/seek.c: (stop_seek):
85 When we stop scrubbing, don't leave the pipeline PLAYING when we
86 requested a PAUSED state.
88 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
90 Patch by: René Stadler <mail at renestadler de>
92 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
93 Parse date strings in vorbis comments that have an invalid (zero)
94 month or day (#410396).
96 * tests/check/libs/tag.c: (GST_START_TEST):
97 Test case for the above.
99 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
101 Patch by: Loïc Minier <lool+gnome at via ecp fr>
104 * ext/alsa/Makefile.am:
105 * gst/audiotestsrc/Makefile.am:
106 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
108 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
110 * gst/playback/gstplaybin.c:
111 Improve docs: point out that the application needs to assist playbin
114 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
116 * gst-libs/gst/utils/install-plugins.c:
117 * gst-libs/gst/utils/missing-plugins.c:
118 * tests/check/libs/utils.c: (missing_msg_check_getters):
119 Change GStreamer marker prefix in detail string from 'gstreamer.net'
120 to just 'gstreamer'. Document the caps string component of the
121 decoder/encoder detail a bit better, since not everyone will be
122 familiar with the GStreamer media type/caps system (but they better
123 enjoy nested itemized lists).
125 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
127 * gst-libs/gst/netbuffer/gstnetbuffer.c:
128 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
129 Fix copying of GstNetBuffer (would crash before, or at least lead to
130 invalid memory access, #410772), for now by copying the GstBuffer copy
131 code from the core over here so we can copy the GstBuffer fields on a
132 provided buffer instance (of type GstNetBuffer in this case). Would be
133 better to fix this with some support by the core though (and in the long
134 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
136 * tests/check/Makefile.am:
137 Enable unit test for GstNetBuffer.
139 2007-02-22 Andy Wingo <wingo@pobox.com>
141 * gst-libs/gst/audio/gstbaseaudiosink.c
142 (gst_base_audio_sink_init): Disable pull-mode activation until we
143 figure out how to make audio sinks go to PLAYING.
145 2007-02-22 Stefan Kost <ensonic@users.sf.net>
147 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
148 (double_hq), (audio_convert_get_func_index),
149 (audio_convert_prepare_context), (audio_convert_convert):
150 * gst/audioconvert/audioconvert.h:
151 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
152 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
153 * gst/audioconvert/gstchannelmix.h:
154 * tests/check/elements/audioconvert.c: (GST_START_TEST):
155 Add float as an intermediate format, as well as float mixing. Enable
156 test that was failing before. Fixes #339837
158 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
160 * tests/examples/seek/seek.c: (do_seek):
161 Undo the previous commit: -1 as a stop time implies that the stop
162 time is the end of file, clearing any previously configured segment.
164 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
166 * tests/examples/seek/seek.c: (do_seek):
167 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
169 2007-02-21 Stefan Kost <ensonic@users.sf.net>
171 * gst/volume/gstvolume.c: (volume_process_int16),
172 (volume_process_int16_clamp), (volume_set_caps):
173 Unbreak volume, value remains gint.
175 2007-02-21 Stefan Kost <ensonic@users.sf.net>
177 * gst/volume/gstvolume.c: (volume_choose_func),
178 (volume_update_real_volume), (gst_volume_set_volume),
179 (gst_volume_init), (volume_process_double), (volume_process_float),
180 (volume_process_int16), (volume_process_int16_clamp),
181 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
182 * gst/volume/gstvolume.h:
183 Extend float audio support (double) and some int->uint cleanups.
185 2007-02-20 Edward Hervey <edward@fluendo.com>
187 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
188 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
189 (sort_end_pads), (gst_decode_group_expose),
190 (gst_decode_group_hide):
191 Don't free groups from the streaming threads. Just put them aside and
192 free them in dispose.
194 2007-02-20 Edward Hervey <edward@fluendo.com>
196 * gst/playback/gstdecodebin2.c: (connect_element),
197 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
198 (sort_end_pads), (gst_decode_group_expose):
199 Handle dynamic pads within groups.
200 Sort pads before exposing them in order to make playbin happy.
201 There still is a race with the multiqueue filling up. This should be
205 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
207 * gst-libs/gst/utils/base-utils.c:
208 * gst-libs/gst/utils/descriptions.c:
209 * gst-libs/gst/utils/install-plugins.c:
210 * gst-libs/gst/utils/missing-plugins.c:
211 Some more docs (and descriptions for two subtitle formats).
213 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
215 * gst-libs/gst/audio/audio.c:
218 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
220 Patch by: Yves Lefebvre <ivanohe abacom com>
222 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
223 Don't leak caps. Fixes #408278.
225 2007-02-15 Stefan Kost <ensonic@users.sf.net>
227 * ext/cdparanoia/gstcdparanoiasrc.h:
228 * ext/ogg/gstoggdemux.h:
229 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
230 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
231 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
232 * gst-libs/gst/audio/audio.h:
233 * gst-libs/gst/audio/gstaudiofilter.h:
234 * gst-libs/gst/interfaces/videoorientation.h:
235 * gst/adder/gstadder.h:
236 More docs coverage and some ChangeLog surgery (add missing names)
238 2007-02-15 Wim Taymans <wim@fluendo.com>
240 * sys/ximage/ximagesink.c:
241 (gst_ximagesink_calculate_pixel_aspect_ratio):
242 * sys/xvimage/xvimagesink.c:
243 (gst_xvimagesink_calculate_pixel_aspect_ratio):
244 Small constifications.
246 2007-02-15 Wim Taymans <wim@fluendo.com>
248 * gst-libs/gst/audio/gstbaseaudiosink.c:
249 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
250 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
251 (gst_base_audio_sink_async_play),
252 (gst_base_audio_sink_change_state):
253 Answer latency query.
254 Use configured latency when syncing.
257 * gst-libs/gst/audio/gstbaseaudiosrc.c:
258 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
259 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
260 Fix possible memleak.
261 Implement latency query.
264 2007-02-15 Wim Taymans <wim@fluendo.com>
266 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
267 Ignore errors in reset, these are not fatal. They also grab the element
268 lock which is already taking when this function is called. Fixes
271 2007-02-13 Stefan Kost <ensonic@users.sf.net>
274 Remove 'tests/examples/xerror/Makefile' from output files again.
276 2007-02-13 Stefan Kost <ensonic@users.sf.net>
279 * docs/plugins/Makefile.am:
280 Also crossref against gst-plugins-base-libs.
282 2007-02-12 Stefan Kost <ensonic@users.sf.net>
285 * docs/libs/Makefile.am:
286 * docs/plugins/Makefile.am:
287 Add crossreferences to glib/gobject/gstream docs.
289 * gst-libs/gst/audio/audio.h:
292 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
293 Add own debug category.
295 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
297 Patch by: René Stadler <mail at renestadler de>
299 * gst-libs/gst/tag/gstvorbistag.c:
300 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
303 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
305 * gst/playback/gstplaybasebin.c: (setup_source):
306 When we have external subtitles and wait for the subtitle decodebin
307 to get up and running, we set up a (sync) bus handler for the
308 subtitle decodebin, so we can stop waiting when it posts an error
309 message. However, we should do that before we set the subtitle
310 decodebin's state to playing, otherwise things are racy and we might
311 miss error messages posted before we had a chance to set up the bus.
312 This should finally fix totem hanging on .txt pseudo-subtitle files.
314 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
316 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
317 Use gst_gdouble_to_guint64 for conversions.
318 * win32/common/config.h.in:
319 Add a define for GST_INSTALL_PLUGINS_HELPER
320 * win32/common/libgstaudio.def:
321 * win32/common/libgstcdda.def:
322 * win32/common/libgstnetbuffer.def:
323 * win32/common/libgstrtp.def:
324 * win32/common/libgutils.def:
325 Add new exported functions.
326 * win32/vs6/gst_plugins_base.dsw:
327 * win32/vs6/libgstdecodebin.dsp:
328 * win32/vs6/libgstnetbuffer.dsp:
329 * win32/vs6/libgstplaybin.dsp:
330 * win32/vs6/libgstrtp.dsp:
331 * win32/vs6/libgstvorbis.dsp:
332 * win32/vs6/libgstcdda.dsp:
333 * win32/vs6/libgstgdp.dsp:
334 * win32/vs6/libgstutils.dsp:
335 Update and add new project files.
337 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
339 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
340 (subrip_remove_unhandled_tags), (parse_subrip):
341 For SubRip (.srt) subtitles, ignore all markup tags we don't
342 handle (like font tags, for example).
344 * tests/check/elements/subparse.c:
347 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
349 * gst/playback/gstdecodebin.c: (add_fakesink),
350 (gst_decode_bin_change_state):
351 * gst/playback/gstdecodebin2.c: (add_fakesink),
352 (gst_decode_bin_change_state):
353 Don't error out if there is no fakesink in the NULL to READY state
354 change, since when decodebin is re-used, we're only adding the
355 fakesink element in READY to PAUSED.
357 * tests/check/elements/decodebin.c:
358 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
360 Minimal unit test to make sure we can use the same decodebin
361 instance twice (at least with audiotestsrc input).
363 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
365 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
366 Try to get devic-name from device string first, and from handle only
367 as fallback (seems to yield better results and is more robust
368 against buggy probing code on the application side).
370 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
372 Based on patch by: Julien Puydt <julien.puydt at laposte net>
374 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
375 (gst_alsa_find_device_name):
376 * ext/alsa/gstalsa.h:
377 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
378 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
379 Improve device-name detection a bit, especially in the case where
380 the device is not actually open (#405020, #405024). Move common code
381 into gstalsa.c instead of duplicating it.
383 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
385 * gst/audioconvert/gstaudioconvert.c:
386 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
388 2007-02-06 Julien MOUTTE <julien@moutte.net>
390 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
391 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
392 (gst_xvimagesink_interface_supported),
393 (gst_xvimagesink_probe_get_properties),
394 (gst_xvimagesink_probe_probe_property),
395 (gst_xvimagesink_probe_needs_probe),
396 (gst_xvimagesink_probe_get_values),
397 (gst_xvimagesink_property_probe_interface_init),
398 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
399 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
400 (gst_xvimagesink_get_type):
401 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
402 for XVAdaptors so that one can choose the adaptor to use with
403 gstreamer-properties.
405 2007-02-06 Stefan Kost <ensonic@users.sf.net>
407 * gst/audioconvert/gstaudioconvert.c:
408 Also mention that a conversion from double to float is suboptimal still.
410 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
412 * gst-libs/gst/audio/gstaudiofilter.c:
413 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
414 Clear our formats structure and free the caps contained in it when
417 2007-02-05 Andy Wingo <wingo@pobox.com>
419 * gst-libs/gst/audio/gstbaseaudiosink.c
420 (gst_base_audio_sink_callback): Update basesink->offset so that we
421 pull monotonically increasing offsets instead of, um, seeking back
422 to 0 each time. Fixes alsasrc ! alsasink!
424 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
426 * gst/videoscale/gstvideoscale.c:
427 A width and height of 1 makes us crash, so increase minimum size to
428 2x2 pixels until someone feels like fixing this (#404512).
430 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
432 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
433 Add small test to make sure request pads are cleaned up properly
434 even if oggmux never changes state out of NULL.
436 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
438 * tests/check/libs/utils.c: (GST_START_TEST):
439 Fix unit test. Turns out things work much better when you
440 NULL-terminate string arrays. Should make p5 build bot happy again.
442 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
444 * gst-libs/gst/audio/Makefile.am:
445 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
446 (gst_audio_filter_template_base_init),
447 (gst_audio_filter_template_class_init),
448 (gst_audio_filter_template_init),
449 (gst_audio_filter_template_set_property),
450 (gst_audio_filter_template_get_property),
451 (gst_audio_filter_template_setup),
452 (gst_audio_filter_template_filter),
453 (gst_audio_filter_template_filter_inplace), (plugin_init):
454 Oops, forgot to commit fixed-up example.
456 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
458 * docs/libs/gst-plugins-base-libs-sections.txt:
459 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
460 (gst_audio_filter_class_init), (gst_audio_filter_init),
461 (gst_audio_filter_set_caps),
462 (gst_audio_filter_class_add_pad_templates):
463 * gst-libs/gst/audio/gstaudiofilter.h:
464 Port GstAudioFilter to 0.10. This change technically breaks
465 API and ABI (and thus also every library developer's heart),
466 but seems justifiable on the grounds that the base class was
467 completely unusable before (ie. would crash immediately when
468 actually used). Fixes #403963 (and eventually also #403572).
469 Also document all of this a bit.
471 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
473 * gst-libs/gst/utils/install-plugins.c:
474 (gst_install_plugins_spawn_child):
475 * tests/check/libs/utils.c:
476 (test_base_utils_install_plugins_do_callout):
477 Lowering log level to see why things fail on the p5 build bot;
478 fix some typos in unit test messages.
480 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
482 * tests/check/libs/utils.c:
483 (test_base_utils_install_plugins_do_callout):
484 Don't hard-code temp directory for test helper; use GLib functions
485 to write out file and do error checking etc.
487 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
489 * gst-libs/gst/utils/Makefile.am:
490 * gst-libs/gst/utils/base-utils.h:
491 * gst-libs/gst/utils/install-plugins.c:
492 (gst_install_plugins_context_set_xid),
493 (gst_install_plugins_context_new),
494 (gst_install_plugins_context_free),
495 (gst_install_plugins_get_helper),
496 (gst_install_plugins_spawn_child),
497 (gst_install_plugins_return_from_status),
498 (gst_install_plugins_installer_exited),
499 (gst_install_plugins_async), (gst_install_plugins_sync),
500 (gst_install_plugins_return_get_name),
501 (gst_install_plugins_installation_in_progress):
502 * gst-libs/gst/utils/install-plugins.h:
503 API: add API for applications to initiate installation of missing
504 plugins, ie. gst_install_plugins_async() primarily.
505 Based on libgimme-codec by Ryan Lortie.
508 Add --with-install-plugins-helper configure option so distros can specify
509 the path of the helper script or program to call when plugin installation
510 is requested (distros: please do any argument munging in this helper
511 script instead of patching GStreamer to pass arguments differently
512 to another program directly).
514 * docs/libs/gst-plugins-base-libs-docs.sgml:
515 * docs/libs/gst-plugins-base-libs-sections.txt:
516 Build and document new API.
518 * tests/check/libs/utils.c: (result_cb),
519 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
520 (libgstbaseutils_suite):
521 Some simple checks for the new API.
523 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
525 * tests/check/elements/audioconvert.c: (test_float_conversion):
526 Add small test for 32bit float <=> 64bit float conversion (works
527 only one way so far, 32=>64 produces structured noise).
529 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
531 * gst/audioconvert/gstaudioconvert.c:
532 (set_structure_widths_32_and_64), (make_lossless_changes):
533 We don't support floats with a width of 40, 48 or 56 bits.
535 2007-02-02 Stefan Kost <ensonic@users.sf.net>
537 * gst/audioconvert/audioconvert.c: (float), (double),
538 (audio_convert_get_func_index):
539 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
540 (make_lossless_changes):
541 Support for 64-bit float audio in audioconvert (#339837)
543 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
545 Patch by: Holger Wansing <linux wansing-online de>
549 Add German translation (#352069).
551 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
553 reviewed by: Wim Taymans <wim@fluendo.com>
555 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
556 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
557 Use newly added GstCollectPads API to free the allocated resources in
558 the GstOggPad structures (#402393).
560 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
562 * gst/playback/gstplaybin.c: (gen_vis_element):
563 Add audioresample+audioconvert in front of the visualisation
564 element, so that elements like libvisual 0.4 that don't support all
565 samplerates can work.
569 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
571 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
572 (gst_play_base_bin_get_streaminfo_value_array):
573 Take some locks and make a copy of the streaminfo value array we
574 maintain while holding the lock, so that the application can
575 retrieve the stream-info as a value array in a thread-safe way.
577 2007-01-30 Wim Taymans <wim@fluendo.com>
579 * gst/audioconvert/gstaudioconvert.c:
580 Don't fail on 0 sized buffers. Fixes #396835.
582 2007-01-29 David Schleef <ds@schleef.org>
584 * gst/typefind/gsttypefindfunctions.c:
585 Detect BBCD as video/x-dirac, so we can play raw dirac
588 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
590 * ext/theora/theoraenc.c: (theora_enc_chain):
591 Check return value of theora_encode_header(), or we might try to
592 allocate a random number of bytes. theora_encode_header() can fail
593 if libtheora has been compiled with encoding support disabled.
596 2007-01-29 Wim Taymans <wim@fluendo.com>
598 * tests/check/gst/.cvsignore:
601 2007-01-29 Wim Taymans <wim@fluendo.com>
603 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
604 Fix strides in libvisual. Gst uses X strides.
605 Inspired by: <ed at catmur dot co dot uk> and
606 <tim at centricular dot net>
609 2007-01-27 Wim Taymans <wim@fluendo.com>
611 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
612 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
613 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
614 (gst_ogg_demux_perform_seek),
615 (gst_ogg_demux_bisect_forward_serialno),
616 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
617 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
618 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
619 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
620 * ext/ogg/gstoggdemux.h:
621 Properly propagate streaming errors when we are scanning the file for
622 chains so that we don't crash when shut down. Might fix some crashers
623 when quickly switching oggs in RB such as #332503 and #378436.
625 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
627 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
628 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
631 2007-01-25 Wim Taymans <wim@fluendo.com>
633 * gst/playback/gstplaybasebin.c: (remove_source):
634 Don't try to disconnect a signal from a finalized object.
636 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
638 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
639 Cast lock macro parameters to make sure we're actually accessing the
640 lock member at the right class level. Free list itself in _dispose()
641 as well and NULL it in case dispose gets called multiple times.
643 2007-01-25 Edward Hervey <edward@fluendo.com>
645 * gst/playback/gstdecodebin2.c:
646 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
647 Free GstDecodeGroups no longer used.
648 (gst_decode_group_expose):
649 Don't unlock too many times !
650 (deactivate_free_recursive):
651 Free iterator once we're done with it.
652 Fix for recursively deactivating elements (stop at ghostpads).
654 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
656 * gst/playback/gstplaybin.c: (handoff):
657 Fix up caps on the frame buffer before we save it and potentially
658 make it accessible to other threads via g_object_get; also use
659 gst_buffer_replace() instead of gst_mini_object_replace().
661 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
663 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
664 Make getting the current frame thread-safe.
666 2007-01-25 Edward Hervey <edward@fluendo.com>
668 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
669 (gst_decode_group_new), (gst_decode_group_free):
670 Set queues to bigger sizes to cope with HD contents.
671 Fix some mutex freeing and add comment about MT safe methods.
673 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
675 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
676 (gst_text_overlay_text_event):
677 Don't unnecessarily ref (and then leak) upstream events if the text
678 pad is not linked. Fixes #399948.
680 * tests/check/gst-plugins-base.supp:
681 Add suppression for pango on edgy/x86 for textoverlay test.
683 2007-01-24 Wim Taymans <wim@fluendo.com>
685 * gst-libs/gst/rtp/gstrtpbuffer.h:
686 Add some more fixed payloads.
688 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
690 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
691 Error out properly if we get an error from libogg while reading the
692 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
694 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
696 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
699 * tests/check/elements/playbin.c:
700 (test_sink_usage_video_only_stream),
701 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
702 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
703 (test_missing_suburisource_handler),
704 (test_missing_primary_decoder), (playbin_suite):
705 Run all tests once with decodebin and once with decodebin2.
706 One test does not pass yet with decodebin2.
708 2007-01-23 Edward Hervey <edward@fluendo.com>
710 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
711 Fix the cases where oggmux doesn't properly figure out that all
712 sinkpads have gone EOS, and therefore doesn't push out the remaining
713 buffers and the final EOS event.
716 2007-01-23 Julien MOUTTE <julien@moutte.net>
718 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
719 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
720 Don't lock on navigation event push, just on keysym to string.
723 2007-01-22 Edward Hervey <edward@fluendo.com>
725 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
726 (get_current_group), (group_demuxer_event_probe),
727 (gst_decode_group_expose), (deactivate_free_recursive),
728 (gst_decode_group_free):
730 Don't forget to emit 'no-more-pads' once a group is exposed.
731 Cleanup elements from a DecodeGroup once we remove it.
732 Protect call to gst_decode_group_expose() with the decodebin lock.
734 2007-01-22 Julien MOUTTE <julien@moutte.net>
736 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
737 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
738 Looking at Xorg code i can't figure out if that XKeysymToString
739 function is thread sensible or not. Lock it just in case as
740 recommended by Radek Doulik <rodo at ximian dot com>.
742 2007-01-22 Julien MOUTTE <julien@moutte.net>
744 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
745 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
746 Lock that X Call as well. Fixes #397673.
748 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
750 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
751 Don't go into an endless loop if the file starts with 00 00 01 2X,
752 like quicktime redirect files might. Fixes #396042.
754 * tests/check/Makefile.am:
755 * tests/check/gst/.cvsignore:
756 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
757 (typefindfunctions_suite):
758 Add unit test for the above.
760 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
762 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
763 On second thought, use "depth" field rather than "bpp" field.
765 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
767 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
768 Camtasia caps apparently need a bpp field (#398875).
770 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
772 * gst/playback/gstplaybasebin.c: (setup_subtitle),
773 (gen_source_element), (gst_play_base_bin_change_state):
774 Attempt at a better error message in case we don't have the required
775 URI handler installed; post missing-plugin message also when we're
776 missing an URI handler for the subtitle URI; clean up properly also
777 when an error occurs and we never made it to PAUSED state.
779 * tests/check/elements/playbin.c: (GST_START_TEST),
781 Check that we're also getting a missing-plugin messsage for a
782 missing subtitle URI handler (and clean up properly).
784 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
786 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
787 Plug a few reference leaks.
789 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
791 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
792 Lower probability a bit if the marker isn't right at the start,
793 to decrease the chance of false positives.
795 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
797 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
798 Small mpeg2 system stream typefinding improvement: make typefinder
799 probe a bit into the stream instead of just looking for a marker
800 at the beginning. Fixes #397810.
802 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
804 * gst/audioconvert/gstchannelmix.c:
805 Remove compatibility cruft for prehistoric GLib versions.
807 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
809 * gst/playback/Makefile.am:
810 * gst/playback/gstdecodebin.c: (close_pad_link):
811 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
812 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
813 (gst_play_base_bin_handle_message_func), (unknown_type):
814 Let decodebin be the element to post missing-plugin messages for
815 missing decoders (rather than playbin); make playbin implement
816 GstBin::handle_message so we can suppress missing-plugin messages
817 for types we're not handling on purpose (don't want to bring up an
818 installer in those cases).
820 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
822 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
823 * gst-libs/gst/tag/gstvorbistag.c:
824 (gst_tag_list_to_vorbiscomment_buffer):
825 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
826 Fix potentially unaligned access (#397207).
828 2007-01-16 Stefan Kost <ensonic@users.sf.net>
830 * tests/examples/seek/seek.c: (set_scale), (update_scale),
831 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
832 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
834 Allow to toggle looping while it plays. Fix callback prototype. Clean
835 up code a bit more. Add copyright header.
837 2007-01-16 Stefan Kost <ensonic@users.sf.net>
839 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
840 Red and blue mask was swapped (spotted by Dan Williams).
842 2007-01-15 Stefan Kost <ensonic@users.sf.net>
844 * gst-libs/gst/tag/gstid3tag.c:
845 * gst-libs/gst/tag/gstvorbistag.c:
846 Use new beats-per-minute tag from core.
848 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
851 Add new files with translatable strings, so they actually make it
852 into the template file one day.
854 2007-01-12 Andy Wingo <wingo@pobox.com>
856 * gst-libs/gst/audio/gstbaseaudiosink.c
857 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
858 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
859 stuff, as the base class handles this now. Actually tell the ring
861 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
862 How did this work before? Maybe I'm not as awesome a programmer as
865 * gst-libs/gst/audio/gstbaseaudiosrc.c
866 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
869 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
871 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
872 Remove more fields so that the application can better blacklist
873 formats that have been tried before.
875 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
877 * gst-libs/gst/audio/mixerutils.h:
878 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
879 used when compiling with c++ compilers as well.
881 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
883 * gst/typefind/gsttypefindfunctions.c:
886 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
888 * gst/playback/gstplaybin.c: (post_missing_element_message),
889 (gen_video_element), (gen_text_element), (gen_audio_element),
891 Post missing-plugin messages also when we error out because
892 converters, textoverlay or auto*sinks are missing (#161922).
894 2007-01-10 Wim Taymans <wim@fluendo.com>
896 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
897 (is_demuxer_element), (new_caps):
898 * gst/playback/gstplaybasebin.c: (source_new_pad):
899 Fix the case where we try to ref a NULL element when we delay a link
900 because of unfixed caps.
901 Set the state of autoplugged decodebins to PAUSED.
902 RTSP now works in playbin, we can remove it from the blacklist.
904 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
906 * gst/playback/Makefile.am:
907 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
908 (unknown_type), (setup_subtitle), (gen_source_element):
909 * gst/playback/gstplaybin.c: (plugin_init):
910 Post missing-plugin messages on the bus for missing sources and
911 missing decoders/demuxers/depayloaders; fix error code used when
912 we're missing an URI handler source; for media types that we are not
913 handling on purpose at the moment, don't print "don't know how to
914 handle xyz" messages to the terminal or post missing-plugin
917 * tests/check/elements/playbin.c: (create_playbin),
918 (GST_START_TEST), (gst_codec_src_uri_get_type),
919 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
920 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
921 (gst_codec_src_init_type), (gst_codec_src_base_init),
922 (gst_codec_src_create), (gst_codec_src_class_init),
923 (gst_codec_src_init), (plugin_init), (playbin_suite):
924 Add some tests for the missing-plugin stuff.
926 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
929 * gst-libs/gst/Makefile.am:
930 * gst-libs/gst/utils/Makefile.am:
931 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
932 * gst-libs/gst/utils/base-utils.h:
933 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
934 (find_format_info), (caps_are_rtp_caps),
935 (gst_base_utils_get_source_description),
936 (gst_base_utils_get_sink_description),
937 (gst_base_utils_get_decoder_description),
938 (gst_base_utils_get_encoder_description),
939 (gst_base_utils_get_element_description),
940 (gst_base_utils_add_codec_description_to_tag_list),
941 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
942 * gst-libs/gst/utils/descriptions.h:
943 * gst-libs/gst/utils/missing-plugins.c:
944 (missing_structure_get_type), (copy_and_clean_caps),
945 (gst_missing_uri_source_message_new),
946 (gst_missing_uri_sink_message_new),
947 (gst_missing_element_message_new),
948 (gst_missing_decoder_message_new),
949 (gst_missing_encoder_message_new),
950 (missing_structure_get_string_detail),
951 (missing_structure_get_caps_detail),
952 (gst_missing_plugin_message_get_installer_detail),
953 (gst_missing_plugin_message_get_description),
954 (gst_is_missing_plugin_message):
955 * gst-libs/gst/utils/missing-plugins.h:
956 API: add new libgstbaseutils library with functions
957 - to create and parse missing-plugins messages
958 - that provide (translated) descriptions for caps/decoders/sources/etc.
961 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
962 * pkgconfig/gstreamer-plugins-base.pc.in:
965 * docs/libs/gst-plugins-base-libs-docs.sgml:
966 * docs/libs/gst-plugins-base-libs-sections.txt:
967 Generate docs for new lib and API.
969 * tests/check/Makefile.am:
970 * tests/check/libs/.cvsignore:
971 * tests/check/libs/utils.c: (missing_msg_check_getters),
972 (GST_START_TEST), (libgstbaseutils_suite):
973 Add some basic unit tests.
975 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
977 * ext/ogg/Makefile.am:
978 Dist gstoggdemux.h to fix 'make distcheck'.
980 * sys/v4l/Makefile.am:
981 Fix 'make distcheck' even more.
983 2007-01-09 Wim Taymans <wim@fluendo.com>
985 * docs/plugins/Makefile.am:
986 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
987 * docs/plugins/gst-plugins-base-plugins-sections.txt:
988 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
989 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
990 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
991 (gst_ogg_demux_perform_seek):
992 * ext/ogg/gstoggdemux.h:
994 Add some more comments.
997 2007-01-09 Wim Taymans <wim@fluendo.com>
999 * ext/theora/theoradec.c:
1000 * ext/vorbis/vorbisdec.c:
1001 * gst-libs/gst/audio/gstringbuffer.c:
1002 (gst_ring_buffer_commit_full):
1003 * gst-libs/gst/audio/gstringbuffer.h:
1004 * gst-libs/gst/rtp/gstrtpbuffer.c:
1005 * gst-libs/gst/tag/gstvorbistag.c:
1006 Small documentation updates/fixes
1008 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1011 Require core CVS HEAD for Andy's basesrc/sink API additions.
1013 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1015 Patch by: Günter Thelen <daedalus dot inc at gmx net>
1017 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1019 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1020 on flac.sf.net (there appear to be other versions of the first
1021 ogg page in the wild) (#391365).
1023 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1026 Check if localtime_r() is available.
1028 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1029 If localtime_r() is not available, fall back to localtime(). Should
1030 fix build on MingW (#393310).
1032 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1034 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1035 * gst/subparse/gstsubparse.h:
1036 Remove spurious 1000 subtrahend when calculating the timestamp from
1037 the frame number and the frame rate . Also, use the frames/second
1038 value specified in the first line of the file, if one is specified
1039 there. Should fix #357503.
1041 * tests/check/elements/subparse.c: (do_test),
1042 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1044 Add some basic unit tests for the microdvd subtitle format.
1046 2007-01-07 Julien MOUTTE <julien@moutte.net>
1048 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1049 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1050 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1051 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1052 (gst_xvimagesink_set_xwindow_id),
1053 (gst_xvimagesink_set_event_handling),
1054 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1055 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1056 Patch by : Young-Ho Cha <ganadist at chollian dot net>
1058 Add an adaptor property to select a specific XV adaptor.
1059 * sys/xvimage/xvimagesink.h:
1061 2007-01-07 Julien MOUTTE <julien@moutte.net>
1063 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1064 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1065 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1066 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1067 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1068 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1069 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1070 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1071 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1072 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1073 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1074 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1075 Use flow_lock much more to protect every access to xwindow.
1076 Try to catch erros while creating images in case some drivers are
1077 just generating an XError when the requested image is too big.
1078 Should fix : #354698, #384008, #384060.
1079 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1080 Implement some stress testing of setting window xid.
1082 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
1084 * win32/common/libgsaudio.def:
1085 Add new exported function.
1086 * win32/common/libgstogg.dsp:
1087 Add gstoggaviparse.c to the build.
1088 * win32/common/libgstvideoscale.dsp:
1089 Add vs_4tap.c to the build.
1090 * win32/common/libgstvorbis.dsp:
1091 Add vorbistag.c to the build.
1093 2007-01-06 Andy Wingo <wingo@pobox.com>
1095 * gst-libs/gst/audio/gstbaseaudiosink.c
1096 (gst_base_audio_sink_class_init)
1097 (gst_base_audio_sink_init):
1098 (gst_base_audio_sink_activate_pull): Add an activate_pull function
1099 to baseaudiosink, and tell basesink that we can work in pull mode.
1100 This way the ring buffer thread drives the pipeline directly, if
1101 pull mode is possible. There is some lingering nastiness regarding
1103 (gst_base_audio_sink_callback): Implement the callback to pull
1104 data. This interface is a bit light, though -- it should get a
1105 GstFlowReturn return value at least.
1107 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1109 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1110 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1111 * gst/playback/gstdecodebin2.c:
1112 (gst_decode_group_check_if_blocked):
1113 Printf format and missing argument fixes.
1115 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
1117 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1118 (gst_ogm_parse_change_state):
1119 Activate pads before adding them to the element.
1121 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1123 * tests/examples/seek/scrubby.c: (main):
1124 * tests/examples/seek/seek.c: (main):
1125 Call g_thread_init() first thing in main() (see #391278).
1127 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1129 * tests/check/Makefile.am:
1130 * tests/check/libs/.cvsignore:
1131 * tests/check/libs/netbuffer.c: (GST_START_TEST),
1133 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1134 for the time being, since it's broken, see #393099.
1136 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1138 * tests/check/Makefile.am:
1139 Update to use GST_PLUGINS_BASE_CFLAGS as well.
1141 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
1144 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1145 so that GST_BASE_CFLAGS can go inbetween them, making sure
1146 we use uninstalled gst-libs headers
1147 * docs/libs/Makefile.am:
1148 * ext/alsa/Makefile.am:
1149 * ext/cdparanoia/Makefile.am:
1150 * ext/gnomevfs/Makefile.am:
1151 * ext/libvisual/Makefile.am:
1152 * ext/ogg/Makefile.am:
1153 * ext/theora/Makefile.am:
1154 * ext/vorbis/Makefile.am:
1155 * gst-libs/gst/audio/Makefile.am:
1156 * gst-libs/gst/cdda/Makefile.am:
1157 * gst-libs/gst/interfaces/Makefile.am:
1158 * gst-libs/gst/riff/Makefile.am:
1159 * gst-libs/gst/rtp/Makefile.am:
1160 * gst-libs/gst/tag/Makefile.am:
1161 * gst/adder/Makefile.am:
1162 * gst/audioconvert/Makefile.am:
1163 * gst/audiorate/Makefile.am:
1164 * gst/audioresample/Makefile.am:
1165 * gst/playback/Makefile.am:
1166 * gst/tcp/Makefile.am:
1167 * gst/videoscale/Makefile.am:
1168 * gst/volume/Makefile.am:
1169 * sys/ximage/Makefile.am:
1170 * sys/xvimage/Makefile.am:
1171 * tests/icles/Makefile.am:
1174 2007-01-04 Julien MOUTTE <julien@moutte.net>
1176 * gst-libs/gst/interfaces/xoverlay.c:
1177 (gst_x_overlay_handle_events):
1178 * gst-libs/gst/interfaces/xoverlay.h:
1179 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1180 (gst_ximagesink_set_xwindow_id),
1181 (gst_ximagesink_set_event_handling),
1182 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1183 (gst_ximagesink_get_property), (gst_ximagesink_init),
1184 (gst_ximagesink_class_init):
1185 * sys/ximage/ximagesink.h:
1186 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1187 (gst_xvimagesink_set_xwindow_id),
1188 (gst_xvimagesink_set_event_handling),
1189 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1190 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1191 (gst_xvimagesink_class_init):
1192 * sys/xvimage/xvimagesink.h:
1193 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1194 Add a method to the XOverlay interface to allow disabling of
1195 event handling in x[v]imagesink elements. This will let X events
1196 propagate to parent windows which can be usefull in some cases.
1197 Be carefull that the application is then responsible of pushing
1198 navigation events and expose events to the video sink.
1201 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
1203 * gst-libs/gst/tag/gstvorbistag.c:
1204 * tests/check/libs/tag.c: (GST_START_TEST):
1205 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1208 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
1212 * docs/design/Makefile.am:
1215 2006-12-27 Julien MOUTTE <julien@moutte.net>
1217 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1218 typo. Fixes: #390063.
1220 2006-12-27 Julien MOUTTE <julien@moutte.net>
1222 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1223 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1225 * win32/common/config.h: Updated.
1227 2006-12-22 Stefan Kost <ensonic@users.sf.net>
1229 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1230 (setup_gdpdepay_streamheader):
1231 * tests/check/elements/gdppay.c: (cleanup_gdppay),
1232 (setup_gdppay_streamheader):
1233 Fix the dp tests, but activating the pads for the streamheader tests
1234 too and cleaning up conditionaly
1236 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
1238 * gst/ffmpegcolorspace/avcodec.h:
1239 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1240 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1241 (gst_ffmpegcsp_avpicture_fill):
1242 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1243 (img_get_alpha_info):
1244 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1245 other end of the word. Fixes: #387073.
1247 Add some inconsequential branch hints in a couple of places.
1249 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
1251 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1252 (gst_ffmpeg_caps_to_smpfmt):
1253 The "signed" field in raw audio caps is of boolean type, trying to
1254 extract the value with _get_int() will fail (fix to keep in sync with
1255 the copy in gst-ffmpeg)
1257 2006-12-21 Stefan Kost <ensonic@users.sf.net>
1259 * tests/check/elements/audioresample.c: (cleanup_audioresample):
1260 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1261 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1263 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1264 * tests/check/elements/subparse.c: (teardown_subparse):
1265 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1266 * tests/check/elements/videorate.c: (cleanup_videorate):
1267 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1268 * tests/check/elements/volume.c: (cleanup_volume):
1269 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1270 (cleanup_vorbisdec):
1271 * tests/check/elements/vorbistag.c: (setup_vorbistag),
1272 (cleanup_vorbistag):
1273 consistent pad (de)activation
1275 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1277 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1278 Forgot to register the extensions.
1280 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1282 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1284 Add typefinder for VIVO files (my christmas present to the 90s).
1286 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1288 * gst/playback/gstdecodebin.c: (type_found):
1289 Special-case the text/plain media type: we only want to recognise it
1290 as a 'raw' decoded media type if it comes from a demuxer or subtitle
1291 parser, but not if the entire stream is of text/plain type. If the
1292 entire stream is text/plain, we should just error out.
1294 This fixes playback of audio files with lyrics in totem. Totem can't
1295 distinguish between text files and subtitle files and passes any
1296 .txt file with the same basename as the main file to playbin as
1297 suburi, and playbin will then throw a 'subtitle found, but no video
1298 stream' error, which isn't entirely helpful. See #380342.
1300 Also, with this change we'll show a slightly more correct error
1301 message in case totem passes a playlist file to us (although a
1302 custom error message wording instead of the default text would
1303 probably not be a bad idea either).
1305 Same problem also needs to be fixed for playbin+decodebin2.
1307 * tests/check/Makefile.am:
1308 * tests/check/elements/decodebin.c: (src_handoff_cb),
1309 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1311 Add simple unit test for decodebin for the above.
1313 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1315 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1316 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1317 Refuse to change state to READY when we failed to create any of the
1318 required elements in our instance init function.
1320 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
1322 * docs/libs/gst-plugins-base-libs-sections.txt:
1323 Small docs fixes/updates.
1325 * gst-libs/gst/video/gstvideosink.h:
1326 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1327 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1328 removed from the base sink API between 0.9.6 and 0.9.7).
1329 API: add GST_VIDEO_SINK_CAST and use it for the height/width
1330 accessor macros, so we don't do a runtime GObject type check every
1333 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
1336 * gst-plugins-base.doap:
1337 * gst-plugins-base.spec.in:
1340 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
1342 Patch by: Jens Granseuer <jensgr at gmx net>
1344 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1345 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1346 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1347 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1348 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1349 Declare variables at the beginning of a block. Fixes #383195.
1351 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
1354 Bump version nano - back to CVS.
1357 === release 0.10.11 ===
1359 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
1362 releasing 0.10.11, "Dumb things"
1364 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
1366 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1367 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1368 Handle the case where an element has multiple pads with
1369 unfixed caps as well as still possibly producing more dynamic
1370 pads by storing each case as a distinct entry in the dynamic list.
1373 2006-12-04 Wim Taymans <wim@fluendo.com>
1375 * gst/playback/gstdecodebin.c: (close_pad_link):
1376 Fix #382223, add more dynamic caps handling.
1378 2006-12-04 Wim Taymans <wim@fluendo.com>
1380 reviewed by: <delete if not using a buddy>
1382 * gst-libs/gst/audio/gstringbuffer.h:
1383 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1384 (gst_netaddress_set_ip4_interface),
1385 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1386 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1387 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1388 (gst_netaddress_get_ttl):
1389 * gst-libs/gst/netbuffer/gstnetbuffer.h:
1390 * gst/playback/gstdecodebin.c: (close_pad_link):
1391 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1392 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1393 * win32/common/config.h:
1395 2006-12-01 Michael Smith <msmith@fluendo.com>
1397 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1398 Delete bad debug code.
1401 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
1403 * gst/videoscale/vs_4tap.c:
1405 * win32/common/config.h:
1406 * win32/vs8/libgstvideoscale.vcproj:
1407 Fix compilation on win32 under VS8
1408 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1409 Partially fixes #381175
1411 2006-11-30 Michael Smith <msmith@fluendo.com>
1413 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1415 It would be very bad if, after a discont buffer, we thought every
1416 single following buffer was also discont. So, add to the test to
1417 ensure that this isn't the case.
1419 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1420 ... it was the case. So fix it.
1422 2006-11-28 Wim Taymans <wim@fluendo.com>
1424 * gst/playback/gstplaybasebin.c: (check_queue_event):
1427 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1428 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1429 padtemplate caps. Refixes #357577.
1431 2006-11-28 Wim Taymans <wim@fluendo.com>
1433 * gst/playback/gstplaybasebin.c: (check_queue_event),
1434 (queue_threshold_reached), (queue_out_of_data),
1435 (gen_preroll_element):
1436 Add event probe to see when EOS is in a queue and we can disable the
1437 underrun signals. Fixes #357577.
1439 2006-11-28 Edward Hervey <edward@fluendo.com>
1441 * gst/playback/Makefile.am:
1442 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1443 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1444 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1445 (gst_decode_bin_init), (gst_decode_bin_dispose),
1446 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1447 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1448 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1449 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1450 (connect_element), (expose_pad), (type_found),
1451 (pad_added_group_cb), (pad_removed_group_cb),
1452 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1453 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1454 (are_raw_caps), (multi_queue_overrun_cb),
1455 (multi_queue_underrun_cb), (gst_decode_group_new),
1456 (get_current_group), (group_demuxer_event_probe),
1457 (gst_decode_group_control_demuxer_pad),
1458 (gst_decode_group_control_source_pad),
1459 (gst_decode_group_check_if_blocked),
1460 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1461 (gst_decode_group_hide), (gst_decode_group_free),
1462 (gst_decode_group_set_complete), (source_pad_blocked_cb),
1463 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1464 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1466 New decodebin2 element.
1468 * gst/playback/gstplay-marshal.list:
1469 Added marshallers for new signals in decodebin2
1470 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1471 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1474 2006-11-28 Wim Taymans <wim@fluendo.com>
1476 * gst/playback/gstplaybasebin.c: (setup_source),
1477 (gst_play_base_bin_change_state):
1478 Disable rtsp:// uris for the release, it's not good enough yet.
1481 2006-11-26 Wim Taymans <wim@fluendo.com>
1483 * ext/theora/theoradec.c: (gst_theora_dec_reset),
1484 (theora_dec_push_forward), (theora_dec_push_reverse),
1485 (theora_handle_data_packet), (theora_dec_decode_buffer),
1486 (theora_dec_flush_decode), (theora_dec_chain_reverse),
1487 (theora_dec_chain_forward), (theora_dec_chain):
1488 Implement reverse playback.
1490 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1491 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1492 (vorbis_dec_chain_forward):
1493 Clear buffers used for reverse playback in _reset.
1494 No need to set the eos flag, we clip samples using the segment.
1496 2006-11-24 Wim Taymans <wim@fluendo.com>
1498 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1499 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1500 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1501 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1503 Handle continued pages in reverse mode.
1505 2006-11-24 Wim Taymans <wim@fluendo.com>
1507 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1508 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1509 (vorbis_dec_flush_decode):
1511 Don't try to add invalid timestamps.
1512 Clipping will unref the buffer.
1514 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1516 * gst/adder/gstadder.h:
1517 * gst/audiotestsrc/gstaudiotestsrc.h:
1518 remove obsolete _factory_init protos
1520 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1522 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1523 Fix spacing in debug message.
1525 2006-11-23 Wim Taymans <wim@fluendo.com>
1527 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1528 (gst_ogg_demux_chain):
1529 Don't just ignore return values from _pad_push().
1530 Small debug improvements.
1532 2006-11-23 Michael Smith <msmith@fluendo.com>
1534 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1535 If our incoming buffer is marked as DISCONT, then increment the page
1536 number (so that the discontinuity is marked in the final ogg
1537 bitstream) and flush the previous page.
1539 2006-11-22 Michael Smith <msmith@fluendo.com>
1541 * ext/theora/gsttheoraenc.h:
1542 * ext/theora/theoraenc.c: (gst_theora_enc_init),
1543 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1544 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1545 (theora_enc_chain), (theora_enc_change_state):
1546 Mark discontinuities of > 3/4 of a frame, reinit encoder.
1548 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1549 (GST_START_TEST), (theoraenc_suite):
1550 Enable discontinuity test, fix it.
1552 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1554 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1555 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1556 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1557 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1558 (gst_text_overlay_change_state):
1559 * ext/pango/gsttextoverlay.h:
1560 Some textoverlay fixes: for one, in the video chain function,
1561 actually wait for a text buffer to come in if there is none at the
1562 moment and there should be one; also, deal more gracefully with
1563 incoming buffers that do not have a timestamp or duration; discard
1564 text buffer when not needed any longer. Fixes #341681.
1566 * tests/check/Makefile.am:
1567 * tests/check/elements/.cvsignore:
1568 * tests/check/elements/textoverlay.c:
1569 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1570 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1571 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1572 (test_video_waits_for_text_send_text_newsegment_thread),
1573 (test_video_waits_for_text_shutdown_element),
1574 (test_render_continuity_push_video_buffers_thread),
1575 (textoverlay_suite):
1576 Add some unit tests for textoverlay.
1578 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1580 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1581 Avoid integer underflow when the found probability for mp3 is
1582 smaller than the 'penalty' we subtract if there's not a clean
1583 mp3 header sync at offset 0.
1585 2006-11-21 Stefan Kost <ensonic@users.sf.net>
1587 * docs/libs/gst-plugins-base-libs-sections.txt:
1588 Add some new symbols to the docs
1590 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1592 * tests/check/Makefile.am:
1593 * tests/check/elements/ffmpegcolorspace.c:
1594 (ffmpegcolorspace_suite):
1595 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1596 (for now not for valgrinding though, since it takes too long).
1598 2006-11-20 Wim Taymans <wim@fluendo.com>
1600 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1601 (gst_ffmpeg_pixfmt_to_caps):
1602 Fix RGBA32 caps. Fixes #357038.
1604 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1606 * gst-libs/gst/interfaces/mixertrack.h:
1607 Add FIXME so we can add some padding here in 0.11
1609 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
1611 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1612 Fix GstBaseRTPAudioPayload structure so the whole GObject
1613 inheritance business actually works (parent class instance structure
1614 must always come first in the derived class instance structure).
1616 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
1618 * gst/videotestsrc/Makefile.am:
1619 * tests/check/Makefile.am:
1620 Make sure our checks and the videotestsrc plugin link against the
1621 local uninstalled gst libs and not any installed gst libs that
1622 might happen to exist as well.
1624 * tests/check/elements/adder.c: (message_received),
1625 (test_event_message_received), (test_play_twice_message_received):
1626 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1627 Fix compiler warnings when compiling against core with disabled
1630 2006-11-16 Michael Smith <msmith@fluendo.com>
1632 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1633 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1634 Fix audiorate, so that it accurately sets offsets and timestamps.
1635 Doesn't change the fundamental algorithmic decisions; so should be
1638 * tests/check/Makefile.am:
1639 Enable audiorate test now that it passes.
1641 2006-11-09 Stefan Kost <ensonic@users.sf.net>
1643 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1644 clear xv when going to NULL, remove // commented non-existant proto
1646 * tests/examples/seek/seek.c: (main):
1647 add missing tooltip description for scrub and play_scrub
1649 2006-11-14 David Schleef <ds@schleef.org>
1652 Bump liboil requirement to 0.3.8.
1653 * gst-libs/gst/riff/riff-media.c:
1655 * gst/videoscale/vs_image.h:
1656 * gst/videoscale/vs_scanline.h:
1657 Use liboil's stdint.h.
1658 * gst/videotestsrc/videotestsrc.c:
1659 Remove liboil related ifdef's, since they aren't needed now, and
1660 won't work with future versions.
1662 2006-11-14 David Schleef <ds@schleef.org>
1664 * gst/videoscale/Makefile.am:
1665 * gst/videoscale/gstvideoscale.c:
1666 * gst/videoscale/gstvideoscale.h:
1667 * gst/videoscale/vs_4tap.c:
1668 * gst/videoscale/vs_4tap.h:
1669 * gst/videoscale/vs_image.c:
1670 * gst/videoscale/vs_image.h:
1671 * gst/videoscale/vs_scanline.c:
1672 * gst/videoscale/vs_scanline.h:
1673 Add a 4-tap image scaler. Theoretically looks much prettier.
1674 The tap calculation could use some improvement.
1676 2006-11-14 Wim Taymans <wim@fluendo.com>
1678 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1680 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1681 (gst_riff_parse_strf_iavs):
1682 * gst/subparse/gstsubparse.c: (convert_encoding):
1683 * gst/tcp/gstmultifdsink.c:
1684 (gst_multi_fd_sink_handle_client_write):
1685 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1686 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1687 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1688 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1689 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1690 (gst_ximagesink_ximage_new):
1691 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1692 Various gsize and gssize printf fixes. Fixes #372507.
1694 2006-11-13 Wim Taymans <wim@fluendo.com>
1696 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1697 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1698 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1699 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1700 (vorbis_dec_chain_forward), (vorbis_dec_chain):
1701 * ext/vorbis/vorbisdec.h:
1702 First stab at vorbis reverse playback.
1704 2006-11-13 Wim Taymans <wim@fluendo.com>
1706 * gst-libs/gst/audio/gstbaseaudiosink.c:
1707 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1708 * gst-libs/gst/audio/gstbaseaudiosink.h:
1709 Make the clock sync code more accurate wrt resampling and playback
1712 * gst-libs/gst/audio/gstringbuffer.c:
1713 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1714 * gst-libs/gst/audio/gstringbuffer.h:
1715 Use better algorithm to interpolate sample rates.
1717 2006-11-13 Michael Smith <msmith@fluendo.com>
1719 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1720 Improve a debug line slightly.
1722 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1723 Call gst_riff_init() in plugin_init, to avoid getting errors from
1724 the debug system (unrelated changes to another plugin made this turn
1727 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
1729 Patch by: Sergey Scobich <sergery.scobich at gmail com>
1731 * win32/common/libgsttag.def:
1732 Add missing symbol (#366492).
1734 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
1736 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1737 Don't unref a NULL pad.
1739 2006-11-09 Wim Taymans <wim@fluendo.com>
1741 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1742 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1743 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1744 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1745 (gst_ogg_demux_loop):
1746 Implement first stab at reverse playback.
1748 2006-11-07 Stefan Kost <ensonic@users.sf.net>
1750 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1751 (gst_riff_create_video_template_caps):
1752 add h263/h264 variants to the caps, Fixes #363118
1754 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
1756 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1757 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1758 Use g_strerror instead of strerror so we get UTF-8.
1760 2006-11-03 David Schleef <ds@schleef.org>
1762 * ext/ogg/gstoggdemux.c:
1763 * ext/ogg/gstoggmux.c:
1764 Add/remove KW-DIRAC header here, since it is ogg-specific.
1766 2006-11-03 Michael Smith <msmith@fluendo.com>
1768 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1769 Recognise more mpeg4 elementary video streams.
1771 2006-11-02 Edward Hervey <edward@fluendo.com>
1773 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1774 Lower the probability of mp3 typefinding functions if we don't find a
1775 valid mp3 header at the start of the file.
1778 2006-11-02 Wim Taymans <wim@fluendo.com>
1780 * ext/theora/gsttheoradec.h:
1781 * ext/theora/theoradec.c: (gst_theora_dec_init),
1782 (theora_dec_sink_event), (theora_dec_chain_forward),
1783 (theora_dec_flush_decode), (theora_dec_chain_reverse),
1785 Document and partially implement an algorithm for doing reverse playback
1788 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
1790 Patch by: Sergey Scobich <sergey.scobich at gmail com>
1792 * win32/common/config.h:
1793 * win32/common/interfaces-enumtypes.c:
1794 * win32/common/libgsttag.def:
1795 * win32/vs8/gst-plugins-base.sln:
1796 * win32/vs8/libgstaudioresample.vcproj:
1797 * win32/vs8/libgstinterfaces.vcproj:
1798 * win32/vs8/libgstogg.vcproj:
1799 * win32/vs8/libgstriff.vcproj:
1800 * win32/vs8/libgsttag.vcproj:
1801 * win32/vs8/libgsttheora.vcproj:
1802 * win32/vs8/libgstvideoscale.vcproj:
1803 * win32/vs8/libgstvorbis.vcproj:
1804 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1805 to libgsttag.def; add missing dependencies for some vs8 projects;
1806 re-arrange placement of .def files in vs8 projects (#366334).
1808 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
1811 Remove unused variable.
1813 * ext/ogg/gstoggdemux.c:
1814 Fix Wim's surname in plugin description.
1816 2006-10-31 Wim Taymans <wim@fluendo.com>
1818 * gst-plugins-base.spec.in:
1819 spec new .h file. Fixes #368310.
1821 2006-10-31 Michael Smith <msmith@fluendo.com>
1823 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1824 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1825 (gst_multi_fd_sink_get_stats),
1826 (gst_multi_fd_sink_remove_client_link),
1827 (gst_multi_fd_sink_queue_buffer),
1828 (gst_multi_fd_sink_handle_clients):
1829 * gst/tcp/gstmultifdsink.h:
1830 Make using the remove or clear signals threadsafe.
1831 Make calling get-stats with an invalid fd not segfault.
1834 2006-10-31 Wim Taymans <wim@fluendo.com>
1836 * gst-libs/gst/rtp/Makefile.am:
1837 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1838 (gst_base_rtp_audio_payload_init):
1839 Fix and activate base audio payloader.
1841 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
1843 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
1845 Add typefinder for QuickTime Image Files (see #366156).
1847 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
1849 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1850 Another typo fix (#366212).
1852 2006-10-27 Wim Taymans <wim@fluendo.com>
1854 * gst/volume/gstvolume.c: (volume_transform_ip):
1855 Use stream time to synchronize volume property instead of rather random
1856 timestamps. This is needed when gnonlin does its time shifting.
1858 2006-10-27 Wim Taymans <wim@fluendo.com>
1860 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
1862 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
1863 Remove the pad from the element in release_pad. Fixes #364812.
1865 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
1867 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
1868 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
1869 Explicitly create our custom buffer classes at a thread-safe
1870 location as well, since g_type_class_ref() doesn't seem to be
1871 entirely thread-safe either (#365501; also see #349410).
1873 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
1875 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
1876 (gst_riff_parse_info):
1877 If strings in INFO chunk are not UTF-8, do something similar to
1878 what we do for ID3v1 tags: check a number of environment variables
1879 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
1880 character sets to try, otherwise try the current locale and/or fall
1881 back on ISO-8859-1. Fixes #360552.
1883 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
1885 * gst/videotestsrc/gstvideotestsrc.c:
1886 (gst_video_test_src_pattern_get_type),
1887 (gst_video_test_src_set_pattern):
1888 * gst/videotestsrc/gstvideotestsrc.h:
1889 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
1890 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
1891 (gst_video_test_src_checkers8):
1892 * gst/videotestsrc/videotestsrc.h:
1893 Add a bunch of exciting new checkers patterns.
1895 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
1897 * gst/subparse/Makefile.am:
1898 * gst/subparse/gstsubparse.c:
1899 (gst_sub_parse_data_format_autodetect),
1900 (gst_sub_parse_format_autodetect), (handle_buffer),
1901 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
1902 * gst/subparse/gstsubparse.h:
1903 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
1905 * gst/subparse/tmplayerparse.h:
1906 Add support for TMPlayer-type subtitles (#362845).
1908 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
1909 (GST_START_TEST), (subparse_suite):
1910 Add some basic unit tests for the above.
1912 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
1914 * tests/check/elements/audiorate.c: (test_injector_base_init),
1915 (test_injector_class_init), (test_injector_chain),
1916 (test_injector_init), (probe_cb), (do_perfect_stream_test),
1917 (GST_START_TEST), (audiorate_suite):
1918 More tests for audiorate: inject buffers to check behaviour when
1921 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
1923 * tests/check/Makefile.am:
1924 * tests/check/elements/.cvsignore:
1925 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
1926 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
1927 Add some basic unit tests for audiorate. Disabled at the moment
1928 since it doesn't pass yet (see bug #363119).
1930 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
1932 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
1933 (parse_subrip), (handle_buffer):
1934 Add missing closing tags for markup and fix broken markup,
1935 otherwise pango won't render anything (fixes #357531). Also,
1936 make sure the text we send out is always NUL-terminated
1937 (better safe than sorry etc.).
1939 * tests/check/elements/subparse.c: (test_srt_do_test),
1941 Some more tests for .srt incl. tests for the above stuff.
1943 2006-10-20 Julien MOUTTE <julien@moutte.net>
1945 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1946 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1947 Patch by: Stefan Kost <ensonic@users.sf.net>
1948 Try to redraw borders only when needed. Apparently this consumes
1949 resources on small devices... :-O (#363607)
1951 2006-10-20 Michael Smith <msmith@fluendo.com>
1953 * gst/tcp/gstmultifdsink.c:
1954 (gst_multi_fd_sink_client_queue_buffer):
1955 If caps change, then update the client's idea of the caps so that we
1956 don't end up re-sending streamheaders for every single buffer after
1959 2006-10-20 Michael Smith <msmith@fluendo.com>
1961 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
1962 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
1963 Set caps on pushed buffers; fix up refcounting of caps objects.
1965 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
1967 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
1969 Typefind mmsh header data packet to application/x-mmsh (#362625).
1971 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
1973 * tests/check/Makefile.am:
1974 * tests/check/elements/.cvsignore:
1975 * tests/check/elements/subparse.c: (buffer_from_static_string),
1976 (setup_subparse), (teardown_subparse), (test_srt_do_test),
1977 (GST_START_TEST), (subparse_suite):
1978 Add very simple unit test for subparse.
1980 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
1982 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
1984 Strip trailing newlines from subtitle text output.
1986 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
1988 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1989 (gst_sub_parse_change_state):
1990 Fix memleak; clear subparse->textbuf n state change function.
1992 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
1994 * gst/subparse/gstsubparse.c:
1995 (gst_sub_parse_data_format_autodetect):
1996 Don't require subrip (.srt) files to start with a chunk number of 1.
1998 2006-10-18 Wim Taymans <wim@fluendo.com>
2000 * gst-libs/gst/audio/gstbaseaudiosink.c:
2001 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2002 * gst-libs/gst/audio/gstbaseaudiosink.h:
2003 Extract rate from the NEWSEGMENT event.
2004 Use commit_full to also take rate adjustment into account when writing
2005 samples to the ringbuffer.
2007 * gst-libs/gst/audio/gstringbuffer.c:
2008 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2009 (gst_ring_buffer_read):
2010 * gst-libs/gst/audio/gstringbuffer.h:
2011 Added _commit_full() to also take rate into account.
2012 Use simple interpolation algorithm to resample audio.
2013 API: gst_ring_buffer_commit_full()
2015 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2016 * tests/examples/seek/seek.c: (segment_done):
2017 Don't try to seek with 0.0 rate, just pause instead.
2018 Remove bogus debug line.
2020 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2022 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2024 Catch async errors when starting up the subtitle bin, so we can
2025 stop waiting and continue with the main film instead of hanging
2026 forever. Fixes #339366.
2028 * tests/check/elements/playbin.c: (playbin_suite):
2029 Enable unit test for the above.
2031 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2033 * tests/check/Makefile.am:
2034 * tests/check/elements/.cvsignore:
2035 * tests/check/elements/playbin.c: (GST_START_TEST),
2036 (gst_red_video_src_uri_get_type),
2037 (gst_red_video_src_uri_get_protocols),
2038 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2039 (gst_red_video_src_uri_handler_init),
2040 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2041 (gst_red_video_src_create), (gst_red_video_src_class_init),
2042 (gst_red_video_src_init), (plugin_init), (playbin_suite):
2043 Some small and basic unit tests for playbin; not very useful yet,
2044 but at least a start.
2046 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2048 * gst/playback/gstplaybin.c: (setup_sinks):
2049 The old pad activation spiel.
2051 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2053 * gst/playback/gstplaybasebin.c: (setup_source):
2054 Don't hang forever if the subbin already fails to start up in
2055 the state change to PAUSED (#339366).
2057 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
2059 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2060 (gst_tuner_set_channel), (gst_tuner_get_channel),
2061 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2062 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2063 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2064 (gst_tuner_find_channel_by_name):
2065 Fix some function guards, add some more function guards.
2067 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
2069 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2070 (remove_element_chain):
2071 Don't return a pad from get_our_ghost_pad unless it is actually the
2073 Change a cast in remove_element_chain slightly.
2075 2006-10-13 Julien MOUTTE <julien@moutte.net>
2077 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2078 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2079 Segment seeking needs to use the rate and set stop to -1.
2081 2006-10-13 Wim Taymans <wim@fluendo.com>
2083 * gst-libs/gst/audio/gstbaseaudiosink.c:
2084 (gst_base_audio_sink_setcaps):
2085 Don't crash when ringbuffer is not yet created.
2086 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2089 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2090 * gst/playback/gststreamselector.c:
2091 (gst_stream_selector_request_new_pad):
2092 Activate pads befre adding them to running elements.
2094 2006-10-13 Julien MOUTTE <julien@moutte.net>
2096 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2097 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2098 updater when we start grabing the slider. Don't wait for the
2099 pipeline to be PAUSED.
2101 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
2103 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2104 (gst_mixer_set_volume), (gst_mixer_get_volume),
2105 (gst_mixer_set_mute), (gst_mixer_set_option),
2106 (gst_mixer_get_option), (gst_mixer_mute_toggled),
2107 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2108 (gst_mixer_option_changed):
2109 Guard mixer interface functions against bogus arguments.
2111 2006-10-12 Julien MOUTTE <julien@moutte.net>
2113 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2114 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2115 (msg_state_changed), (main): Use state-changed messages to trigger
2116 start/stop of scale update timer. Indeed the scale slider was
2117 jumping here and there because the update timer was activated
2118 before seek completed. This fixes instant applying of rate changes
2119 by pressing the spinbutton like a crazy man !
2121 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
2123 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
2125 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2126 (gst_basertppayload_finalize):
2127 Fix two small memory leaks (#361456).
2129 2006-10-10 Julien MOUTTE <julien@moutte.net>
2131 * tests/examples/seek/seek.c: (do_seek),
2132 (rate_spinbutton_changed_cb): When changing spinbutton we try
2133 to change the rate on the fly.
2135 2006-10-10 Wim Taymans <wim@fluendo.com>
2137 * gst-libs/gst/riff/riff-ids.h:
2138 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2139 (gst_riff_create_audio_template_caps):
2142 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2144 Patch by: Josep Torre Valles <josep@fluendo.com>
2146 * ext/gnomevfs/gstgnomevfssink.c:
2147 * ext/gnomevfs/gstgnomevfssrc.c:
2148 Fix URI interface implementation return type.
2149 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2150 Fix what looks like a copy/paste issue when assigning values.
2151 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2152 (gst_audio_filter_template_get_type):
2153 Cast to prevent Forte warnings.
2154 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2155 Fix URI interface implementation return type.
2156 gst_pad_query_position requires a signed integer pointer as
2157 3rd parameter, GstClockTime is unsigned.
2158 * gst/audioconvert/audioconvert.c:
2159 Fix integer overflow when treated as signed.
2160 * gst/audioresample/resample.c: (resample_add_input_data):
2161 Cast to prevent warnings on Forte.
2162 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2163 Fix integer overflow when treated as signed.
2164 * gst/ffmpegcolorspace/imgconvert_template.h:
2165 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2166 * gst/playback/gstdecodebin.c: (queue_filled_cb),
2167 (cleanup_decodebin):
2168 Who initialises a guint to -1!
2169 Cast function pointers to prevent warnings on Forte.
2170 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2171 (queue_threshold_reached):
2172 Cast function pointers correctly to prevent warnings on Forte.
2173 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2174 Cast function pointers correctly to prevent warnings on Forte.
2175 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2176 Obvious change to unsigned, 0xEF > max signed char.
2177 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2178 GstClockTime is unsigned, initialise correctly.
2179 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2180 Cast so pointer arithemetic doesn't cause warnings on Forte.
2181 * gst/videorate/gstvideorate.c:
2182 Use correct return value.
2183 * tests/examples/seek/scrubby.c:
2184 GstClockTime is unsigned, initialise correctly.
2186 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
2188 Patch by: Ferenc Gerlits <fgerlits at gmail com>
2190 * gst/typefind/gsttypefindfunctions.c:
2191 Recognise XML files and XML-like files shorter than 256 bytes as
2192 well (fixes #359237).
2194 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
2196 Patch by: Renato Filho <renato.filho@indt.org.br>
2198 * gst/typefind/gsttypefindfunctions.c:
2199 Added typefind functions to video/x-nuv media.
2201 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
2203 * gst-libs/gst/interfaces/xoverlay.c:
2204 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2205 Some more guards against invalid input.
2207 2006-10-07 Julien MOUTTE <julien@moutte.net>
2209 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
2211 * tests/examples/seek/seek.c: (do_seek),
2212 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2213 seek example to experiment with rates != 1.0 (reverse playback !)
2215 2006-10-06 Stefan Kost <ensonic@users.sf.net>
2217 * gst-libs/gst/interfaces/xoverlay.c:
2218 Unref message in doc-example (spotted by Robert McQueen)
2220 2006-10-06 Wim Taymans <wim@fluendo.com>
2222 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2223 (mpeg1_parse_header), (mpeg1_sys_type_find):
2226 2006-10-06 Wim Taymans <wim@fluendo.com>
2228 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2230 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2231 Activate dynamic pads before adding them to the element.
2233 2006-10-06 Michael Smith <msmith@fluendo.com>
2235 * gst-libs/gst/floatcast/floatcast.h:
2236 Fix obviously-bogus macros; use the correct types.
2238 2006-10-06 Wim Taymans <wim@fluendo.com>
2240 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2241 (gst_base_rtp_depayload_change_state):
2242 Also call parent state change function to activate pads.
2244 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2245 (mpeg1_parse_header), (mpeg1_sys_type_find):
2246 Add some more debug info in mpeg typefinding.
2248 2006-10-06 Michael Smith <msmith@fluendo.com>
2250 * ext/theora/theoradec.c: (theora_dec_chain):
2251 Zero byte theora packets are valid and well-defined; don't warn on
2254 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
2256 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2257 (gst_multi_fd_sink_get_stats), (find_limits),
2258 (gst_multi_fd_sink_queue_buffer):
2259 API: add dropped_buffers to the get-stats GValueArray
2261 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
2263 * ext/alsa/gstalsadeviceprobe.c:
2264 (gst_alsa_device_property_probe_get_values):
2265 * ext/alsa/gstalsasink.c: (set_hwparams):
2266 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2267 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2268 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2269 (gst_ogg_mux_process_best_pad):
2270 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2271 (gst_ogg_parse_chain):
2272 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2273 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2274 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2275 (gst_vorbis_enc_buffer_check_discontinuous):
2276 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2277 * gst-libs/gst/audio/gstbaseaudiosink.c:
2278 (gst_base_audio_sink_render):
2279 * gst-libs/gst/cdda/gstcddabasesrc.c:
2280 (gst_cdda_base_src_handle_track_seek):
2281 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2282 (gst_base_rtp_depayload_push_full):
2283 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2284 * gst/audioresample/resample.c: (resample_input_pushthrough):
2285 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2286 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2287 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2288 (wavpack_type_find):
2289 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2290 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2291 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2292 * tests/check/elements/volume.c: (GST_START_TEST):
2293 Printf format fixes.
2295 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
2297 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2298 Fix a simple mistake (see the docs)
2301 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2303 * docs/plugins/Makefile.am:
2304 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2305 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2306 * docs/plugins/gst-plugins-base-plugins.args:
2307 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2308 * docs/plugins/inspect/plugin-adder.xml:
2309 * docs/plugins/inspect/plugin-alsa.xml:
2310 * docs/plugins/inspect/plugin-audioconvert.xml:
2311 * docs/plugins/inspect/plugin-audiorate.xml:
2312 * docs/plugins/inspect/plugin-audioresample.xml:
2313 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2314 * docs/plugins/inspect/plugin-cdparanoia.xml:
2315 * docs/plugins/inspect/plugin-decodebin.xml:
2316 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2317 * docs/plugins/inspect/plugin-gdp.xml:
2318 * docs/plugins/inspect/plugin-gnomevfs.xml:
2319 * docs/plugins/inspect/plugin-libvisual.xml:
2320 * docs/plugins/inspect/plugin-ogg.xml:
2321 * docs/plugins/inspect/plugin-pango.xml:
2322 * docs/plugins/inspect/plugin-playbin.xml:
2323 * docs/plugins/inspect/plugin-subparse.xml:
2324 * docs/plugins/inspect/plugin-tcp.xml:
2325 * docs/plugins/inspect/plugin-theora.xml:
2326 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2327 * docs/plugins/inspect/plugin-video4linux.xml:
2328 * docs/plugins/inspect/plugin-videorate.xml:
2329 * docs/plugins/inspect/plugin-videoscale.xml:
2330 * docs/plugins/inspect/plugin-videotestsrc.xml:
2331 * docs/plugins/inspect/plugin-volume.xml:
2332 * docs/plugins/inspect/plugin-vorbis.xml:
2333 * docs/plugins/inspect/plugin-ximagesink.xml:
2334 * docs/plugins/inspect/plugin-xvimagesink.xml:
2335 Add vorbistag element to docs; update version numbers to 0.10.10.1.
2337 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2339 Patch by: James "Doc" Livingston <doclivingston at gmail com>
2341 * ext/vorbis/Makefile.am:
2342 * ext/vorbis/vorbis.c: (plugin_init):
2343 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2344 (vorbis_parse_parse_packet), (vorbis_parse_chain):
2345 * ext/vorbis/vorbisparse.h:
2346 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2347 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2348 (gst_vorbis_tag_parse_packet):
2349 * ext/vorbis/vorbistag.h:
2350 Add new vorbistag element which derives from vorbisparse
2351 and is essentially the same as well, only that it implements
2352 the GstTagSetter interface and can modify the stream's
2353 vorbiscomment on the fly (#335635).
2355 * tests/check/Makefile.am:
2356 * tests/check/elements/.cvsignore:
2357 * tests/check/elements/vorbistag.c: (setup_vorbistag),
2358 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2359 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2360 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2361 Add unit test for new vorbistag element.
2363 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2365 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2366 (vorbis_parse_push_headers), (vorbis_parse_chain):
2367 Set BOS flag in packet structure to fix 'jump depends
2368 on unitialized value' errors in valgrind; various minor
2371 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
2373 * gst/playback/gstdecodebin.c: (close_pad_link):
2374 Fix typo in a debug statement.
2376 * gst/playback/gstplaybasebin.c: (probe_triggered),
2377 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2378 (gen_source_element), (source_new_pad), (analyse_source),
2380 When handling no_more_pads in new_decoded_pad, make sure to treat
2381 subtitle pads correctly. Fixes playback with subtitle files.
2383 Move a recurring message to LOG level.
2385 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2386 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2387 which ends up as -1 when cast to an int. Make the logic handle the
2388 max value as an unsigned mask and only change the colorkey when it's
2389 a value we recognise.
2391 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2393 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2394 Removed empty * between paragraphs
2396 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2398 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2399 * gst-libs/gst/rtp/README:
2400 Moved some documentation into .c file
2402 2006-09-29 Wim Taymans <wim@fluendo.com>
2404 * gst/playback/gstdecodebin.c: (no_more_pads):
2407 2006-09-29 Wim Taymans <wim@fluendo.com>
2409 * gst/playback/gstdecodebin.c: (new_caps):
2412 * gst/playback/gstplaybin.c:
2415 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2417 * tests/check/Makefile.am:
2418 Re-enable cddabasesrc test to see if it works again
2421 2006-09-29 Wim Taymans <wim@fluendo.com>
2423 * gst/playback/gstplaybasebin.c: (setup_subtitle),
2424 (gen_source_element):
2425 Handle invalid URIs a bit more gracefully.
2427 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2429 * tests/check/pipelines/oggmux.c:
2430 Remove obsolete comment.
2432 2006-09-29 Michael Smith <msmith@fluendo.com>
2434 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2435 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2436 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2437 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2438 (gst_ogg_mux_collected):
2439 Commit patch from James "Doc" Livingston, adds proper EOS handling
2440 in oggmux. GStreamer can, for the first time ever, create a valid
2443 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2445 Reenable tests now that they pass.
2447 2006-09-29 Wim Taymans <wim@fluendo.com>
2449 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2450 Stop reading commands when EOF (we read 0) as well.
2452 2006-09-28 Wim Taymans <wim@fluendo.com>
2454 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2455 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2456 (find_dynamic), (unlinked), (close_link):
2457 Implement delayed caps linking needed for element with a lot of
2458 different caps on the src pads that get fixed at runtime.
2459 Improve management of dynamic elements.
2461 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2462 (group_destroy), (group_commit), (check_queue), (queue_overrun),
2463 (gen_preroll_element), (remove_groups), (unknown_type),
2464 (add_element_stream), (no_more_pads_full), (no_more_pads),
2465 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2466 (new_decoded_pad), (setup_subtitle), (array_has_value),
2467 (gen_source_element), (source_new_pad), (has_all_raw_caps),
2468 (analyse_source), (remove_decoders), (make_decoder),
2469 (remove_source), (setup_source), (finish_source), (prepare_output),
2470 (gst_play_base_bin_change_state):
2471 * gst/playback/gstplaybasebin.h:
2472 Use more _CAST instead of full type checking casts.
2473 Small cleanups, plug some leaks.
2474 Handle dynamic sources.
2475 Add some helper functions to create lists of strings used for
2476 blacklisting and other stuff.
2477 Refactor some code dealing with analysing the source.
2478 Re-enable sources without pads (like cd:// or other selfcontained
2481 2006-09-28 Wim Taymans <wim@fluendo.com>
2483 * gst-libs/gst/audio/gstbaseaudiosink.c:
2484 (gst_base_audio_sink_render):
2485 When we have a timestamp, we can still perform clipping.
2486 When we have no clock, we must play the sample ASAP.
2488 2006-09-28 Wim Taymans <wim@fluendo.com>
2490 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2491 Set caps on outgoing buffers.
2493 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2494 (gst_video_rate_event), (gst_video_rate_chain):
2495 * gst/videorate/gstvideorate.h:
2496 Fix videorate some more. Fixes #357977
2498 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2500 * tests/check/elements/adder.c: (adder_suite):
2501 Don't set timeout to 6 seconds when we're running
2502 in valgrind ... (and how is 6 seconds longer than
2503 the default anyway?)
2505 2006-09-28 Wim Taymans <wim@fluendo.com>
2507 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2508 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2509 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2510 Keep sink and src segment to keep track of time and support more
2512 Fix bogus next_offset and run_time calculation, don't understand how
2513 this could have worked before. Fixes #357976.
2514 Remove some unneeded vars.
2516 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2518 * gst/playback/gstplaybin.c: (remove_sinks):
2519 Only remove visualisation from visbin if there is a visbin (or:
2520 don't throw warnings when closing totem without playing a file).
2522 2006-09-27 Wim Taymans <wim@fluendo.com>
2524 * gst-libs/gst/audio/gstbaseaudiosink.c:
2525 (gst_base_audio_sink_render):
2526 Add some more info in a WARNING.
2528 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2529 (gst_base_audio_src_create):
2530 Handle PAUSE in create function, use new -core addition to
2531 wait for playing. Fixes pausing and resuming capture from an
2534 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2535 (gst_ring_buffer_read):
2537 Caller supports interrupted reads now.
2539 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2541 * tests/check/Makefile.am:
2542 Another attempt to make the gen64 buildbot happy.
2544 2006-09-27 Stefan Kost <ensonic@users.sf.net>
2546 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2548 * ext/libvisual/visual.c: (gst_visual_clear_actors),
2549 (gst_visual_chain), (gst_visual_change_state):
2550 Libvisual plugin was not passing audio data to libvisual 0.4.0
2551 correctly. Fixes #357800
2553 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2555 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2556 Add timeout to _get_state() so we see which pipeline it is
2557 that causes trouble on the gen64 build bot.
2559 2006-09-27 Wim Taymans <wim@fluendo.com>
2561 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2562 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2563 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2564 (gst_base_rtp_depayload_set_gst_timestamp):
2565 the source pad always uses fixed caps.
2567 2006-09-27 Wim Taymans <wim@fluendo.com>
2569 * docs/libs/gst-plugins-base-libs-docs.sgml:
2570 * docs/libs/gst-plugins-base-libs-sections.txt:
2571 * gst-libs/gst/audio/gstaudioclock.c:
2572 * gst-libs/gst/audio/gstaudioclock.h:
2573 * gst-libs/gst/audio/gstaudiosink.c:
2574 * gst-libs/gst/audio/gstaudiosink.h:
2575 * gst-libs/gst/audio/gstaudiosrc.c:
2576 * gst-libs/gst/audio/gstbaseaudiosink.c:
2577 (gst_base_audio_sink_render):
2578 * gst-libs/gst/audio/gstbaseaudiosink.h:
2579 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2580 * gst-libs/gst/audio/gstbaseaudiosrc.h:
2581 * gst-libs/gst/audio/gstringbuffer.h:
2582 Added docs for the audio libs.
2584 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2586 * tests/check/Makefile.am:
2587 Temporarily disable test that fails on the bots for unknown reasons.
2589 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2591 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2592 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2593 Moved AudioCodecType into priv
2594 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2596 2006-09-25 Wim Taymans <wim@fluendo.com>
2598 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2599 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2600 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2602 Cleanups and small leak fixes.
2603 Added Depayloaders to valid list of autopluggable elements.
2605 2006-09-25 Wim Taymans <wim@fluendo.com>
2607 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2608 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2609 (gen_video_element), (gen_text_element), (gen_audio_element),
2610 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2611 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2612 Detect NO_PREROLL state change returns and disable clock distribution to
2613 the sinks so that sync is disabled.
2614 Avoid some type checking and do simple casts instead.
2615 Small cleanups, fix some FIXMEs.
2616 Be more robust when linking user specified elements, catch an report
2617 errors. Fixes #357404.
2618 Fix some leaks in the error paths.
2620 2006-09-25 Stefan Kost <ensonic@users.sf.net>
2623 ChangeLog surgery for missing bug-number
2625 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
2627 Patch by: Peter Kjellerstedt <pkj at axis com>
2629 * gst/playback/test.c:
2630 Fix compilation with uClibc and -Werror (#357591).
2632 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
2634 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2635 Parse dates that are followed by a time as well (#357532).
2637 * tests/check/libs/tag.c: (test_vorbis_tags):
2638 Add unit test for this.
2640 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2642 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2643 (gst_audio_convert_transform_caps):
2644 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2645 * gst/videotestsrc/videotestsrc.h:
2646 A few array const-ifications.
2648 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2650 * tests/check/Makefile.am:
2651 See if this makes the build bots happy.
2653 * tests/check/libs/cddabasesrc.c:
2656 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2658 Patch by: Young-Ho Cha <ganadist at chollian dot net>
2660 * gst/subparse/samiparse.c: (handle_start_font),
2661 (fix_invalid_entities):
2662 More case-insensitivity for certain tags; recognise entities with
2663 decimal codes as special entities as well (#357330).
2665 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2667 * gst-libs/gst/Makefile.am:
2668 Need to build tag directory before cdda.
2670 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2672 * docs/libs/gst-plugins-base-libs-sections.txt:
2673 * gst-libs/gst/cdda/Makefile.am:
2674 * gst-libs/gst/cdda/gstcddabasesrc.c:
2675 (gst_cdda_base_src_base_init):
2676 * gst-libs/gst/cdda/gstcddabasesrc.h:
2677 * gst-libs/gst/tag/tag.h:
2678 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2679 (gst_tag_register_musicbrainz_tags):
2680 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2681 depend on libgsttag. This is required so we can extract/read tags like
2682 DISCID without depending on libgstcddabasesrc (which used to register
2685 * gst-libs/gst/tag/gstvorbistag.c:
2686 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2687 tags (also see #347848).
2689 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2690 Log vorbis comments we are actually writing. Const-ify array.
2692 2006-09-23 Wim Taymans <wim@fluendo.com>
2694 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2695 Improve buffering a bit by avoiding a deadlock because we cannot assume
2696 the underrun is always called.
2698 2006-09-23 Wim Taymans <wim@fluendo.com>
2700 Patch by: Young-Ho Cha <ganadist at chollian dot net>
2702 * gst-libs/gst/riff/riff-ids.h:
2703 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2704 (gst_riff_create_audio_template_caps):
2705 Added MPEG-4 AAC and id and caps. Fixes #357289
2706 Added WMA9 Lossless id.
2708 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
2710 * ext/gnomevfs/gstgnomevfssrc.c:
2711 Fix misleading docs addition.
2713 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2714 Get rid of compiler warning the right way.
2716 2006-09-22 Wim Taymans <wim@fluendo.com>
2718 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2719 (gst_base_rtp_depayload_finalize),
2720 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2721 (gst_base_rtp_depayload_push_full),
2722 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2723 (gst_base_rtp_depayload_process),
2724 (gst_base_rtp_depayload_set_gst_timestamp),
2725 (gst_base_rtp_depayload_queue_release):
2726 * gst-libs/gst/rtp/gstbasertpdepayload.h:
2729 Refactored the process method and added methods to push from the process
2731 Use _scale functions.
2732 API: gst_base_rtp_depayload_push_ts
2733 API: gst_base_rtp_depayload_push
2735 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2736 timestamps are uint.
2738 2006-09-22 Stefan Kost <ensonic@users.sf.net>
2740 * gst-libs/gst/interfaces/xoverlay.c:
2741 Remove unused statement from doc example.
2743 2006-09-21 Stefan Kost <ensonic@users.sf.net>
2745 * gst-libs/gst/interfaces/videoorientation.c:
2746 (gst_video_orientation_iface_init),
2747 (gst_video_orientation_get_hflip),
2748 (gst_video_orientation_get_vflip),
2749 (gst_video_orientation_get_hcenter),
2750 (gst_video_orientation_get_vcenter),
2751 (gst_video_orientation_set_hflip),
2752 (gst_video_orientation_set_vflip),
2753 (gst_video_orientation_set_hcenter),
2754 (gst_video_orientation_set_vcenter):
2755 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2758 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
2760 * tests/check/Makefile.am:
2761 * tests/check/elements/.cvsignore:
2762 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2763 (create_rgb_conversions), (rgb_conversion_free),
2764 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2765 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2766 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2767 but disable for now since it doesn't pass (something wrong with
2770 2006-09-21 Wim Taymans <wim@fluendo.com>
2772 * gst/playback/gstplaybasebin.c: (group_commit),
2773 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2774 (queue_out_of_data), (gen_preroll_element),
2775 (preroll_remove_overrun), (probe_triggered):
2776 Refactor handling of overrun detection.
2777 Separate handling of group completion and deadlock detection when doing
2778 network buffering. This should fix some deadlocks that were not detected
2779 because the group was completed.
2780 Add more comments, improve debugging.
2782 2006-09-21 Wim Taymans <wim@fluendo.com>
2784 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2785 * tests/check/libs/audio.c:
2786 Some more compilation fixes.
2788 2006-09-21 Wim Taymans <wim@fluendo.com>
2790 * gst-libs/gst/audio/gstringbuffer.c:
2791 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2792 (gst_ring_buffer_read):
2793 Early morning compilation fix.
2795 2006-09-20 Wim Taymans <wim@fluendo.com>
2797 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2798 * tests/check/elements/multifdsink.c: (GST_START_TEST):
2799 * tests/check/elements/videorate.c: (GST_START_TEST):
2800 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2801 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2804 2006-09-20 Stefan Kost <ensonic@users.sf.net>
2806 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2807 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2808 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2809 Handcrafted merge to help CVS understanding what I changed and what
2812 2006-09-20 Stefan Kost <ensonic@users.sf.net>
2814 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2815 (gst_xvimagesink_get_times):
2816 change colorkey behaviour back according to #354773 comment 6/7
2818 2006-09-19 Michael Smith <msmith@fluendo.com>
2820 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2821 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
2822 (gst_multi_fd_sink_recover_client),
2823 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
2824 (gst_multi_fd_sink_get_property):
2825 * gst/tcp/gstmultifdsink.h:
2826 Implement stubbed out properties unit-type, units-soft-max,
2827 units-max, to allow specifying maximum sizes in units other than
2831 2006-09-19 Wim Taymans <wim@fluendo.com>
2833 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2834 (gst_riff_create_audio_template_caps):
2835 Reorder the audio formats a bit for clarity.
2836 Detect and create caps for MSGSM and MSN (WAV49).
2839 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2840 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2841 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2842 Small cleanups, move error handling out of normal flow for clarity.
2844 2006-09-18 Stefan Kost <ensonic@users.sf.net>
2846 * docs/libs/gst-plugins-base-libs-docs.sgml:
2847 * docs/libs/gst-plugins-base-libs.types:
2848 * gst-libs/gst/interfaces/Makefile.am:
2849 * gst-libs/gst/interfaces/videoorientation.c:
2850 (gst_video_orientation_get_type),
2851 (gst_video_orientation_iface_init),
2852 (gst_video_orientation_get_hflip),
2853 (gst_video_orientation_get_vflip),
2854 (gst_video_orientation_get_hcenter),
2855 (gst_video_orientation_get_vcenter),
2856 (gst_video_orientation_set_hflip),
2857 (gst_video_orientation_set_vflip),
2858 (gst_video_orientation_set_hcenter),
2859 (gst_video_orientation_set_vcenter):
2860 * gst-libs/gst/interfaces/videoorientation.h:
2861 API: Add new interface to control video orientation (fixes #354908)
2863 2006-09-18 Stefan Kost <ensonic@users.sf.net>
2865 * gst/videotestsrc/gstvideotestsrc.c:
2866 Use G_UNLIKELY in _create and log one more detail.
2868 (gst_video_test_src_get_times), (gst_video_test_src_create):
2869 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2870 Use gst_util_uint64_scale_int in _get_times().
2872 2006-09-18 Stefan Kost <ensonic@users.sf.net>
2874 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
2875 Give better warning message (add object and detail).
2877 2006-09-18 Stefan Kost <ensonic@users.sf.net>
2879 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2880 (gst_xvimagesink_get_times):
2881 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
2882 #354773), use gst_util_uint64_scale_int in _get_times()
2884 2006-09-18 Michael Smith <msmith@fluendo.com>
2886 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
2887 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
2888 always true, leading to dropping all timestamps.
2890 2006-09-18 Stefan Kost <ensonic@users.sf.net>
2892 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
2893 (gst_visual_chain), (gst_visual_change_state):
2894 update to work also with libvisual 0.4 API, fix double unref (#355914)
2896 * tools/gst-launch-ext.1.in:
2897 * tools/gst-visualise.1.in:
2898 remove references to old man-pages
2900 * tests/examples/seek/seek.c: (main):
2901 add real meadi-buttons, add tool-tips for the seek-options, arrange
2902 seek options in a table
2904 2006-09-18 Michael Smith <msmith@fluendo.com>
2906 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
2907 (gst_ogg_mux_push_buffer):
2908 Don't generate out-of-order timestamps from oggmux, instead clamp
2909 output timestamps to be >= the previously output ts.
2912 2006-09-18 Michael Smith <msmith@fluendo.com>
2914 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2915 (gst_multi_fd_sink_class_init):
2916 Updates, fixes, and typo corrections for multifdsink. No functional
2919 2006-09-17 Michael Smith <msmith@fluendo.com>
2921 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
2922 Don't crash on truncated files - check that we got an 8 byte buffer
2923 before trying to memcmp it.
2925 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
2927 * gst/playback/gstplaybasebin.c: (get_active_source):
2928 Make stream-switching appear instant to the application
2929 (ie. make sure that a g_object_get on 'current-foo' returns
2930 the stream previously set with g_object_set(). Totem needs
2931 this to update stream-related meta-info (like audio-codec)
2932 correctly when switching streams.
2934 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
2936 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
2937 (gst_alsa_mixer_ensure_track_list):
2938 Try harder to guess which mixer track is the master mixer
2939 track (instead of just taking the first one that has a pvolume).
2942 2006-09-17 Stefan Kost <ensonic@users.sf.net>
2944 reviewed by: <delete if not using a buddy>
2946 * gst-libs/gst/audio/audio.h:
2947 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
2949 2006-09-17 Stefan Kost <ensonic@users.sf.net>
2951 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
2952 (gst_audio_convert_transform_caps):
2953 Get structure-name just once.
2955 2006-09-17 Stefan Kost <ensonic@users.sf.net>
2957 * tests/check/elements/audioresample.c: (GST_START_TEST):
2958 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2959 * tests/check/elements/volume.c: (GST_START_TEST):
2960 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
2961 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
2962 (test_pipeline), (GST_START_TEST):
2963 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2964 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2965 Fix big batch of compiler warnings.
2967 2006-09-17 Stefan Kost <ensonic@users.sf.net>
2969 * ext/gnomevfs/gstgnomevfssrc.c:
2970 Add docs about icydemux usage in connection with gnomevfssrc
2972 * ext/libvisual/visual.c:
2973 * ext/ogg/gstoggaviparse.c:
2974 * ext/ogg/gstoggdemux.c:
2975 * ext/ogg/gstoggmux.c:
2976 * ext/ogg/gstoggparse.c:
2977 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2978 * gst-libs/gst/audio/gstaudiosink.c:
2979 * gst-libs/gst/audio/gstaudiosrc.c:
2980 * gst/audiorate/gstaudiorate.c:
2981 More G_OBJECT macro fixing.
2983 * gst/audiotestsrc/gstaudiotestsrc.h:
2984 Fix wrong info in header due to copy & paste
2986 2006-09-15 Wim Taymans <wim@fluendo.com>
2988 * gst-libs/gst/audio/gstbaseaudiosink.c:
2989 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
2990 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2991 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
2992 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
2993 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2994 Do the delay calculation in the source/sink base classes as this is
2995 specific for the capture/playback mode.
2996 Try to fixate a bit better, like round depth up to a multiple of 8
2998 Handle underruns correctly by marking DISCONT on buffers and adjusting
2999 timestamps to handle the gap.
3000 Set offset/offset_end correctly on buffers.
3002 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3003 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3004 (gst_ring_buffer_read):
3005 Remove resync and underrun recovery from the ringbuffer.
3006 Fix ringbuffer read code on under/overrun.
3008 2006-09-15 Wim Taymans <wim@fluendo.com>
3010 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3011 (gst_play_base_bin_init), (fill_buffer), (check_queue),
3012 (queue_threshold_reached), (gst_play_base_bin_set_property),
3013 (gst_play_base_bin_get_property):
3014 * gst/playback/gstplaybasebin.h:
3015 Don't use a 0 low watermark when buffering, it is catching starvation
3016 way too late. Instead, use a 3 second queue with 30 and 95
3017 percent low/high watermarks.
3018 Added queue-min-threshold property to configure low watermark.
3019 Use new _buffering message API.
3020 Make queue_threshold variable big enough to store a uint64 time value.
3021 API: playbin::queue-min-threshold property.
3023 2006-09-15 Wim Taymans <wim@fluendo.com>
3026 We require 0.10.10.1 now because of _wait_preroll().
3028 * gst-libs/gst/audio/gstbaseaudiosink.c:
3029 (gst_base_audio_sink_render):
3030 Use gst_base_sink_wait_preroll().
3032 2006-09-15 Wim Taymans <wim@fluendo.com>
3034 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3035 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3036 Use DEBUG_OBJECT more.
3038 === release 0.10.10 ===
3040 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3042 patch by: Michael Smith <msmith at fluendo dot com>
3044 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3045 (gst_multi_fd_sink_client_queue_buffer),
3046 (gst_multi_fd_sink_new_client):
3047 * tests/check/elements/multifdsink.c: (GST_START_TEST),
3048 (multifdsink_suite):
3049 Fix implementation of sync-method 'next-keyframe'
3052 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3054 patch by: Wim Taymans <wim at fluendo dot com>
3056 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3057 This patch removes the RANDOM flag that was incorrectly introduced with
3058 revision 1.91. Fixes #354590
3060 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
3062 * tests/check/Makefile.am:
3063 Random variation in Makefile line to see if it makes the
3064 gen64-base-full bot any happier.
3066 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3068 * tests/check/pipelines/oggmux.c: (oggmux_suite):
3069 Disable test that fails at the moment (killed after timeout).
3071 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3073 Patch by: James Livingston <doclivingston at gmail.com>
3075 * tests/check/Makefile.am:
3076 * tests/check/pipelines/.cvsignore:
3077 * tests/check/pipelines/oggmux.c: (get_page_codec),
3078 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3079 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3080 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3081 (test_theora_vorbis), (oggmux_suite):
3082 Add simple unit test for oggmux from #337026 with checking for the
3083 EOS flags disabled for the time being.
3085 2006-09-04 Wim Taymans <wim@fluendo.com>
3087 patch by: Alessandro Dessina <alessandro nnva org>
3089 * ext/ogg/gstoggmux.c:
3090 Add cmml caps to oggmux. Fixes #353912
3092 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3094 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3095 Returning a return value often helps. In this case, we
3096 don't need the return value anyway, so just get rid of it.
3097 Should make build bots much happier.
3099 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3101 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3102 (paint_get_structure), (gst_video_test_src_get_size),
3103 (gst_video_test_src_smpte), (gst_video_test_src_snow),
3104 (gst_video_test_src_unicolor), (paint_setup_AYUV),
3105 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3106 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3107 * gst/videotestsrc/videotestsrc.h:
3108 Add support for AYUV and the various RGBA formats. Initialise
3109 fields of paintinfo structs allocated on the stack.
3111 * tests/check/elements/videotestsrc.c: (right_shift_colour),
3112 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3113 (check_rgb_buf), (videotestsrc_suite):
3114 Add unit tests for videotestsrc's RGB output.
3116 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3118 * gst/videotestsrc/gstvideotestsrc.c:
3119 (gst_video_test_src_pattern_get_type),
3120 (gst_video_test_src_set_pattern):
3121 * gst/videotestsrc/gstvideotestsrc.h:
3122 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3123 (gst_video_test_src_black), (gst_video_test_src_white),
3124 (gst_video_test_src_red), (gst_video_test_src_green),
3125 (gst_video_test_src_blue):
3126 * gst/videotestsrc/videotestsrc.h:
3127 Add more uni-colour patterns ("white", "red", "green", and "blue").
3129 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3131 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3132 Fix stride for YVYU, should be word-aligned (#353658).
3134 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
3136 * gst/adder/gstadder.c: (gst_adder_src_event):
3139 2006-08-31 Edward Hervey <edward@fluendo.com>
3141 * gst/adder/gstadder.c: (forward_event_func),
3142 (gst_adder_src_event), (gst_adder_collected),
3143 (gst_adder_change_state):
3144 * gst/adder/gstadder.h:
3145 Remember the start position asked in the incoming seeks, so we can
3146 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3147 of assuming it will always be 0).
3149 2006-08-31 Edward Hervey <edward@fluendo.com>
3151 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3152 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3153 (gst_ogg_demux_loop):
3154 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3156 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
3158 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3159 (gst_ffmpegcsp_get_unit_size):
3160 Return FALSE instead of returning a random false unit
3161 size when the format isn't known/supported (even if
3162 this shouldn't happen under normal circumstances).
3164 2006-08-29 Wim Taymans <wim@fluendo.com>
3166 Patch by: Tim-Philipp Müller <tim at centricular dot net>
3168 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3169 (gst_gnome_vfs_src_start):
3170 Try harder to get the size from a uri by using _info_uri() when
3171 _info_from_handle() does not give us enough info.
3172 Also follow symlinks when getting the size.
3173 Partially Fixes #332864.
3175 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3177 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
3179 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3180 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3181 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3182 (gst_alsa_mixer_set_record):
3183 * ext/alsa/gstalsamixertrack.c:
3184 (gst_alsa_mixer_track_update_alsa_capabilities),
3185 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3186 (gst_alsa_mixer_track_update):
3187 * ext/alsa/gstalsamixertrack.h:
3188 Improve and fix mixer track handling, in particular better handling
3189 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3190 separate track objects for tracks that have both capture and playback
3191 volume (and label them differently as well so they're not mistakenly
3192 assumed to be duplicates); classify mixer tracks that only affect
3193 the audible volume of something (rather than the capture volume)
3194 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3195 for capture tracks to correspond to alsa-pswitch alsa-cswitch
3196 (following the meaning documented in the mixer interface header
3197 file); add support for alsa's exclusive cswitch groups; update/sync
3198 state/flags better if mixer settings are changed by another
3199 application. Fixes #336075.
3201 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3203 * gst/playback/gstplaybin.c:
3204 Improve docs: add section about BUFFERING messages sent by playbin.
3206 2006-08-29 Michael Smith <msmith@fluendo.com>
3208 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3209 (gst_vorbis_enc_buffer_check_discontinuous),
3210 (gst_vorbis_enc_chain):
3211 Ignore explicit DISCONT marked on buffers (which is often spurious,
3212 particularly when using multiple segments), in favour of solely
3213 using the timestamps/durations.
3215 2006-08-29 Edward Hervey <edward@fluendo.com>
3217 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3218 Don't rely on incoming buffers offset anymore, since it is completely
3219 broken when using multiple segments.
3220 Instead convert the incoming buffers timestamp to running time, and
3221 then convert that value to the offsets.
3222 Also inform GstSegment of the last outputted stop position, which is
3223 needed if we received several segments with an unknown stop value.
3225 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
3227 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3228 fix buffer unreffing on a header push failure
3230 2006-08-28 Wim Taymans <wim@fluendo.com>
3232 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3233 (gst_audio_rate_chain):
3234 Make the metadata of the buffer writable before changing its
3237 2006-08-28 Wim Taymans <wim@fluendo.com>
3239 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3240 (gst_audio_rate_setcaps), (gst_audio_rate_init),
3241 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3242 (gst_audio_rate_chain), (gst_audio_rate_change_state):
3243 Fix audiorate some more.
3244 Reset and resync counters on flush and READY.
3245 Handle the DISCONT flag correctly.
3246 Use GstSegment to track position.
3247 Fail when not negotiated.
3250 2006-08-25 Michael Smith <msmith@fluendo.com>
3252 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3254 Remove accidently included debug line.
3256 2006-08-25 Wim Taymans <wim@fluendo.com>
3258 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3260 If a buffer is received with no caps, make the buffer metadata
3261 writable and set the caps, making sure that we don't screw up the
3264 2006-08-25 Michael Smith <msmith@fluendo.com>
3266 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3267 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3268 Fix memory leaks and misleading debug messages, add a couple of
3271 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3272 (gst_multi_fd_sink_render):
3273 Do not use gst_buffer_make_writable() in a basesink render method,
3274 as it may incorrectly unref the buffer. Instead, use convoluted
3275 dance to avoid copying the buffer except when we need to.
3277 2006-08-25 Michael Smith <msmith@fluendo.com>
3279 * ext/vorbis/vorbisenc.c:
3280 (gst_vorbis_enc_buffer_check_discontinuous):
3281 Allow very small discontinuities in the timestamps. These we can't
3282 do anything useful with anyway (because vorbis's timestamps have
3283 only sample granularity), and are commonly produced by elements with
3284 minor bugs. Allow up to 1/2 a sample out.
3287 2006-08-24 Wim Taymans <wim@fluendo.com>
3289 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3290 (play_scrub_toggle_cb), (main):
3291 Add a checkbox to enable play scrubbing. Makes it possible to disable
3294 2006-08-23 Stefan Kost <ensonic@users.sf.net>
3296 * tests/check/elements/.cvsignore:
3299 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3301 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3302 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3303 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3304 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3305 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3306 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3307 (gst_ogm_text_parse_strip_trailing_zeroes),
3308 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3309 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3310 Refactor ogm parse, do better input checking, misc. clean-ups.
3311 Cache incoming events and push them once the source pad has
3312 been created. Don't pass unterminated strings to sscanf().
3313 Strip trailing zeroes from subtitle text output, since they
3314 are not valid UTF-8. Don't push vorbiscomment packets on
3315 the subtitle text pad. Output perfect streams if possible.
3317 2006-08-23 Wim Taymans <wim@fluendo.com>
3319 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3320 Waits for tasks to settle down so that we clean up correctly for
3323 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3325 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3326 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3327 actually return return value in taglists_are_equal.
3329 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3331 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3332 Fix crash due to broken bitstream parsing on x86-64: can't make
3333 any assumptions about sizeof(struct) due to alignment/packing
3334 differences on different architectures. Fixes #351790.
3336 2006-08-22 Wim Taymans <wim@fluendo.com>
3338 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3339 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3340 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3341 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3342 (gst_riff_parse_info):
3343 Protect public functions against bad input.
3347 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3349 * gst-libs/gst/riff/riff-ids.h:
3350 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3351 Add voxware audio IDs (even if we can't play it) (#351795).
3353 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3355 * gst-libs/gst/riff/riff-media.c:
3356 (gst_riff_create_video_template_caps),
3357 (gst_riff_create_audio_template_caps),
3358 (gst_riff_create_iavs_template_caps):
3359 Const-ify some arrays and use G_N_ELEMENTS instead
3360 of wasting oodles of RAM on terminator bits.
3362 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3364 * gst-libs/gst/tag/gstvorbistag.c:
3365 (gst_tag_list_to_vorbiscomment_buffer):
3366 * tests/check/libs/tag.c: (GST_START_TEST):
3367 And the same for _to_vorbiscomment_buffer(): allow
3368 id_data_len == 0 for speex.
3370 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
3373 * docs/plugins/Makefile.am:
3374 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3375 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3376 * docs/plugins/inspect/plugin-gdp.xml:
3377 * gst/gdp/Makefile.am:
3378 * tests/check/Makefile.am:
3379 Move GDP plugin to -base from -bad. Closes #347783.
3381 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3383 * gst-libs/gst/tag/gstvorbistag.c:
3384 (gst_tag_list_from_vorbiscomment_buffer):
3385 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3386 Also add some checks to make sure we don't memcmp() beyond the end of
3387 vorbiscomment buffer if the ID to check for is larger than the buffer.
3389 * tests/check/libs/tag.c: (GST_START_TEST):
3390 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3392 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3394 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3395 (gst_vorbis_enc_set_metadata):
3396 Use vorbis comment utility functions from libgsttag
3397 instead of re-inventing the wheel (partially fixes #347091).
3399 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
3401 * tests/check/elements/audioconvert.c: (GST_START_TEST):
3402 Fix leaks. Wait for state transitions that might happen ASYNC, as well
3405 2006-08-21 Wim Taymans <wim@fluendo.com>
3407 * docs/libs/Makefile.am:
3408 * docs/libs/gst-plugins-base-libs-sections.txt:
3409 * docs/libs/gst-plugins-base-libs.types:
3410 Don't try to GObject scan the netbuffer as it's not a GObject.
3413 * gst-libs/gst/netbuffer/gstnetbuffer.c:
3414 * gst-libs/gst/netbuffer/gstnetbuffer.h:
3415 Document GstNetBuffer.
3417 2006-08-21 Stefan Kost <ensonic@users.sf.net>
3419 * tests/check/elements/audioconvert.c: (GST_START_TEST),
3420 (audioconvert_suite):
3421 Add testcase for caps-size-explosion
3423 2006-08-20 Stefan Kost <ensonic@users.sf.net>
3425 * gst/audioconvert/gstaudioconvert.c:
3426 (gst_audio_convert_get_unit_size), (set_structure_widths):
3427 Lower debug, use g_assert in _get_unit_size
3429 * gst/audioresample/gstaudioresample.c:
3430 (audioresample_get_unit_size):
3431 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3432 (gst_ffmpegcsp_get_unit_size):
3433 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3434 use g_assert in _get_unit_size
3436 2006-08-18 Wim Taymans <wim@fluendo.com>
3438 * docs/libs/gst-plugins-base-libs-sections.txt:
3439 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3440 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3441 (gst_rtp_buffer_get_payload_buffer):
3442 * gst-libs/gst/rtp/gstrtpbuffer.h:
3443 Document GstRTPBuffer.
3444 Added function to efficiently strip payload headers.
3445 API: gst_rtp_buffer_get_payload_subbuffer()
3447 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3449 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3450 (gst_tag_to_vorbis_comments):
3451 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3452 tags and deserialise them properly as well (#347091).
3453 Add some more gtk-doc blurbs and also some g_return_if_fail().
3455 * tests/check/libs/tag.c: (GST_START_TEST),
3456 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3459 2006-08-17 Wim Taymans <wim@fluendo.com>
3461 * ext/ogg/Makefile.am:
3462 * ext/ogg/gstogg.c: (plugin_init):
3463 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3464 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3465 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3466 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3467 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3468 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3469 Added ogg-in-avi parser element. Fixes #140139.
3471 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3472 Fixed a bug in oggdemux debug code.
3474 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3475 (gst_riff_create_audio_template_caps):
3476 Recognise Ogg in the AVI extensible wave format.
3478 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3480 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3481 Make buffer durations add up (duration should be next_ts-ts for
3482 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3485 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3486 (test_buffer_timestamps), (cddabasesrc_suite):
3487 Add unit test for the above.
3489 * tests/check/Makefile.am:
3490 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3491 to see what happens.
3493 2006-08-16 Wim Taymans <wim@fluendo.com>
3495 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3496 (gst_alsasink_open):
3497 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3499 Avoid setting and using a NULL device name.
3500 Print more info when we fail to open a device.
3502 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
3504 * docs/libs/gst-plugins-base-libs-sections.txt:
3505 * gst-libs/gst/tag/tag.h:
3506 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3507 API: add gst_tag_parse_extended_comment() (#351426).
3509 * tests/check/Makefile.am:
3510 * tests/check/libs/.cvsignore:
3511 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3512 Add unit test for gst_tag_parse_extended_comment().
3514 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3516 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3517 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3520 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3522 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3523 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3524 * docs/plugins/gst-plugins-base-plugins.args:
3525 * gst/playback/gstplaybin.c:
3528 * docs/plugins/inspect/plugin-adder.xml:
3529 * docs/plugins/inspect/plugin-alsa.xml:
3530 * docs/plugins/inspect/plugin-audioconvert.xml:
3531 * docs/plugins/inspect/plugin-audiorate.xml:
3532 * docs/plugins/inspect/plugin-audioresample.xml:
3533 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3534 * docs/plugins/inspect/plugin-cdparanoia.xml:
3535 * docs/plugins/inspect/plugin-decodebin.xml:
3536 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3537 * docs/plugins/inspect/plugin-gnomevfs.xml:
3538 * docs/plugins/inspect/plugin-ogg.xml:
3539 * docs/plugins/inspect/plugin-pango.xml:
3540 * docs/plugins/inspect/plugin-playbin.xml:
3541 * docs/plugins/inspect/plugin-subparse.xml:
3542 * docs/plugins/inspect/plugin-tcp.xml:
3543 * docs/plugins/inspect/plugin-theora.xml:
3544 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3545 * docs/plugins/inspect/plugin-video4linux.xml:
3546 * docs/plugins/inspect/plugin-videorate.xml:
3547 * docs/plugins/inspect/plugin-videoscale.xml:
3548 * docs/plugins/inspect/plugin-videotestsrc.xml:
3549 * docs/plugins/inspect/plugin-volume.xml:
3550 * docs/plugins/inspect/plugin-vorbis.xml:
3551 * docs/plugins/inspect/plugin-ximagesink.xml:
3552 * docs/plugins/inspect/plugin-xvimagesink.xml:
3553 Update to CVS version.
3555 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3557 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3558 (gst_play_bin_set_property), (gst_play_bin_get_property),
3559 (value_list_append_structure_list),
3560 (gst_play_bin_handle_redirect_message),
3561 (gst_play_bin_handle_message):
3562 API: GstPlayBin::connection-speed
3563 Add "connection-speed" property; re-order redirect messages with
3564 multiple redirect locations depending on the minimum bitrate if
3565 that information is available and a connection speed is set
3568 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3570 * gst/playback/gstplaybin.c:
3571 Update max volume to the same value that the volume element uses.
3573 2006-08-14 Wim Taymans <wim@fluendo.com>
3575 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3578 2006-08-14 Wim Taymans <wim@fluendo.com>
3580 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3581 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3582 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3583 Add some more debug info.
3584 Don't crash when a seek failed.
3585 Actually return the result of the seek instead of TRUE.
3586 Ignore multiple BOS pages with the same serial so that we don't create
3587 the same stream multiple times.
3588 Post an error when we fail to do the initial seek.
3590 2006-08-13 Wim Taymans <wim@fluendo.com>
3592 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3593 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3596 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3597 (gst_alsa_mixer_new):
3598 Remove hack that always set the device to hw:0*.
3599 Properly find the card name for whatever device was configured.
3600 Do some better debugging.
3603 * ext/alsa/gstalsamixerelement.c:
3604 (gst_alsa_mixer_element_set_property),
3605 (gst_alsa_mixer_element_change_state):
3607 Handle setting of a NULL device name better.
3609 2006-08-11 Wim Taymans <wim@fluendo.com>
3611 * gst/adder/gstadder.c:
3612 Don't clip float values. Fixes #350900.
3614 2006-08-11 Andy Wingo <wingo@pobox.com>
3616 * gst/tcp/gsttcp.c: Really fix the build?
3618 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3621 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
3623 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3624 Float caps shouldn't have a "signed" field.
3626 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
3628 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3629 Implement SEEKING query in its most basic form, so that we can
3630 at least check if we're seekable or not (#350655).
3632 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
3634 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3635 The checks here are not even close to anything that would
3636 justify MAXIMUM probability, lowering to POSSIBLE until someone
3637 fixes the checks (case at hand: quicktime redirection files
3638 might start with 00 00 01 XX and pass the checks here just
3641 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
3643 Patch by: Sjoerd Simons <sjoerd at luon net>
3645 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3646 Better detection for multipart/x-mixed-replace: accept leading
3647 whitespaces before the boundary marker as well (as our very own
3648 multipartmux used to produce) (#349068).
3650 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
3652 Patch by: Young-Ho Cha <ganadist at chollian net>
3654 * gst-libs/gst/riff/riff-ids.h:
3655 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3656 (gst_riff_create_audio_template_caps):
3657 Detect DTS audio streams (#350157).
3659 2006-08-05 Andy Wingo <wingo@pobox.com>
3661 * ext/theora/gsttheoraparse.h:
3662 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3663 (theora_parse_dispose, theora_parse_set_property)
3664 (theora_parse_get_property, theora_parse_munge_granulepos)
3665 (theora_parse_push_buffer, theora_parse_change_state):
3666 API: GstTheoraParse::synchronization-points
3667 Add a property 'synchronization-points' to fix badly synchronized oggs.
3669 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3671 * tests/check/Makefile.am:
3672 * tests/check/libs/.cvsignore:
3673 * tests/check/libs/audio.c: (structure_contains_channel_positions),
3674 (fixed_caps_have_channel_positions), (GST_START_TEST),
3675 (audio_suite), (main):
3676 Add a few tests for the channel position stuff in libgstaudio.
3678 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3680 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3681 (gst_alsa_detect_channels):
3682 * ext/alsa/gstalsasink.c:
3683 Add support for cards that (only) do more than 8 channels,
3684 like the Delta 44 (#345188).
3686 * gst-libs/gst/audio/multichannel.c:
3687 (gst_audio_check_channel_positions):
3688 * gst-libs/gst/audio/multichannel.h:
3689 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3690 unspecified channel position and cannot be combined with any
3691 of the other audio channel positions; adjust position layout
3692 checks accordingly (#345188).
3694 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3696 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3697 Recognise ancient RealAudio files (see #349779).
3699 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3701 Patch by: Jens Granseuer <jensgr at gmx net>
3703 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3704 Add typefinder for Interplay's MVE format (#348973).
3706 2006-08-02 Wim Taymans <wim@fluendo.com>
3708 Patch by: Marcel Moreaux <marcelm at luon dot net>
3710 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3711 (gst_base_rtp_depayload_add_to_queue):
3712 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3713 Handle RTP sequence number rollover.
3714 Disable jitterbuffer by default.
3716 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
3718 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3719 (audioresample_set_caps):
3720 Don't leak references to the incoming caps. Clean them up when
3723 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3724 (gst_video_scale_finalize):
3725 Don't leak our temporary pixel buffer.
3727 * tests/check/Makefile.am:
3728 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3729 (GST_START_TEST), (simple_launch_lines_suite):
3731 Fix leaks and re-enable the test for valgrind checking.
3733 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
3735 Patch by: Sjoerd Simons <sjoerd at luon net>
3737 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3739 Add typefind function for multipart/x-mixed-replace (#348916).
3741 2006-07-28 Wim Taymans <wim@fluendo.com>
3743 * gst/adder/gstadder.c: (gst_adder_setcaps),
3744 (gst_adder_query_duration):
3745 Fix leak in duration query.
3746 Reflow some docs and notes.
3748 2006-07-28 Michael Smith <msmith@fluendo.com>
3750 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3752 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3755 2006-07-28 Michael Smith <msmith@fluendo.com>
3757 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3758 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3759 (gst_vorbis_enc_push_buffer),
3760 (gst_vorbis_enc_buffer_check_discontinuous),
3761 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3762 * ext/vorbis/vorbisenc.h:
3763 Handle discontinuities in the input vorbis stream correctly,
3764 so that the output is properly timestamped (and has good granulepos
3765 values). Needs some oggmux fixes too.
3767 2006-07-27 Wim Taymans <wim@fluendo.com>
3769 patch by: Kai Vehmanen <kv2004 eca cx>
3771 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3772 (gst_base_rtp_depayload_chain),
3773 (gst_base_rtp_depayload_handle_sink_event),
3774 (gst_base_rtp_depayload_change_state):
3775 Don't send multiple newsegments with different formats.
3778 2006-07-26 Wim Taymans <wim@fluendo.com>
3780 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3781 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3782 Make seeking in ogg more accurate again by doing the more correct
3783 granuletime to stream time conversion.
3785 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
3787 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3788 (gst_multi_fd_sink_new_client):
3789 debug a little more understandably
3790 do not use goto as a substitute for break, especially if
3791 break is also being used
3793 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
3795 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3796 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3797 Remove GLib-2.6 compatibility cruft.
3799 2006-07-24 Wim Taymans <wim@fluendo.com>
3801 * gst-libs/gst/audio/gstbaseaudiosink.c:
3802 (gst_base_audio_sink_render):
3803 Don't try to align a sample to an unknown value.
3805 2006-07-24 Wim Taymans <wim@fluendo.com>
3807 * gst-libs/gst/audio/gstbaseaudiosink.c:
3808 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3809 When the audio clock is slaved to another clock, never try to align
3810 samples but trust the rate interpolation algorithm.
3812 2006-07-24 Wim Taymans <wim@fluendo.com>
3814 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3815 Don't try to calculate silence samples, base class does this much
3818 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3819 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
3820 (gst_ring_buffer_acquire):
3821 Calculate silence samples correctly.
3823 * gst-libs/gst/audio/gstringbuffer.h:
3826 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
3828 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
3829 Limit search for the first markup tag to the first few kB of
3830 the file. If we don't find one there, it's highly unlikely that
3831 this is an XML(-ish) file.
3833 2006-07-21 Andy Wingo <wingo@pobox.com>
3835 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
3836 test to the one in vorbisenc. Also commented out.
3838 * tests/check/pipelines/vorbisenc.c:
3839 (test_discontinuity): New test, commented out until Mike lands
3840 some elite vorbisenc patches.
3842 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
3843 Bufferstraw was actually factored out of these tests. Now we share
3846 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
3847 for bufferstraw addition to gstcheck.
3849 2006-07-21 Wim Taymans <wim@fluendo.com>
3851 * ext/theora/theoradec.c: (clip_buffer):
3854 2006-07-21 Wim Taymans <wim@fluendo.com>
3856 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3857 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3858 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
3860 Avoid type casting when we can.
3862 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
3865 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
3867 * ext/alsa/gstalsamixerelement.c:
3868 (gst_alsa_mixer_element_change_state):
3869 Make state change fail if the specified device can't be opened
3872 2006-07-20 Wim Taymans <wim@fluendo.com>
3874 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3875 (cb_newpad), (main):
3876 Example of a small audio/video player using decodebin.
3878 2006-07-20 Stefan Kost <ensonic@users.sf.net>
3880 * gst-libs/gst/riff/riff-ids.h:
3883 2006-07-19 Wim Taymans <wim@fluendo.com>
3885 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3886 (gst_base_rtp_depayload_chain),
3887 (gst_base_rtp_depayload_change_state):
3888 Don't assert when not negotiated but post a meaningfull
3889 error message. Fixes #347918.
3891 * gst-libs/gst/rtp/gstbasertppayload.c:
3892 Add comment about better default MTU size.
3894 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
3895 Small cleanups, start docs.
3897 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
3899 Patch by: Martin Szulecki
3901 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
3902 If "device-name" is requested and the device is not
3903 open, try to temporarily open it to obtain this
3904 information (#342494).
3906 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
3908 * gst-libs/gst/tag/gstid3tag.c:
3909 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
3911 * gst-libs/gst/tag/gsttageditingprivate.h:
3912 * gst-libs/gst/tag/gstvorbistag.c:
3913 Some more random const-ifications.
3915 2006-07-18 Stefan Kost <ensonic@users.sf.net>
3917 * gst-libs/gst/riff/riff-ids.h:
3918 * gst-libs/gst/riff/riff-media.c:
3919 (gst_riff_create_video_template_caps):
3920 Add more FOURCCs (sort list to make stuff easier to find),
3921 add comment what those 16 bytes in struct _gst_riff_strh according to
3924 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
3926 * gst-libs/gst/audio/multichannel.c:
3927 (gst_audio_check_channel_positions),
3928 (gst_audio_fixate_channel_positions):
3929 Const-ify two arrays.
3931 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
3933 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
3934 Fix typo, so that alsasink also advertises 8 channels
3935 if that's supported (tags: can, worms, open, alsa, ph34r).
3937 2006-07-17 Wim Taymans <wim@fluendo.com>
3939 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3940 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
3941 *sigh*, when is the compiler going to warn when the comments
3942 are out-of-sync with the code.. Refix case of busted theora
3943 headers with 0 granule pos.
3945 2006-07-14 Wim Taymans <wim@fluendo.com>
3947 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3948 (gst_base_rtp_depayload_wait),
3949 (gst_base_rtp_depayload_change_state),
3950 (gst_base_rtp_depayload_set_property),
3951 (gst_base_rtp_depayload_get_property):
3952 Fix 99% cpu load by waiting for absolute times on the
3953 clock. Fixes #347300.
3955 2006-07-14 Andy Wingo <wingo@pobox.com>
3957 * ext/theora/gsttheoraparse.h:
3958 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
3959 (theora_parse_push_headers, theora_parse_clear_queue)
3960 (theora_parse_drain_queue_prematurely, )
3961 (theora_parse_sink_event, theora_parse_change_state): Queue events
3962 until we initialized our state, like in vorbisparse.
3964 * ext/vorbis/vorbisparse.h:
3965 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
3966 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
3967 (vorbis_parse_drain_queue_prematurely, )
3968 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
3969 until we have initialized our state. Fixes seeking after an
3972 2006-07-14 Andy Wingo <wingo@pobox.com>
3974 Patch by: Iain Holmes <iaingnome@gmail.com>
3976 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
3978 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
3981 Bump nano back to CVS
3983 === release 0.10.9 ===
3985 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
3988 releasing 0.10.9, "I walk the line"
3990 2006-07-14 Michael Smith <msmith@fluendo.com>
3992 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
3993 Move a g_cond_signal to earlier to avoid sometimes deadlocking
3994 (commonly happens when running this test under valgrind) when trying
3995 to remove the buffer probe.
3997 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
3999 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4000 Fix missing g_unlock from the previous commit
4002 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4004 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4005 (gst_ximagesink_change_state):
4006 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4007 (gst_xvimagesink_change_state):
4008 Implement a locking order to ensure we always take the object lock
4009 before the x_lock and never vice-versa.
4011 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4013 * gst/playback/gstdecodebin.c: (find_compatibles):
4014 Fix a caps leak when linking (#347304)
4016 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4017 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4018 (gst_ximagesink_change_state):
4019 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4020 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4021 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4022 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4023 Don't leak shared memory resources. Use the object lock to protect
4024 against the xcontext disappearing while returning a buffer from the
4027 2006-07-12 Edward Hervey <edward@fluendo.com>
4029 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4030 (vorbis_handle_comment_packet):
4031 gst_tag_list_merge() returns a new object. Take that into account when
4032 using it. This avoids memleak.
4033 Revert previous commit which is not needed.
4035 2006-07-12 Edward Hervey <edward@fluendo.com>
4037 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4038 Reset the decoder in finalize so that all fields get cleared.
4040 2006-07-12 Wim Taymans <wim@fluendo.com>
4042 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4043 (gst_base_audio_src_set_clock),
4044 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4045 Don't try to post an error message when setting the clock fails
4046 as this can happen when adding an element to a bin which will then
4047 deadlock. Fixes #347296.
4049 2006-07-12 Edward Hervey <edward@fluendo.com>
4051 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4052 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4053 (vorbis_handle_type_packet):
4054 Post tag messages on the bus even if we're not initialized.
4055 If we're not initialized, we still postpone the event pushing of tags.
4057 2006-07-12 Wim Taymans <wim@fluendo.com>
4059 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4060 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4061 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4062 Revert last two changes that broke the freeze.
4064 2006-07-12 Wim Taymans <wim@fluendo.com>
4066 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4067 basesink calculates silence sample correctly for us.
4069 2006-07-12 Wim Taymans <wim@fluendo.com>
4071 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4072 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4073 Calculate correct silence samples so we don't fill our ringbuffer
4076 2006-07-12 Edward Hervey <edward@fluendo.com>
4078 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4079 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4080 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4081 * ext/vorbis/vorbisdec.h:
4082 Delay sending events (newsegment, tags) until the decoder is properly
4086 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
4088 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4089 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4090 Patch from #347221 adding a test for audioconvert
4093 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
4095 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4096 (gst_ssa_parse_parse_line):
4097 Don't include the terminating NUL in the buffer size,
4098 it's only there for extra paranoia (would add random
4099 '*' characters at the end of each subtitle since the
4100 terminator itself is not valid UTF-8 technically).
4101 Also fix indenting after boilerplate macro.
4103 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
4105 * gst/playback/gstdecodebin.c: (close_pad_link):
4106 Also emit 'unknown-type' signal (which should really be
4107 called unhandled-type) if we found potential decoders/demuxers
4108 in the registry but none of them worked in the end (as in the
4109 case where the plugins don't exist any longer but are still
4110 listed in the registry). Fixes #329798.
4112 2006-07-08 Andy Wingo <wingo@pobox.com>
4114 * theoraparse.c (theora_parse_push_buffer)
4115 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4116 Add some more debugging. Fix granulepos reconstruction in the face
4119 2006-07-06 Wim Taymans <wim@fluendo.com>
4121 * gst-libs/gst/audio/gstbaseaudiosink.c:
4122 (gst_base_audio_sink_class_init),
4123 (gst_base_audio_sink_provide_clock):
4124 Use gobject_class instead of G_OBJECT_CLASS (klass)
4126 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4127 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4128 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4129 (gst_base_audio_src_get_time),
4130 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4131 (gst_base_audio_src_create_ringbuffer):
4132 Fix latency and buffer-time constants and properties ala basesink.
4133 Implement pull based scheduling. Fixes #346527.
4134 Set default blocksize in GstBaseSrc to 0, we default to pushing out
4136 Refuse slaving to another clock instead of silently not working.
4137 Only provide a clock when we are actually able to do so.
4138 Various small cleanups and compiler hints.
4140 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4142 Patch by: Lutz Mueller <lutz at topfrose de>
4144 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4146 Add typefinding for text/html (#346581).
4148 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4150 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4151 (xml_check_first_element), (xml_type_find), (smil_type_find):
4152 Fix SMIL typefinding, make xml_check_first_element() more
4155 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4157 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4158 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4159 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4160 * gst/playback/gstplaybasebin.h:
4161 Protect list of elements with a subtitle-encoding property and
4162 the subtitle encoding member itself with a lock of their own
4163 instead of using the object lock. This prevents a dead-lock in
4164 the element-remove callback in some circumstances when shutting
4167 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
4169 * win32/common/libgsttag.def:
4170 Export some new functions.
4171 * win32/vs6/libgstogg.dsp:
4172 Add a link to libgsttag-0.10.lib.
4174 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
4176 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4177 Some const-ification.
4179 2006-07-04 Wim Taymans <wim@fluendo.com>
4181 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4182 Improve checking if we are dealing with a stream. Added some
4183 more uris that need buffering.
4185 2006-07-03 Edward Hervey <edward@fluendo.com>
4187 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4188 Remove unused variable.
4190 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
4195 add GCOV_LIBS to GST_LIBS
4197 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
4199 Patch by: Michael Sheldon <webmaster at mikeasoft com>
4201 * ext/alsa/gstalsasrc.c:
4202 Add 32 bps to template caps and increase channels range
4203 from [1,2] to [1,MAX]. See #346326.
4205 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
4207 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4208 Recognise 'WMVA' video codec fourcc (#345879).
4210 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4212 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4213 Fixed nasty memory leak
4215 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
4217 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4218 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4221 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
4223 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4224 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4225 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4226 Protect remove_fakesink using a mutex, so that we don't try and
4227 remove the fakesink simultaneously from multiple threads.
4229 When going from READY to PAUSED, restore the fakesink, so that
4230 it is there when decodebin gets reused.
4232 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
4234 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4235 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4236 * gst-libs/gst/rtp/gstbasertppayload.c:
4237 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4238 * gst/tcp/gstmultifdsink.c:
4239 * gst/tcp/gsttcpclientsink.c:
4240 * gst/tcp/gsttcpclientsrc.c:
4241 * gst/tcp/gsttcpserversink.c:
4242 * gst/tcp/gsttcpserversrc.c:
4243 * gst/videorate/gstvideorate.c:
4244 * gst/videotestsrc/gstvideotestsrc.c:
4245 * sys/v4l/gstv4ljpegsrc.c:
4246 * sys/v4l/gstv4lmjpegsink.c:
4247 * sys/v4l/gstv4lsrc.c:
4248 * tests/examples/seek/scrubby.c:
4249 * tests/examples/seek/seek.c:
4250 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4252 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4254 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4255 Second field in GEnumValue shouldn't be a description,
4256 but a stringified version of the enum value.
4258 2006-06-22 Wim Taymans <wim@fluendo.com>
4260 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4261 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4262 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4263 Avoid type checking in buffer casts.
4264 Avoid caps copy in buffer_alloc when we can.
4265 Use pad_peer_accept.
4267 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4269 * gst-libs/gst/tag/tag.h:
4270 Oops, make that 'Since: 0.10.9'.
4272 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4274 * docs/libs/gst-plugins-base-libs-sections.txt:
4275 * gst-libs/gst/tag/tag.h:
4276 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4277 (gst_tag_image_type_get_type):
4278 API: add GstTagImageType enum to describe images contained
4279 in image tags (#345641).
4281 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4283 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4284 Fix warnings with gst-inspect: "buffers-min" property
4285 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4286 typo in property description.
4288 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4290 Patch by: Cody Russell <bratsche at gnome org>
4292 * gst/audioresample/gstaudioresample.c:
4293 (gst_audioresample_class_init):
4294 * gst/playback/gststreamselector.c:
4295 (gst_stream_selector_class_init):
4296 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4297 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4298 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4299 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4300 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4301 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4302 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4303 * gst/videotestsrc/gstvideotestsrc.c:
4304 (gst_video_test_src_class_init):
4305 * gst/volume/gstvolume.c: (gst_volume_class_init):
4306 Avoid unnecessary class cast check in class_init
4307 functions (#337747).
4309 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
4311 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4312 (gst_text_overlay_video_chain):
4313 g_markup_escape_text() REALLY doesn't like non-UTF8 input
4314 and doesn't validate its input either (and neither did
4315 textoverlay it seems). Let's do that then and fix #345206.
4317 2006-06-19 Wim Taymans <wim@fluendo.com>
4319 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4320 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4321 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4322 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4323 (find_syncframe), (find_limits), (assign_value),
4324 (count_burst_unit), (gst_multi_fd_sink_new_client),
4325 (gst_multi_fd_sink_handle_client_write),
4326 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4327 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4328 (gst_multi_fd_sink_change_state):
4329 * gst/tcp/gstmultifdsink.h:
4330 Added shiny new burst-on-connect methods.
4331 Add properties to control the minimal amount of data queued.
4333 API: bytes-min property
4334 API: time-min property
4335 API: buffers-min property
4336 API: burst-unit property
4337 API: burst-value property
4338 API: add-full signal
4340 * gst/tcp/gsttcp-marshal.list:
4341 Added new marshaller code for the new signal.
4343 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4344 (multifdsink_suite):
4345 Added testcases for new burst methods.
4347 2006-06-19 Edward Hervey <edward@fluendo.com>
4349 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4350 Implement clipping for accurate seeking.
4353 2006-06-19 Wim Taymans <wim@fluendo.com>
4355 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4357 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4358 (gst_video_scale_transform):
4359 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4361 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
4364 Fix --disable-external (can't set conditionals conditionally,
4367 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4369 * tests/check/elements/audioresample.c: (test_reuse),
4370 (audioresample_suite):
4371 Add test case for bug #342789 fixed below.
4373 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4375 * gst/audioresample/gstaudioresample.c:
4376 (gst_audioresample_class_init), (gst_audioresample_init),
4377 (audioresample_start), (audioresample_stop),
4378 (gst_audioresample_set_property), (gst_audioresample_get_property):
4379 Implement GstBaseTransform::start and ::stop so that audioresample
4380 can clear its internal state properly and be reused instead of
4381 causing non-negotiated errors with playbin under some circumstances
4384 * tests/check/elements/audioresample.c: (setup_audioresample),
4385 (cleanup_audioresample):
4386 Need to set element state here so that ::start and ::stop are
4389 2006-06-16 Wim Taymans <wim@fluendo.com>
4391 Patch by: Young-Ho Cha <ganadist at chollian dot net>
4393 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4394 Parse extra data better, apparently it's right behind
4395 the normal strf header size. Fixes #343500.
4397 2006-06-16 Wim Taymans <wim@fluendo.com>
4399 * ext/alsa/gstalsasink.c: (set_hwparams):
4400 If we fail to set the buffer_time and period_time alsa
4401 parameters, post a warning and leave alsa select a
4402 default instead of failing. Fixes #342085
4404 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4406 * docs/libs/gst-plugins-base-libs-sections.txt:
4407 * gst-libs/gst/cdda/gstcddabasesrc.h:
4408 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4409 out in the header file and shouldn't be listed in the docs.
4411 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4412 Must dereference pointer to fourcc in the debug statement.
4414 2006-06-16 Stefan Kost <ensonic@users.sf.net>
4416 * docs/libs/Makefile.am:
4417 * docs/libs/gst-plugins-base-libs-docs.sgml:
4418 * docs/libs/gst-plugins-base-libs-sections.txt:
4419 * docs/libs/gst-plugins-base-libs.types:
4420 add remaining symbols into correct setions
4422 * gst-libs/gst/audio/gstringbuffer.c:
4425 * gst-libs/gst/audio/gstringbuffer.h:
4426 comment out not yet implemented function
4429 * gst-libs/gst/floatcast/floatcast.h:
4430 * gst-libs/gst/netbuffer/gstnetbuffer.c:
4431 add short descriptions
4434 * gst-libs/gst/interfaces/propertyprobe.c:
4435 fix return value docs
4437 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4438 simplify debug logging
4440 * gst-libs/gst/riff/riff-read.h:
4441 sync function prototype and docs
4443 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4444 remove left over symbol
4446 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4451 Use GST_PLUGIN_DOCS macro in configure.ac, add
4452 --enable-plugin-docs default to autogen.sh and use
4453 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4455 2006-06-15 Wim Taymans <wim@fluendo.com>
4457 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4458 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4459 (gst_ogg_demux_loop):
4460 Combine GstFlowReturn from the source pads to give a
4461 meaningfull result to the upstream peer or to stop the
4462 processing task in case of errors.
4464 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4466 * gst/playback/gststreaminfo.c: (cb_probe):
4467 Try GST_TAG_CODEC as fallback when extracting the
4468 codec name; more debug info.
4470 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4472 * ext/ogg/Makefile.am:
4473 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4474 Extract language tags from ogm subtitle streams, so that
4475 the subtitle menu choices are labelled correctly in
4476 Totem (fixes #344708).
4478 2006-06-14 Wim Taymans <wim@fluendo.com>
4480 Patch by: Alessandro Decina <alessandro at nnva dot org>
4482 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4483 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4484 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4485 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4486 Fix various leaks. Fixes #343699.
4487 Add x-smoke mime type.
4489 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4491 * gst-libs/gst/riff/riff-ids.h:
4492 Add IDs for 'bext' chunks (see #343837).
4494 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
4496 Patch by: Young-Ho Cha <ganadist at chollian net>
4498 * gst/subparse/samiparse.c: (sami_context_pop_state),
4499 (handle_start_font), (end_sami_element):
4500 Honour font face tags in SAMI subtitles (#344503).
4502 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4505 add missing files containing translatable strings
4507 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4509 * docs/libs/tmpl/.cvsignore:
4510 we don't want those *.sgml files in CVS either
4512 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4514 * docs/libs/.cvsignore:
4515 * tests/check/elements/.cvsignore:
4516 * tests/check/libs/.cvsignore:
4519 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4521 * docs/libs/Makefile.am:
4522 also commiting the changed Makefile.am (added more libs to the
4525 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4527 * docs/libs/gst-plugins-base-libs-docs.sgml:
4528 * docs/libs/gst-plugins-base-libs-sections.txt:
4529 * docs/libs/gst-plugins-base-libs.types:
4530 first batch of reordering things, add index & hierarchy
4532 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
4535 use GST_PKG_CHECK_MODULES, cleans up output
4537 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4539 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4540 Add support for burn:// URIs (#343385); const-ify things a bit,
4541 use G_N_ELEMENTS instead of hard-coded array size.
4543 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4545 Patch by: Young-Ho Cha <ganadist at chollian net>
4547 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4548 Fix up broken entities before passing them to libxml *sigh*.
4551 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4556 === release 0.10.8 ===
4558 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4561 releasing 0.10.8, "Moar gij ziet mij nie"
4563 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4580 * win32/common/config.h:
4583 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4585 * docs/libs/tmpl/gstaudio.sgml:
4586 * docs/libs/tmpl/gstcolorbalance.sgml:
4587 * docs/libs/tmpl/gstmixer.sgml:
4588 * docs/libs/tmpl/gstringbuffer.sgml:
4589 * docs/libs/tmpl/gsttuner.sgml:
4590 * docs/libs/tmpl/gstxoverlay.sgml:
4591 * gst-libs/gst/audio/audio.c:
4592 * gst-libs/gst/audio/gstringbuffer.c:
4593 * gst-libs/gst/interfaces/colorbalance.c:
4594 * gst-libs/gst/interfaces/mixer.c:
4595 * gst-libs/gst/interfaces/tuner.c:
4596 * gst-libs/gst/interfaces/xoverlay.c:
4597 move last template doc snippets to source code and delete them
4599 2006-06-06 Michael Smith <msmith@fluendo.com>
4601 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4602 (theora_parse_drain_queue):
4603 Mark DELTA_UNIT on non-keyframes.
4605 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
4607 * gst-libs/gst/audio/gstbaseaudiosink.c:
4608 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4609 * gst-libs/gst/audio/gstbaseaudiosink.h:
4610 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4611 (gst_ring_buffer_samples_done):
4612 * gst-libs/gst/audio/gstringbuffer.h:
4613 Document better the fact that latency_time and buffer_time are values
4614 stored in microseconds, and not the usual GStreamer nanoseconds.
4615 Change the variables (compatibly) that store them from GstClockTime
4616 to guint64 to make it more clear that they're not storing clock times.
4617 Also, remove the bogus property description that says the user can
4618 specify -1 to get the default value, since that's never been the case.
4620 When computing the default segment size for the ring buffer, make it
4621 an integer number of samples.
4623 When the sub-class indicates a delay greater than the number of
4624 samples we've written return 0 from the audio sink get_time method.
4626 2006-06-02 Michael Smith <msmith@fluendo.com>
4628 * tests/check/elements/audioconvert.c: (set_channel_positions),
4629 (get_float_mc_caps), (get_int_mc_caps):
4630 * tests/check/elements/audioresample.c:
4631 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4632 * tests/check/elements/videorate.c:
4633 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4634 * tests/check/elements/volume.c:
4635 * tests/check/elements/vorbisdec.c:
4636 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4637 Don't busy-wait in tests; this was causing test timeouts very
4638 frequently when running under valgrind.
4640 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
4643 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4644 (gst_multi_fd_sink_remove_client_link),
4645 (gst_multi_fd_sink_client_queue_caps),
4646 (gst_multi_fd_sink_client_queue_buffer),
4647 (gst_multi_fd_sink_handle_client_write),
4648 (gst_multi_fd_sink_render):
4649 * gst/tcp/gstmultifdsink.h:
4650 make multifdsink properly deal with streamheader:
4651 - streamheader is taken from caps
4652 - buffers marked with IN_CAPS are not sent
4653 - streamheaders are sent, on connection, from the caps of the
4654 buffer where the client gets positioned to
4655 - further streamheader changes are done every time the client
4656 will receive a buffer with different caps
4657 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4658 (gst_multifdsink_create_streamheader):
4661 2006-06-02 Michael Smith <msmith@fluendo.com>
4663 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4664 Reinstate limit on channel count. Vorbis does not define the meaning
4665 of > 6 channels, so they're just independent channels. Gstreamer
4666 currently has no mechanism to represent N independent channels.
4668 2006-06-02 Michael Smith <msmith@fluendo.com>
4670 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4671 Don't arbitrarily restrict channel counts and rate in vorbis.
4672 In terms of effects likely on real-world files, this fixes 96kHz
4675 2006-06-02 Michael Smith <msmith@fluendo.com>
4677 * gst/audioconvert/audioconvert.c: (float):
4678 More correct float->int conversion.
4680 2006-06-02 Michael Smith <msmith@fluendo.com>
4682 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4683 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4684 value. Fixes g-critical on trying to play back ogg containing
4687 2006-06-02 Wim Taymans <wim@fluendo.com>
4689 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4691 * gst/playback/gstplaybasebin.h:
4692 Make the subtitle detection work from any thread so we don't
4693 deadlock. Fixes #343397.
4695 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
4697 * gst/volume/Makefile.am:
4698 Seriously, it's not *that* hard to get compilation right. Even
4699 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4701 2006-06-01 Stefan Kost <ensonic@users.sf.net>
4703 * gst/volume/gstvolume.c: (volume_choose_func),
4704 (volume_update_real_volume), (gst_volume_class_init),
4705 (gst_volume_init), (volume_process_float), (volume_process_int16),
4706 (volume_process_int16_clamp), (volume_set_caps),
4707 (volume_transform_ip), (plugin_init):
4708 * gst/volume/gstvolume.h:
4709 rewrite the passthrough check, split _int16 and _int16_clamp, fix
4710 another property desc., remove unused param from process function
4712 * tests/check/elements/volume.c: (volume_suite):
4713 reactivate the passthrough test
4715 2006-06-01 Stefan Kost <ensonic@users.sf.net>
4717 * ext/alsa/gstalsamixerelement.h:
4718 * ext/alsa/gstalsamixeroptions.h:
4719 * ext/alsa/gstalsamixertrack.h:
4720 * ext/gnomevfs/gstgnomevfssink.h:
4721 * ext/gnomevfs/gstgnomevfssrc.h:
4722 * ext/theora/gsttheoradec.h:
4723 * ext/theora/gsttheoraenc.h:
4724 * ext/theora/gsttheoraparse.h:
4725 * ext/vorbis/vorbisparse.h:
4726 * gst-libs/gst/audio/gstaudioclock.h:
4727 * gst-libs/gst/audio/gstaudiofilter.h:
4728 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4729 * gst/audioconvert/gstaudioconvert.h:
4730 * gst/audioresample/gstaudioresample.h:
4731 * gst/audiotestsrc/gstaudiotestsrc.h:
4732 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4733 * gst/playback/gststreamselector.h:
4734 * gst/tcp/gstmultifdsink.h:
4735 * gst/tcp/gsttcpclientsink.h:
4736 * gst/tcp/gsttcpclientsrc.h:
4737 * gst/tcp/gsttcpserversink.h:
4738 * gst/tcp/gsttcpserversrc.h:
4739 * gst/videorate/gstvideorate.h:
4740 * gst/videoscale/gstvideoscale.h:
4741 * gst/videotestsrc/gstvideotestsrc.h:
4742 * gst/volume/gstvolume.h:
4743 * sys/v4l/gstv4ljpegsrc.h:
4744 * sys/v4l/gstv4lmjpegsink.h:
4745 * sys/v4l/gstv4lmjpegsrc.h:
4746 * sys/v4l/gstv4lsrc.h:
4747 * sys/ximage/ximagesink.h:
4748 * sys/xvimage/xvimagesink.h:
4749 * tests/old/testsuite/alsa/sinesrc.h:
4750 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4752 2006-05-31 Wim Taymans <wim@fluendo.com>
4754 * ext/libvisual/visual.c: (gst_visual_reset),
4755 (gst_visual_sink_setcaps), (gst_visual_sink_event),
4756 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4758 Use running time before doing QoS.
4761 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
4763 * docs/libs/Makefile.am:
4764 set a magic variable to indicate we know the docs are incomplete
4766 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
4768 * win32/common/libgstvideo.def:
4769 export gst_video_calculate_display_ratio
4770 * win32/vs6/libgstvideoscale.dsp:
4771 add link to libgstvideo-0.10.lib
4773 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
4775 * gst/playback/gstplaybasebin.c: (gen_source_element):
4776 Throw a more comprehensible error for rtsp:// URIs (rather
4777 than erroring out with a negotiation error later on) until
4778 we fix playbin to handle rtspsrc etc.
4780 2006-05-30 Wim Taymans <wim@fluendo.com>
4782 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4783 (gst_text_overlay_text_event):
4786 2006-05-30 Wim Taymans <wim@fluendo.com>
4788 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4789 (gst_adder_request_new_pad), (gst_adder_release_pad):
4790 * gst/adder/gstadder.h:
4791 Implement release_request_pad.
4792 Make padcounter atomic.
4794 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4795 Added check for release_pad in adder.
4797 2006-05-30 Wim Taymans <wim@fluendo.com>
4799 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4802 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
4804 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4805 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4806 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4807 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4808 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4809 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4810 (gst_ogg_demux_bisect_forward_serialno),
4811 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4812 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4814 clean up printf formats for granulepos and serialno
4816 2006-05-30 Michael Smith <msmith@fluendo.com>
4818 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4819 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
4820 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
4821 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
4822 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4823 * ext/vorbis/vorbisenc.h:
4824 Multi-channel caps negotiation, so we can do proper multichannel
4825 vorbis encoding, negotiated through audioconvert.
4827 2006-05-30 Wim Taymans <wim@fluendo.com>
4829 * tests/check/elements/adder.c: (test_event_message_received),
4830 (test_play_twice_message_received), (GST_START_TEST),
4832 Added check to show that #339935 is fixed with ongoing
4833 adder and collectpads fixes.
4835 2006-05-29 Wim Taymans <wim@fluendo.com>
4837 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
4838 Don't leak pad name.
4840 2006-05-29 Wim Taymans <wim@fluendo.com>
4842 * gst/adder/gstadder.c: (gst_adder_query_duration),
4843 (forward_event_func), (forward_event), (gst_adder_src_event):
4845 Make query/seeking code threadsafe.
4847 * tests/check/Makefile.am:
4848 * tests/check/elements/adder.c: (test_event_message_received),
4849 (GST_START_TEST), (test_play_twice_message_received):
4850 Fix adder test case.
4852 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
4854 Patch by: Young-Ho Cha <ganadist at chollian net>
4856 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4857 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4858 (set_encoding_element), (decodebin_element_added_cb),
4859 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
4860 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4861 * gst/playback/gstplaybasebin.h:
4862 Add 'subtitle-encoding' property to playbin, so applications can
4863 force a subtitle encoding for non-UTF8 subtitles (#342268).
4865 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
4866 (gst_sub_parse_set_property):
4867 Rename recently-added 'encoding' property to 'subtitle-encoding'
4868 (so it can be proxied by playbin/decodebin in a generic way
4869 with less danger of false positives).
4871 2006-05-29 Michael Smith <msmith@fluendo.com>
4873 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4874 (append_with_other_format), (set_structure_widths),
4875 (gst_audio_convert_transform_caps):
4876 Patch from #341562: give more specific audio caps in get_caps, so
4877 that basetransform can make better decisions on what caps to
4880 2006-05-28 Stefan Kost <ensonic@users.sf.net>
4882 * tests/check/elements/volume.c:
4883 make it compile again
4885 2006-05-28 Stefan Kost <ensonic@users.sf.net>
4887 * tests/check/elements/volume.c: (volume_suite):
4888 disable test until #343196 gets resolved
4890 2006-05-28 Stefan Kost <ensonic@users.sf.net>
4892 * gst/adder/gstadder.c: (gst_adder_get_type):
4893 Make it easier to copy&paste
4895 * gst/volume/Makefile.am:
4896 * gst/volume/gstvolume.c: (volume_update_real_volume),
4897 (gst_volume_set_volume), (gst_volume_set_mute),
4898 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
4899 (volume_transform_ip), (volume_update_mute),
4900 (volume_update_volume):
4901 * gst/volume/gstvolume.h:
4902 Add own debug category, move duplicate code to helper function, fix
4903 property texts, add more comments and prepare ffor liboil-goodness
4905 * tests/check/Makefile.am:
4906 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4907 add test for mute and passtrough case, be a bit more verbose to track
4910 * tests/check/generic/states.c: (GST_START_TEST):
4911 catch elements that fail to instantiate
4913 2006-05-28 Edward Hervey <edward@fluendo.com>
4915 * tests/check/pipelines/simple-launch-lines.c:
4916 * tests/check/pipelines/theoraenc.c:
4917 * tests/check/pipelines/vorbisenc.c:
4918 Comment out tests using parse_launch() if core was built without
4919 parsing capabilities.
4921 2006-05-27 Edward Hervey <edward@fluendo.com>
4923 * tests/check/Makefile.am:
4924 Extra bonus points for whoever explains to ensonic that you are meant
4925 to test unit tests thoroughly before commiting them, especially if
4926 you know it's going to break.
4927 De-activated element/adder tests.
4929 2006-05-27 Edward Hervey <edward@fluendo.com>
4931 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4932 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
4933 Marking caps conversion issues as GST_WARNING is way too verbose,
4934 Moving them to GST_LOG.
4936 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
4939 Replace current README (containing the release notes from
4940 some 0.9.x version) with a proper README taken from the core.
4942 2006-05-26 Wim Taymans <wim@fluendo.com>
4944 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4945 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
4946 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
4947 (vorbis_dec_change_state):
4950 Clip output samples to segment boundaries.
4952 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
4954 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4955 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
4956 Improve the errors produced on bad output, including some human
4957 readable description strings.
4958 Handle the (theoretical for ximagesink) case where the XServer
4959 has a different idea about the size required for a particular
4960 frame and gives us too small a memory allocation.
4962 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
4964 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4965 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
4966 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4967 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4968 Improve the errors produced on bad output, including some human
4969 readable description strings.
4970 Handle RGB Xv formats properly by transforming them into our
4971 big-endian caps description.
4972 Use gst_caps_truncate to ensure that we never try and choose a
4973 non-fixed caps in buffer_alloc.
4974 Handle the case where the XServer has a different idea about the size
4975 required for a particular frame and gives us too small a memory
4977 Use -1 to indicate 'no image format', because 0 is a valid XServer
4978 image format number.
4979 Put RGB Xv formats at the end of the caps, so that we always prefer
4981 Iterate the available Xv Encodings to determine the maximum width and
4982 height, and then return that in our caps.
4983 (Closes #315312, #337544)
4985 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
4987 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
4988 When there is only one unfinished pad and it receives an event that
4989 doesn't match our requirements, we need to set alldone=FALSE so that
4990 the fakesink is not removed yet.
4992 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
4994 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4995 Use gst_type_find_helper_for_buffer() to find the type
4996 of stream from the first packet.
4999 Bump requirements to core CVS (needed for vorbis
5000 typefinding to work).
5002 2006-05-24 Edward Hervey <edward@fluendo.com>
5004 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5005 Added the 'prfl' atom type which MQV (no, it's not a typo) files
5006 contain. Else they play perfectly fine with qtdemux.
5008 2006-05-23 Stefan Kost <ensonic@users.sf.net>
5010 * ext/theora/theoradec.c:
5011 * ext/theora/theoraenc.c:
5012 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5013 * gst/audiorate/gstaudiorate.c:
5014 make more debug catagories static
5016 * tests/check/Makefile.am:
5017 * tests/check/elements/adder.c: (message_received),
5018 (test_event_message_received), (GST_START_TEST),
5019 (test_play_twice_message_received), (adder_suite):
5020 added test case for using element twice, extra bonus points for anyone
5021 who can make these test run reliably
5023 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
5025 * ext/theora/theoradec.c: (theora_dec_chain):
5026 Make work with time-stamped input buffers that do not
5027 have a granulepos in BUFFER_OFFSET_END (like theora
5028 buffers coming from matroskademux). Fixes #342448.
5030 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
5032 Patch by: Peter Kjellerstedt <pkj at axis com>
5034 * gst/tcp/Makefile.am:
5035 fdstresstest doesn't need Gtk+, fix compilation if
5036 gtk is not available (#342566).
5038 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5040 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5042 Removed redundant floor()
5044 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5046 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5047 On second thought, just skip JUNK chunks automatically, so
5048 the caller doesn't have to handle this. Fixes #342345.
5049 Also, return GST_FLOW_UNEXPECTED if we get a short read,
5052 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5054 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5055 Don't bail out on JUNK chunks with a size of 0 (would try to
5056 pull_range 0 bytes before, which sources don't like too much).
5059 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5061 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5062 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5063 Use the gstutil scaling function to preserve 64 bits while calculating
5064 output width and height from the display-aspect-ratio. (A continuation
5067 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5069 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5070 (gst_xvimagesink_buffer_alloc):
5071 * sys/xvimage/xvimagesink.h:
5072 When performing buffer allocations, remember the caps and image format
5073 we return so that if the same caps are asked for next time we can
5074 return them immediately without doing any caps intersections.
5076 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5078 * gst-libs/gst/rtp/README:
5079 Some new documentation
5080 * gst-libs/gst/rtp/gstrtpbuffer.h:
5081 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
5082 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5083 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5084 New RTP audio base payloader class. Supports frame or sample based
5085 codecs. Not enabled in Makefile.am until approved.
5087 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5089 * tests/check/elements/alsa.c: (test_device_property_probe):
5090 Fix test case: don't try to free NULL GValueArray when there
5093 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5095 * tests/check/Makefile.am:
5096 * tests/check/elements/alsa.c: (test_device_property_probe),
5097 (alsa_suite), (main):
5098 Add simple test that runs a device property probe on alsasrc,
5099 alsasink and alsamixer. Disable valgrind check for now (too
5100 many leaks in libasound, and valgrind ignored my suppressions
5103 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5105 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5106 (gst_alsa_device_property_probe_probe_property),
5107 (gst_alsa_device_property_probe_needs_probe),
5108 (gst_alsa_device_property_probe_get_values),
5109 (gst_alsa_type_add_device_property_probe_interface):
5110 * ext/alsa/gstalsadeviceprobe.h:
5111 * ext/alsa/gstalsamixerelement.c:
5112 (gst_alsa_mixer_element_init_interfaces):
5113 * ext/alsa/gstalsamixerelement.h:
5114 Clean up and simplify alsa device probing. Make it actually work
5115 for multiple classes. Don't cache results any longer.
5117 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5118 (gst_alsasink_init):
5119 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5120 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5121 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5122 Make alsasink and alsasrc implement the GstPropertyProbe interface
5123 for device probing (#342181).
5124 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
5126 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5128 * gst/subparse/samiparse.c: (handle_start_font):
5129 Don't ignore return value of strtol (++compiler_happiness).
5131 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
5133 Patch by: Young-Ho Cha <ganadist chollian net>
5135 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5136 (gst_sub_parse_class_init), (gst_sub_parse_init),
5137 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5139 * gst/subparse/gstsubparse.h:
5140 Add 'encoding' property (#341681).
5142 * gst/subparse/samiparse.c: (characters_sami):
5143 Output is pango markup, so we need to escape text
5144 between tags (#342143).
5146 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5148 * gst-libs/gst/audio/multichannel.c:
5149 (gst_audio_check_channel_positions):
5150 It's okay to have caps with channels=1 and a channel position
5151 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5152 (deinterleavers might want to keep the position in the caps,
5153 so that they can be re-interleaved again properly later).
5154 Leave check for unexpected 2-channel layouts intact for now.
5156 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5158 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5159 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5160 basesrc can do its job correctly.
5162 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5164 * ext/alsa/Makefile.am:
5165 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5166 (gst_alsa_detect_formats), (get_channel_free_structure),
5167 (caps_add_channel_configuration), (gst_alsa_detect_channels),
5168 (gst_alsa_probe_supported_formats):
5169 * ext/alsa/gstalsa.h:
5170 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5171 Refactor and improve caps probing code: probe signedness
5172 when we probe the supported formats/widths; set endianness
5173 to the one we actually probed for (ie. cpu endianness).
5175 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5176 (gst_alsasrc_close):
5177 * ext/alsa/gstalsasrc.h:
5178 Implement caps probing for alsasrc.
5180 2006-05-15 Wim Taymans <wim@fluendo.com>
5182 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5183 (theora_dec_src_query), (theora_dec_src_event),
5184 (theora_dec_sink_event), (theora_handle_comment_packet),
5185 (theora_handle_data_packet), (theora_dec_change_state):
5186 Cleanups, add some G_LIKELY.
5187 Use segment helpers instead of our own wrong code.
5188 Clear queued buffers on seek and READY.
5190 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5191 (vorbis_dec_convert), (vorbis_dec_src_query),
5192 (vorbis_dec_src_event), (vorbis_dec_sink_event),
5193 (vorbis_handle_comment_packet), (vorbis_dec_push),
5194 (vorbis_handle_data_packet), (vorbis_dec_chain),
5195 (vorbis_dec_change_state):
5196 * ext/vorbis/vorbisdec.h:
5197 Remove old useless packetno variable.
5198 Do position query properly.
5200 Do cleanup of queued buffers in new helper function
5203 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5205 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5206 Query supported sample rates. Fixes #341732.
5208 2006-05-15 Julien MOUTTE <julien@moutte.net>
5210 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5211 (gst_decode_bin_change_state): Make decodebin reusable
5212 when going from PAUSE_TO_READY and then back to PAUSED.
5215 2006-05-15 Wim Taymans <wim@fluendo.com>
5217 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5218 (vorbis_dec_convert), (vorbis_dec_src_query),
5219 (vorbis_dec_sink_query), (vorbis_dec_src_event),
5220 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5221 (vorbis_dec_clean_queued), (vorbis_dec_push),
5222 (vorbis_handle_data_packet), (vorbis_dec_change_state):
5223 Cleanups. Use refcounting and DEBUG_OBJECT.
5224 Reset segment on flush, use code methods instead of our
5226 Fix potential memleak.
5228 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5230 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5231 (gst_alsasink_init):
5232 * ext/alsa/gstalsasink.h:
5233 Don't leak allocated snd_output_t structure if there's
5234 more than one alsasink instance at a time (#341873).
5235 Also fix GObject macros in header file.
5237 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5239 * gst/subparse/gstsubparse.c:
5240 (gst_sub_parse_data_format_autodetect):
5241 Don't use libxml functions in the typefinding code.
5243 2006-05-15 Wim Taymans <wim@fluendo.com>
5245 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5246 Fix seeking performance in the case where a non-header
5247 packet has a 0 granulepos (busted theora case).
5249 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5250 the first place, you limelight stealer you)
5252 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5254 * gst/subparse/gstsubparse.c:
5255 (gst_sub_parse_data_format_autodetect):
5256 Improve SAMI typefinding: handle case where there are
5257 whitespaces or newlines in front of the first <SAMI>
5260 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5263 Build video4linux plugin even if there's no XVIDEO, just
5264 without implementing the GstXOverlay interface (#334002).
5266 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5269 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5271 Add tentative support for libvisual-0.4 (#336881).
5273 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5275 Patch by: Young-Ho Cha <ganadist at chollian net>
5277 * gst/subparse/samiparse.c: (handle_start_font):
5278 Need to map "silver" colour explicitly (#169936).
5280 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5282 Patch by: Young-Ho Cha <ganadist at chollian net>
5284 * gst/subparse/Makefile.am:
5285 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5286 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5287 (gst_sub_parse_format_autodetect), (feed_textbuf),
5288 (gst_subparse_type_find), (plugin_init):
5289 * gst/subparse/gstsubparse.h:
5290 * gst/subparse/samiparse.c:
5291 * gst/subparse/samiparse.h:
5292 Add support for SAMI subtitles (#169936).
5294 2006-05-14 Michael Smith <msmith@fluendo.com>
5296 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5297 Fix #341696: crash when mixing L+R+C to mono or stereo.
5298 * tests/check/Makefile.am:
5299 * tests/check/elements/audioconvert.c: (set_channel_positions),
5300 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5301 (audioconvert_suite):
5302 Add test for the above, including some generic framework bits for
5303 testing multichannel things.
5305 === release 0.10.7 ===
5307 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
5310 releasing 0.10.7, "Leave the gun"
5312 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
5314 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5315 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5318 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
5320 * docs/libs/gst-plugins-base-libs-docs.sgml:
5321 * docs/libs/gst-plugins-base-libs-sections.txt:
5322 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5323 * gst-libs/gst/video/video.h:
5324 * gst/videoscale/Makefile.am:
5325 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5326 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5327 * tests/check/Makefile.am:
5328 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5330 Fix integer overflow problem with pixel-aspect-ratio calculations
5331 in videoscale and xvimagesink (#341542)
5333 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
5335 * gst-libs/gst/tag/gstid3tag.c:
5336 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5338 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
5341 update win32 files listing
5343 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5345 patch by: Sjoerd Simons (sjoerd@luon.net)
5347 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5348 (group_create), (group_destroy), (add_stream),
5349 (gst_play_base_bin_get_property),
5350 (gst_play_base_bin_get_streaminfo_value_array):
5351 * gst/playback/gstplaybasebin.h:
5352 API: GstPlayBaseBin::stream-info-value-array property
5353 use a more bindings-friendly way of exposing streaminfo
5354 using a GValueArray. Tested in ipython.
5357 2006-05-11 Wim Taymans <wim@fluendo.com>
5359 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5360 (queue_underrun_cb), (queue_filled_cb):
5361 Also catch queue underruns but don't do anything yet.
5362 Refactor and comment queue enlarging code a bit.
5364 * gst/playback/gstplaybasebin.c: (queue_overrun),
5365 (queue_threshold_reached), (queue_out_of_data),
5366 (gen_preroll_element):
5367 If a queue over/underruns check that we don't create nasty
5368 deadlocks when the min-threshold is not reached but the
5369 max-bytes is. In those cases disable max-bytes when we
5370 know that the queue is fed timed data.
5373 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5375 * gst/playback/gstplaybin.c: (gen_audio_element):
5376 Make playbin automatically plug an 'audioresample'
5377 element before the audio sink as well. This solves
5378 problems with sinks that only accept a very specific
5379 sample rate, like esdsink (e.g. #340379).
5381 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5383 * gst/playback/gstplaybasebin.c: (gen_source_element):
5384 Make http sources send special headers so that we receive
5385 icecast metadata if the http stream is an icecast stream
5386 (otherwise the server will just ignore them). This also
5387 means that from now on users will need the 'icydemux'
5388 element from gst-plugins-good installed if they want to
5389 listen to icecast radio streams. (#341432, #333657).
5391 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5393 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5394 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5395 remove stupid example from docs - it should come with a simple
5398 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5399 (fail_if_can_read), (GST_START_TEST),
5400 (gst_multifdsink_create_streamheader), (multifdsink_suite):
5401 add a test for changing streamheader which exposes a bug in
5404 2006-05-11 Michael Smith <msmith@fluendo.com>
5406 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5407 (gst_gnome_vfs_src_received_headers_callback):
5408 * ext/gnomevfs/gstgnomevfssrc.h:
5409 Don't set icy-caps unless we have a sane interval value. Move
5410 interval to a local variable; we never use it outside this function.
5412 2006-05-11 Wim Taymans <wim@fluendo.com>
5414 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5415 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5416 Register special buffer types along with the objects so
5417 that they are not registered at runtime from N different
5418 streaming threads since they are not threadsafe.
5420 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5422 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5423 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5424 add two more tests, one doing streamheader
5426 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5428 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5429 clean up the bufqueue when shutting down
5430 * tests/check/Makefile.am:
5431 * tests/check/elements/multifdsink.c: (setup_multifdsink),
5432 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5434 add a test for the leak that was just fixed
5436 2006-05-10 Wim Taymans <wim@fluendo.com>
5438 * gst/adder/gstadder.c: (gst_adder_setcaps),
5439 (gst_adder_query_duration), (gst_adder_query), (forward_event),
5440 (gst_adder_src_event), (gst_adder_sink_event),
5441 (gst_adder_class_init), (gst_adder_finalize),
5442 (gst_adder_request_new_pad), (gst_adder_collected):
5443 * gst/adder/gstadder.h:
5444 Updated some docs. Added comments and FIXMEs all over the place.
5445 Improve debugging info.
5446 Fix leak on finalize by not calling the parent.
5447 Implement duration query.
5448 Make event forwarding threadsafe.
5449 Correctly send NEWSEGMENT at start and after flush.
5450 Handle EOS correctly.
5451 Post error when not negotiated.
5453 * tests/check/elements/adder.c: (GST_START_TEST):
5454 Added FIXME in the test.
5456 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5458 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5459 (gst_text_overlay_halign_get_type),
5460 (gst_text_overlay_wrap_mode_get_type):
5461 * ext/theora/theoradec.c: (theora_handle_type_packet),
5462 (theora_handle_data_packet):
5463 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5464 (theora_enc_sink_setcaps), (theora_enc_chain):
5465 * gst-libs/gst/cdda/gstcddabasesrc.c:
5466 (gst_cdda_base_src_mode_get_type):
5467 * gst/audiotestsrc/gstaudiotestsrc.c:
5468 (gst_audiostestsrc_wave_get_type):
5469 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5470 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5471 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5472 (gst_sync_method_get_type), (gst_unit_type_get_type),
5473 (gst_client_status_get_type):
5474 * gst/videoscale/gstvideoscale.c:
5475 (gst_video_scale_method_get_type):
5476 * gst/videotestsrc/gstvideotestsrc.c:
5477 (gst_video_test_src_pattern_get_type):
5478 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5479 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5480 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5481 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5482 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5483 (paint_setup_RGB565), (paint_setup_xRGB1555):
5484 Const-ify GEnumValue and GFlagsValue arrays. Use
5485 GST_ROUND_UP_* macros instead of home-made ones.
5487 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5490 Require core CVS for the new newsegment stuff.
5492 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5494 Patch by: Sjoerd Simons <sjoerd at luon net>
5496 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5497 Register nick for enum value (#341160).
5499 2006-05-09 Stefan Kost <ensonic@users.sf.net>
5501 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5503 backout typefind patch #340375
5505 * tests/check/elements/adder.c: (message_received),
5506 (GST_START_TEST), (adder_suite):
5507 redo, signal-handling of test
5509 2006-05-09 Wim Taymans <wim@fluendo.com>
5511 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5512 (gst_adder_collected):
5513 * gst/adder/gstadder.h:
5514 Remove bogus segment merging and forwarding, we don't
5515 care about timestamps anyway and we just produce a
5517 Also create a nice NEWSEGMENT event when we start.
5518 Use _scale_int some more.
5520 2006-05-09 Edward Hervey <edward@fluendo.com>
5522 * tests/icles/stress-xoverlay.c:
5523 Fix if core was built without parsing support.
5525 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5527 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5528 Add SEDG (Samsung MPEG-4) fourcc.
5530 2006-05-09 Edward Hervey <edward@fluendo.com>
5532 * tests/icles/stress-xoverlay.c:
5533 * tests/examples/volume/volume.c:
5534 Fix if core was built without parsing support.
5536 * tests/examples/seek/seek.c:
5537 Disable the parse_launch example if core was built without parsing
5540 2006-05-08 Edward Hervey <edward@fluendo.com>
5542 * autogen.sh: (CONFIGURE_DEF_OPT):
5543 libtoolize on Darwin/MacOSX is called glibtoolize
5545 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5547 * tests/check/Makefile.am:
5548 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5549 Disable the adder test, until the build-slaves posses the kindness to
5550 either like it or to give valid reason for not doing so
5552 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5554 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5556 Shuffle NULL state change around and raise timeout more
5558 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5560 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5561 (mp4_type_find), (plugin_init):
5562 Add typefind to distinguish between "audio/x-m4a" and new type
5563 "video/mp4". Fixes #340375
5565 * tests/check/elements/adder.c: (adder_suite):
5566 Raise timeout to make buildbot happy
5568 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5570 * gst/adder/gstadder.c: (gst_adder_sink_event),
5571 (gst_adder_request_new_pad), (gst_adder_change_state):
5572 * gst/adder/gstadder.h:
5573 * tests/check/Makefile.am:
5574 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5575 (adder_suite), (main):
5576 Add sink-event handling to adder. It tries to merge incomming
5577 newsegment-events. Added test to check if segment_done is comming
5578 through. Fixes #340060
5580 2006-05-05 Andy Wingo <wingo@pobox.com>
5582 * ext/theora/theoraparse.c (gst_theora_parse_init)
5583 (theora_parse_src_convert, theora_parse_src_query):
5584 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5585 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5586 query functions on the source pads of the theora and vorbis parse
5587 elements. Fixes position querying when doing a remux.
5589 2006-05-05 Michael Smith <msmith@fluendo.com>
5591 * ext/theora/theoraparse.c: (parse_granulepos),
5592 (theora_parse_drain_queue_prematurely),
5593 (theora_parse_queue_buffer), (theora_parse_sink_event):
5595 Fix invalid granulepos outputs when starting with a non-keyframe.
5597 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
5599 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5600 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5601 Rearrange MPEG system stream detection, fixing some memleaks in the
5603 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5604 they clean up their data correctly.
5605 Remove unused ogganx caps and move the 'is_annodex' check to inside
5606 the 'is_ogg' if statement.
5608 2006-05-05 Wim Taymans <wim@fluendo.com>
5610 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5611 Properly remove ghostpads. Fixes #340392
5613 2006-05-04 David Schleef <ds@schleef.org>
5615 * gst/typefind/gsttypefindfunctions.c:
5617 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
5619 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5620 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5622 When typefinding an MP3 in push-based mode, don't penalise the
5623 probability down to 74% when we found 5 valid frames just because we
5624 can't peek the end of the file.
5626 Make the probability for detecting MPEG Transport Streams based on the
5627 number of sequential headers we successfully detected.
5629 2006-05-03 Wim Taymans <wim@fluendo.com>
5631 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5632 (vorbis_dec_push), (vorbis_dec_chain):
5633 Still produce an error when we receive an empty packet.
5635 2006-05-03 Wim Taymans <wim@fluendo.com>
5637 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5638 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5639 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5640 Mark buffers with DISCONT after seek and after activating new
5643 * ext/theora/gsttheoradec.h:
5644 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5645 (theora_get_query_types), (theora_dec_sink_event),
5646 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5647 (theora_dec_change_state):
5649 Detect and mark DISCONT buffers.
5651 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5652 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5653 (vorbis_dec_change_state):
5654 * ext/vorbis/vorbisdec.h:
5656 Detect and mark DISCONT buffers.
5657 Don't crash on 0 sized buffers.
5659 2006-05-03 Wim Taymans <wim@fluendo.com>
5661 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5662 (volume_transform_ip):
5663 Increase "volume" property to 10.0. Fixes #340369.
5664 Set the process function to NULL when capsnego fails so that
5665 we properly error out.
5667 2006-05-02 Stefan Kost <ensonic@users.sf.net>
5669 * gst/playback/gstplaybin.c: (add_sink):
5670 * gst/playback/test.c: (main):
5671 * gst/playback/test5.c: (dump_element_stats):
5672 * gst/playback/test6.c: (main):
5673 free caps using gst_caps_unref, don't leak caps-strings
5675 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
5677 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5679 Refine musepack typefinding a bit. Return MAXIMUM
5680 probability when we detect stream version 7 to make
5681 sure the mpeg audio typefinder doesn't trump us.
5683 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
5685 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5686 Protect against unexpected NULL strf_data buffer.
5688 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5690 * tests/check/elements/audioconvert.c: (verify_convert),
5692 interpret the out[] buffer in the order the bytes are actually
5693 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5694 Other tests should use BYTE_ORDER since the array is filled in
5697 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5699 * tests/check/elements/audioconvert.c: (verify_convert),
5701 when a test fails, give an indication of which it is
5703 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5705 * gst-libs/gst/cdda/gstcddabasesrc.c:
5706 compile fix; strtol() needs <stdlib.h>
5708 2006-04-28 Stefan Kost <ensonic@users.sf.net>
5710 * ext/alsa/gstalsamixerelement.c:
5711 * ext/alsa/gstalsasrc.c:
5712 * ext/cdparanoia/gstcdparanoiasrc.c:
5713 * ext/gnomevfs/gstgnomevfssink.c:
5714 * ext/gnomevfs/gstgnomevfssrc.c:
5715 * ext/ogg/gstoggdemux.c:
5716 * ext/ogg/gstoggmux.c:
5717 * ext/ogg/gstoggparse.c:
5718 * ext/ogg/gstogmparse.c:
5719 * ext/pango/gstclockoverlay.c:
5720 * ext/pango/gsttextoverlay.c:
5721 * ext/pango/gsttextrender.c:
5722 * ext/pango/gsttimeoverlay.c:
5723 * ext/theora/theoradec.c:
5724 * ext/theora/theoraenc.c:
5725 * ext/vorbis/vorbisdec.c:
5726 * ext/vorbis/vorbisenc.c:
5727 * gst-libs/gst/audio/gstaudiofilter.c:
5728 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5729 * gst/audioconvert/gstaudioconvert.c:
5730 * gst/audiorate/gstaudiorate.c:
5731 * gst/audioresample/gstaudioresample.c:
5732 * gst/audiotestsrc/gstaudiotestsrc.c:
5733 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5734 * gst/playback/gstdecodebin.c:
5735 * gst/playback/gstplaybin.c:
5736 * gst/playback/gststreamselector.c:
5737 * gst/subparse/gstsubparse.c:
5738 * gst/tcp/gstmultifdsink.c:
5739 * gst/tcp/gsttcpclientsink.c:
5740 * gst/tcp/gsttcpclientsrc.c:
5741 * gst/tcp/gsttcpserversink.c:
5742 * gst/tcp/gsttcpserversrc.c:
5743 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5744 * gst/videorate/gstvideorate.c:
5745 * gst/videoscale/gstvideoscale.c:
5746 * gst/videotestsrc/gstvideotestsrc.c:
5747 * gst/volume/gstvolume.c:
5748 * sys/v4l/gstv4ljpegsrc.c:
5749 * sys/v4l/gstv4lmjpegsink.c:
5750 * sys/v4l/gstv4lmjpegsrc.c:
5751 * sys/v4l/gstv4lsrc.c:
5752 * sys/ximage/ximagesink.c:
5753 * sys/xvimage/xvimagesink.c:
5754 * tests/check/libs/cddabasesrc.c:
5755 make GstElementDetails const
5757 2006-04-28 Stefan Kost <ensonic@users.sf.net>
5759 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5761 send events from src-pad to all sink-pads fixes #338657
5763 2006-04-28 Stefan Kost <ensonic@users.sf.net>
5765 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5766 (alsasink_parse_spec):
5767 query width capabilities from alsa, fixes #338919
5769 2006-04-28 Wim Taymans <wim@fluendo.com>
5771 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5772 (gst_multi_fd_sink_remove_client_link):
5773 * gst/tcp/gstmultifdsink.h:
5774 Fix race condition in multifdsink that can lead to spurious
5775 duplicate clients. this patch adds a new signal that is fired when
5776 multifdsink has removed all references to the fd.
5778 Updated documentation.
5779 API: client-fd-removed signal added
5781 2006-04-28 Michael Smith <msmith@fluendo.com>
5783 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5784 When asking g_value_array_new to prealloc elements, we may as well
5785 ask for the right number of elements.
5787 2006-04-28 Wim Taymans <wim@fluendo.com>
5789 * gst-libs/gst/audio/gstbaseaudiosink.c:
5790 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5791 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5792 patch to make timestamp checking more tollerant to rounding
5793 errors given that real discontinuities are to be marked on
5794 buffers. Fixes some asf files and #338778.
5795 Also avoid some crashers when we receive an event in the
5798 2006-04-28 Michael Smith <msmith@fluendo.com>
5800 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5801 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5802 (gst_gnome_vfs_src_get_property),
5803 (gst_gnome_vfs_src_send_additional_headers_callback),
5804 (gst_gnome_vfs_src_received_headers_callback),
5805 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5806 (gst_gnome_vfs_src_stop):
5807 * ext/gnomevfs/gstgnomevfssrc.h:
5808 Remove ICY handling (mostly) from gnomevfssrc, in favour of
5809 proper shared support within icydemux.
5811 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
5813 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
5814 (gst_video_rate_swap_prev), (gst_video_rate_chain):
5816 fix a leak when no caps negotiated
5817 fix counting of input frames
5818 * tests/check/elements/.cvsignore:
5819 * tests/check/elements/videorate.c: (assert_videorate_stats),
5820 (GST_START_TEST), (videorate_suite):
5823 2006-04-28 Wim Taymans <wim@fluendo.com>
5825 * gst-libs/gst/audio/gstringbuffer.c:
5826 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5827 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5828 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5829 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5830 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5831 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5832 (gst_ring_buffer_commit), (gst_ring_buffer_read),
5833 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5834 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
5835 Check arguments passed to public functions instead of
5838 2006-04-28 Wim Taymans <wim@fluendo.com>
5840 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5841 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5842 GstBaseAudioSrc must be live or it does not work.
5844 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
5845 Don't set live to TRUE as this is the default in the parentclass.
5847 2006-04-28 Wim Taymans <wim@fluendo.com>
5849 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
5850 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
5851 Videoscale doesn't pass on pixel-aspect ratio. Handle all
5852 fixation cases better. Fixes #338991
5854 2006-04-28 Wim Taymans <wim@fluendo.com>
5856 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5857 Handle 0/1 framerate correctly Fixes #331901.
5859 2006-04-28 Wim Taymans <wim@fluendo.com>
5861 * tests/check/elements/audioconvert.c: (get_float_caps),
5862 (GST_START_TEST), (audioconvert_suite):
5863 Added check for correct clipping when doing float samples
5866 2006-04-28 Wim Taymans <wim@fluendo.com>
5868 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
5869 (gst_video_rate_chain):
5870 Print more debugging info.
5872 2006-04-28 Wim Taymans <wim@fluendo.com>
5874 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5875 (resample_set_state_from_caps):
5876 Add support for other formats audioresample can handle such as
5877 32 bits in and float and 64 bits float. Fixes #301759
5879 2006-04-28 Wim Taymans <wim@fluendo.com>
5881 * gst/audioconvert/audioconvert.c: (float):
5882 correctly clip float samples > 1.0. Fixes #338718
5884 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
5886 Patch by: Young-Ho Cha <ganadist at chollian net>
5888 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5889 (gst_text_overlay_render_text):
5890 Don't strip newlines from the text. Also, center lines
5891 within multi-line paragraphs (#339405).
5893 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
5895 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
5896 Fix wavpack typefinding to work in more cases (don't peek
5897 for chunks of multiple hundred kBs at once, but process
5898 things step-by-step in smaller units). Fixes #339786.
5900 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
5905 === release 0.10.6 ===
5907 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
5910 releasing 0.10.6, "Chao"
5912 2006-04-26 David Schleef <ds@schleef.org>
5914 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
5917 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
5920 * win32/common/config.h:
5923 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
5925 patch by: Wim Taymans
5927 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5928 (gst_ogg_demux_perform_seek):
5929 make sure correct newsegments are sent, so that the decoder
5930 and the demuxer agree on timestamps. Fixes playback of a lot
5931 of Ogg files that do not start from 0. Fixes #339833.
5933 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
5935 Patch by: Edward Hervey <edward@fluendo.com>
5937 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
5938 * tests/check/Makefile.am:
5939 * tests/check/elements/videorate.c: (assert_videorate_stats),
5940 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
5941 (videorate_suite), (main):
5942 Fix an infinite loop if frames are passed in with wrongly ordered
5943 timestamps. Fixes #339013.
5945 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
5947 Patch by: Tim-Philipp Müller <tim at centricular dot net>
5949 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5950 fix typefinding on some ISO files. Fixes #339212.
5952 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
5954 Patch by: Tim-Philipp Müller <tim at centricular dot net>
5956 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5957 add another H264 fourcc. Fixes #339047.
5959 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
5961 Patch by: Jan Schmidt
5963 * gst/playback/gststreamselector.c:
5964 (gst_stream_selector_bufferalloc):
5965 Restore old StreamSelector behaviour.
5968 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
5971 * win32/common/config.h:
5974 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
5976 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
5978 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5979 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
5980 Fix some memory leaks: on finalize, free buffers left in the queue
5981 before destroying the queue; in _push(), unref rtp_buf even if
5982 the process vfunc returned a NULL buffer as output buffer (#337548);
5983 demote some recuring debug messages to LOG level.
5985 2006-04-11 Wim Taymans <wim@fluendo.com>
5987 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5988 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5989 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
5990 (gst_ogg_demux_loop):
5992 Respect segment stop when emiting EOS or SEGMENT_DONE.
5995 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
5997 * gst/playback/gststreamselector.c:
5998 (gst_stream_selector_get_property):
5999 Don't leak pad name.
6001 2006-04-10 Michael Smith <msmith@fluendo.com>
6003 * tests/check/Makefile.am:
6004 * tests/check/gst-plugins-base.supp:
6005 Suppress an old libtheora bug (fixed in more recent versions), so
6006 that FC4 buildslaves can pass.
6008 2006-04-10 Wim Taymans <wim@fluendo.com>
6010 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6011 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6012 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6013 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6014 (gst_ogg_demux_loop):
6016 Remember what error we got when finding chains, if we
6017 were shutdown, that would not be an error.
6019 2006-04-10 Wim Taymans <wim@fluendo.com>
6021 * gst-libs/gst/audio/gstbaseaudiosink.c:
6022 (gst_base_audio_sink_event):
6023 Starting the ringbuffer when we did not acquire it can cause
6024 a deadlock, is pointless and causes nasty things for
6026 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6028 2006-04-10 Wim Taymans <wim@fluendo.com>
6030 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6031 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6032 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6033 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6034 (gst_ogg_demux_deactivate_current_chain),
6035 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6036 (gst_ogg_demux_bisect_forward_serialno),
6037 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6038 Add some more debugging.
6040 2006-04-10 Wim Taymans <wim@fluendo.com>
6042 * ext/theora/theoradec.c: (theora_dec_src_event),
6043 (theora_handle_data_packet):
6044 Some more debug info.
6046 * tests/examples/seek/seek.c: (start_seek), (main):
6047 Print element messages too.
6049 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
6051 * gst/audioresample/debug.h:
6052 replace debug macros with variable number of parameters
6053 by a simple alias to gstreamer standard debug macros
6054 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6055 supported by MSVC 6.0 and 7.1)
6056 * gst/audioresample/resample.h:
6057 define M_PI and rint for WIN32
6058 * win32/common/libgstaudio.def:
6059 * win32/common/libgstriff.def:
6060 * win32/common/libgsttag.def:
6061 * win32/common/libgstvideo.def:
6062 add new exported functions
6064 update project files
6066 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6068 * ext/alsa/gstalsamixeroptions.c:
6069 (gst_alsa_mixer_options_class_init):
6070 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6071 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6072 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6073 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6074 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6075 * gst-libs/gst/audio/gstaudiofilter.c:
6076 (gst_audio_filter_class_init):
6077 * gst-libs/gst/audio/gstaudiosink.c:
6078 (gst_audioringbuffer_class_init):
6079 * gst-libs/gst/audio/gstaudiosrc.c:
6080 (gst_audioringbuffer_class_init):
6081 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6082 * gst-libs/gst/interfaces/colorbalancechannel.c:
6083 (gst_color_balance_channel_class_init):
6084 * gst-libs/gst/interfaces/mixeroptions.c:
6085 (gst_mixer_options_class_init):
6086 * gst-libs/gst/interfaces/mixertrack.c:
6087 (gst_mixer_track_class_init):
6088 * gst-libs/gst/interfaces/tunerchannel.c:
6089 (gst_tuner_channel_class_init):
6090 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6091 * gst-libs/gst/netbuffer/gstnetbuffer.c:
6092 (gst_netbuffer_class_init):
6093 * gst-libs/gst/rtp/gstbasertppayload.c:
6094 (gst_basertppayload_class_init):
6095 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6096 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6097 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6098 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6099 * gst/playback/gststreamselector.c:
6100 (gst_stream_selector_class_init):
6101 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6102 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6103 * sys/v4l/gstv4lcolorbalance.c:
6104 (gst_v4l_color_balance_channel_class_init):
6105 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6106 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6107 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6108 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6109 (gst_v4l_tuner_norm_class_init):
6110 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6111 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6112 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6113 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6115 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6117 * ext/pango/gsttextrender.h:
6118 * gst-libs/gst/audio/gstaudiosink.h:
6119 * gst-libs/gst/audio/gstaudiosrc.h:
6120 * gst-libs/gst/audio/gstbaseaudiosink.h:
6121 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6122 * gst-libs/gst/audio/gstringbuffer.h:
6123 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6124 * gst-libs/gst/rtp/gstbasertppayload.h:
6125 * gst-libs/gst/video/gstvideofilter.h:
6126 * gst-libs/gst/video/gstvideosink.h:
6127 * gst/playback/gstplaybasebin.h:
6128 * gst/tcp/gstmultifdsink.h:
6129 * sys/v4l/gstv4lelement.h:
6130 Fix broken GObject macros
6132 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6134 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6135 More debug to trace why my USB headset is not working with gst
6137 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6139 * gst/playback/gstplaybasebin.c: (group_destroy):
6140 Clean up our group elements properly in the case where it never
6141 got committed - it still got added unconditionally to the bin.
6143 2006-04-07 Wim Taymans <wim@fluendo.com>
6145 * ext/theora/theoradec.c: (theora_dec_sink_event),
6146 (theora_handle_data_packet), (theora_dec_chain):
6147 Unref unhandled events.
6148 Protect against empty buffers.
6149 Perform QoS on running time.
6151 2006-04-07 Michael Smith <msmith@fluendo.com>
6153 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6154 (gst_vorbis_enc_chain):
6155 Remove leaks from vorbisenc.
6156 Mostly minor changes, the only significant one is that now the
6157 buffers we set as 'streamheader' on the caps are copies of the
6158 original buffers, to avoid circular refcounting problems.
6160 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6162 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6163 Don't remove our mute-probe if someone else already did so.
6164 Don't set a 2nd one if there is already one pending on the pad.
6166 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6168 When a seek fails, ensure that playbin is still set back to playing.
6170 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6171 (mpeg_ts_type_find), (plugin_init):
6172 Add a typefind function for mpeg-ts streams. (Closes: #336617)
6174 2006-04-06 Andy Wingo <wingo@pobox.com>
6176 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
6177 (gst_video_rate_init): Caps-related parameters should not be reset
6178 by a flush -- move their inits to the instance init function.
6179 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6180 is not OK, just return the result.
6182 * gst/audiotestsrc/gstaudiotestsrc.c
6183 (gst_audio_test_src_class_init)
6184 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6185 broken by Stefan's commit on 24 March.
6187 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6188 buffers being pushed out. Fixes oggmux ! multifdsink.
6190 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
6192 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6193 (gst_vorbis_dec_init), (vorbis_dec_finalize):
6194 * ext/vorbis/vorbisdec.h:
6195 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6196 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6197 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6198 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6199 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6200 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6201 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6202 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6203 (gst_vorbis_enc_buffer_from_packet),
6204 (gst_vorbis_enc_buffer_from_header_packet),
6205 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6206 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6207 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6208 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6209 (gst_vorbis_enc_change_state):
6210 * ext/vorbis/vorbisenc.h:
6211 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6212 vorbisenc adhere to the official nomenclature; use boilerplate
6215 2006-04-04 Andy Wingo <wingo@pobox.com>
6217 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6218 Whoops, fix bug introduced. Bad hacker!
6220 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6221 Properly handle the case where you get EOS before any buffers are
6222 received. Use gst_buffer_make_metadata_writable where appropriate.
6224 * ext/theora/theoradec.c (theora_handle_data_packet): This value
6225 is often negative -- make it signed so as not to wrap around.
6226 Fixes segfaults introduced on 9 March.
6228 2006-04-03 Wim Taymans <wim@fluendo.com>
6230 * ext/theora/gsttheoradec.h:
6231 * ext/theora/theoradec.c: (theora_dec_src_event):
6232 Don't try to store a gdouble in a gboolean.
6235 2006-04-03 Michael Smith <msmith@fluendo.com>
6237 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6239 Make it suck slightly less by writing out the final page.
6240 Still can't encode a vorbis-in-ogg file correctly, though.
6242 2006-04-03 Andy Wingo <wingo@pobox.com>
6244 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6247 * ext/theora/theora.c (plugin_init): Register theoraparse.
6249 * ext/theora/gsttheoraparse.h:
6250 * ext/theora/theoraparse.c: New files implementing a theora
6251 parser. Now we can properly remux ogg/theora+vorbis, yay.
6253 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6255 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6257 * gst/audiotestsrc/gstaudiotestsrc.c:
6258 Fixed the sample pipeline (see #323798)
6260 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6263 * win32/common/config.h:
6264 * win32/common/config.h.in:
6265 use AS_VERSION and AS_NANO
6268 2006-03-31 Andy Wingo <wingo@pobox.com>
6270 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6271 uninitialized variable return that would happen.
6273 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6274 uninitialized variable return that would never happen.
6276 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6277 (vorbis_parse_sink_event): Add an event function to flush our
6278 state on a seek, and to drain buffers on a premature EOS.
6279 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6280 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
6281 (vorbis_parse_chain, vorbis_parse_queue_buffer)
6282 (vorbis_parse_drain_queue): Queue up buffers until we can set
6283 their timestamps and granulepos values.
6285 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6286 and keep track of data needed for deriving granulepos and
6287 timestamps for buffers.
6289 2006-03-29 Wim Taymans <wim@fluendo.com>
6291 Patch by: j^ <j at bootlab dot org>
6293 * ext/alsa/gstalsamixerelement.c:
6294 (gst_alsa_mixer_element_class_init):
6295 * ext/alsa/gstalsasink.c:
6296 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6297 * ext/ogg/gstoggdemux.c:
6298 * ext/ogg/gstoggmux.c:
6299 * ext/ogg/gstoggparse.c:
6300 * ext/pango/gstclockoverlay.c:
6301 * ext/pango/gsttextoverlay.c:
6302 * ext/pango/gsttextrender.c:
6303 * ext/pango/gsttimeoverlay.c:
6304 * ext/theora/theoradec.c:
6305 * ext/theora/theoraenc.c:
6306 * ext/vorbis/vorbisdec.c:
6307 * ext/vorbis/vorbisenc.c:
6308 * gst/audioconvert/gstaudioconvert.c:
6309 * gst/subparse/gstsubparse.c:
6310 * gst/tcp/gstmultifdsink.c:
6311 * gst/tcp/gsttcpclientsink.c:
6312 * gst/tcp/gsttcpclientsrc.c:
6313 * gst/tcp/gsttcpserversink.c:
6314 * gst/tcp/gsttcpserversrc.c:
6315 better/unified long descriptions
6318 2006-03-29 Wim Taymans <wim@fluendo.com>
6320 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6322 Don't let double and triple clicks mess up our state.
6324 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6326 * gst/playback/gstplaybin.c: (gen_video_element),
6327 (gen_text_element), (gen_audio_element), (gen_vis_element):
6328 Error out gracefully when we can't create any of the usual
6329 conversion elements for some reason. Also, don't try to
6330 create an audioscale (sic) element that's not used anyway.
6332 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6334 * gst/playback/gstplaybasebin.c: (setup_source):
6335 Don't post RESOURCE_NOT_FOUND error when we can't find a source
6336 element for a particular protocol, that's confusing for users.
6337 Instead, post a RESOURCE_FAILED error, so that our own error
6338 message is actually shown in totem etc. (#336303).
6340 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6342 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6344 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6345 (gst_gnome_vfs_src_get_icy_metadata):
6346 Fix some minor memory leaks (#336194).
6348 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6350 * ext/gnomevfs/gstgnomevfs.c:
6351 (gst_gnome_vfs_location_to_uri_string):
6352 * ext/gnomevfs/gstgnomevfs.h:
6353 * ext/gnomevfs/gstgnomevfssink.c:
6354 (gst_gnome_vfs_sink_set_property):
6355 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6356 Make gnomevfssink accept filenames as well as URIs for the
6357 "location" property, just like gnomevfssrc does (and
6358 filesrc/filesink do) (#336190).
6360 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6362 * tests/check/generic/clock-selection.c: (GST_START_TEST):
6363 set to NULL before unreffing, fixes a valgrind leak.
6364 Why was this not triggering the error that an object needs to
6365 be NULL before unreffing ?
6366 * win32/common/config.h:
6369 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
6371 * gst/subparse/gstsubparse.c: (convert_encoding),
6372 (gst_sub_parse_change_state):
6373 * gst/subparse/gstsubparse.h:
6374 Text subtitle files may or may not be UTF-8. If it's not, we
6375 don't really want to see '?' characters in place of non-ASCII
6376 characters like accented characters. So let's assume the input
6377 is UTF-8 until we come across text that is clearly not. If it's
6378 not UTF-8, we don't really know what it is, so try the following:
6379 (a) see whether the GST_SUBTITLE_ENCODING environment variable
6380 is set; if not, check (b) if the current locale encoding is
6381 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6382 the current locale encoding is UTF-8 and the environment variable
6383 was not set to any particular encoding. Not perfect, but better
6384 than nothing (and better than before, I think) (fixes #172848).
6386 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6389 update core requirement to 0.10.4.1 because of async_playback
6390 vmethod on GstBaseSink
6392 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6394 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6395 * gst/adder/gstadder.c: (gst_adder_init):
6396 use DEBUG_FUNCPTR for collectpads
6398 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6400 * docs/plugins/Makefile.am:
6401 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6402 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6403 * ext/cdparanoia/gstcdparanoiasrc.c:
6404 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6405 (gst_gnome_vfs_sink_class_init):
6406 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6407 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6408 * ext/ogg/gstoggmux.c:
6409 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6410 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6411 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6412 * ext/pango/gsttextoverlay.c:
6413 * ext/pango/gsttextrender.c:
6414 * ext/theora/theoradec.c:
6415 * ext/theora/theoraenc.c:
6416 * ext/vorbis/vorbisdec.c:
6417 * ext/vorbis/vorbisenc.c:
6418 * gst-libs/gst/audio/gstaudiofilter.c:
6419 (gst_audio_filter_base_init):
6420 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6421 (gst_audio_filter_template_base_init):
6422 * gst/adder/gstadder.c: (gst_adder_get_type):
6423 * gst/adder/gstadder.h:
6424 * gst/audioconvert/gstaudioconvert.c:
6425 * gst/audiotestsrc/gstaudiotestsrc.c:
6426 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6427 (gst_audio_test_src_create):
6428 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6429 * gst/playback/gstdecodebin.c:
6430 * gst/playback/gstplaybin.c:
6431 * gst/playback/gststreamselector.c:
6432 (gst_stream_selector_base_init):
6433 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6434 * gst/volume/gstvolume.c:
6435 * sys/v4l/gstv4lmjpegsink.c:
6436 * sys/v4l/gstv4lmjpegsrc.c:
6437 * tests/check/libs/cddabasesrc.c:
6438 * tests/old/examples/gob/gst-identity2.gob:
6439 Add docs for adder, use GST_ELEMENT_DETAILS macro,
6440 define GstElementDetails at the top
6442 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
6444 * win32/common/libgstinterfaces.def:
6445 Add a lot of export functions for gst-python
6446 * win32/vs6/libgstinterfaces.dsp:
6447 Add a missing include folder in the project configuration
6449 2006-03-23 Wim Taymans <wim@fluendo.com>
6451 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6452 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6453 (gst_base_audio_src_change_state):
6454 Fix audio sources, forgot to make the ringbuffer
6457 2006-03-23 Wim Taymans <wim@fluendo.com>
6459 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6460 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6461 (gst_base_audio_src_change_state):
6462 unparent instead of unref the ringbuffer.
6464 2006-03-23 Wim Taymans <wim@fluendo.com>
6466 * gst-libs/gst/audio/gstbaseaudiosink.c:
6467 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6468 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6469 Implement new async_play vmethod to start slaving and allow
6470 playback start in case of async PLAY state changes.
6472 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6473 Enable QoS with new method in base class.
6475 2006-03-23 Wim Taymans <wim@fluendo.com>
6477 Patch by: Julien MOUTTE <julien at moutte dot net>
6479 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6480 (gst_video_test_src_do_seek), (gst_video_test_src_create):
6481 Partially handle 0 framerate, only EOS after the first frame
6484 2006-03-23 Wim Taymans <wim@fluendo.com>
6486 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6488 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6489 (gst_riff_create_video_template_caps):
6490 * gst/ffmpegcolorspace/avcodec.h:
6491 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6492 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6493 (gst_ffmpegcsp_avpicture_fill):
6494 * gst/ffmpegcolorspace/imgconvert.c:
6495 Patch for support of YVU9 AVI files (#334822)
6497 2006-03-22 Edward Hervey <edward@fluendo.com>
6499 * docs/design/design-decodebin.txt:
6500 Added design document for new decodebin
6501 (Target Caps): text/x-pango-markup is also a default target caps.
6503 2006-03-22 Wim Taymans <wim@fluendo.com>
6505 * gst-libs/gst/audio/gstbaseaudiosink.c:
6506 (gst_base_audio_sink_dispose):
6507 Since we _parent the ringbuffer, we also need to
6508 _unparent instead of a plain _unref.
6510 2006-03-22 Wim Taymans <wim@fluendo.com>
6512 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6513 (stop_seek), (scrub_toggle_cb), (main):
6516 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
6518 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6519 (gst_ogg_parse_chain):
6520 Fix very inefficient usage of linked lists (#335365).
6522 2006-03-21 Edward Hervey <edward@fluendo.com>
6524 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6525 * gst/playback/gstplaybin.c: (handoff):
6526 * gst/playback/gststreamselector.c:
6527 (gst_stream_selector_set_property):
6528 gcc 4.1 unreferenced pointer fixes.
6529 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6530 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6531 gst_buffer_ref() now takes a GstBuffer*.
6533 2006-03-20 Julien MOUTTE <julien@moutte.net>
6535 * sys/xvimage/xvimagesink.c:
6536 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6539 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
6541 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6542 (id3v1_type_find), (apetag_type_find), (plugin_init):
6543 Can't do tag preferences via probability, as tags would then
6544 lose against types that are recognised with MAXIMUM probability
6545 (like .wav); so let all tag typefinders return MAXIMUM themselves
6546 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6547 that we can prefer APE to ID3v1 (fixes #335028).
6549 2006-03-17 Wim Taymans <wim@fluendo.com>
6551 * gst-libs/gst/audio/gstbaseaudiosink.c:
6552 (gst_base_audio_sink_change_state):
6553 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6554 (gst_ring_buffer_may_start):
6555 * gst-libs/gst/audio/gstringbuffer.h:
6556 Only start playback if we are playing.
6559 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
6561 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6562 * win32/common/config.h:
6563 Revert accidental commits to these files.
6565 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6567 Patch by: Michal Benes <michal dot benes at xeris dot cz>
6569 * tests/Makefile.am:
6570 Don't try to build tests in tests/icles if we
6571 don't have X (#323852)
6573 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6575 * gst-libs/gst/tag/gstid3tag.c:
6576 Add TXXX frame identifiers for replaygain stuff as used
6577 by some taggers (see #323721).
6579 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
6581 * gst/playback/gststreamselector.c:
6582 (gst_stream_selector_set_property),
6583 (gst_stream_selector_bufferalloc):
6584 Preserve the existing buggy streamselector behaviour by performing
6585 a fallback buffer allocation when downstream isn't linked yet.
6586 This should really be fixed in playbin by blocking pads until it's
6588 Also, use gst_pad_alloc_buffer instead of
6589 gst_pad_alloc_buffer_and_set.
6591 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6593 * gst-libs/gst/tag/gstid3tag.c:
6594 Don't crash on unknown ID3v2 TXXX frames.
6596 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
6598 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6599 Chain up to the parent finalize method.
6600 Add 32-bit sample size to the template caps.
6602 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6603 (gst_riff_create_video_template_caps):
6604 Add the fourcc that the VMWare codec uses.
6606 * gst/playback/gststreamselector.c:
6607 (gst_stream_selector_set_property),
6608 (gst_stream_selector_bufferalloc),
6609 (gst_stream_selector_request_new_pad):
6610 For the active pad, forward buffer-alloc requests, otherwise
6611 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6612 having to memcpy every frame when used by playbin.
6614 * gst/tcp/gstmultifdsink.c:
6615 (gst_multi_fd_sink_handle_client_write):
6616 Get negotiated caps from the sink pad, rather than the sink
6619 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6621 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6623 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6624 Don't forget to set src->callbacks_pushed to FALSE again when
6625 popping them, otherwise re-activation in a different mode won't
6628 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6630 Patch by: Sebastien Moutte <sebastien moutte net>
6632 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6633 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6634 (gst_ffmpeg_smpfmt_to_caps):
6635 Replace __VA_ARGS__ caps creation macros with varargs functions.
6636 Makes things compile on MSVC (#320765), looks nicer, and we can
6637 tell the compiler to check for the NULL terminator.
6639 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6641 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6643 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6644 Make sure the buffer we copy into is really always big
6645 enough, this time for real (#333488).
6647 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6649 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6650 Add support for 24bpp DIB (#305279).
6652 2006-03-14 Wim Taymans <wim@fluendo.com>
6654 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6655 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6656 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6657 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6658 (gst_video_scale_init), (gst_video_scale_src_event):
6659 Re-enable QoS after the release.
6660 Rework videoscale to use the base class src_event handler.
6662 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6667 === release 0.10.5 ===
6669 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
6672 releasing 0.10.5, "Net"
6674 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
6676 * docs/plugins/Makefile.am:
6677 Part of previous cdparanoiasrc docs fixes, forgot to commit.
6679 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
6681 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6682 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6683 * docs/plugins/gst-plugins-base-plugins.hierarchy:
6684 Add cdparanoiasrc to docs.
6686 * gst-libs/gst/cdda/gstcddabasesrc.c:
6687 More GstCddaBaseSrc docs.
6689 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
6691 * docs/libs/gst-plugins-base-libs-sections.txt:
6692 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6693 * gst-libs/gst/tag/tag.h:
6694 API: libgsttag: new method gst_tag_from_id3_user_tag().
6696 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
6698 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6699 NULL-terminate array of mpeg4 video file extensions.
6700 Fixes crash on PPC (#334226).
6702 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
6704 * ext/gnomevfs/gstgnomevfssrc.c:
6705 (gst_gnome_vfs_src_check_get_range):
6706 gnome_vfs_uri_is_local() alone is not a good indicator
6707 whether we can operate in pull-mode with a specific URI,
6708 as it returns FALSE for file:// URIs that point to an
6709 NFS-mounted path. Be more conservative here: whitelist
6710 local files, blacklist http URIs and use the old
6711 mechanism for anything else (fixes #334216).
6713 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
6718 === release 0.10.4 ===
6720 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
6723 releasing 0.10.4, "Power"
6725 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
6727 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6728 Disable max-lateness by setting it to -1 for now, so that
6729 we can bed QoS stuff in thoroughly between now and the next
6732 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
6734 Patch by: Fabrizio Gennari
6736 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6737 Make sure we don't read beyond the palette buffer in case of
6738 broken or manipulated files (#333488)
6740 2006-03-10 Edward Hervey <edward@fluendo.com>
6742 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6743 Fix for variable not initialized.
6745 2006-03-09 Wim Taymans <wim@fluendo.com>
6747 * ext/libvisual/visual.c: (gst_visual_get_type),
6748 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6752 * ext/theora/gsttheoradec.h:
6753 * ext/theora/theoradec.c: (gst_theora_dec_init),
6754 (gst_theora_dec_reset), (_theora_granule_time),
6755 (theora_dec_src_convert), (theora_dec_sink_convert),
6756 (theora_dec_src_query), (theora_dec_src_event),
6757 (theora_dec_sink_event), (theora_handle_comment_packet),
6758 (theora_handle_header_packet), (theora_dec_push),
6759 (theora_handle_data_packet), (theora_dec_chain),
6760 (theora_dec_change_state):
6763 2006-03-09 Wim Taymans <wim@fluendo.com>
6765 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6766 (audiocast_register_listener), (gst_gnome_vfs_src_start):
6769 2006-03-09 Wim Taymans <wim@fluendo.com>
6771 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6772 Don't try to activate NULL chains.
6774 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
6776 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6777 Fix invalid memory access to region before peek'd data (#332964).
6779 2006-03-09 Wim Taymans <wim@fluendo.com>
6781 Patch by: Christophe Fergeau
6783 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6784 * ext/pango/gsttextrender.c: (gst_text_render_init):
6785 * gst/adder/gstadder.c: (gst_adder_init):
6786 Don't leak padtemplates, closes #333510.
6788 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
6790 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6791 Fix invalid memory access: make sure string passed to
6792 regexec() is NUL-termianted.
6794 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
6796 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6798 Refactor mpeg/audio typefinding to make it more maintainable
6799 and easier to fine-tune. Make probing into middle of the file
6800 work properly (fixes #333900, also see #152688).
6802 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
6804 * gst/typefind/gsttypefindfunctions.c:
6805 (utf8_type_find_have_valid_utf8_at_offset):
6806 Remove part from previous commit that was bogus:
6807 g_utf8_validate() does in fact not accept embedded
6808 zeroes, so we don't need to check for those (thanks
6809 to Mike for the hint).
6811 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
6813 * gst/typefind/gsttypefindfunctions.c:
6814 (utf8_type_find_count_embedded_zeroes),
6815 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
6816 Make plain/text typefinder more conservative: firstly, check
6817 for embedded zeroes, which are perfectly valid UTF-8 characters,
6818 but also a fairly good sign that something is not a plain text
6819 file; secondly, probe into the middle of the file if possible.
6820 If we can't probe into the middle, limit the probability value
6821 to be returned to TYPE_FIND_POSSIBLE (see #333900).
6823 2006-03-08 Michael Smith <msmith@fluendo.com>
6825 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6826 Make typefind function name for mpeg4 video unique.
6828 2006-03-08 Wim Taymans <wim@fluendo.com>
6830 * ext/libvisual/visual.c: (gst_visual_init),
6831 (gst_visual_clear_actors), (gst_visual_dispose),
6832 (gst_visual_reset), (gst_visual_src_setcaps),
6833 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
6834 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
6835 (gst_visual_chain), (gst_visual_change_state):
6836 Cleanups, post nice errors.
6837 Handle sink and src events.
6838 Implement simple QoS.
6840 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6841 Use new basesink methods to configure max-lateness.
6844 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6845 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
6846 Debug statement cleanups.
6848 * gst/volume/gstvolume.c: (gst_volume_class_init):
6851 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
6853 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
6854 (gst_text_overlay_init), (gst_text_overlay_set_property),
6855 (gst_text_overlay_get_property):
6856 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
6857 as string type properties, but mark them deprecated. Add
6858 'halignment' and 'valignment' properties that use enums
6861 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
6863 Patch by: Fabrizio Gennari
6865 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6866 Allow palettes with less than 256 colours in AVI files
6869 2006-03-07 Julien MOUTTE <julien@moutte.net>
6871 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6872 (gst_text_overlay_video_event): Fix wrong EOS handling on text
6873 pad. We were releasing the queued text buffer when we should keep
6874 it until video pad gets EOS or discard the text buffer because it's
6875 too old. That was eating the last subtitle buffer. Add some more
6878 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
6880 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
6881 (gst_text_overlay_video_chain):
6882 Fix invalid memory access (we can't access a buffer after it's been
6883 pushed downstream without taking a reference); fix memory leak (if
6884 there's no text to render, bail out before allocating stuff).
6886 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
6888 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6889 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
6890 * ext/pango/gsttextoverlay.h:
6891 If input is plain text, escape it before passing it to
6892 pango_layout_set_markup().
6894 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
6896 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
6897 Don't ignore flow return from gst_pad_push().
6899 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
6901 Patch by: Fabrizio Gennari
6903 * ext/libvisual/visual.c: (gst_visual_getcaps),
6904 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
6905 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
6906 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
6907 (gst_vorbisenc_convert_sink):
6908 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
6909 (gst_audio_duration_from_pad_buffer):
6910 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
6911 (gst_audio_filter_chain):
6912 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6913 (gst_base_rtp_depayload_setcaps):
6914 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
6915 (gst_video_get_size):
6916 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
6917 Don't leak references returned by gst_pad_get_parent()
6920 2006-03-06 Stefan Kost <ensonic@users.sf.net>
6922 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
6923 change location param details
6924 * gst/volume/gstvolume.c: (plugin_init):
6925 correct plugin description
6927 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
6929 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6930 (gst_gnome_vfs_src_check_get_range):
6931 Override GstBaseSrc::check_get_range() in order to avoid opening
6932 the resource just to check whether we can operate in pull-mode or
6933 not - we can predict that pretty well from the URI alone. Should
6934 fix problems with last.fm (#331690). (Requires latest core CVS).
6936 2006-03-06 Wim Taymans <wim@fluendo.com>
6938 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6939 (gst_video_sink_class_init):
6940 Throw away frames that are later than 20 ms.
6942 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
6944 Patch by: Fabrizio Gennari
6946 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6947 Set depth on WMA caps (#333545)
6949 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
6951 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6952 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6953 put Theora BOS pages before others. This hardcodes
6954 the Ogg/Theora I profile, but hey.
6956 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
6959 updated with some examples
6960 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
6961 (granulepos_add), (theora_buffer_from_packet):
6962 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
6963 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
6964 (gst_vorbisenc_chain):
6965 implement strategy from ext/ogg/README
6966 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6967 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6968 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
6969 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
6970 Fix muxer so that oggz-validate is happy with all streams;
6971 except for no eos mark, and the BOS page ordering
6972 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6973 (check_buffer_granulepos):
6974 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
6975 update tests to check for OFFSET being set as requested
6976 fixed type of granulepos, it's not a ClockTime
6978 2006-03-05 Julien MOUTTE <julien@moutte.net>
6980 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6981 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6982 Check that the xvimage we are creating has a correct size
6983 before returning it. (#314897)
6985 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
6987 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6988 Give id3 and ape tag typefinders a rank slightly higher
6989 than PRIMARY to ensure they're always run before any of
6990 the other typefinders (in particular wav and mp3) (#324186).
6992 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
6994 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6995 Add support for '3IVD' fourcc (#333403).
6997 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
7000 Bump requirements to GStreamer CVS for the new error enum.
7002 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7003 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7004 space left on the device (fixes #333352).
7006 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
7009 add a project file for libgstvolume
7010 update the workspace
7012 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
7014 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7015 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7017 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7018 Set IN_CAPS on header buffers
7020 2006-03-02 Wim Taymans <wim@fluendo.com>
7022 * docs/plugins/Makefile.am:
7023 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7024 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7025 Add audioresample to docs.
7027 * gst/audioconvert/gstaudioconvert.c:
7030 * gst/audioresample/gstaudioresample.c:
7031 (gst_audioresample_base_init), (gst_audioresample_class_init),
7032 (gst_audioresample_init), (gst_audioresample_dispose),
7033 (audioresample_get_unit_size), (audioresample_transform_caps),
7034 (resample_set_state_from_caps), (audioresample_transform_size),
7035 (audioresample_set_caps), (audioresample_event),
7036 (audioresample_do_output), (audioresample_transform),
7037 (audioresample_pushthrough), (gst_audioresample_set_property),
7038 (gst_audioresample_get_property), (plugin_init):
7039 * gst/audioresample/gstaudioresample.h:
7041 Small code cleanups.
7043 2006-03-02 Wim Taymans <wim@fluendo.com>
7045 * docs/plugins/Makefile.am:
7046 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7047 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7048 Added videoscale to docs.
7050 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7051 (gst_video_rate_swap_prev), (gst_video_rate_event),
7052 (gst_video_rate_chain):
7055 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7056 (gst_video_scale_init), (gst_video_scale_prepare_size),
7057 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7058 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7059 * gst/videoscale/gstvideoscale.h:
7060 Added docs, examples.
7062 Post errors instead of g_warning.
7064 2006-03-02 Wim Taymans <wim@fluendo.com>
7066 * docs/libs/gst-plugins-base-libs-docs.sgml:
7067 * docs/libs/gst-plugins-base-libs-sections.txt:
7068 * docs/libs/gst-plugins-base-libs.types:
7069 * docs/plugins/Makefile.am:
7070 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7071 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7072 Added some more docs to libs and plugins.
7074 * gst-libs/gst/audio/gstringbuffer.c:
7075 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7076 * gst-libs/gst/audio/gstringbuffer.h:
7077 Document ringbuffer some more.
7079 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7080 (gst_video_rate_setcaps), (gst_video_rate_reset),
7081 (gst_video_rate_init), (gst_video_rate_flush_prev),
7082 (gst_video_rate_swap_prev), (gst_video_rate_event),
7083 (gst_video_rate_chain), (gst_video_rate_change_state):
7084 * gst/videorate/gstvideorate.h:
7085 Fix videorate to use segments.
7086 Make it work with 0/1 framerates (closes #331903)
7087 Handle EOS correctly.
7090 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7092 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7093 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7094 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7095 In state change function, first chain up to parent class,
7096 then handle downwards state change stuff. Remove some
7097 commented out cruft from 0.8 code.
7099 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7101 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7102 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7103 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7104 (gst_ogm_parse_chain):
7105 Don't remove/re-add source pad if the new caps are the same as
7106 the old caps anyway (#333042). When removing source pad, don't
7107 unref it afterwards - we didn't ref it when adding. Sprinkle some
7108 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7109 after using gst_pad_get_parent(). Return downstream flow return
7110 value in chain function.
7112 2006-03-02 Wim Taymans <wim@fluendo.com>
7114 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7115 * docs/plugins/gst-plugins-base-plugins.args:
7116 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7117 * docs/plugins/gst-plugins-base-plugins.interfaces:
7118 * docs/plugins/gst-plugins-base-plugins.signals:
7119 Fix hierarchy, added some more elements to the docs.
7121 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7122 (gst_ffmpegcsp_get_type):
7123 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7124 Fix docs for ffmpegcolorspace.
7126 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
7128 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7129 (apetag_type_find), (ape_type_find), (plugin_init):
7130 Some typefinding fine-tuning:
7131 - rank ID3/APE tags in order of preference via probabilities, so that
7132 ID3v2 > APEv2 > APEv1 > ID3v1.
7133 - three or four bytes don't really justify MAXIMUM probability,
7134 change those to 'very likely' (musepack and monkeysaudio).
7136 2006-03-01 Wim Taymans <wim@fluendo.com>
7138 * docs/plugins/Makefile.am:
7139 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7140 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7141 * ext/alsa/gstalsamixer.c:
7142 * ext/alsa/gstalsamixer.h:
7143 * ext/alsa/gstalsamixerelement.c:
7144 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7145 * ext/alsa/gstalsamixerelement.h:
7146 * ext/alsa/gstalsasink.c:
7147 * ext/alsa/gstalsasink.h:
7148 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7150 * ext/alsa/gstalsasrc.h:
7152 Small code cleanups.
7154 2006-03-01 Wim Taymans <wim@fluendo.com>
7156 * ext/theora/Makefile.am:
7157 Dist new header too,
7159 2006-03-01 Wim Taymans <wim@fluendo.com>
7161 * docs/plugins/Makefile.am:
7162 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7163 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7164 * ext/gnomevfs/gstgnomevfssink.h:
7165 * ext/gnomevfs/gstgnomevfssrc.h:
7166 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7167 * ext/vorbis/vorbisdec.h:
7168 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7169 * ext/vorbis/vorbisenc.h:
7170 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7171 (vorbis_parse_chain), (vorbis_parse_change_state):
7172 * ext/vorbis/vorbisparse.h:
7173 * gst/audioconvert/gstaudioconvert.h:
7174 * gst/tcp/gsttcpserversink.h:
7175 * gst/videotestsrc/gstvideotestsrc.c:
7176 * gst/videotestsrc/gstvideotestsrc.h:
7177 * gst/volume/gstvolume.c:
7178 * gst/volume/gstvolume.h:
7180 Added docs for vorbisdec and vorbisparse.
7183 2006-03-01 Wim Taymans <wim@fluendo.com>
7185 * docs/plugins/Makefile.am:
7186 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7187 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7188 * ext/pango/gstclockoverlay.h:
7189 * ext/pango/gsttextoverlay.h:
7190 * ext/pango/gsttextrender.h:
7191 * ext/pango/gsttimeoverlay.h:
7192 * ext/theora/gsttheoradec.h:
7193 * ext/theora/gsttheoraenc.h:
7194 * ext/theora/theoradec.c:
7195 * ext/theora/theoraenc.c:
7196 * gst/audioconvert/gstaudioconvert.h:
7197 * gst/audiotestsrc/gstaudiotestsrc.h:
7198 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7199 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7200 * gst/tcp/gstmultifdsink.h:
7201 Updated/added documentation.
7203 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7204 (gst_text_overlay_halign_get_type),
7205 (gst_text_overlay_wrap_mode_get_type),
7206 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7207 (gst_text_overlay_init), (gst_text_overlay_set_property),
7208 (gst_text_overlay_get_property):
7209 Fix up properties to be enums instead of string to make bindings,
7210 introspection and automatic GUI creation possible.
7211 Add getters for the properties.
7213 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
7215 * gst/audiotestsrc/gstaudiotestsrc.c:
7216 added defines of M_PI and M_PI_2
7217 * gst/ffmpegcolorspace/avcodec.h:
7218 removed #include "stdint.h" for win32 as _stdint.h is
7219 autogenerated to win32/common
7220 * win32/common/libgstaudio.def:
7221 * win32/common/libgsttag.def:
7224 some project files bugs corrected
7226 project files are reset to the default vs7 configuration
7227 (they link to msvcr71.dll using default optimizations)
7229 2006-02-28 Wim Taymans <wim@fluendo.com>
7231 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7234 2006-02-28 Edward Hervey <edward@fluendo.com>
7236 * ext/alsa/gstalsasrc.c:
7237 Set proper class on the ElementDetails:
7238 Source/Audio instead of Src/Audio/
7240 2006-02-28 Edward Hervey <edward@fluendo.com>
7242 * gst/videoscale/vs_scanline.c:
7243 (vs_scanline_resample_nearest_RGBA):
7244 Revert optimization in videoscale. It should go in liboil and have
7245 an appropriate liboil function.
7247 2006-02-28 Wim Taymans <wim@fluendo.com>
7249 * gst-libs/gst/audio/gstbaseaudiosink.c:
7250 (gst_base_audio_sink_provide_clock):
7251 Don't try to provide a clock in the NULL state.
7253 2006-02-28 Wim Taymans <wim@fluendo.com>
7255 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7256 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7257 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7258 (gst_ogg_demux_deactivate_current_chain),
7259 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7260 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7261 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7262 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7263 Use GstSegment infrastructure to remove duplicated code
7264 and handle more seek cases correctly.
7266 2006-02-28 Wim Taymans <wim@fluendo.com>
7268 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7269 (gst_ffmpegcsp_transform):
7270 Don't ignore return code from ffmpeg convert function.
7272 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7273 Split out some long statements to ease debugging.
7275 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
7277 * ext/libvisual/visual.c: (gst_visual_init),
7278 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7279 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7280 being able to renegotiate the size. Instead, use the negotiation
7281 algorithm from the goom plugin to pick an initial output caps.
7283 Also, allow theoretical libvisual plugins that might support non-GL
7284 output even if they also do GL.
7286 2006-02-26 Julien MOUTTE <julien@moutte.net>
7288 * ext/libvisual/visual.c: (gst_visual_init),
7289 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7290 (plugin_init): Load only non GL plugins. Fix some memleaks and
7291 possible negotiation issues.
7293 2006-02-25 Julien MOUTTE <julien@moutte.net>
7295 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7297 2006-02-24 Michael Smith <msmith@fluendo.com>
7299 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7300 (cmml_type_find), (plugin_init):
7301 Fix CMML type find function to not require a specific minor version
7304 Add an MPEG4 video elementary stream typefind function.
7306 2006-02-04 Michael Smith <msmith@fluendo.com>
7308 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7309 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7310 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7311 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7312 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7313 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7314 Annodex support in ogg demuxer. Doesn't do very much without the
7315 other annodex patches (to come).
7317 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7319 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7321 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7322 Pick up palette for MS video v1 (#327028)
7324 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7326 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7327 (gst_ffmpegcsp_caps_remove_format_info),
7328 (gst_ffmpegcsp_get_unit_size):
7329 The 'palette_data' field from incoming RGB caps shouldn't be
7330 proxied on outgoing YUV caps; also, restrict unit size
7331 adjustment in case of paletted data only to the unit that
7332 actually has a palette. Fixes #330711.
7334 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7336 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7337 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7338 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7339 (gst_ffmpegcsp_get_unit_size):
7340 Plug some memory leaks.
7342 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7344 * sys/ximage/Makefile.am:
7345 * sys/xvimage/Makefile.am:
7346 Add some _CFLAGS and _LIBS that seem to be missing
7347 and/or required for Cygwin (see #317048).
7349 2006-02-22 Wim Taymans <wim@fluendo.com>
7351 * ext/alsa/gstalsasrc.c:
7352 Fix description as pointed out by caugier.
7354 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
7356 Reviewed by : Edward Hervey <edward@fluendo.com>
7358 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7360 Better 3gp typefinding (#331526).
7362 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7364 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7365 Don't send EOS event here, the base class will send one for us.
7367 * gst/playback/gstplaybasebin.c: (prepare_output):
7368 Subpictures without video stream aren't allowed either.
7370 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7371 Fix debug statement copy'n'paste-o.
7373 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7375 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7376 Fix issues with mixer keeping state when muting/unmuting
7377 and when changing the volume whilst muted (see #331763
7380 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7382 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7383 (parse_subrip), (gst_sub_parse_format_autodetect):
7384 Set right caps given that we send escaped text. Also,
7385 honour <i></i>, <b></b> and <u></u> markers that can be found
7386 in .srt files (fixes #310202).
7388 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7390 * gst-libs/gst/audio/mixerutils.c:
7391 (element_factory_rank_compare_func):
7392 Make order in which elements are tried more determinable.
7394 2006-02-20 Julien MOUTTE <julien@moutte.net>
7396 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7397 (remove_element_chain), (cleanup_decodebin),
7398 (gst_decode_bin_change_state): Make decodebin reusable by
7399 fixing remove_element_chain first and then introduce a
7400 cleaner in state change to ->NULL. (Closes #331678)
7402 2006-02-19 Wim Taymans <wim@fluendo.com>
7404 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7405 use 0666 mask when creating files so umask gets applied
7406 correctly. Fixes #331295.
7408 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7410 * gst/subparse/Makefile.am:
7411 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7412 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7413 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7414 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7415 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7416 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7417 * gst/subparse/gstssaparse.h:
7418 * gst/subparse/gstsubparse.c: (plugin_init):
7419 Add very basic parser for SSA subtitle streams (as often
7420 found in matroska files).
7422 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7424 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7425 That should be text/x-pango-markup, not text/x-pango-layout.
7427 2006-02-19 Julien MOUTTE <julien@moutte.net>
7429 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7432 2006-02-19 Julien MOUTTE <julien@moutte.net>
7434 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7435 (gst_text_overlay_finalize), (gst_text_overlay_init),
7436 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7437 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7438 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7439 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7440 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7441 Fix state change deadlock.
7443 2006-02-19 Julien MOUTTE <julien@moutte.net>
7445 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7446 (gst_text_overlay_finalize), (gst_text_overlay_init),
7447 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7448 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7449 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7450 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7451 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7452 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7453 and subtitles files.
7455 2006-02-19 Julien MOUTTE <julien@moutte.net>
7457 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7458 should be considered as raw.
7460 2006-02-19 Julien MOUTTE <julien@moutte.net>
7462 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7464 * gst/playback/gststreaminfo.h: Introduce language informations.
7466 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
7468 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7469 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7470 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7471 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7472 Set shared memory segments to be deleted as soon as we have attached,
7473 that way they get cleaned up automatically if we crash.
7475 2006-02-18 Julien MOUTTE <julien@moutte.net>
7477 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
7478 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7479 functions are called with lock held.
7481 2006-02-18 Julien MOUTTE <julien@moutte.net>
7483 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7484 (gst_text_overlay_finalize), (gst_text_overlay_init),
7485 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7486 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7487 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7488 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7489 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7490 (gst_text_overlay_change_state): Refactoring of textoverlay
7491 without collectpads. This now supports sparse subtitles coming
7492 from a demuxer instead of a sub file. Seeking is still broken
7493 though. Need to discuss with wtay some more on how to handle
7495 * ext/pango/gsttextoverlay.h:
7496 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7497 subtitles coming from the demuxer.
7499 2006-02-17 Wim Taymans <wim@fluendo.com>
7501 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7502 (gst_vorbisenc_convert_sink):
7503 Use some more scaling functions.
7505 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
7507 * ext/cdparanoia/gstcdparanoiasrc.c:
7508 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7509 (gst_cd_paranoia_paranoia_callback),
7510 (gst_cd_paranoia_src_signal_is_being_watched),
7511 (gst_cd_paranoia_src_read_sector):
7512 * ext/cdparanoia/gstcdparanoiasrc.h:
7513 Add back 'transport-error' and 'uncorrected-error' signals and
7514 make them actually be fired when bad stuff happens (#319340).
7516 2006-02-17 Wim Taymans <wim@fluendo.com>
7518 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7519 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7520 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7521 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7522 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7523 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7524 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7525 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7526 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7527 (gst_ring_buffer_clear):
7529 Added some G_LIKELY.
7531 2006-02-17 Wim Taymans <wim@fluendo.com>
7533 * gst-libs/gst/audio/TODO:
7536 * gst-libs/gst/audio/gstbaseaudiosink.c:
7537 (gst_base_audio_sink_get_offset):
7538 When trying to play samples ASAP and we don't have a
7539 previous sample, try to play at position 0 instead of
7540 an invalid position.
7542 2006-02-17 Wim Taymans <wim@fluendo.com>
7544 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7545 (gst_alsasink_reset):
7546 Also release lock when we get an error in _reset();
7547 fix an error message.
7549 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7551 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7552 (gst_alsasink_init), (get_channel_free_structure),
7553 (caps_add_channel_configuration), (gst_alsasink_getcaps),
7554 (gst_alsasink_close):
7555 * ext/alsa/gstalsasink.h:
7556 Add support for more than 2 channels (#326720).
7558 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7560 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7561 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7562 with 4 or 6 channels, assume a default channel layout to make things
7563 work (not sure there's anything else we can do in those cases).
7565 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7567 * gst-libs/gst/audio/multichannel.c:
7570 * gst-libs/gst/riff/Makefile.am:
7571 * gst-libs/gst/riff/riff-ids.h:
7572 * gst-libs/gst/riff/riff-media.c:
7573 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7574 Add support for WAVEFORMATEX, eg. PCM audio with more than two
7575 channels and a channel layout map.
7577 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
7579 Reviewed by Edward Hervey <edward@fluendo.com>
7581 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
7582 C-level optimization of the RGBA nearest neighbour function.
7583 Eventually this might end up in liboil with vectorized versions.
7585 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7587 * gst-libs/gst/audio/multichannel.c:
7588 (gst_audio_get_channel_positions):
7589 When we have more than 2 channels, but no channel layout is
7590 specified in the caps, return some default channel layout
7591 to the caller and warn about about a possibly buggy element
7592 (could be buggy filtercaps as well of course) (#317038).
7594 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7596 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7597 Add gst-libs/gst/cdda to list of lib search paths.
7599 2006-02-15 Andy Wingo <wingo@pobox.com>
7601 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7602 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7603 to the Lord Jesus that I do not have to touch the ogg muxer ever
7606 2006-02-15 Edward Hervey <edward@fluendo.com>
7608 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7609 quicktime movie files can also contain 'uuid' atoms.
7611 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
7613 * gst/audioconvert/plugin.c: (plugin_init):
7614 Register the GstAudioChannelPosition enum type with the type
7615 system in the plugin_init function, so that it is known before
7616 any element actually makes use of multi-channel stuff. This is
7617 required for example if one wants to be able to deserialise/use
7618 a caps string with channel positions before any pipeline has
7619 been setup and started, like with gst-launch.
7621 2006-02-14 Wim Taymans <wim@fluendo.com>
7623 * gst-libs/gst/audio/gstringbuffer.c:
7624 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7625 (gst_ring_buffer_samples_done), (wait_segment),
7626 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7627 Add some compiler G_(UN_)LIKELY help.
7628 SIGNAL the ringbuffer waiters when going to PAUSED as well to
7629 make sure they can exit their functions. Should fix #330748
7631 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
7636 * win32/common/_stdint.h:
7637 Windows does not have long long; copy the generated _stdint.h
7638 * win32/common/interfaces-enumtypes.c:
7639 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7640 (gst_mixer_track_flags_get_type),
7641 (gst_tuner_channel_flags_get_type):
7642 * win32/common/multichannel-enumtypes.c:
7643 (gst_audio_channel_position_get_type):
7646 2006-02-13 Wim Taymans <wim@fluendo.com>
7648 * gst-libs/gst/audio/gstbaseaudiosink.c:
7649 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7650 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7651 Always sync on first sample we receive when starting.
7653 2006-02-13 Wim Taymans <wim@fluendo.com>
7655 * gst/playback/gstplaybin.c: (gen_vis_element):
7656 Update vis bin docs.
7657 Move queue after tee so we don't queue video buffers but
7658 audio samples instead. Fixes problems where the video queue
7659 is filled and the audio queue empty.
7661 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
7663 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7664 No need to push an EOS event here, GstBaseSrc will do that for us
7665 when we return FLOW_UNEXPECTED.
7667 2006-02-12 Wim Taymans <wim@fluendo.com>
7669 * gst-libs/gst/audio/gstbaseaudiosink.c:
7670 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7671 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7672 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7673 Use scale functions when possible.
7675 Free clockid when after waiting for EOS.
7676 Use G_(UN_)LIKLY when it makes sense.
7677 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7679 2006-02-12 Edward Hervey <edward@fluendo.com>
7681 * gst/playback/gstplaybasebin.c: (prepare_output):
7682 Remove stray semi-colon (fixes #330888).
7684 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
7686 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7687 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7688 Fix up the XShm call testing so that we catch errors, and don't
7689 cause new ones by attempting to detach from a segment we failed
7690 to attach to. Fixes #312439.
7692 2006-02-10 Edward Hervey <edward@fluendo.com>
7694 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7695 Added flv file typefind (video/x-flv).
7697 2006-02-10 Edward Hervey <edward@fluendo.com>
7699 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7700 (gst_riff_create_video_template_caps):
7701 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7702 Also added the caps to the default set of riff video caps.
7704 2006-02-09 Andy Wingo <wingo@pobox.com>
7706 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7707 time and the end time of the last packet in the page.
7708 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7709 on the pages in our queue, set the duration as well. Reflow a
7711 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7712 Fixes bad muxing order.
7714 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
7716 * gst-libs/gst/rtp/gstbasertppayload.c:
7717 (gst_basertppayload_setcaps), (gst_basertppayload_push):
7718 update seqnum before setting it on the packet; this makes sure
7719 that the timestamp and seqnum properties match after pushing
7722 2006-02-09 Andy Wingo <wingo@pobox.com>
7724 * gst-libs/gst/audio/gstringbuffer.c
7725 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7726 overflow after 13.5 hours of recording. Kapow!
7728 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7729 the buffer size -- we don't care about underrun/overrun reporting
7730 right now, just need to return a useful value.
7732 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
7737 === release 0.10.3 ===
7739 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
7742 releasing 0.10.3, "Under Pressure"
7744 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
7747 Drat. Bump libtool version number for new API.
7748 Prelease 0.10.2.3 (of 0.10.3)
7750 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
7753 * win32/common/config.h:
7754 0.10.2.2 prerelease (of 0.10.3).
7756 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
7758 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7759 Revert Andy's newsegment change pending a more correct
7762 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
7764 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7765 (qt_type_find), (plugin_init):
7766 detect more files as 3gp
7767 group and reorder the iso file formats
7769 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
7771 * ext/vorbis/vorbis.c: (plugin_init):
7772 Register musicbrainz tags, so apps don't have to.
7774 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
7776 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7777 (gst_tag_to_vorbis_tag):
7778 Make sure we called gst_tag_register_musicbrainz_tags()
7779 before possibly mapping a vorbiscomment string from/to a
7782 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
7784 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7785 In case we can't find the required number of consecutive
7786 mpeg audio frames to positively identify an MPEG audio
7787 stream, check if there's at least a valid mpeg audio
7788 frame right at offset 0 and if so suggest mpeg/audio
7789 caps with a very low probability (#153004).
7791 2006-02-07 Andy Wingo <wingo@pobox.com>
7793 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7794 a TIME segment if we get timestamped buffers. Requires recent
7795 fixes in core to work properly.
7797 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
7799 * gst/playback/gstplaybasebin.c: (prepare_output):
7800 Don't print the URI as part of the error message, it
7801 makes error dialogs look rather ugly, especially if
7802 the URI is very long or has characters in it that
7805 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
7807 * gst/playback/gstplaybasebin.c: (prepare_output):
7808 Error out if we have only text or subtitles, but nothing
7809 else. Also error out if we have subtitles but no video
7812 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
7814 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7815 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
7816 Post an error message on the bus when we encounter an
7817 error, which will hopefully be more meaningful than the
7818 'Internal Flow Error' message users get to see if we
7819 just return GST_FLOW_ERROR.
7821 2006-02-07 Andy Wingo <wingo@pobox.com>
7823 * configure.ac (GST_MAJORMINOR): Update core version req to
7824 0.10.2.2, for the collectpads API addition (#330244).
7826 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
7828 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7829 Return FALSE from plugin_init() when GnomeVFS can't
7830 be initialised for some reason (#328423).
7832 2006-02-06 Julien MOUTTE <julien@moutte.net>
7834 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
7835 Stick to seeking theory until i find the bug.
7836 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
7838 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
7840 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7841 (theora_enc_finalize), (theora_enc_sink_setcaps),
7842 (theora_set_header_on_caps), (theora_enc_chain),
7843 (theora_enc_change_state):
7844 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7845 Make theoraenc and the tests leak free. Like, really.
7847 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
7849 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7850 (theora_enc_finalize), (theora_enc_sink_setcaps):
7851 Add a finalize method to ensure we clean up state even if
7852 someone omitted the state change back to NULL.
7854 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
7855 (gst_vorbisenc_chain):
7856 Free some more leaked bits.
7858 * tests/check/pipelines/theoraenc.c: (start_pipeline),
7860 Wait for state changes to happen if they're ASYNC.
7862 This ought to teach those fancy pants buildbots a lesson.
7864 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
7866 * gst-libs/gst/tag/gstid3tag.c:
7867 Add mapping for ID3 International Standard Recording Code
7870 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
7872 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
7873 Don't leak tag names.
7875 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
7877 * docs/libs/gst-plugins-base-libs-docs.sgml:
7878 * docs/libs/gst-plugins-base-libs-sections.txt:
7879 * gst-libs/gst/tag/gstid3tag.c:
7880 * gst-libs/gst/tag/gstvorbistag.c:
7881 * gst-libs/gst/tag/tags.c:
7882 Split libgsttag docs into multiple sections.
7884 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
7886 * docs/libs/Makefile.am:
7887 * docs/libs/gst-plugins-base-libs-docs.sgml:
7888 * docs/libs/gst-plugins-base-libs-sections.txt:
7889 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
7890 * gst-libs/gst/tag/gstvorbistag.c:
7891 * gst-libs/gst/tag/tag.h:
7892 * gst-libs/gst/tag/tags.c:
7893 Add libgsttag to the docs.
7895 2006-02-05 Julien MOUTTE <julien@moutte.net>
7897 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
7898 (gst_text_overlay_init), (gst_text_overlay_src_event),
7899 (gst_text_overlay_collected): Fix clockoverlay.
7901 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
7903 * docs/libs/compiling.sgml:
7904 Fix typo: it's pkg-config, not pkg-gconfig
7906 * docs/libs/gst-plugins-base-libs-docs.sgml:
7907 * docs/libs/gst-plugins-base-libs-sections.txt:
7908 * docs/libs/tmpl/gstgconf.sgml:
7909 There is no libgstgconf in 0.10, remove it
7912 2006-02-05 Julien MOUTTE <julien@moutte.net>
7914 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
7915 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7916 (gst_text_overlay_src_event), (gst_text_overlay_collected):
7917 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7918 (gst_sub_parse_class_init), (gst_sub_parse_init),
7919 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
7920 (parse_mpsub), (parser_state_init), (handle_buffer),
7921 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
7922 * gst/subparse/gstsubparse.h: Introduce seeking code.
7924 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
7926 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7927 Add comment about LANGUAGE tag inconsistency (we want
7928 ISO-639-1, but extract three-letter identifiers?)
7931 Add two translatable files.
7933 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
7935 * gst-libs/gst/tag/Makefile.am:
7936 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7937 * gst-libs/gst/tag/tag.h:
7938 * gst-libs/gst/tag/tags.c:
7939 (gst_tag_register_musicbrainz_tags_internal),
7940 (gst_tag_register_musicbrainz_tags):
7941 Forward-port some tags stuff from the 0.8 branch. This is
7942 mostly the addition of musicbrainz tags and their mapping
7943 to vorbistags, and a vorbistag mapping of the language tag.
7945 2006-02-05 Julien MOUTTE <julien@moutte.net>
7947 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
7950 2006-02-04 David Schleef <ds@schleef.org>
7952 * ext/ogg/gstoggmux.c:
7953 * gst/typefind/gsttypefindfunctions.c:
7954 Add Dirac typefinding and add dirac format to oggmux.
7956 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
7958 * gst/playback/gstdecodebin.c: (try_to_link_1):
7959 Don't put essential function call into
7960 g_return_*() macro, otherwise it'll all be
7961 replaced by NOOPs when compiling with
7962 G_DISABLE_CHECKS defined.
7964 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
7966 * ext/ogg/gstoggdemux.c:
7967 * ext/ogg/gstoggparse.c:
7968 * gst/tcp/gsttcpserversink.c:
7969 * sys/v4l/v4lsrc_calls.c:
7970 * sys/v4l/v4lsrc_calls.h:
7971 Just make it compile with --disable-gst-debug.
7973 2006-02-03 Wim Taymans <wim@fluendo.com>
7975 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7976 (gst_alsasink_class_init), (gst_alsasink_init),
7977 (gst_alsasink_write), (gst_alsasink_reset):
7978 * ext/alsa/gstalsasink.h:
7979 Add lock to protect alsa calls.
7980 Implement reset to flush samples ASAP, does not work
7983 2006-02-02 Wim Taymans <wim@fluendo.com>
7985 * gst-libs/gst/audio/gstbaseaudiosink.c:
7986 (gst_base_audio_sink_provide_clock):
7987 Ugh.. getting late I guess...
7989 2006-02-02 Wim Taymans <wim@fluendo.com>
7991 * gst-libs/gst/audio/gstbaseaudiosink.c:
7992 (gst_base_audio_sink_provide_clock),
7993 (gst_base_audio_sink_set_property),
7994 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
7995 Don't try to provide a clock when we are not negotiated since
7996 we might not be able to make it run.
7998 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
8000 * gst/playback/gstdecodebin.c: (try_to_link_1):
8001 Unlinking two source pads is ... hard.
8003 2006-02-02 Wim Taymans <wim@fluendo.com>
8005 * gst-libs/gst/audio/TODO:
8008 * gst-libs/gst/audio/gstbaseaudiosink.c:
8009 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8010 On EOS, wait till the last sample is played before posting EOS.
8012 2006-02-01 Philippe Kalaf <burger at speedy dot org>
8014 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8015 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8016 setting queue_delay to zero. Also avoid thread being started if
8017 queue_delay is zero.
8019 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8021 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8022 Make test work again by connecting fakesinks to each decoded pad,
8023 which makes the pipeline wait until each fakesink has a buffer
8024 queued before going to PAUSED state. At that point we know the
8025 decodebin pads are negotiated.
8027 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8029 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8030 (gst_cdda_base_src_handle_event):
8031 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8032 Pass unhandled queries to the parent class's query function.
8034 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8036 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8037 (gst_ogg_pad_src_query):
8038 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8039 * ext/theora/theoradec.c: (theora_dec_src_query),
8040 (theora_dec_sink_query):
8041 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8042 (vorbis_dec_sink_query):
8043 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8044 (gst_vorbisenc_sink_query):
8045 * gst/adder/gstadder.c: (gst_adder_query):
8046 Pass unhandled queries upstream instead of just
8047 dropping them (#326447). Also, fix supported
8048 query types list for some elements.
8050 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8052 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8053 (paris_type_find), (ilbc_type_find), (plugin_init):
8054 Fix typefinding for audio/x-au, audio/x-paris and
8055 audio/iLBC-sh. We cannot use the START_WITH macros
8056 here, because there can only be one typefind factory
8057 with the same name (caps), so the second one would
8058 replace the first one and the first one would never
8059 be called when doing typefinding (see #161712).
8062 2006-01-31 Wim Taymans <wim@fluendo.com>
8064 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8065 (vorbis_handle_header_packet), (vorbis_dec_push),
8066 (vorbis_handle_data_packet):
8067 Use scale_int when we can, add some more scaling.
8068 Check packettype before parsing it.
8070 2006-01-31 Wim Taymans <wim@fluendo.com>
8072 * ext/theora/theoradec.c: (_theora_granule_time),
8073 (theora_dec_src_convert), (theora_dec_sink_convert):
8074 Call right _scale functions.
8075 Use parameter instead of some other random value.
8077 2006-01-31 Wim Taymans <wim@fluendo.com>
8079 * ext/theora/theoradec.c: (_theora_granule_frame),
8080 (_theora_granule_time), (_inc_granulepos),
8081 (theora_dec_src_convert), (theora_dec_sink_convert),
8082 (theora_handle_type_packet), (theora_handle_data_packet),
8084 Use higher precision timestamps calculation.
8085 Convert some other conversions to _scale.
8087 2006-01-31 Stefan Kost <ensonic@users.sf.net>
8089 * gst/audiotestsrc/gstaudiotestsrc.c:
8090 (gst_audio_test_src_create_sine_table), (plugin_init):
8091 * gst/volume/gstvolume.c: (plugin_init):
8092 initialize gst_controller before using
8094 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
8096 * tests/check/pipelines/theoraenc.c:
8097 * tests/check/pipelines/vorbisenc.c:
8098 Define constant using G_GINT64_CONSTANT to avoid errors when
8099 passing it around - otherwise it gets truncated to 32 bits.
8101 Fixes failing tests.
8103 2006-01-31 Andy Wingo <wingo@pobox.com>
8105 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8106 caps being set doesn't have a framerate value. Basically a stopgap
8109 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8110 technically correct enough to put into core though.
8111 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8112 DURATION. Fixes theoraenc ! oggmux.
8114 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8115 fraction, not double.
8117 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
8120 add vs7 project files created by Sergey Scobich
8122 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
8125 add vs8 project files created by Sergey Scobich
8127 2006-01-30 Andy Wingo <wingo@pobox.com>
8129 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8130 timestamp + duration, not just timestamp -- ogg pages should be
8131 ordered by stop time. Necessary fix given the change in vorbis
8134 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
8135 (gst_theora_enc_init): Pull the granule shift out of the encoder.
8136 (granulepos_add): New function, handles the messiness of adjusting
8138 (theora_buffer_from_packet):
8140 (theora_enc_sink_event): Use granulepos_add, not +.
8142 * tests/check/pipelines/theoraenc.c
8143 (check_buffer_granulepos_from_starttime): Just check the frame
8144 count, not the actual granulepos -- we can't dictate to the
8145 encoder when it should be placing keyframes.
8147 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
8149 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8150 SERVICE_NOT_AVAILABLE happens for example when you're trying to
8151 play an http:// stream from a server that's not serving
8153 2006-01-30 Andy Wingo <wingo@pobox.com>
8155 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
8156 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8157 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8160 * ext/theora/gsttheoraenc.h:
8161 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8162 although theoraenc was timestamping correctly. Added handling of
8163 streams that start with nonzero timestamps.
8165 * tests/check/Makefile.am:
8166 * tests/check/pipelines/theoraenc.c: New file, basically does same
8169 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8171 2006-01-30 Wim Taymans <wim@fluendo.com>
8173 * gst-libs/gst/audio/gstaudiosink.c:
8174 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8175 (gst_audioringbuffer_pause):
8176 Implement pause that does not wait for completion.
8178 * gst-libs/gst/audio/gstbaseaudiosink.c:
8179 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8180 Don't drop buffers when going to PAUSED but perform preroll on
8181 remaining samples now that core base class supports this.
8183 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8184 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8185 (gst_ring_buffer_commit):
8186 Pause should not signal waiters.
8187 Implement return value of _commit correctly.
8189 2006-01-30 Andy Wingo <wingo@pobox.com>
8191 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8193 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8194 updated to timestamp from the first sample, not the last.
8195 (gst_vorbisenc_buffer_from_header_packet): New function, takes
8196 special care of granulepos and timestamp for header packets.
8197 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8198 when the first buffer has a nonzero timestamp.
8200 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8201 (GstVorbisEnc.subgranule_offset): New members. Take care of the
8202 case when the first audio buffer we get has a nonzero timestamp.
8203 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8204 properly timestamp vorbis buffers with the time of the first
8205 sample, not the last.
8207 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8208 vorbis_granule_time_copy -- now it takes the granule/subgranule
8209 offset into account.
8211 * tests/check/pipelines/vorbisenc.c: New test for correctness of
8212 timestamps, durations, and granulepos on buffers produced by
8215 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
8217 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8218 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8219 Patch from Eric Jonas to support conversions to/from UYVY
8222 2006-01-30 Julien MOUTTE <julien@moutte.net>
8224 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8225 (setup_subtitle), (setup_source), (set_active_source):
8226 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8227 (gen_text_element), (gen_audio_element), (gen_vis_element),
8228 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8230 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
8232 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8233 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8234 use gst_guint64_to_gdouble to be compliant with vs6
8235 * gst/playback/gstdecodebin.c: (try_to_link_1)
8236 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8237 use G_GINT64_CONSTANT for int64 constants
8238 * win32/common/libgstinterfaces.def:
8239 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8241 update and add new project files
8243 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8247 * win32/common/interfaces-enumtypes.c:
8248 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8249 (gst_mixer_track_flags_get_type),
8250 (gst_tuner_channel_flags_get_type):
8251 * win32/common/interfaces-enumtypes.h:
8252 * win32/common/multichannel-enumtypes.c:
8253 (gst_audio_channel_position_get_type):
8254 * win32/common/multichannel-enumtypes.h:
8255 add a win32-update rule like in core, and copy over enumtypes files
8257 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8260 * win32/common/config.h:
8261 * win32/common/config.h.in:
8262 add config files just like in core
8264 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
8266 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8267 Make gcc-4.1 happy (part of #327357).
8269 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8271 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8272 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8273 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8274 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8275 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8276 (gst_alsasrc_unprepare), (gst_alsasrc_read):
8277 Update all error messages. All of them should either use
8278 the default translated message, or actually provide a
8279 translatable string.
8280 Make the string for channel count problems meaningful.
8282 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8284 * sys/v4l/v4l_calls.c: (gst_v4l_open):
8285 check for and throw RESOURCE_BUSY
8287 2006-01-27 David Schleef <ds@schleef.org>
8289 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8290 checked in this change -- it requires liboil features not
8291 in 0.3.6. Revert parts.
8293 2006-01-27 David Schleef <ds@schleef.org>
8296 * configure.ac: update liboil requirement to 0.3.6
8297 * gst/videoscale/Makefile.am:
8298 * gst/videoscale/vs_scanline.c: liboilify
8300 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8302 * ext/libvisual/visual.c: (get_buffer):
8303 When pad_alloc returns a GstFlowReturn other
8304 than GST_FLOW_OK, make sure it is passed upstream.
8306 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8308 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8309 (gst_alsasink_class_init):
8310 Free the device name string.
8312 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8313 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8314 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8315 Don't remove a pad from the collectpads structure until it
8316 is released - it's a request pad, and may receive data again
8317 if the element gets moved back to PLAYING state.
8319 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8320 Ensure we turn on double buffering on the Xv port, and
8321 set the colour key to something dark and mysterious that
8324 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
8326 * ext/alsa/gstalsaplugin.c: (plugin_init):
8327 * ext/cdparanoia/gstcdparanoiasrc.c:
8328 (gst_cd_paranoia_src_base_init), (plugin_init):
8329 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8330 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8331 - a library should not call setlocale. see "Libraries" node in
8333 - make sure all plugins that use translation do bindtextdomain
8334 to point to the localedir
8335 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8336 (setup_sinks), (plugin_init):
8337 all this, and check for NULL when creating sinks
8339 2006-01-27 Julien MOUTTE <julien@moutte.net>
8341 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8342 (plugin_init): Make typefinding of subtitles work again.
8344 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
8346 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8347 (mp3_type_frame_length_from_header), (mp3_type_find),
8348 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8350 Backport a bunch of typefinding fixes from the 0.8 branch.
8351 Also, improve wavpack typefinding: if we can't peek the
8352 entire wavpack block, try to parse the bits we can get and
8353 see if we find what we're looking for in those.
8355 2006-01-26 Julien MOUTTE <julien@moutte.net>
8357 * sys/ximage/ximagesink.c:
8358 (gst_ximagesink_calculate_pixel_aspect_ratio):
8359 * sys/xvimage/xvimagesink.c:
8360 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8361 more cases of pixel aspect ratio.
8363 2006-01-26 Edward Hervey <edward@fluendo.com>
8365 * gst/playback/gstdecodebin.c: (pad_probe):
8366 Also consider the flush-start and tag events as unblockers
8369 2006-01-26 Julien MOUTTE <julien@moutte.net>
8371 * gst/playback/gstplaybin.c: (gst_play_bin_init),
8372 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8373 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
8374 On the fly visualisation switch, works disabling, enabling as
8375 well but it won't be able to enable vis in a playbin that was
8376 created with no visualisation.
8378 2006-01-25 Wim Taymans <wim@fluendo.com>
8380 * gst-libs/gst/audio/gstbaseaudiosink.c:
8381 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8382 Undo previous commit that returned WRONG_STATE sooner, it breaks
8385 2006-01-25 Wim Taymans <wim@fluendo.com>
8387 * gst-libs/gst/audio/gstbaseaudiosink.c:
8388 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8389 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8391 Post error when caps cannot be parsed.
8392 Resync on discontinuity in the stream.
8393 Clip samples to segment boundaries.
8394 return WRONG_STATE sooner when we are flushing.
8396 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8397 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8398 Make audiosrc operate in TIME.
8399 Set TIMESTAMP and DURATION on buffers.
8401 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
8403 * tests/examples/seek/seek.c: (main):
8404 Output tag messages as well.
8406 2006-01-23 Edward Hervey <edward@fluendo.com>
8408 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8409 (free_pad_probes), (remove_fakesink), (pad_probe),
8410 (close_pad_link), (gst_decode_bin_change_state):
8411 Replace GstPadBlockCallback with pad probes that detect
8412 first buffer AND eos before removing fakesink.
8413 Fixes hang with demuxers doing EOS while pre-rolling.
8416 2006-01-23 Andy Wingo <wingo@pobox.com>
8418 * ext/alsa/gstalsasink.c:
8419 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8420 (gst_base_rtp_depayload_setcaps),
8421 (gst_base_rtp_depayload_add_to_queue),
8422 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8424 Patch by: Jens Granseuer <jensgr at gmx dot net>
8426 2006-01-22 Julien MOUTTE <julien@moutte.net>
8428 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8429 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8430 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
8431 frames. We might get a frame destroyed after changing state to
8432 NULL, adding a safety check on xcontext.
8434 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
8436 * gst-libs/gst/interfaces/xoverlay.c:
8437 Fix prepare-xwindow-id code example in the docs - we need to
8438 ignore all messages that aren't element messages as well.
8440 2006-01-21 Julien MOUTTE <julien@moutte.net>
8442 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8443 I think one day i'll completely undestand how caps negotiation
8444 is supposed to work. This refactoring handles buffer_alloc
8445 called with caps we can't handle. We definitely don't want a
8446 set_caps with those caps, so we define and allocate a buffer
8447 we would like to receive.
8449 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
8451 * gst/playback/gstplaybasebin.c: (setup_source):
8452 Free iterator when done.
8454 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
8456 * gst-libs/gst/audio/gstbaseaudiosink.c:
8457 (gst_base_audio_sink_render):
8458 Fix playback of non-synchronised streams by assuming a rate
8459 of 1.0 instead of a random one.
8461 Makes this work again:
8463 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8464 endianness=(int)4321, signed=(boolean)true, width=(int)16,
8465 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8466 audioresample ! alsasink
8468 === release 0.10.2 ===
8470 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8473 releasing 0.10.2, "Then the devil is six"
8475 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
8477 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8478 * gst/playback/gststreamselector.c:
8479 (gst_stream_selector_set_property):
8480 Comment out broken code that connects to the state-changed signal.
8481 At this point, changing current stream selection is broken, but
8482 stuff like gst-launch playbin current-audio=1 works and filters
8483 to the chosen stream.
8485 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8487 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8488 Fix #327216 (null dereference in vorbisdec)
8490 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
8492 * ext/theora/theoradec.c: (theora_handle_comment_packet):
8493 Post taglist actually on bus instead of just freeing it
8494 (fixes #327114 and totem bug #327080).
8496 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8497 Use gst_element_found_tags_for_pad(), so that the tags
8498 are sent downstream as an event as well.
8500 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
8502 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8503 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8504 (gst_ximagesink_buffer_alloc):
8505 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8506 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8507 (gst_xvimagesink_buffer_alloc):
8508 move all regularly occurring messages to GST_LOG level
8509 add some more object logs
8511 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
8513 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8514 fix a silly segfault
8516 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
8518 * docs/libs/gst-plugins-base-libs-docs.sgml:
8519 * docs/libs/gst-plugins-base-libs-sections.txt:
8520 * gst-libs/gst/audio/mixerutils.c:
8521 * gst-libs/gst/audio/mixerutils.h:
8522 Add docs for mixerutils stuff.
8524 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
8526 * gst/playback/gstplaybasebin.c: (setup_source):
8527 Fix playback for sources that emit raw audio or
8528 raw video streams (e.g.: cd audio sources) (#325984).
8530 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
8532 * gst-libs/gst/audio/mixerutils.c:
8533 (gst_audio_mixer_filter_do_filter):
8534 actually save the element we create
8536 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
8538 * gst-libs/gst/cdda/gstcddabasesrc.c:
8539 (gst_cdda_base_src_handle_track_seek):
8540 No need to post a tag message on the bus when seeking
8541 within the same track, only post it when the current
8544 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8546 * gst/playback/gstplaybasebin.c: (group_destroy),
8547 (probe_triggered), (new_decoded_pad), (mute_group_type),
8548 (set_active_source):
8549 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8550 * gst/playback/gststreamselector.c:
8551 (gst_stream_selector_base_init),
8552 (gst_stream_selector_set_property),
8553 (gst_stream_selector_request_new_pad):
8554 Reenable stream selection. These mechanisms need a complete overhaul
8555 in the face of 0.8->0.10 changes though.
8557 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8559 * ext/ogg/gstoggdemux.c:
8560 Change the pad template to src_%d to match the pads that
8561 are created from it. decodebin needs this information in order
8562 to decide that oggdemux is capable of producing multiple pads
8563 (and hence needs queues inserted).
8565 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8566 (gst_ogg_mux_collected):
8567 Make debug output more useful by using GST_PTR_FORMAT.
8569 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8571 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
8573 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8574 Set depth and width for alaw/mulaw (fixes #326601).
8576 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
8578 * tests/icles/Makefile.am:
8579 don't build the tests if we don't have the libs
8581 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8583 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8584 (gst_cd_paranoia_paranoia_callback):
8585 Don't try to free NULL pointers.
8587 2006-01-10 Edward Hervey <edward@fluendo.com>
8589 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8590 (gst_audio_rate_change_state), (plugin_init):
8591 Add debugging category.
8593 Add case for incoming buffers without valid offset/offset_end.
8595 2006-01-10 Michael Smith <msmith@fluendo.com>
8597 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8598 Don't leak GCond in audio sources.
8600 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
8602 * gst/playback/gstplaybin.c: (gen_audio_element):
8603 Don't leak an autoaudiosink/alsasink when we generate
8604 a new audio element. (old code, I guess)
8606 2006-01-10 Michael Smith <msmith@fluendo.com>
8608 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8609 Support float audio in audiorate.
8610 Use width rather than depth for selecting sample width.
8612 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8614 * gst/videotestsrc/videotestsrc.h:
8615 Use GLib types here (that way we don't have to include the
8616 generated _stdint.h header, which makes life easier for win32
8617 folks that don't use autotools for the build) (#325990, patch
8618 by: Sergey Scobich).
8620 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8622 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8623 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8624 (gst_ring_buffer_pause), (wait_segment):
8625 * gst-libs/gst/audio/gstringbuffer.h:
8626 Name (private) union, makes Forte compiler happy (this time
8627 for real) (#324900).
8629 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
8631 * gst-libs/gst/audio/Makefile.am:
8632 Link against libgstinterfaces, needed for mixer
8633 and property probe stuff.
8635 2006-01-09 Edward Hervey <edward@fluendo.com>
8637 * gst-libs/gst/Makefile.am:
8639 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
8641 * gst-libs/gst/audio/Makefile.am:
8642 * gst-libs/gst/audio/mixerutils.c:
8643 (gst_audio_mixer_filter_do_filter),
8644 (gst_audio_mixer_filter_check_element),
8645 (gst_audio_mixer_filter_probe_feature),
8646 (element_factory_rank_compare_func),
8647 (gst_audio_default_registry_mixer_filter):
8648 * gst-libs/gst/audio/mixerutils.h:
8649 Add gst_audio_default_registry_mixer_filter() utility
8652 2006-01-03 Michael Smith <msmith@fluendo.com>
8654 * gst/audioresample/resample.h:
8655 As before, but for o_buf
8657 2006-01-03 Michael Smith <msmith@fluendo.com>
8659 * gst/audioresample/resample.h:
8660 Declare struct _ResampleState.buffer as unsigned char *, not void *,
8661 since we do arithmetic on it.
8663 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
8665 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8666 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8667 (gst_ring_buffer_pause), (wait_segment):
8668 * gst-libs/gst/audio/gstringbuffer.h:
8669 Sun's Forte compiler doesn't seem to like anonymous structs,
8670 so use same setup as in GstBaseSrc (fixes #324900).
8672 2005-12-30 Stefan Kost <ensonic@users.sf.net>
8675 * gst/volume/Makefile.am:
8676 * gst/volume/demo.c:
8677 move old example to tests/examples/volume/volune.c
8678 * tests/examples/Makefile.am:
8679 * tests/examples/seek/seek.c: (main):
8680 change window-close event from "delete-event" to "destroy"
8681 * tests/examples/volume/Makefile.am:
8682 * tests/examples/volume/volume.c: (value_changed_callback),
8683 (setup_gui), (message_received), (eos_message_received), (main):
8684 fix event handling and bus usage
8686 2005-12-29 Stefan Kost <ensonic@users.sf.net>
8688 * gst/audiotestsrc/gstaudiotestsrc.c:
8689 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8690 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8691 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8692 (gst_audio_test_src_create_square),
8693 (gst_audio_test_src_create_saw),
8694 (gst_audio_test_src_create_triangle),
8695 (gst_audio_test_src_create_silence),
8696 (gst_audio_test_src_create_white_noise),
8697 (gst_audio_test_src_create_pink_noise),
8698 (gst_audio_test_src_init_sine_table),
8699 (gst_audio_test_src_create_sine_table),
8700 (gst_audio_test_src_change_wave),
8701 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8702 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8703 * gst/audiotestsrc/gstaudiotestsrc.h:
8704 update to basesrc changes, implement segmented seeking and eos
8705 handling, add a 'sine-tab' waveform for performance critical playback
8707 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8710 ... and this time the other modified file that I missed last time.
8712 2005-12-29 Michael Smith <msmith@fluendo.com>
8714 * gst/playback/gstdecodebin.c: (new_pad):
8715 Fix non-C89 variable declaration not at the start of a block. Should
8716 help some compilers.
8718 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8720 * tests/check/Makefile.am:
8721 And now fix 'make distcheck' (builddir != srcdir)
8723 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8726 * ext/cdparanoia/Makefile.am:
8727 * ext/cdparanoia/gstcdparanoia.c:
8728 * ext/cdparanoia/gstcdparanoia.h:
8729 * ext/cdparanoia/gstcdparanoiasrc.c:
8730 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8731 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8732 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8733 (gst_cd_paranoia_paranoia_callback),
8734 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8735 (gst_cd_paranoia_src_set_property),
8736 (gst_cd_paranoia_src_get_property), (plugin_init):
8737 * ext/cdparanoia/gstcdparanoiasrc.h:
8738 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8739 plugin again (there are still fixes required to playbin to make
8740 cdda:// uris work there).
8742 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8744 * tests/check/Makefile.am:
8745 Fix test case compilation.
8747 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8749 * gst-libs/gst/cdda/gstcddabasesrc.c:
8750 (gst_cdda_base_src_update_duration),
8751 (gst_cdda_base_src_calculate_cddb_id):
8752 An integer is not a string. Fix access to uninitialised variable.
8754 * tests/check/Makefile.am:
8755 Add cddabasesrc unit test; also actually enable the vorbis test.
8757 * tests/check/generic/states.c:
8758 Blacklist new cd audio elements as well.
8760 * tests/check/libs/cddabasesrc.c:
8761 Unit test for GstCddaBaseSrc (discid calculation mostly).
8763 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
8765 * docs/libs/Makefile.am:
8766 * docs/libs/gst-plugins-base-libs-docs.sgml:
8767 * docs/libs/gst-plugins-base-libs-sections.txt:
8768 * docs/libs/gst-plugins-base-libs.types:
8769 Add docs for libgstcdda/GstCddaBaseSrc.
8771 * gst-libs/gst/interfaces/mixertrack.h:
8772 Do one struct member per line with a semicolon at the end, that way
8773 even gtk-doc might parse it without complaining.
8775 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
8778 * gst-libs/gst/Makefile.am:
8779 * gst-libs/gst/cdda/Makefile.am:
8780 * gst-libs/gst/cdda/base64.c:
8781 * gst-libs/gst/cdda/base64.h:
8782 * gst-libs/gst/cdda/gstcddabasesrc.c:
8783 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8784 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8785 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8786 (gst_cdda_base_src_get_property),
8787 (gst_cdda_base_src_get_track_from_sector),
8788 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8789 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8790 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8791 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8792 (gst_cdda_base_src_uri_get_protocols),
8793 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8794 (gst_cdda_base_src_uri_handler_init),
8795 (gst_cdda_base_src_setup_interfaces),
8796 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8797 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8798 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8799 (gst_cdda_base_src_add_tags),
8800 (gst_cdda_base_src_add_index_associations),
8801 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8802 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8803 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8804 (gst_cdda_base_src_create):
8805 * gst-libs/gst/cdda/gstcddabasesrc.h:
8806 * gst-libs/gst/cdda/sha1.c:
8807 * gst-libs/gst/cdda/sha1.h:
8808 Add new libgstcdda with GstCddaBaseSrc class.
8810 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
8812 * ext/gnomevfs/gstgnomevfssink.h:
8813 Use GstBaseSinkClass as parent_class member for class struct, not
8816 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
8818 Patch by: Michael Benes
8820 * gst/videotestsrc/gstvideotestsrc.c:
8821 (gst_video_test_src_class_init), (gst_video_test_src_start):
8822 Add start method to reset running time and number of frames sent
8823 when starting up (fixes #324696)
8825 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
8827 * docs/plugins/Makefile.am:
8828 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8829 * docs/plugins/gst-plugins-base-plugins-sections.txt:
8830 * docs/plugins/gst-plugins-base-plugins.args:
8831 * docs/plugins/gst-plugins-base-plugins.hierarchy:
8832 * docs/plugins/gst-plugins-base-plugins.signals:
8833 Add docs stuff for gnomevfssrc and gnomevfssink.
8835 * ext/gnomevfs/gstgnomevfssrc.c:
8836 Fix example pipeline in gtk-doc blurb.
8838 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
8840 * ext/gnomevfs/Makefile.am:
8841 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
8842 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
8843 (gst_gnome_vfs_handle_get_type), (plugin_init):
8844 * ext/gnomevfs/gstgnomevfs.h:
8845 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
8846 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
8847 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
8848 (gst_gnome_vfs_sink_set_property),
8849 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
8850 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
8851 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
8852 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
8853 (gst_gnome_vfs_sink_uri_get_type),
8854 (gst_gnome_vfs_sink_uri_get_protocols),
8855 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
8856 (gst_gnome_vfs_sink_uri_handler_init):
8857 * ext/gnomevfs/gstgnomevfssink.h:
8858 Port gnomevfssink; add gtk-doc blurb.
8860 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
8861 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
8862 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8863 (gst_gnome_vfs_src_uri_get_type),
8864 (gst_gnome_vfs_src_uri_get_protocols),
8865 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
8866 (gst_gnome_vfs_src_uri_handler_init),
8867 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
8868 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
8869 (gst_gnome_vfs_src_send_additional_headers_callback),
8870 (gst_gnome_vfs_src_received_headers_callback),
8871 (gst_gnome_vfs_src_push_callbacks),
8872 (gst_gnome_vfs_src_pop_callbacks),
8873 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
8874 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
8875 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8876 * ext/gnomevfs/gstgnomevfssrc.h:
8877 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
8878 file; add gtk-doc blurb with example pipelines.
8880 === release 0.10.1 ===
8882 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
8885 releasing 0.10.1, "Dobro Dedek"
8887 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
8889 * gst/typefind/gsttypefindfunctions.c:
8890 iLBC30 and iLBC20 added to typefind.
8892 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
8894 * gst-libs/gst/audio/gstbaseaudiosink.c:
8895 (gst_base_audio_sink_class_init):
8896 * gst-libs/gst/audio/gstbaseaudiosrc.c:
8897 (gst_base_audio_src_class_init):
8898 update strings, values are in microseconds
8899 change the default sink buffer time to something that is smaller
8900 (to help software volume mixing have a slightly lower delay) but
8901 still be acceptable on Wim's laptop
8903 2005-12-20 Edward Hervey <edward@fluendo.com>
8905 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
8906 Made a quack, forgot to add DUCK to the riff video template.
8908 2005-12-19 Edward Hervey <edward@fluendo.com>
8910 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
8911 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8912 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8913 (gst_ogm_parse_chain):
8914 Make sure pads are initialized correctly.
8915 * gst-libs/gst/riff/riff-ids.h:
8916 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8917 (gst_riff_create_video_template_caps):
8918 Add a whole bunch of FOURCC <=> MimeType.
8919 Extend the riff video pad template to support the newly added fourcc.
8921 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
8923 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
8924 (gst_ogg_demux_activate_chain):
8925 Extra debug output when activating/deactivating chains.
8927 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8928 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
8930 Remove a queue from our list when it becomes unlinked.
8931 Don't add queues to elements in class 'Demux' if they
8932 can only produce one pad
8934 2005-12-18 Julien MOUTTE <julien@moutte.net>
8936 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
8937 (gst_video_sink_get_type): Add a debug category.
8939 2005-12-17 Philippe Khalaf <burger@speedy.org>
8941 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8942 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
8943 Handle downstream newsegment by sending our own newsegment before the
8944 next buffer to be released. (#323900)
8946 2005-12-17 Philippe Khalaf <burger@speedy.org>
8948 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8949 (gst_base_rtp_depayload_set_gst_timestamp):
8950 add queue delay to new segment as well (as opposed to just the first
8951 buffer). (bug #322347)
8953 2005-12-16 Stefan Kost <ensonic@users.sf.net>
8955 * ext/libvisual/visual.c: (make_valid_name):
8956 change some char* into char[]
8957 * gst/audiotestsrc/gstaudiotestsrc.c:
8958 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
8959 (gst_audio_test_src_create):
8960 * gst/audiotestsrc/gstaudiotestsrc.h:
8961 prepare to handle EOS and SEGMENT_DONE
8963 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
8965 * tests/check/generic/states.c: (GST_START_TEST):
8966 Blacklist cdparanoia element in state test.
8968 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
8970 Patch by: Benjamin Pineau
8973 * gst/tcp/gsttcpclientsink.c:
8974 * gst/tcp/gsttcpserversink.c:
8975 * gst/tcp/gsttcpserversrc.c:
8976 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
8978 2005-12-15 Michael Smith <msmith@fluendo.com>
8980 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
8981 (gst_video_rate_chain):
8982 Fix timestamping for videorate when the first buffer it sees has a
8983 non-zero timestamp. Fix some misleading debug output.
8985 2005-12-15 Michael Smith <msmith@fluendo.com>
8987 * gst/audioresample/gstaudioresample.c:
8988 Don't leak all input buffers to audioresample.
8990 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
8992 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
8993 Don't operate on empty text buffers. Strip newlines and
8994 tabs only from the end of the text, but leave them intact
8995 in the middle. Fix typo in gtk-doc description.
8997 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
8999 * gst/playback/gstplaybasebin.c:
9000 * gst/playback/gstplaybin.c: (handoff):
9001 Make sure the video frame buffer we return to apps via the
9002 "frame" property always has caps set on it. Modify
9003 _gst_gvalue_set_object() macro to handle NULL objects
9006 2005-12-14 Stefan Kost <ensonic@users.sf.net>
9008 * gst/audiotestsrc/gstaudiotestsrc.c:
9009 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9010 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9011 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9012 (gst_audio_test_src_create):
9013 * gst/audiotestsrc/gstaudiotestsrc.h:
9014 Adjust to some recent api changes and add wtays new cool seeking
9017 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
9019 * ext/alsa/Makefile.am:
9020 * ext/alsa/gstalsadeviceprobe.c:
9021 * ext/alsa/gstalsadeviceprobe.h:
9022 Helper functions to add device probing via the GstPropertyProbe
9023 interface to a class.
9025 * ext/alsa/gstalsamixer.h:
9026 Comment out GST_ALSA_MIXER, it returns a struct that's not
9029 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9030 Add some debug info.
9032 * ext/alsa/gstalsamixerelement.c:
9033 (gst_alsa_mixer_element_interface_supported),
9034 (gst_implements_interface_init),
9035 (gst_alsa_mixer_element_init_interfaces),
9036 (gst_alsa_mixer_element_class_init),
9037 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9038 (gst_alsa_mixer_element_set_property),
9039 (gst_alsa_mixer_element_get_property),
9040 (gst_alsa_mixer_element_change_state):
9041 * ext/alsa/gstalsamixerelement.h:
9042 Add 'device' and 'device-name' properties. Add GstPropertyProbe
9043 for device handling (gnome-volume-control will need that).
9045 2005-12-12 Christian Schaller <uraeus@gnome.org>
9047 * ext/Makefile.am: fix cdparanoia entry
9048 * gst-plugins-base.spec.in: add cdparanoia
9050 2005-12-12 Michael Smith <msmith@fluendo.com>
9052 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9053 Use the correct function to free list of typefind factories.
9055 2005-12-12 Wim Taymans <wim@fluendo.com>
9057 * gst/videotestsrc/gstvideotestsrc.c:
9058 (gst_video_test_src_class_init), (gst_video_test_src_init),
9059 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9060 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9061 (gst_video_test_src_create):
9062 * gst/videotestsrc/gstvideotestsrc.h:
9063 Implement seeking in videotestsrc.
9066 2005-12-12 Wim Taymans <wim@fluendo.com>
9068 * ext/cdparanoia/Makefile.am:
9069 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9070 (gst_paranoia_endian_get_type), (_do_init),
9071 (cdparanoia_class_init), (cdparanoia_init),
9072 (cdparanoia_set_property), (cdparanoia_get_property),
9073 (cdparanoia_do_seek), (cdparanoia_is_seekable),
9074 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9075 (cdparanoia_convert), (cdparanoia_get_query_types),
9076 (cdparanoia_query), (cdparanoia_set_index),
9077 (cdparanoia_uri_set_uri):
9078 * ext/cdparanoia/gstcdparanoia.h:
9079 Partially ported cdparanoia now that basesrc can support a
9082 2005-12-12 Wim Taymans <wim@fluendo.com>
9084 * tests/examples/seek/scrubby.c: (main):
9085 Set higher priority for bus events so they don't get reordered with
9088 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9089 (flush_toggle_cb), (main):
9090 Added checkbox to disable flushing seeks.
9091 Disable scrubbing when doing non flushing seeks.
9093 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
9095 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9096 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9097 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9098 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9099 Implement some sort of event handling that doesn't rely on
9100 g_return_if_fail; make sure we always push the last chunk of an
9101 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9102 state change function; remove some old cruft. Seeking is still
9103 rather unlikely to work though.
9108 2005-12-11 Julien MOUTTE <julien@moutte.net>
9110 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9111 Fixed a leak of the current image reference when cleaning up.
9112 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9114 2005-12-09 Michael Smith <msmith@fluendo.com>
9116 * tools/Makefile.am:
9117 * tools/gst-launch-ext-m.m:
9118 Remove gst-launch-ext. It doesn't work, and is no longer
9119 particularly useful.
9121 2005-12-08 Luca Ognibene <luogni@tin.it>
9123 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9124 don't pass random values to ogmparse convert function.
9125 Make seeking possible in the exile1.ogm file.
9127 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
9129 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9130 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9131 Work around refcount problem with g_value_set_object() that occur
9132 if the core has been compiled against GLib-2.6 (g_value_set_object()
9133 will only g_object_ref() the element, but the caller will
9134 gst_object_unref() it and bad things will happen due to the way
9135 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9136 totem for people on FC4 using Thomas's 0.10 RPMs.
9138 2005-12-07 Edward Hervey <edward@fluendo.com>
9140 Time to welcome ogm to 0.10 :)
9142 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9143 (gst_ogg_pad_typefind):
9144 Oggdemux can now properly typefind elements with dynamic pads.
9145 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9146 Properly set caps on src pad, and set caps on outgoing buffers.
9148 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
9150 * ext/alsa/gstalsamixer.h:
9151 * ext/alsa/gstalsamixerelement.h:
9152 * ext/alsa/gstalsamixeroptions.h:
9153 * ext/alsa/gstalsamixertrack.h:
9154 * ext/alsa/gstalsasink.c:
9155 * ext/alsa/gstalsasink.h:
9156 * ext/alsa/gstalsasrc.c:
9157 * ext/alsa/gstalsasrc.h:
9158 * ext/cdparanoia/gstcdparanoia.h:
9159 * ext/gnomevfs/gstgnomevfsuri.h:
9160 * ext/ogg/gstoggdemux.c:
9161 * ext/ogg/gstoggmux.c:
9162 * ext/pango/gsttextoverlay.h:
9163 * ext/theora/theoradec.c:
9164 * ext/theora/theoraenc.c:
9165 * ext/vorbis/vorbisdec.h:
9166 * ext/vorbis/vorbisenc.c:
9167 * ext/vorbis/vorbisenc.h:
9168 * ext/vorbis/vorbisparse.h:
9169 * gst-libs/gst/audio/gstaudioclock.h:
9170 * gst-libs/gst/audio/gstaudiosink.c:
9171 * gst-libs/gst/audio/gstaudiosink.h:
9172 * gst-libs/gst/audio/gstaudiosrc.c:
9173 * gst-libs/gst/audio/gstaudiosrc.h:
9174 * gst-libs/gst/audio/gstbaseaudiosink.c:
9175 * gst-libs/gst/audio/gstbaseaudiosink.h:
9176 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9177 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9178 * gst-libs/gst/audio/gstringbuffer.h:
9179 * gst-libs/gst/audio/multichannel.h:
9180 * gst-libs/gst/floatcast/floatcast.h:
9181 * gst-libs/gst/interfaces/colorbalance.c:
9182 * gst-libs/gst/interfaces/colorbalance.h:
9183 * gst-libs/gst/interfaces/colorbalancechannel.h:
9184 * gst-libs/gst/interfaces/mixer.h:
9185 * gst-libs/gst/interfaces/mixeroptions.h:
9186 * gst-libs/gst/interfaces/mixertrack.h:
9187 * gst-libs/gst/interfaces/navigation.h:
9188 * gst-libs/gst/interfaces/propertyprobe.h:
9189 * gst-libs/gst/interfaces/tuner.h:
9190 * gst-libs/gst/interfaces/tunerchannel.h:
9191 * gst-libs/gst/interfaces/tunernorm.h:
9192 * gst-libs/gst/interfaces/xoverlay.h:
9193 * gst-libs/gst/netbuffer/gstnetbuffer.h:
9194 * gst-libs/gst/riff/riff-ids.h:
9195 * gst-libs/gst/riff/riff-media.h:
9196 * gst-libs/gst/riff/riff-read.h:
9197 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9198 * gst-libs/gst/rtp/gstbasertppayload.c:
9199 * gst-libs/gst/rtp/gstbasertppayload.h:
9200 * gst-libs/gst/rtp/gstrtpbuffer.c:
9201 * gst-libs/gst/rtp/gstrtpbuffer.h:
9202 * gst-libs/gst/tag/gsttageditingprivate.h:
9203 * gst-libs/gst/tag/gstvorbistag.c:
9204 (gst_tag_list_from_vorbiscomment_buffer):
9205 * gst-libs/gst/tag/tag.h:
9206 * gst-libs/gst/video/video.h:
9207 * gst/adder/gstadder.c:
9208 * gst/adder/gstadder.h:
9209 * gst/audioconvert/audioconvert.c:
9210 * gst/audioconvert/audioconvert.h:
9211 * gst/audioconvert/gstaudioconvert.c:
9212 * gst/audioconvert/gstchannelmix.c:
9213 * gst/audioconvert/gstchannelmix.h:
9214 * gst/audiorate/gstaudiorate.c:
9215 * gst/audioresample/buffer.h:
9216 * gst/audioresample/functable.h:
9217 * gst/audioresample/gstaudioresample.c:
9218 * gst/audioresample/resample.h:
9219 * gst/ffmpegcolorspace/avcodec.h:
9220 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9221 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9222 * gst/ffmpegcolorspace/imgconvert.c:
9223 * gst/ffmpegcolorspace/imgconvert_template.h:
9224 * gst/playback/gstdecodebin.c:
9225 * gst/playback/gstplaybasebin.h:
9226 * gst/playback/gstplaybin.c:
9227 * gst/playback/gststreaminfo.h:
9228 * gst/tcp/gstfdset.c:
9229 * gst/tcp/gstfdset.h:
9230 * gst/tcp/gstmultifdsink.c:
9231 * gst/tcp/gstmultifdsink.h:
9233 * gst/tcp/gsttcpclientsrc.c:
9234 * gst/tcp/gsttcpclientsrc.h:
9235 * gst/tcp/gsttcpplugin.h:
9236 * gst/tcp/gsttcpserversink.c:
9237 * gst/tcp/gsttcpserversrc.c:
9238 * gst/typefind/gsttypefindfunctions.c:
9239 * gst/videorate/gstvideorate.c:
9240 * gst/videotestsrc/gstvideotestsrc.h:
9241 * gst/videotestsrc/videotestsrc.h:
9242 * sys/v4l/gstv4lcolorbalance.h:
9243 * sys/v4l/gstv4ltuner.h:
9244 * sys/v4l/gstv4lxoverlay.h:
9245 * sys/v4l/v4l_calls.h:
9246 * sys/v4l/videodev_mjpeg.h:
9247 * tests/check/elements/audioconvert.c:
9248 * tests/check/elements/audioresample.c:
9249 * tests/check/elements/audiotestsrc.c:
9250 * tests/check/elements/videotestsrc.c:
9251 * tests/check/elements/volume.c:
9252 * tests/examples/seek/scrubby.c:
9253 * tests/examples/seek/seek.c:
9256 === release 0.10.0 ===
9258 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9261 releasing 0.10.0, "Mont-d'or"
9263 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
9265 * tests/examples/seek/Makefile.am:
9266 Build fix for when gtk is not available.
9268 2005-12-05 Andy Wingo <wingo@pobox.com>
9270 * ext/libvisual/visual.c: (get_buffer):
9271 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9272 * ext/pango/gsttextrender.c: (gst_text_render_chain):
9273 * ext/theora/theoradec.c: (theora_handle_data_packet):
9274 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9276 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9277 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9278 Update for alloc_buffer changes.
9280 2005-12-05 Andy Wingo <wingo@pobox.com>
9282 patch by: Kai Vehmanen <kv2004 eca cx>
9284 * gst-libs/gst/rtp/gstbasertpdepayload.c
9285 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9287 2005-12-04 Andy Wingo <wingo@pobox.com>
9289 patch by: Sebastien Cote <sebas642 yahoo ca>
9291 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9294 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
9296 * docs/plugins/Makefile.am:
9297 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9298 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9299 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9300 * ext/pango/gstclockoverlay.c:
9301 * ext/pango/gsttextoverlay.c:
9302 * ext/pango/gsttextrender.c:
9303 * ext/pango/gsttimeoverlay.c:
9304 Add gtk-doc blurbs to pango elements.
9306 2005-12-02 Wim Taymans <wim@fluendo.com>
9308 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9309 * gst/audioresample/buffer.h:
9310 * gst/audioresample/gstaudioresample.c:
9311 * gst/audioresample/gstaudioresample.h:
9312 * gst/audioresample/resample.c: (resample_input_flush),
9313 (resample_input_pushthrough), (resample_input_eos),
9314 (resample_get_output_size_for_input),
9315 (resample_get_input_size_for_output), (resample_get_output_size),
9316 (resample_get_output_data):
9317 * gst/audioresample/resample.h:
9318 * gst/audioresample/resample_ref.c: (resample_scale_ref):
9319 Fix audioresample, seek torture, new segments, reverse negotiation
9322 2005-12-02 Wim Taymans <wim@fluendo.com>
9324 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9327 2005-12-02 Wim Taymans <wim@fluendo.com>
9329 * gst/audioconvert/gstaudioconvert.c:
9330 (gst_audio_convert_transform):
9333 === release 0.9.7 ===
9335 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9338 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9340 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9346 add win32 MANIFEST file
9347 do something to the hungarian translation
9349 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
9352 Add $(PANGO_DIR) to SUBDIRS
9354 * ext/pango/gstclockoverlay.c:
9355 * ext/pango/gsttimeoverlay.c:
9356 Fix and improve element descriptions.
9358 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9360 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9361 * docs/plugins/inspect/plugin-libvisual.xml:
9362 * docs/plugins/inspect/plugin-pango.xml:
9363 add pango plugin to docs
9365 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9371 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9374 * tests/Makefile.am:
9375 * tests/icles/.cvsignore:
9376 * tests/icles/Makefile.am:
9377 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9378 (close_display), (resize_window), (move_window), (create_window),
9379 (terminate_playback), (pause_playback), (start_playback), (main):
9380 add stress test for xoverlay from Julien
9382 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9384 * docs/libs/tmpl/gstcolorbalance.sgml:
9385 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9386 * gst-libs/gst/rtp/gstbasertppayload.c:
9387 * gst-libs/gst/rtp/gstrtpbuffer.c:
9388 * gst-libs/gst/rtp/gstrtpbuffer.h:
9389 Do burger's rename for rtp payloaders and depayloaders
9391 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9394 add Visual Studio 6 build files
9396 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9398 * docs/libs/gst-plugins-base-libs-docs.sgml:
9399 * docs/libs/gst-plugins-base-libs-sections.txt:
9400 * docs/libs/tmpl/gstaudio.sgml:
9401 * docs/libs/tmpl/gstringbuffer.sgml:
9402 * gst-libs/gst/interfaces/xoverlay.c:
9403 * gst-libs/gst/video/gstvideofilter.c:
9404 * gst-libs/gst/video/gstvideosink.c:
9405 update documentation
9407 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9409 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9410 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9411 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9412 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9413 (gst_multi_fd_sink_get_stats),
9414 (gst_multi_fd_sink_remove_client_link),
9415 (gst_multi_fd_sink_handle_client_read),
9416 (gst_multi_fd_sink_client_queue_data),
9417 (gst_multi_fd_sink_client_queue_caps),
9418 (gst_multi_fd_sink_client_queue_buffer),
9419 (gst_multi_fd_sink_new_client),
9420 (gst_multi_fd_sink_handle_client_write),
9421 (gst_multi_fd_sink_recover_client),
9422 (gst_multi_fd_sink_queue_buffer),
9423 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9424 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9425 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9426 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9427 * gst/tcp/gstmultifdsink.h:
9428 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9429 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9430 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9431 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9432 (gst_tcp_client_sink_set_property),
9433 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9434 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9435 * gst/tcp/gsttcpclientsink.h:
9436 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9437 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9438 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9439 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9440 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9441 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9442 * gst/tcp/gsttcpclientsrc.h:
9443 * gst/tcp/gsttcpplugin.c: (plugin_init):
9444 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9445 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9446 (gst_tcp_server_sink_finalize),
9447 (gst_tcp_server_sink_handle_server_read),
9448 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9449 (gst_tcp_server_sink_set_property),
9450 (gst_tcp_server_sink_get_property),
9451 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9452 * gst/tcp/gsttcpserversink.h:
9453 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9454 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9455 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9456 (gst_tcp_server_src_set_property),
9457 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9458 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9459 * gst/tcp/gsttcpserversrc.h:
9462 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9464 * docs/plugins/Makefile.am:
9465 * docs/plugins/gst-plugins-base-plugins.args:
9466 * docs/plugins/inspect/plugin-libvisual.xml:
9467 * gst/audioconvert/plugin.h:
9468 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9469 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9470 (gst_audio_rate_setcaps), (gst_audio_rate_init),
9471 (gst_audio_rate_chain), (gst_audio_rate_set_property),
9472 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9474 * gst/audiotestsrc/gstaudiotestsrc.c:
9475 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9476 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9477 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9478 (gst_audio_test_src_get_query_types),
9479 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9480 (gst_audio_test_src_create_square),
9481 (gst_audio_test_src_create_saw),
9482 (gst_audio_test_src_create_triangle),
9483 (gst_audio_test_src_create_silence),
9484 (gst_audio_test_src_create_white_noise),
9485 (gst_audio_test_src_init_pink_noise),
9486 (gst_audio_test_src_generate_pink_noise_value),
9487 (gst_audio_test_src_create_pink_noise),
9488 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9489 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9490 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9492 * gst/audiotestsrc/gstaudiotestsrc.h:
9493 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9494 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9495 (gst_sub_parse_init), (gst_sub_parse_formats),
9496 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9497 (convert_encoding), (get_next_line),
9498 (gst_sub_parse_data_format_autodetect),
9499 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9500 (gst_sub_parse_loop), (gst_sub_parse_chain),
9501 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9503 * gst/subparse/gstsubparse.h:
9504 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9505 (gst_video_rate_base_init), (gst_video_rate_class_init),
9506 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9507 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9508 (gst_video_rate_init), (gst_video_rate_event),
9509 (gst_video_rate_chain), (gst_video_rate_set_property),
9510 (gst_video_rate_get_property), (gst_video_rate_change_state),
9512 * gst/videoscale/gstvideoscale.c:
9513 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9514 (gst_video_scale_src_template_factory),
9515 (gst_video_scale_sink_template_factory),
9516 (gst_video_scale_get_type), (gst_video_scale_base_init),
9517 (gst_video_scale_class_init), (gst_video_scale_init),
9518 (gst_video_scale_set_property), (gst_video_scale_get_property),
9519 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9520 (gst_video_scale_prepare_size), (parse_caps),
9521 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9522 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9523 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9525 * gst/videoscale/gstvideoscale.h:
9526 * gst/videotestsrc/gstvideotestsrc.c:
9527 (gst_video_test_src_pattern_get_type),
9528 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9529 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9530 (gst_video_test_src_set_pattern),
9531 (gst_video_test_src_set_property),
9532 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9533 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9534 (gst_video_test_src_event), (gst_video_test_src_get_times),
9535 (gst_video_test_src_create), (plugin_init):
9536 * gst/videotestsrc/gstvideotestsrc.h:
9537 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9538 (gst_video_test_src_smpte), (gst_video_test_src_snow),
9539 (gst_video_test_src_black):
9540 * gst/videotestsrc/videotestsrc.h:
9542 clean up docs a little
9544 2005-11-30 Wim Taymans <wim@fluendo.com>
9546 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9547 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9548 (gst_basertppayload_event), (gst_basertppayload_push),
9549 (gst_basertppayload_change_state):
9550 * gst-libs/gst/rtp/gstbasertppayload.h:
9553 2005-11-30 Julien MOUTTE <julien@moutte.net>
9555 * docs/libs/gst-plugins-base-libs-docs.sgml:
9556 * docs/libs/gst-plugins-base-libs-sections.txt:
9557 * gst-libs/gst/video/gstvideofilter.c:
9558 * gst-libs/gst/video/gstvideosink.c:
9559 * gst-libs/gst/video/gstvideosink.h: Adding docs.
9561 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9581 * scripts/autoplugins.sh:
9584 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9588 * examples/Makefile.am:
9589 * examples/capsfilter/Makefile.am:
9590 * examples/capsfilter/capsfilter1.c:
9591 * examples/gob/Makefile.am:
9592 * examples/gob/gst-identity2.gob:
9593 * examples/indexing/.cvsignore:
9594 * examples/indexing/Makefile.am:
9595 * examples/indexing/indexmpeg.c:
9596 * examples/seeking/.cvsignore:
9597 * examples/seeking/Makefile.am:
9598 * examples/seeking/cdparanoia.c:
9599 * examples/seeking/cdplayer.c:
9600 * examples/seeking/chained.c:
9601 * examples/seeking/scrubby.c:
9602 * examples/seeking/seek.c:
9603 * examples/stats/Makefile.am:
9604 * examples/stats/mp2ogg.c:
9605 * examples/switch/.cvsignore:
9606 * examples/switch/Makefile.am:
9607 * examples/switch/switcher.c:
9608 * tests/Makefile.am:
9609 * tests/check/generic/.cvsignore:
9610 * tests/check/pipelines/.cvsignore:
9611 * tests/examples/Makefile.am:
9612 * tests/examples/seek/Makefile.am:
9613 reorganize stuff under tests/
9615 2005-11-30 Edward Hervey <edward@fluendo.com>
9617 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9618 Go away you stupid GstStaticPadTemplate memleak.
9620 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9622 * gst-libs/gst/net/Makefile.am:
9623 * gst-libs/gst/net/README:
9624 * gst-libs/gst/net/gstnetbuffer.c:
9625 * gst-libs/gst/net/gstnetbuffer.h:
9626 this was moved to "netbuffer"
9628 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9630 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9631 (gst_video_filter_class_init), (gst_video_filter_init):
9632 * gst-libs/gst/video/gstvideofilter.h:
9633 borgify name to bring in line with other classes
9635 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9637 * gst/audioscale/.cvsignore:
9638 * gst/audioscale/Makefile.am:
9639 * gst/audioscale/README:
9640 * gst/audioscale/audioscale.vcproj:
9641 * gst/audioscale/dtof.c:
9642 * gst/audioscale/dtos.c:
9643 * gst/audioscale/functable.c:
9644 * gst/audioscale/gstaudioscale.c:
9645 * gst/audioscale/gstaudioscale.h:
9646 * gst/audioscale/private.h:
9647 * gst/audioscale/resample.c:
9648 * gst/audioscale/resample.h:
9649 * gst/audioscale/test.c:
9652 2005-11-30 Edward Hervey <edward@fluendo.com>
9654 * gst-libs/gst/netbuffer/Makefile.am:
9655 really, really tired
9657 2005-11-30 Edward Hervey <edward@fluendo.com>
9659 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9660 Update for new GstTypeFindFactory _register()
9662 2005-11-30 Edward Hervey <edward@fluendo.com>
9664 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
9665 Let's not override libgstnet from core for no reason...
9666 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9667 Ok, maybe not so quick next time.
9669 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
9672 * gst-libs/gst/Makefile.am:
9673 moved gst-libs/gst/net to netbuffer through CVS surgery
9674 remove old directory
9675 updating build to accomodate
9678 2005-11-29 Andy Wingo <wingo@pobox.com>
9680 * pkgconfig/gstreamer-plugins-base.pc.in:
9681 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9682 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9685 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9687 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9688 3rd time's the charm. Correct ref-counting for discarded buffers.
9690 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9692 * gst/playback/gststreamselector.c:
9693 (gst_stream_selector_class_init),
9694 (gst_stream_selector_set_property),
9695 (gst_stream_selector_get_property),
9696 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9699 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
9701 * gst/subparse/gstsubparse.c: (feed_textbuf):
9702 Don't access already unref'ed buffer.
9704 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9706 * gst/playback/gststreamselector.c:
9707 (gst_stream_selector_class_init), (gst_stream_selector_init),
9708 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9709 (gst_stream_selector_get_property),
9710 (gst_stream_selector_get_linked_pad),
9711 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9712 * gst/playback/gststreamselector.h:
9713 Add the active-pad property for playbin to use shortly. Ignore buffers
9714 from any other pad, returning GST_FLOW_NOT_LINKED
9716 2005-11-29 Julien MOUTTE <julien@moutte.net>
9718 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9719 patch from bug #322704 (Alessandro Decina).
9721 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
9723 * gst-libs/gst/audio/Makefile.am:
9724 folded audiofilter into the audio library
9726 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
9728 * gst/videoscale/gstvideoscale.h:
9729 * gst/videoscale/gstvideoscale.c:
9730 remove unimplemented scale methods
9732 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
9734 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9737 2005-11-28 Julien MOUTTE <julien@moutte.net>
9739 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9740 (gst_ximagesink_setcaps):
9741 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9742 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9743 happens (only visible on ximagesink but bug is in xv too) set_caps was
9744 destroying the internal x[v]image used to memcpy non locally alloced
9745 buffers so that it got renewed on next _chain. The issue is that
9746 _expose will try to put that image as it reffed it in _put.
9747 Using gst_buffer_unref instead of destroy fixes it !
9749 2005-11-28 Edward Hervey <edward@fluendo.com>
9751 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9752 (try_to_link_1), (queue_filled_cb):
9753 Better use of the queues. Start with a small size queue and only increase
9754 the size of the queues when the other queues are empty.
9756 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
9758 * gst-libs/gst/video/Makefile.am:
9759 compile in copied-over videofilter into the video library
9760 * gst-libs/gst/video/videosink.h:
9761 rename the header to gstvideosink.h since it's a base GstObject class
9762 * sys/ximage/ximagesink.h:
9763 * sys/xvimage/xvimagesink.h:
9766 2005-11-28 Wim Taymans <wim@fluendo.com>
9768 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9769 * gst/playback/gstplaybasebin.h:
9770 Prepare to handle errors betters.
9772 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9773 Set sinks to PAUSED first before adding and linking them so that
9774 we don't interrupt dataflow.
9776 2005-11-28 Wim Taymans <wim@fluendo.com>
9778 * gst-libs/gst/audio/TODO:
9781 * gst-libs/gst/audio/gstaudiosink.c:
9782 (gst_audioringbuffer_open_device),
9783 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9784 (gst_audioringbuffer_release):
9787 * gst-libs/gst/audio/gstbaseaudiosink.c:
9788 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9789 (gst_base_audio_sink_change_state):
9790 Slave to the master clock when going to PLAYING and unslave when
9793 * gst-libs/gst/audio/gstringbuffer.c:
9794 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9795 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9796 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9797 (gst_ring_buffer_clear_all), (wait_segment),
9798 (gst_ring_buffer_commit), (gst_ring_buffer_read),
9799 (gst_ring_buffer_advance):
9800 * gst-libs/gst/audio/gstringbuffer.h:
9801 Add some docs and cleanups.
9803 2005-11-28 Julien MOUTTE <julien@moutte.net>
9805 * sys/xvimage/xvimagesink.c:
9806 (gst_xvimagesink_navigation_send_event): Fix navigation events
9807 coordinates translation with pixel aspect ratios.
9809 2005-11-28 Julien MOUTTE <julien@moutte.net>
9811 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9812 Use calculated video geometry from _setcaps instead of buffer
9813 caps to respect pixel aspect ratio. (fixes #322388)
9815 2005-11-28 Julien MOUTTE <julien@moutte.net>
9817 * docs/libs/tmpl/gstcolorbalance.sgml:
9818 * docs/libs/tmpl/gstmixer.sgml:
9819 * docs/libs/tmpl/gstxoverlay.sgml:
9820 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
9823 2005-11-28 Julien MOUTTE <julien@moutte.net>
9825 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9826 Refuse to create an XvImage if we can't find the format.
9828 2005-11-28 Edward Hervey <edward@fluendo.com>
9830 * gst-libs/gst/riff/riff-media.c:
9831 (gst_riff_create_audio_template_caps):
9832 Add ATRAC3 to the list of riff-possible audio caps.
9833 I know we still don't have a plugin for atrac3, but it's saner to output
9834 that than a cryptic mimetype.
9836 2005-11-27 Edward Hervey <edward@fluendo.com>
9838 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
9839 Don't try to create a zero-sized subbuffer.
9841 2005-11-27 Julien MOUTTE <julien@moutte.net>
9843 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
9844 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9845 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
9846 (gst_ximagesink_expose): Fixed a tricky race.
9847 * sys/ximage/ximagesink.h:
9848 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9849 (gst_xvimagesink_expose): Fixed a tricky race.
9850 * sys/xvimage/xvimagesink.h:
9852 2005-11-27 Edward Hervey <edward@fluendo.com>
9854 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9855 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
9856 Remove unused properties, and add queues between demuxers and decoders
9857 so that a lot more files can preroll properly.
9859 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
9861 * gst-libs/gst/net/Makefile.am:
9862 * gst-libs/gst/rtp/Makefile.am:
9863 * gst-libs/gst/tag/Makefile.am:
9864 remove silly include
9865 * gst/tags/Makefile.am:
9866 * gst/tags/gsttagediting.c:
9867 * gst/tags/gsttageditingprivate.h:
9868 * gst/tags/tagedit.vcproj:
9869 remove directory, is as good as empty
9871 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
9874 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
9875 * gst-libs/Makefile.am:
9876 * gst-libs/gst/audio/Makefile.am:
9877 * gst-libs/gst/interfaces/Makefile.am:
9878 * gst-libs/gst/net/Makefile.am:
9879 * gst-libs/gst/riff/Makefile.am:
9880 * gst-libs/gst/rtp/Makefile.am:
9881 * gst-libs/gst/tag/Makefile.am:
9882 * gst-libs/gst/video/Makefile.am:
9885 2005-11-27 Julien MOUTTE <julien@moutte.net>
9887 * docs/libs/tmpl/gstcolorbalance.sgml:
9888 * docs/libs/tmpl/gstmixer.sgml:
9889 * docs/libs/tmpl/gstxoverlay.sgml:
9890 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
9891 * sys/ximage/ximagesink.h:
9892 * sys/xvimage/xvimagesink.h: More and more documentation.
9894 2005-11-26 Julien MOUTTE <julien@moutte.net>
9896 * docs/libs/gst-plugins-base-libs-docs.sgml:
9897 * docs/libs/gst-plugins-base-libs-sections.txt:
9898 * docs/libs/tmpl/gstcolorbalance.sgml:
9899 * docs/libs/tmpl/gstmixer.sgml:
9900 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
9903 2005-11-26 Julien MOUTTE <julien@moutte.net>
9905 * docs/plugins/Makefile.am:
9906 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9907 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9908 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
9910 2005-11-26 Julien MOUTTE <julien@moutte.net>
9912 * docs/plugins/Makefile.am:
9913 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9914 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9915 * docs/plugins/inspect/plugin-adder.xml:
9916 * docs/plugins/inspect/plugin-alsa.xml:
9917 * docs/plugins/inspect/plugin-audioconvert.xml:
9918 * docs/plugins/inspect/plugin-audiorate.xml:
9919 * docs/plugins/inspect/plugin-audioresample.xml:
9920 * docs/plugins/inspect/plugin-audiotestsrc.xml:
9921 * docs/plugins/inspect/plugin-decodebin.xml:
9922 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9923 * docs/plugins/inspect/plugin-gnomevfs.xml:
9924 * docs/plugins/inspect/plugin-ogg.xml:
9925 * docs/plugins/inspect/plugin-playbin.xml:
9926 * docs/plugins/inspect/plugin-subparse.xml:
9927 * docs/plugins/inspect/plugin-tcp.xml:
9928 * docs/plugins/inspect/plugin-theora.xml:
9929 * docs/plugins/inspect/plugin-typefindfunctions.xml:
9930 * docs/plugins/inspect/plugin-video4linux.xml:
9931 * docs/plugins/inspect/plugin-videorate.xml:
9932 * docs/plugins/inspect/plugin-videoscale.xml:
9933 * docs/plugins/inspect/plugin-videotestsrc.xml:
9934 * docs/plugins/inspect/plugin-volume.xml:
9935 * docs/plugins/inspect/plugin-vorbis.xml:
9936 * docs/plugins/inspect/plugin-ximagesink.xml:
9937 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
9938 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
9940 2005-11-26 Edward Hervey <edward@fluendo.com>
9942 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
9943 Properly return GstFlowReturn from gst_pad_push in chain functions.
9945 2005-11-25 Michael Smith <msmith@fluendo.com>
9947 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
9948 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
9949 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9950 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
9951 Handle various conditions better when we don't understand a stream.
9952 Removes a heap of CRITICALs on ogg streams containing unknown data.
9954 2005-11-24 Andy Wingo <wingo@pobox.com>
9956 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
9959 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
9961 * configure.ac: back to HEAD
9963 === release 0.9.6 ===
9965 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
9968 releasing 0.9.6, "White Eight"
9970 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
9972 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
9973 * docs/plugins/inspect/plugin-sine.xml:
9974 remove sinesrc some more
9976 2005-11-23 Wim Taymans <wim@fluendo.com>
9978 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
9979 If we are reading too slowly, jump forward in the ringbuffer
9980 instead of blocking.
9982 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
9984 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
9986 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
9987 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
9988 (gst_videorate_chain):
9989 * gst/videotestsrc/gstvideotestsrc.c:
9990 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
9991 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
9992 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
9993 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
9994 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9995 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9996 Updates for API changes
9998 2005-11-23 Wim Taymans <wim@fluendo.com>
10000 * gst-libs/gst/audio/gstbaseaudiosink.c:
10001 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10002 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10003 Fix for calibration API change.
10005 2005-11-23 Michael Smith <msmith@fluendo.com>
10007 * gst-libs/gst/audio/multichannel.c:
10008 (gst_audio_get_channel_positions),
10009 (gst_audio_set_channel_positions),
10010 (gst_audio_set_structure_channel_positions_list),
10011 (gst_audio_fixate_channel_positions):
10012 Use gst_value_array_*() functions on value arrays, not
10013 gst_value_list_*().
10015 2005-11-23 Edward Hervey <edward@fluendo.com>
10018 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10021 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10023 * check/Makefile.am:
10024 * check/elements/videotestsrc.c: (setup_videotestsrc),
10025 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10027 add a test for videotestsrc
10029 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10031 * gst/sine/.cvsignore:
10032 * gst/sine/Makefile.am:
10033 * gst/sine/gstsinesrc.c:
10034 * gst/sine/gstsinesrc.h:
10035 * gst/sine/sinesrc.vcproj:
10036 and remove sinesrc from the repository. Closes #321446
10038 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10041 * gst-plugins-base.spec.in:
10042 remove sinesrc from the build
10044 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10046 * check/Makefile.am:
10047 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10048 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10050 add a test for audiotestsrc, testing all waves. Even seems
10051 leak-free at first glance, nice job Stefan
10053 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10069 Translation string updates
10071 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10072 (gst_v4lsrc_set_caps):
10073 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10074 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10075 * sys/v4l/v4lsrc_calls.h:
10076 Improve v4lsrc, by making it work again.
10078 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10080 * ext/libvisual/visual.c: (gst_visual_chain):
10081 Fix the fps calculations.
10083 * gst/ffmpegcolorspace/avcodec.h:
10084 Move structure element for clarity
10086 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10087 * gst-libs/gst/interfaces/tunernorm.h:
10088 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10089 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10090 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10091 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10092 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10093 (gst_v4lmjpegsrc_getcaps):
10094 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10095 (gst_v4lsrc_set_caps):
10096 * sys/v4l/gstv4lsrc.h:
10097 * sys/v4l/v4l_calls.c: (gst_v4l_open):
10098 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10099 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10100 * sys/v4l/v4lsrc_calls.h:
10101 Fractional framerates...
10103 2005-11-22 Wim Taymans <wim@fluendo.com>
10105 * gst-libs/gst/audio/gstbaseaudiosink.c:
10106 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10107 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10108 And we provide a clock by default, of course...
10110 2005-11-22 Wim Taymans <wim@fluendo.com>
10112 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10113 This clock can be slaved to a master clock now.
10115 * gst-libs/gst/audio/gstbaseaudiosink.c:
10116 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10117 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10118 (gst_base_audio_sink_set_clock),
10119 (gst_base_audio_sink_set_property),
10120 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10121 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10122 * gst-libs/gst/audio/gstbaseaudiosink.h:
10123 Handle slaving the internal clock to the clock selected in the
10125 Add property to make the basesink not provide a clock.
10127 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10128 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10129 (gst_base_rtp_depayload_wait):
10130 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10131 We can use the clock in GstElement, no need to store it ourselves.
10133 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10135 * docs/libs/tmpl/gstaudio.sgml:
10137 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10138 (gst_paranoia_endian_get_type):
10139 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10140 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10141 * gst/audiotestsrc/gstaudiotestsrc.c:
10142 (gst_audiostestsrc_wave_get_type):
10143 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10144 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10145 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10146 (gst_sync_method_get_type), (gst_unit_type_get_type),
10147 (gst_client_status_get_type), (gst_multifdsink_class_init),
10148 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10149 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10150 (gst_multifdsink_get_property):
10151 * gst/tcp/gstmultifdsink.h:
10152 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10153 * gst/videotestsrc/gstvideotestsrc.c:
10154 (gst_videotestsrc_pattern_get_type):
10155 remove deprecated properties
10156 fix up enums to correctly have short lowercase dashed nicks
10158 2005-11-22 Michael Smith <msmith@fluendo.com>
10160 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10161 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10164 2005-11-22 Michael Smith <msmith@fluendo.com>
10166 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10167 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10168 Use utility method for scaling clocktime for fractional framerates.
10170 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
10172 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10173 (gst_visual_chain):
10174 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10175 * ext/theora/theoradec.c: (theora_handle_type_packet):
10176 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10177 (theora_enc_chain):
10178 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10179 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10180 * gst-libs/gst/video/video.h:
10181 * gst/ffmpegcolorspace/avcodec.h:
10182 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10183 (gst_ffmpeg_caps_to_pixfmt):
10184 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10185 (gst_ffmpegcsp_set_caps):
10186 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10187 (gst_videorate_setcaps), (gst_videorate_blank_data),
10188 (gst_videorate_chain):
10189 * gst/videotestsrc/gstvideotestsrc.c:
10190 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10191 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10192 (gst_videotestsrc_event), (gst_videotestsrc_create):
10193 * gst/videotestsrc/gstvideotestsrc.h:
10194 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10195 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10196 (gst_ximagesink_get_times), (gst_ximagesink_init):
10197 * sys/ximage/ximagesink.h:
10198 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10199 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10200 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10201 * sys/xvimage/xvimagesink.h:
10202 Convert elements to use fractions for their framerate.
10203 V4L elements to come later tonight.
10205 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10207 * gst-libs/gst/audio/audio.c:
10208 * gst-libs/gst/audio/audio.h:
10209 remove some deprecated functions
10211 2005-11-22 Andy Wingo <wingo@pobox.com>
10213 * Update for gst_tag_setter API changes.
10215 2005-11-22 Andy Wingo <wingo@pobox.com>
10217 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10218 (gst_ogg_demux_perform_seek):
10219 * ext/theora/theoradec.c (theora_dec_sink_event):
10220 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10223 2005-11-22 Wim Taymans <wim@fluendo.com>
10225 * examples/seeking/seek.c: (main):
10226 Give higher priority to bus signals than the gtk events
10227 to fix a race condition in the segment looping.
10229 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10231 * ext/theora/Makefile.am:
10232 * ext/vorbis/Makefile.am:
10233 * gst-libs/gst/tag/Makefile.am:
10234 * gst-plugins-base.spec.in:
10235 Rename libgsttagedit to libgsttag (#322117).
10237 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10239 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10240 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10241 Call gst_x_overlay_prepare_xwindow_id() to give applications
10242 a final chance to set their own xwindow id before the video
10243 sink creates its own window.
10245 2005-11-22 Julien MOUTTE <julien@moutte.net>
10247 * sys/xvimage/xvimagesink.c:
10248 (gst_xvimagesink_navigation_send_event): Handle navigation
10249 events correcly with borders if applicable.
10251 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10253 Patch by: Luca Ognibene
10255 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10256 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10257 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10258 (gst_ffmpegcsp_caps_remove_format_info):
10259 * gst/ffmpegcolorspace/imgconvert.c:
10260 * gst/ffmpegcolorspace/imgconvert_template.h:
10261 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10262 #318353); use gst_structure_has_name().
10264 2005-11-22 Julien MOUTTE <julien@moutte.net>
10266 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10267 (gst_ximagesink_class_init): Add debug macros on functions.
10268 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10269 (gst_xvimagesink_xwindow_draw_borders),
10270 (gst_xvimagesink_xvimage_put),
10271 (gst_xvimagesink_xwindow_update_geometry),
10272 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10273 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10274 (gst_xvimagesink_xcontext_clear),
10275 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10276 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10277 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10278 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10279 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10280 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10281 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10282 expose while being PAUSED, out of data flow navigation events, etc..
10284 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10286 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10287 * gst-libs/gst/audio/audio.h:
10288 fix prototype - wondering why the test worked regardless
10290 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
10292 * check/Makefile.am:
10293 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10294 * gst-libs/gst/audio/audio.h:
10295 add a method that returns a proper GstClockTime
10297 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10299 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10300 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10301 * gst-libs/gst/interfaces/xoverlay.h:
10302 Remove everything having to do with the desired size; add
10303 gst_x_overlay_prepare_xwindow_id() function; remove the
10304 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10305 post a message on the bus instead (#321816).
10307 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10308 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10309 (gst_xvimagesink_xoverlay_init):
10310 Remove desired size stuff (#321816).
10312 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10314 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10315 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10316 (mpeg_video_type_find), (mpeg_video_stream_type_find):
10317 Terminate vararg functions with NULL instead of 0 to
10320 2005-11-21 Andy Wingo <wingo@pobox.com>
10322 patch by: Sebastien Cote <sebas642@yahoo.ca>
10324 * gst-libs/gst/rtp/gstrtpbuffer.h:
10325 * gst-libs/gst/rtp/gstrtpbuffer.c
10326 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10328 2005-11-21 Andy Wingo <wingo@pobox.com>
10330 * gst/playback/gstplaybin.c (gen_audio_element)
10331 (gen_video_element): Use the new MISSING_PLUGIN core error
10332 category. Closes #320060.
10334 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
10335 * gst/videorate/gstvideorate.c (gst_videorate_event):
10336 * ext/theora/theoradec.c (theora_dec_sink_event):
10337 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10340 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10341 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10342 stream lock changes.
10344 2005-11-21 Wim Taymans <wim@fluendo.com>
10346 * gst-libs/gst/audio/gstbaseaudiosink.c:
10347 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10348 (gst_base_audio_sink_provide_clock),
10349 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10350 (gst_base_audio_sink_change_state):
10351 * gst/audioresample/gstaudioresample.c:
10352 Segment update fix.
10354 2005-11-21 Andy Wingo <wingo@pobox.com>
10357 * *.c: Ran scripts/update-macros. Oh yes.
10359 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10361 * sys/ximage/Makefile.am:
10362 * sys/ximage/ximage.c:
10363 Rename ximage plugin to ximagesink (#321426) (Don't forget to
10364 remove your old libgstximage.* manually if necessary).
10366 2005-11-21 Michael Smith <msmith@fluendo.com>
10368 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10369 Minimal fix for bug #320200: set the min/max bitrate in the correct
10370 units. A better fix would be to upgrade to the RATEMANAGE2
10371 interface, rather than using the deprecated interface used here, but
10372 that would require an update in our libvorbis dependency (to 1.1),
10373 which is probably undesirable.
10375 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
10377 * ext/libvisual/visual.c: (get_buffer):
10378 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10379 (gst_base_audio_src_fixate):
10380 * gst/audioconvert/gstaudioconvert.c:
10381 (gst_audio_convert_fixate_caps):
10382 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10383 * gst/audiotestsrc/gstaudiotestsrc.c:
10384 (gst_audiotestsrc_src_fixate):
10385 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10386 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10387 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10388 * gst/videotestsrc/gstvideotestsrc.c:
10389 (gst_videotestsrc_src_fixate):
10390 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10391 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10392 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10396 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10398 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10399 (gst_riff_create_iavs_caps):
10400 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10401 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10402 (gst_riff_parse_info):
10403 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10404 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10405 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10406 Fixes for GST_FOURCC_FORMAT API change.
10408 2005-11-21 Andy Wingo <wingo@pobox.com>
10410 patch by: Alessandro Dessina <alessandro nnva org>
10412 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10413 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10414 (gst_ogg_parse_chain):
10415 * ext/theora/theoraenc.c (theora_set_header_on_caps):
10416 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10417 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10418 gst_value_list calls on arrays. Fixes #321962.
10420 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10422 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10423 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10424 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10425 * gst/adder/gstadder.c: (gst_adder_init),
10426 (gst_adder_request_new_pad), (gst_adder_collected),
10427 (gst_adder_change_state):
10428 Update for gst_collectpads_foo() to gst_collect_pads_foo()
10431 2005-11-21 Michael Smith <msmith@fluendo.com>
10433 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10434 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10435 Properly handle pad_push return values.
10437 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
10439 * gst-libs/gst/tag/Makefile.am:
10440 * gst-libs/gst/tag/gstvorbistag.c:
10441 (gst_tag_list_to_vorbiscomment_buffer):
10442 Remove obsolete vorbistag element and debug category.
10444 * gst/playback/gstplaybasebin.c: (check_queue):
10445 Don't divide by 0 when queue-threshold is 0.
10447 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10448 Don't modify an existing pixel-aspect-ratio if we fail to read
10451 2005-11-20 Wim Taymans <wim@fluendo.com>
10453 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10454 (gst_vorbisenc_push_packet):
10455 GST_PAD_IS_USABLE is gone, use the return value of
10456 the push or pad_alloc_buffer instead.
10458 2005-11-18 Julien MOUTTE <julien@moutte.net>
10460 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10461 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10462 (gst_ximagesink_ximage_destroy),
10463 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10464 (gst_ximagesink_xwindow_new),
10465 (gst_ximagesink_xwindow_update_geometry),
10466 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10467 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10468 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10469 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10470 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10471 (gst_ximagesink_navigation_send_event),
10472 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10473 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10474 (gst_ximagesink_finalize), (gst_ximagesink_init),
10475 (gst_ximagesink_class_init):
10476 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10477 This new version brings correct software scaling, non flickering
10478 window while resizing, pixel aspect ratio handling, usage of
10479 hardware buffer pools, out of data flow event thread for
10480 navigation and handling of expose events even when being PAUSED,
10481 a new property to keep video aspect ratio when resizing, etc...
10483 2005-11-18 Julien MOUTTE <julien@moutte.net>
10485 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10486 (gst_videoscale_fixate_caps): Introduce back caps fixate with
10489 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
10491 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
10492 Unsetting IS_SINK flag from the fakesink, so decodebin
10493 never behaves as a sink.
10495 2005-11-17 Wim Taymans <wim@fluendo.com>
10497 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10498 (gst_base_audio_src_change_state):
10499 Fix the audiosrc base class again, we did not unflush.
10501 2005-11-17 Julien MOUTTE <julien@moutte.net>
10503 * examples/seeking/seek.c: (make_dv_pipeline),
10504 (make_vorbis_theora_pipeline), (make_avi_pipeline),
10505 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10506 to ogg/vorbis/theora pipeline.
10508 2005-11-17 Wim Taymans <wim@fluendo.com>
10510 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10511 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10512 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10513 Fix EOS on multiple streams.
10516 2005-11-16 Wim Taymans <wim@fluendo.com>
10518 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10519 (gst_ogg_demux_perform_seek):
10520 Segment done must include stream time.
10522 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10523 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10524 (gst_ogg_mux_change_state):
10525 Fix ogg muxer again.
10527 2005-11-16 Wim Taymans <wim@fluendo.com>
10529 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10532 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10534 * ext/libvisual/visual.c: (gst_visual_init):
10535 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10536 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10537 (gst_ogg_parse_chain):
10538 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10539 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10540 * ext/theora/theoradec.c: (gst_theora_dec_init):
10541 * ext/theora/theoraenc.c: (gst_theora_enc_init):
10542 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10543 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10544 * gst/adder/gstadder.c: (gst_adder_class_init),
10545 (gst_adder_dispose):
10546 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10547 * gst/subparse/gstsubparse.c: (gst_subparse_init):
10548 * gst/videorate/gstvideorate.c: (gst_videorate_init):
10549 Fix a whole set of pad template leaks
10551 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10553 * check/generic/states.c: (GST_START_TEST):
10554 fix the test so that it only checks for elements that are part of
10557 2005-11-16 Michael Smith <msmith@fluendo.com>
10559 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10560 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10561 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10562 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10563 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10564 (gst_ogg_mux_change_state):
10565 Fix leaking collectpads.
10567 2005-11-16 Edward Hervey <edward@fluendo.com>
10569 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10570 (gst_videorate_event), (gst_videorate_chain):
10571 Handle segment seeks
10573 2005-11-16 Wim Taymans <wim@fluendo.com>
10575 * gst-libs/gst/audio/gstbaseaudiosink.c:
10576 (gst_base_audio_sink_provide_clock),
10577 (gst_base_audio_sink_change_state):
10578 Set ringbuffer to non-flushing when going to PAUSED, set to
10579 flushing again when going to READY.
10581 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10582 (gst_ring_buffer_stop):
10583 Start in flushing mode by default.
10584 Don't set flushing in the _stop method, let the app call
10587 2005-11-16 Julien MOUTTE <julien@moutte.net>
10589 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10590 * gst-libs/gst/video/videosink.h: Add helper function needed
10593 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
10595 * gst/videoscale/gstvideoscale.c:
10596 (gst_videoscale_handle_src_event):
10597 Don't leak reference to pad parent.
10599 2005-11-16 Wim Taymans <wim@fluendo.com>
10601 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10602 Set ringbuffer to flushing when stopping so that we don't
10603 block on wait_segment anymore and livelock.
10605 2005-11-16 Wim Taymans <wim@fluendo.com>
10607 * examples/seeking/seek.c: (send_event), (do_seek),
10608 (loop_toggle_cb), (segment_done), (main):
10609 Added looping checkbox.
10611 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10613 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10614 (gst_ogg_demux_init):
10615 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10616 (gst_vorbis_dec_init):
10617 revert unrefs, they don't pass make check
10619 2005-11-15 Johan Dahlin <johan@gnome.org>
10621 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10622 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10623 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10624 (gst_vorbis_dec_init):
10625 Fix pad template leaks.
10627 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
10629 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10630 Make state change function thread safe.
10632 2005-11-15 Edward Hervey <edward@fluendo.com>
10634 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10635 (gst_ogg_demux_class_init):
10636 Implement GstElement::send_event, so we can send seek events
10639 2005-11-14 Julien MOUTTE <julien@moutte.net>
10641 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10642 Discovered how to take away flickering while resizing the
10643 window. Please don't put that in ximagesink, refactoring in
10646 2005-11-14 Michael Smith <msmith@fluendo.com>
10648 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10649 (gst_multifdsink_render):
10650 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10652 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
10654 * gst/playback/gstplaybin.c: (gen_audio_element):
10655 Use autoaudiosink, it tends to be more widely available than
10658 2005-11-14 Andy Wingo <wingo@pobox.com>
10660 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10661 as well if it is available. Fixes #316442.
10663 2005-11-14 Michael Smith <msmith@fluendo.com>
10665 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10666 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10667 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10668 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10669 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10670 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10671 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10672 (gst_vorbisenc_change_state):
10673 Fix a small memory leak in vorbisenc.
10674 Fix large memory leaks in oggmux, also fix lots of state change
10677 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
10679 * gst/videotestsrc/gstvideotestsrc.c:
10680 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10681 (gst_videotestsrc_src_fixate):
10682 move fixation to a fixate function
10683 remove negotiate function, basesrc's is good enough
10684 fixes a bug for check when using the element alone
10686 2005-11-13 Edward Hervey <edward@fluendo.com>
10688 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10689 (key_toggle_cb), (main):
10690 Added checkboxes for adding/removing the accurate and key_unit seek
10693 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
10695 * configure.ac: back to HEAD
10697 === release 0.9.5 ===
10699 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
10702 releasing 0.9.5, "No No Kia"
10704 2005-11-11 Edward Hervey <edward@fluendo.com>
10706 * examples/seeking/seek.c: (make_parselaunch_pipeline):
10707 Added parse-launch syntax seeking mode for the seeking example.
10708 This should help stress-test even more cases.
10709 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10711 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
10713 * sys/xvimage/xvimagesink.c:
10714 (gst_xvimagesink_navigation_send_event):
10715 Check whether peer pad exists before sending navigation events
10718 2005-11-11 Michael Smith <msmith@fluendo.com>
10720 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10721 (gst_vorbisenc_buffer_from_packet):
10722 * ext/vorbis/vorbisenc.h:
10723 Set duration on encoded buffers. This allows oggmux's
10724 max_page_delay parameter to actually work.
10726 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
10728 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10729 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10730 (gst_ffmpegcsp_avpicture_fill):
10731 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10732 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10733 Make palettes work again (see #132341). Use our own macros
10736 2005-11-10 Andy Wingo <wingo@pobox.com>
10738 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10741 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
10743 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10744 (gst_ffmpegcsp_transform_caps):
10745 Prefer passthrough in transform_caps
10747 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
10749 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10750 check for ALSA errors properly, instead of relying on ALSA's
10751 error strings to serve to the user.
10753 2005-11-10 Wim Taymans <wim@fluendo.com>
10755 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10756 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10757 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10758 Modernise the seek code.
10760 2005-11-10 Michael Smith <msmith@fluendo.com>
10762 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10763 (setup_substreams), (set_active_source):
10764 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10765 trying to go to NULL if we failed to read a file.
10767 2005-11-10 Wim Taymans <wim@fluendo.com>
10769 * gst/audiotestsrc/gstaudiotestsrc.c:
10770 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10771 (gst_audiotestsrc_create):
10772 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10773 (gst_sinesrc_get_times), (gst_sinesrc_create):
10774 * gst/videotestsrc/gstvideotestsrc.c:
10775 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10776 (gst_videotestsrc_create):
10777 The base class can now sync for us.
10779 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
10781 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10782 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10783 name=source autoprobe=false autoprobe-fps=false copy-mode=1
10784 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10785 format=(fourcc)I420" ! xvimagesink
10787 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
10789 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10790 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10791 (gst_sinesrc_newsegment):
10792 Send newsegment event in TIME format, set duration if
10793 num-buffers is set, fix duration querying.
10795 2005-11-10 Michael Smith <msmith@fluendo.com>
10797 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10798 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10799 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10800 (gst_ogg_mux_collected):
10801 Fix EOS handling, partially. Now forwarding an EOS event once we have
10802 EOS on all pads works correctly. However, we still don't properly set
10803 EOS on the actual ogg stream pages.
10805 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
10807 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10808 Set elements to NULL state before disposing of them.
10810 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
10812 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
10814 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10815 (gst_base_rtp_depayload_init),
10816 (gst_base_rtp_depayload_set_gst_timestamp):
10817 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10818 We need to send a newsegment event for each instance, not
10819 just for the first instance of this class (get rid of
10820 static variable in function). (#321011).
10822 2005-11-08 Michael Smith <msmith@fluendo.com>
10824 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10825 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
10826 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
10827 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10828 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
10829 This makes us mux things correctly according to the ogg muxing
10830 rules. Still not handling EOS correctly right now, though.
10832 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
10834 * gst/audioconvert/gstaudioconvert.c:
10837 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
10839 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10840 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
10841 Initialise segment_stop to GST_CLOCK_TIME_NONE when
10842 creating a new chain; should fix live streaming. Also
10843 add more debug output and fix a typo.
10845 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
10847 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
10849 * gst/volume/gstvolume.c: (volume_set_caps):
10850 Fix compilation on Solaris with Forte. (#320923)
10852 2005-11-08 Wim Taymans <wim@fluendo.com>
10854 * gst-libs/gst/audio/gstbaseaudiosink.c:
10855 (gst_base_audio_sink_render):
10856 No need to do a typecheck.
10858 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
10860 * ext/alsa/gstalsa.h:
10861 We register a debug category, so let's use it.
10863 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
10865 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10866 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
10867 Fixed a small problem.
10869 2005-11-04 Wim Taymans <wim@fluendo.com>
10871 * examples/seeking/Makefile.am:
10872 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
10873 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
10874 (make_playerbin_pipeline), (format_value), (update_scale),
10875 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
10876 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
10877 (print_usage), (main):
10878 Added app for playback speed testing.
10880 * examples/seeking/seek.c: (dynamic_link),
10881 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
10882 (make_mpeg_pipeline), (do_seek), (set_update_scale),
10883 (message_received), (main):
10884 Updated seek example.
10886 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
10888 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10889 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10890 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
10891 (gst_base_rtp_depayload_set_clock):
10892 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10893 Don't sleep on the bench (system clock) when you have a nice
10894 comfortable bed (Gstreamer clock) to sleep on.
10896 2005-11-03 Wim Taymans <wim@fluendo.com>
10898 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10899 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
10900 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
10901 Handle the case where a pad_block failed.
10903 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
10905 reviewed by: Zeeshan Ali <zeenix@gmail.com>
10907 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10908 (gst_base_rtp_depayload_add_to_queue),
10909 (gst_base_rtp_depayload_push),
10910 (gst_base_rtp_depayload_set_gst_timestamp),
10911 (gst_base_rtp_depayload_queue_release):
10912 Fixes some bugs in the depayloader's queuing/de-queueing code.
10914 2005-10-31 Michael Smith <msmith@fluendo.com>
10916 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10917 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10918 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
10919 Patch from Alessandro Decina <alessandro@nnva.org>.
10920 Make oggdemux only find the final time in a chain, not per-pad,
10921 since the per-pad information can be very expensive to locate, and
10922 it isn't used anywhere. This makes reading a file containing
10923 OggSkeleton reasonably fast.
10924 Also, make chain finding work when there are logical bitstreams that
10925 can't be decoded. Fixes #319110.
10927 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
10929 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10930 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10931 (gst_base_rtp_depayload_chain),
10932 (gst_base_rtp_depayload_add_to_queue),
10933 (gst_base_rtp_depayload_push),
10934 (gst_base_rtp_depayload_set_gst_timestamp),
10935 (gst_base_rtp_depayload_queue_release),
10936 (gst_base_rtp_depayload_start_thread),
10937 (gst_base_rtp_depayload_set_property),
10938 (gst_base_rtp_depayload_get_property):
10939 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10940 Some random fixes, to fullfill the desires of thomas.
10942 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
10944 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10945 (gst_base_rtp_depayload_add_to_queue),
10946 (gst_base_rtp_depayload_push):
10947 Fixed the queueing algorithm.
10949 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
10951 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10952 (gst_base_rtp_depayload_push):
10955 2005-10-31 Wim Taymans <wim@fluendo.com>
10957 * gst-libs/gst/audio/gstringbuffer.h:
10960 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10961 (gst_ffmpeg_caps_to_pixfmt):
10962 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10963 (gst_ffmpegcsp_set_caps):
10964 Some more comments.
10965 Handle missing required caps fields better.
10967 2005-10-31 Wim Taymans <wim@fluendo.com>
10969 * gst-libs/gst/audio/gstbaseaudiosink.c:
10970 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
10971 (gst_base_audio_sink_render):
10972 * gst-libs/gst/audio/gstringbuffer.c:
10973 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10974 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10975 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
10976 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
10977 (gst_ring_buffer_read):
10978 * gst-libs/gst/audio/gstringbuffer.h:
10979 Add flushing mode to the ringbuffer so that it in all cases does
10980 not try to handle more audio. This makes sure it does not try to
10981 block anymore when flushing and fixes a livelock.
10983 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
10985 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10986 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10987 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
10988 Explicitly check for -1 values before doing a conversion
10989 and always map them to -1. (#315545)
10991 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
10993 * gst/playback/gstplaybin.c: (gen_video_element):
10994 first try autovideosink, then xvimagesink, then error out
10996 add translatable file
11011 update translations
11013 2005-10-27 Philippe Khalaf <burger at speedy dot org>
11015 * gst-libs/gst/rtp/gstbasedepayload.c:
11016 * gst-libs/gst/rtp/gstbasedepayload.h:
11019 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
11021 * gst/playback/.cvsignore:
11022 * gst/playback/decodetest.c:
11023 * gst/playback/test3.c:
11024 Port these two tests as well.
11026 2005-10-27 Wim Taymans <wim@fluendo.com>
11028 * ext/theora/theoradec.c: (theora_dec_src_query),
11029 (theora_dec_sink_event):
11030 * ext/theora/theoraenc.c: (theora_enc_sink_event),
11031 (theora_enc_change_state):
11032 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11033 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11034 Take proper locks when handling events.
11036 2005-10-27 Wim Taymans <wim@fluendo.com>
11038 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11039 (gst_adder_change_state):
11040 Fix timestamps and fix deadlock when stopping the collectpads.
11042 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
11044 * gst-libs/gst/rtp/gstrtpbuffer.h:
11045 Declaring the payload types as strings too so that they can be used
11046 in the padtemplate inialization.
11048 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
11050 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11052 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11053 (gst_base_rtp_depayload_class_init):
11054 Fixes a small but nasty bug. The derived elements no longer segfaults
11057 2005-10-26 Michael Smith <msmith@fluendo.com>
11059 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11060 When clearing an audioconvert context, set tmpbufsize to zero, so
11061 we'll allocate it again later if required.
11062 This fixes audioconvert re-negotiating formats, which previously
11063 segfaulted with a NULL destination buffer.
11065 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11067 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11068 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11069 (gst_base_rtp_depayload_set_gst_timestamp),
11070 (gst_base_rtp_depayload_queue_release):
11071 Fixed a smalll memleak.
11073 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11074 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11075 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11076 (gst_base_rtp_depayload_finalize),
11077 (gst_base_rtp_depayload_setcaps),
11078 (gst_base_rtp_depayload_add_to_queue),
11079 (gst_base_rtp_depayload_push),
11080 (gst_base_rtp_depayload_set_gst_timestamp),
11081 (gst_base_rtp_depayload_queue_release),
11082 (gst_base_rtp_depayload_thread),
11083 (gst_base_rtp_depayload_change_state):
11084 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11085 Changed the C++ comments to C comments
11087 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
11089 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11090 * gst/tcp/gsttcpclientsrc.h:
11091 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11092 * gst/tcp/gsttcpserversrc.h:
11093 Remove unused 'curoffset' structure member.
11095 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
11097 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11098 (gst_base_rtp_depayload_base_init),
11099 (gst_base_rtp_depayload_finalize):
11100 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11101 * gst-libs/gst/rtp/gstbasertppayload.h:
11102 The pad-template on the sinkpad should be set by the derived classes.
11103 Also added some useful macros.
11105 2005-10-24 Wim Taymans <wim@fluendo.com>
11107 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11108 Correctly flush decoder samples even if we could not
11109 copy them to an output buffer. Fixes #319618.
11111 2005-10-24 Julien MOUTTE <julien@moutte.net>
11113 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11114 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11115 the caps against our xcontext caps.
11117 2005-10-24 Wim Taymans <wim@fluendo.com>
11119 * gst-libs/gst/audio/gstbaseaudiosink.c:
11120 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11122 Use sync property from baseclass to disable sync.
11124 2005-10-24 Wim Taymans <wim@fluendo.com>
11126 * gst-libs/gst/audio/gstbaseaudiosink.c:
11127 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11128 Buffers with no timestamps get aligned with previous buffers or
11129 on underrun, played ASAP.
11131 2005-10-24 Julien MOUTTE <julien@moutte.net>
11133 * gst-libs/gst/video/video.h:
11134 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11135 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11136 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11137 here comes my change on caps for framerate and geometry range.
11138 We are now accepting 1 to MAXINT for width and height, and from
11139 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11140 to be blended correctly in videomixer.
11142 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
11147 === release 0.9.4 ===
11149 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11154 releasing 0.9.4, "Velociraptor"
11156 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11158 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11162 2005-10-21 Wim Taymans <wim@fluendo.com>
11164 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11165 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11166 (pad_blocked), (close_pad_link), (new_pad):
11167 Don't try to remove elements twice.
11169 2005-10-21 Wim Taymans <wim@fluendo.com>
11171 * ext/theora/theoradec.c: (theora_dec_src_query),
11172 (theora_dec_sink_event):
11173 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11174 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11175 (vorbis_handle_data_packet):
11176 * ext/vorbis/vorbisdec.h:
11179 * gst-libs/gst/audio/gstbaseaudiosink.c:
11180 (gst_base_audio_sink_render):
11181 Don't try to sync on buffers without a timestamp.
11183 2005-10-21 Wim Taymans <wim@fluendo.com>
11185 * ext/theora/theoradec.c: (theora_dec_src_query),
11186 (theora_dec_sink_event):
11187 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11188 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11189 (vorbis_handle_data_packet):
11190 * ext/vorbis/vorbisdec.h:
11193 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11195 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11196 (gst_vorbisenc_src_query):
11197 Implement position and duration queries.
11199 * gst/playback/test3.c: (update_scale), (main):
11200 Fix for async state changes and print nicer output.
11202 2005-10-20 Wim Taymans <wim@fluendo.com>
11204 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11205 (dump_element_stats), (main):
11206 * gst/playback/test6.c: (main):
11209 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11211 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11212 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11213 Don't use functions for position queries when handling
11216 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11218 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11219 (vorbis_handle_data_packet), (vorbis_dec_chain),
11220 (vorbis_dec_change_state):
11221 * ext/vorbis/vorbisdec.h:
11222 Vorbis streams can be embedded in other container formats
11223 than ogg, container formats where the demuxer might set
11224 timestamps on encoded vorbis buffers instead of those silly
11225 granulepos thingies. In short: make vorbisdec handle
11226 timestamps on incoming buffers as well.
11228 2005-10-20 Wim Taymans <wim@fluendo.com>
11230 * gst/playback/gstplaybasebin.c: (group_destroy),
11231 (gst_play_base_bin_change_state):
11233 Handle case where playbasebin is now ASYNC because
11236 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11238 * gst/audioconvert/Makefile.am:
11239 * gst/audioconvert/bufferframesconvert.c:
11240 * gst/audioconvert/plugin.c: (plugin_init):
11241 * gst/audioconvert/plugin.h:
11242 And bye bye buffer-frames-convert
11244 2005-10-19 Wim Taymans <wim@fluendo.com>
11246 * check/elements/audioconvert.c:
11247 * docs/libs/tmpl/gstaudio.sgml:
11248 * docs/libs/tmpl/gstcolorbalance.sgml:
11249 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11250 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11251 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11252 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11253 * gst-libs/gst/audio/audio.h:
11254 * gst/audioconvert/audioconvert.h:
11255 * gst/audioconvert/gstaudioconvert.c:
11256 (gst_audio_convert_parse_caps):
11257 * gst/volume/gstvolume.c:
11258 Bye bye buffer-frames.
11260 2005-10-19 Wim Taymans <wim@fluendo.com>
11262 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11263 (query_positions_elems), (query_positions_pads), (update_scale),
11264 (do_seek), (set_update_scale), (message_received), (main):
11265 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11266 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11267 (gst_ogg_demux_loop):
11268 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11269 * ext/theora/theoradec.c: (theora_dec_src_query),
11270 (theora_dec_sink_event):
11271 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11272 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11273 * gst/adder/gstadder.c: (gst_adder_query):
11274 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11275 * gst/playback/test3.c: (update_scale):
11276 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11277 (dump_element_stats), (main):
11278 * gst/playback/test6.c: (main):
11279 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11282 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11284 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11285 (xml_check_first_element), (xml_type_find), (smil_type_find),
11287 Add typefinding for SMIL and for generic XML. Based on patch by
11288 Akos Maroy (#308663).
11290 2005-10-18 Wim Taymans <wim@fluendo.com>
11292 * gst/playback/Makefile.am:
11293 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11294 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11295 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11296 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11297 (gst_decode_bin_change_state):
11298 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11299 (gst_play_bin_send_event_to_sink):
11300 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11301 (dump_element_stats), (main):
11302 * gst/playback/test6.c: (main):
11303 Make playbin async, it'll commit state to paused when all streams
11306 Added test6.c to show async behaviour.
11308 2005-10-18 Wim Taymans <wim@fluendo.com>
11310 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11311 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11312 Fix for segment-start/stop API change.
11314 2005-10-18 Wim Taymans <wim@fluendo.com>
11316 * check/Makefile.am:
11317 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11319 Add future test for clock selection.
11321 2005-10-18 Wim Taymans <wim@fluendo.com>
11323 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11324 (gst_alsasink_close):
11325 Set handle to NULL.
11327 * gst-libs/gst/audio/gstringbuffer.c:
11328 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11329 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11330 (gst_ring_buffer_start), (gst_ring_buffer_pause),
11331 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11332 (gst_ring_buffer_read):
11335 2005-10-17 Stefan Kost <ensonic@users.sf.net>
11337 * gst/audiotestsrc/Makefile.am:
11338 * gst/sine/Makefile.am:
11339 * gst/volume/Makefile.am:
11340 fix broken build of controllerized plugins
11342 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11344 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11346 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11347 (gst_riff_create_video_template_caps):
11348 Add support for Indeo-3 (IV32).
11350 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11355 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11357 * gst-libs/gst/video/video.c: (gst_video_get_size):
11358 * gst/audiotestsrc/gstaudiotestsrc.c:
11361 2005-10-17 Andy Wingo <wingo@pobox.com>
11363 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11364 with the collectpads change.
11365 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11367 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11369 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11371 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11372 alloc_buffer flow return to callers.
11373 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11374 change. Fix some memleaks in theoraenc.
11376 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11377 in strange circumstance.
11379 2005-10-17 Julien MOUTTE <julien@moutte.net>
11381 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11382 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11383 from caps, let's use the caps...
11385 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11388 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11390 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11392 * gst-libs/gst/interfaces/Makefile.am:
11395 2005-10-16 Andy Wingo <wingo@pobox.com>
11397 * gst/playback/gstdecodebin.c
11398 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11400 (try_to_link_1): Increase kraziness level.
11402 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11405 restructure like the core one
11406 * gst-libs/gst/audio/Makefile.am:
11407 * gst-libs/gst/interfaces/Makefile.am:
11408 * gst-libs/gst/net/Makefile.am:
11409 * gst-libs/gst/riff/Makefile.am:
11410 * gst-libs/gst/rtp/Makefile.am:
11411 * gst-libs/gst/tag/Makefile.am:
11412 * gst-libs/gst/video/Makefile.am:
11413 use correct linker flags, now the libs are properly versioned
11414 * check/elements/audioconvert.c: (verify_convert):
11415 * ext/alsa/gstalsaplugin.c:
11416 * ext/cdparanoia/gstcdparanoia.c:
11417 * ext/gnomevfs/gstgnomevfs.c:
11418 * ext/libvisual/visual.c:
11419 * ext/ogg/gstogg.c:
11420 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11421 * ext/theora/theora.c:
11422 * ext/vorbis/vorbis.c:
11423 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11424 * gst-libs/gst/tag/gsttagediting.c:
11425 * gst-libs/gst/video/video.c:
11426 * gst/adder/gstadder.c:
11427 * gst/audioconvert/plugin.c:
11428 * gst/audiorate/gstaudiorate.c:
11429 * gst/audioresample/gstaudioresample.c:
11430 * gst/audioresample/resample_ref.c: (resample_scale_ref):
11431 * gst/audioscale/gstaudioscale.c:
11432 * gst/audioscale/resample.c:
11433 * gst/audiotestsrc/gstaudiotestsrc.c:
11434 * gst/ffmpegcolorspace/gstffmpeg.c:
11435 * gst/playback/gstdecodebin.c: (close_pad_link):
11436 * gst/playback/gstplaybin.c: (gen_video_element),
11437 (gen_audio_element):
11438 * gst/sine/gstsinesrc.c:
11439 * gst/subparse/gstsubparse.c:
11440 * gst/tags/gsttagediting.c:
11441 * gst/tcp/gsttcpplugin.c:
11442 * gst/typefind/gsttypefindfunctions.c:
11443 * gst/videorate/gstvideorate.c:
11444 * gst/videoscale/gstvideoscale.c:
11445 * gst/videotestsrc/gstvideotestsrc.c:
11446 * gst/volume/gstvolume.c:
11447 * sys/v4l/gstv4l.c:
11448 * sys/ximage/ximage.c:
11449 * sys/xvimage/xvimagesink.c:
11452 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
11454 * ext/vorbis/vorbisenc.c:
11455 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11456 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11457 (gst_tag_to_vorbis_comments):
11458 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11460 2005-10-13 Stefan Kost <ensonic@users.sf.net>
11462 * examples/stats/mp2ogg.c:
11463 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11466 2005-10-13 Michael Smith <msmith@fluendo.com>
11468 * ext/ogg/gstoggmux.c:
11469 Use magic glib macros to define constants as 64 bit, to ensure
11470 appropriate vararg passing.
11472 2005-10-13 Michael Smith <msmith@fluendo.com>
11474 * ext/ogg/gstoggmux.c:
11475 * gst/audioconvert/audioconvert.c: (float):
11476 Don't use LL suffix, as it's not portable, and neither of these
11477 uses required it anyway.
11479 2005-10-12 Stefan Kost <ensonic@users.sf.net>
11481 * examples/indexing/indexmpeg.c: (main):
11482 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11483 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11484 (cdparanoia_convert), (cdparanoia_query):
11485 * ext/cdparanoia/gstcdparanoia.h:
11486 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11487 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11488 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11489 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11490 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11491 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11492 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11493 (gst_multifdsink_render), (gst_multifdsink_start),
11494 (gst_multifdsink_stop):
11495 * gst/tcp/gstmultifdsink.h:
11496 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11497 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11498 (gst_tcpclientsink_stop):
11499 * gst/tcp/gsttcpclientsink.h:
11500 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11501 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11502 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11503 * gst/tcp/gsttcpclientsrc.h:
11504 * gst/tcp/gsttcpserversink.h:
11505 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11506 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11507 (gst_tcpserversrc_stop):
11508 * gst/tcp/gsttcpserversrc.h:
11509 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11510 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11511 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11512 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11513 moved bitshift from macro to enum definition
11515 2005-10-12 Wim Taymans <wim@fluendo.com>
11517 * examples/seeking/Makefile.am:
11520 2005-10-12 Wim Taymans <wim@fluendo.com>
11522 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11523 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11524 Don't assert on normal stuff.
11526 * gst/playback/gstplaybin.c: (do_playbin_seek):
11529 2005-10-12 Wim Taymans <wim@fluendo.com>
11531 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11532 * examples/seeking/Makefile.am:
11533 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11534 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11535 (do_seek), (set_update_scale), (message_received), (main):
11536 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11537 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11538 Update for _get_state() API change.
11540 2005-10-11 Wim Taymans <wim@fluendo.com>
11542 * gst-libs/gst/audio/gstbaseaudiosink.c:
11543 (gst_base_audio_sink_render):
11544 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11545 (gst_base_audio_src_create):
11546 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11547 (gst_ring_buffer_read):
11549 Commit and read from ringbuffer in samples rather than bytes.
11551 2005-10-11 Wim Taymans <wim@fluendo.com>
11553 * gst-libs/gst/audio/gstbaseaudiosink.c:
11554 (gst_base_audio_sink_render):
11555 Respect segment rate and accum when scheduling samples.
11557 2005-10-11 Julien MOUTTE <julien@moutte.net>
11559 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11560 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11561 EOS correctly, that needs more work.
11563 2005-10-11 Wim Taymans <wim@fluendo.com>
11565 * check/generic/states.c: (GST_START_TEST):
11566 remove old property.
11568 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11569 (gst_ogg_demux_perform_seek):
11570 * ext/theora/theoradec.c: (theora_dec_sink_event):
11571 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11572 (vorbis_handle_data_packet):
11573 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11574 (gst_base_rtp_depayload_set_gst_timestamp):
11575 * gst/videorate/gstvideorate.c: (gst_videorate_event):
11576 Update for newsegment API change.
11578 2005-10-11 Michael Smith <msmith@fluendo.com>
11580 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11581 (do_playbin_seek), (gst_play_bin_send_event):
11582 Override send_event differently, so that we can takes bits of
11583 functionality from GstPipeline (special handling for seeks,
11584 including pausing/resuming, and resetting stream time) and still get
11585 the appropriate behaviour of only forwarding event to a single sink,
11586 rather than all of them.
11587 Unfortunately requires a lot of code duplication, but the
11588 alternatives are equally ugly in the end.
11590 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
11592 * check/elements/audioconvert.c: (setup_audioconvert),
11593 (cleanup_audioconvert), (get_int_caps), (verify_convert),
11594 (GST_START_TEST), (audioconvert_suite):
11595 clean up tests a little, fix some leaks.
11597 2005-10-10 Wim Taymans <wim@fluendo.com>
11599 * ext/alsa/gstalsasink.c:
11600 Also allow unsigned int.
11602 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11603 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11606 2005-10-10 Wim Taymans <wim@fluendo.com>
11608 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11609 Small update, use API as stated in design docs.
11611 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11612 (update_scale), (do_seek), (seek_cb), (set_update_scale),
11613 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11614 (message_received), (main):
11615 Updated seek example for GOption. Some usability improvements.
11617 2005-10-10 Wim Taymans <wim@fluendo.com>
11619 * gst/audioconvert/audioconvert.h:
11620 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11621 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11622 Alloc temp storage somewhere else where we can do it more
11625 2005-10-10 Wim Taymans <wim@fluendo.com>
11627 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11628 (gst_tcpserversrc_start):
11629 Don't block in accept while doing the state change, move
11630 to poll and make cancellable.
11632 2005-10-09 Philippe Khalaf <burger@speedy.org>
11634 * gst-libs/gst/rtp/rtpbasedepayload.c:
11635 Set timestamp and add queue delay to timestamp
11636 * gst-libs/gst/rtp/rtpbuffer.h:
11637 Set correct payload type for h263
11639 2005-10-09 Stefan Kost <ensonic@users.sf.net>
11641 * gst/audiotestsrc/gstaudiotestsrc.c:
11642 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11643 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11644 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11645 (gst_audiotestsrc_create_triangle),
11646 (gst_audiotestsrc_create_silence),
11647 (gst_audiotestsrc_create_white_noise),
11648 (gst_audiotestsrc_init_pink_noise),
11649 (gst_audiotestsrc_generate_pink_noise_value),
11650 (gst_audiotestsrc_create_pink_noise),
11651 (gst_audiotestsrc_change_wave):
11652 * gst/audiotestsrc/gstaudiotestsrc.h:
11653 fixed typo, added pink noise
11655 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11657 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11659 Add wavpack and spc typefind functions from 0.8 branch.
11661 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11663 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11664 (ar_type_find), (msdos_type_find), (plugin_init):
11665 Add typefind functions for tar archives, ar archives,
11666 RAR archives, and msdos-executables (dlls, exe, etc.).
11667 Some of those would be wrongly identified as mpeg
11668 streams of some sort before (#315550).
11670 2005-10-09 Stefan Kost <ensonic@users.sf.net>
11673 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11674 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11675 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11676 * gst/audiotestsrc/Makefile.am:
11677 * gst/audiotestsrc/gstaudiotestsrc.c:
11678 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11679 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11680 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11681 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11682 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11683 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11684 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11685 (gst_audiotestsrc_create_silence),
11686 (gst_audiotestsrc_create_white_noise),
11687 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11688 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11689 (gst_audiotestsrc_start), (plugin_init):
11690 * gst/audiotestsrc/gstaudiotestsrc.h:
11691 add new plugin and element
11692 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11695 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11697 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11698 (gst_adder_init), (gst_adder_request_new_pad),
11699 (gst_adder_change_state):
11700 Add query function to source pad, so adder reports the correct
11701 time/sample position when queried (#315457); fix state change
11702 function; use GST_DEBUG_FUNCPTR() for pad functions.
11704 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
11706 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11707 Fix leaks in typefind registration
11708 Clean up the gratuitous commenting and whitespacing a little
11710 2005-10-08 Wim Taymans <wim@fluendo.com>
11712 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11713 Only actually wait for the thread to be stopped if it's
11716 2005-10-08 Wim Taymans <wim@fluendo.com>
11718 * gst-libs/gst/audio/gstbaseaudiosink.c:
11719 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11720 If we receive EOS we can start playback of what we had.
11722 2005-10-08 Wim Taymans <wim@fluendo.com>
11724 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11725 (gst_multifdsink_finalize), (multifdsink_hash_remove),
11726 (gst_multifdsink_stop):
11727 Fix crasher when going to NULL multiple times.
11729 2005-10-06 Wim Taymans <wim@fluendo.com>
11731 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11732 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11733 * gst-libs/gst/audio/gstbaseaudiosrc.h:
11734 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11735 patch from Edgard Lima <edgard.lima@indt.org.br>
11736 Fixed gstbaseaudiosrc adding ring buffer sync to it.
11738 2005-10-06 Wim Taymans <wim@fluendo.com>
11740 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11741 Report the FLOW_RETURN as string in the error message.
11743 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11744 Don't assert when clearing an unnegotiated buffer.
11746 2005-10-04 Michael Smith <msmith@fluendo.com>
11748 * gst/playback/gstplaybasebin.c: (group_destroy),
11749 (gen_preroll_element), (remove_groups), (setup_source):
11750 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11751 (setup_sinks), (gst_play_bin_send_event),
11752 (gst_play_bin_change_state):
11753 Set state to NULL before removing from bin. Fix refcounting.
11755 2005-10-04 Michael Smith <msmith@fluendo.com>
11757 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11758 Correct refcounting in send_event() function. Previously was wrong
11759 if the first sink was unable to handle the event.
11761 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
11764 back to development
11766 === release 0.9.3 ===
11768 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
11771 Releasing 0.9.3, "De Facto"
11773 2005-10-03 Andy Wingo <wingo@pobox.com>
11775 * gst/playback/gstdecodebin.c (try_to_link_1)
11776 (remove_element_chain): set element to NULL before removing it.
11778 2005-10-02 Johan Dahlin <johan@gnome.org>
11780 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
11781 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11784 2005-10-02 Andy Wingo <wingo@pobox.com>
11786 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
11787 (gst_ring_buffer_prepare_read):
11788 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11791 2005-09-29 Wim Taymans <wim@fluendo.com>
11793 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11794 * ext/theora/theoradec.c: (theora_handle_data_packet):
11795 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11796 Propagate error codes from alloc_buffer too.
11798 2005-09-29 Wim Taymans <wim@fluendo.com>
11800 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11803 * gst/playback/Makefile.am:
11804 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11805 (dump_element_stats), (main):
11806 Added example stream introspection code.
11808 2005-09-28 Stefan Kost <ensonic@users.sf.net>
11810 * gst/adder/gstadder.c: (gst_adder_collected):
11811 fix adder for float elements
11813 2005-09-28 Wim Taymans <wim@fluendo.com>
11815 * gst-libs/gst/audio/gstbaseaudiosink.c:
11816 (gst_base_audio_sink_class_init),
11817 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11818 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11819 (gst_base_audio_src_class_init),
11820 (gst_base_audio_src_provide_clock):
11821 get_clock -> provide_clock
11823 2005-09-28 Andy Wingo <wingo@pobox.com>
11825 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
11828 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
11831 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
11832 Actually add the pad template.
11833 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
11835 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
11838 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
11839 from fdsrc. Get caps in create() instead of start() so it can be
11840 interrupted. Interruption somewhat untested.
11842 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
11843 Proper EOS handling.
11845 2005-09-27 Andy Wingo <wingo@pobox.com>
11847 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
11849 * gst/tcp/gsttcpserversrc.c: Cleaned up.
11851 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
11853 * gst/tcp/gsttcp.h:
11854 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
11855 out of tcpclientsrc.c. Cancellable.
11856 (gst_tcp_socket_read): Made private, cancellable, with better
11857 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
11858 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
11859 whole buffer, and better diagnostics.
11860 (gst_tcp_gdp_read_caps): Same.
11862 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
11864 2005-09-26 Andy Wingo <wingo@pobox.com>
11866 * gst/sine/gstsinesrc.h:
11867 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
11868 change the 'sync' property to 'is-live' and implement it halfway,
11869 update for controller api change.
11871 * gst/volume/gstvolume.c (volume_transform_ip): Update for
11872 controller api change.
11874 2005-09-24 Wim Taymans <wim@fluendo.com>
11876 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
11877 * gst-libs/gst/audio/gstaudiosink.c:
11878 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11879 (gst_audioringbuffer_stop):
11880 * gst-libs/gst/audio/gstbaseaudiosink.c:
11881 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
11882 (gst_base_audio_sink_change_state):
11883 * gst-libs/gst/audio/gstbaseaudiosink.h:
11884 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
11885 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11886 (gst_ring_buffer_commit), (gst_ring_buffer_read):
11887 * gst-libs/gst/audio/gstringbuffer.h:
11888 Fix sync again. Moved sample alignment to basesink.
11890 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
11892 * docs/plugins/Makefile.am:
11893 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11894 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11895 * gst/volume/gstvolume.c:
11897 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
11898 * gst-libs/gst/audio/audio.h:
11899 add conversion macros for frames <-> clocktime
11901 2005-09-23 David Schleef <ds@schleef.org>
11903 * gst/audioresample/Makefile.am:
11904 * gst/audioresample/debug.h:
11905 * gst/audioresample/gstaudioresample.c:
11906 * gst/audioresample/resample.c: Convert to using gst debugging
11908 2005-09-22 Wim Taymans <wim@fluendo.com>
11910 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11911 (gst_play_bin_send_event):
11912 Only seek on one sink, the first one that succeeds.
11914 2005-09-22 Michael Smith <msmith@fluendo.com>
11916 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11917 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11918 Don't flush encoder state unless we have an initialised encoder.
11919 Clear out encoder state on PAUSED_TO_READY.
11921 2005-09-22 Wim Taymans <wim@fluendo.com>
11923 * gst-libs/gst/rtp/gstbasertppayload.c:
11924 (gst_basertppayload_class_init), (gst_basertppayload_init),
11925 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11926 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11927 (gst_basertppayload_is_filled), (gst_basertppayload_push),
11928 (gst_basertppayload_set_property),
11929 (gst_basertppayload_get_property),
11930 (gst_basertppayload_change_state):
11931 * gst-libs/gst/rtp/gstbasertppayload.h:
11932 Added max-ptime to control amount of data in the rtp packets.
11934 2005-09-21 Andy Wingo <wingo@pobox.com>
11936 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
11939 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
11940 can be called multiple times, dogs.
11942 2005-09-21 Wim Taymans <wim@fluendo.com>
11944 * gst-libs/gst/rtp/gstbasertppayload.c:
11945 (gst_basertppayload_class_init), (gst_basertppayload_init),
11946 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11947 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11948 (gst_basertppayload_push), (gst_basertppayload_get_property),
11949 (gst_basertppayload_change_state):
11952 2005-09-21 Stefan Kost <ensonic@users.sf.net>
11954 * docs/libs/compiling.sgml:
11957 2005-09-20 Wim Taymans <wim@fluendo.com>
11959 * gst-libs/gst/rtp/gstbasertppayload.c:
11960 (gst_basertppayload_class_init), (gst_basertppayload_init),
11961 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11962 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11963 (gst_basertppayload_push), (gst_basertppayload_set_property),
11964 (gst_basertppayload_get_property),
11965 (gst_basertppayload_change_state):
11966 * gst-libs/gst/rtp/gstbasertppayload.h:
11967 Added property to configure sequence number offsets.
11969 2005-09-20 Wim Taymans <wim@fluendo.com>
11971 * gst-libs/gst/rtp/gstbasertppayload.c:
11972 (gst_basertppayload_class_init), (gst_basertppayload_init),
11973 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11974 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11975 (gst_basertppayload_push), (gst_basertppayload_set_property),
11976 (gst_basertppayload_get_property),
11977 (gst_basertppayload_change_state):
11978 * gst-libs/gst/rtp/gstbasertppayload.h:
11979 Make timestamp offset configurable.
11981 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
11983 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11984 fix wrong pop/unref
11986 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
11988 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11990 * gst-libs/gst/interfaces/propertyprobe.c:
11991 (gst_property_probe_probe_property_name),
11992 (gst_property_probe_needs_probe_name),
11993 (gst_property_probe_get_values_name),
11994 (gst_property_probe_probe_and_get_values_name):
11995 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
11996 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
11998 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
12000 * check/Makefile.am:
12001 have some tests be disabled for valgrinding
12002 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12004 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12005 Fix A Leak. Chain To Parent Finalize.
12007 2005-09-19 Wim Taymans <wim@fluendo.com>
12009 * examples/seeking/seek.c: (make_wav_pipeline), (main):
12010 Fixed wav pipeline.
12012 2005-09-19 Wim Taymans <wim@fluendo.com>
12014 * gst-libs/gst/rtp/gstbasertppayload.c:
12015 (gst_basertppayload_class_init), (gst_basertppayload_init),
12016 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12017 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12018 (gst_basertppayload_push), (gst_basertppayload_get_property),
12019 (gst_basertppayload_change_state):
12020 Posting ERROR and WARNING messages is good.
12022 2005-09-19 Wim Taymans <wim@fluendo.com>
12024 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12025 (gst_base_rtp_depayload_add_to_queue),
12026 (gst_base_rtp_depayload_push),
12027 (gst_base_rtp_depayload_set_gst_timestamp),
12028 (gst_base_rtp_depayload_queue_release):
12029 This one was not supposed to go in.
12031 2005-09-19 Wim Taymans <wim@fluendo.com>
12033 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12036 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12037 (gst_base_rtp_depayload_chain),
12038 (gst_base_rtp_depayload_add_to_queue),
12039 (gst_base_rtp_depayload_push),
12040 (gst_base_rtp_depayload_set_gst_timestamp),
12041 (gst_base_rtp_depayload_queue_release):
12044 * gst-libs/gst/rtp/gstbasertppayload.c:
12045 (gst_basertppayload_class_init), (gst_basertppayload_init),
12046 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12047 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12048 (gst_basertppayload_get_property),
12049 (gst_basertppayload_change_state):
12050 Added debugging category.
12052 2005-09-18 David Schleef <ds@schleef.org>
12054 * gst/playback/gstdecodebin.c: free plugin list correctly
12055 * gst/playback/gstplaybin.c: emit warning if autovideosink
12056 and autoaudiosink can't be found (instead of segfaulting)
12058 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
12060 * check/elements/audioconvert.c: (GST_START_TEST):
12061 try out 24 bit conversion
12063 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12065 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12066 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12067 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12068 * ext/vorbis/vorbisenc.h:
12069 Fix EOS handling. Still needs a fix in the ogg muxer to
12070 mark the last page as eos.
12072 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12074 * common/gtk-doc-plugins.mak:
12075 * docs/plugins/Makefile.am:
12076 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12077 * gst/ffmpegcolorspace/Makefile.am:
12078 * gst/ffmpegcolorspace/avcodec.h:
12079 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12080 * gst/tcp/gstmultifdsink.c:
12081 fix up ffmpegcolorspace docs; extract header
12083 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12085 * common/gtk-doc-plugins.mak:
12086 * docs/plugins/Makefile.am:
12087 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12088 * ext/theora/Makefile.am:
12089 * ext/theora/gsttheoraenc.h:
12090 * ext/theora/theoraenc.c:
12091 * ext/vorbis/vorbisenc.c:
12092 pick up signals and args for vorbis; add some docs for vorbis
12094 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12096 * common/gstdoc-scangobj:
12097 * common/gtk-doc-plugins.mak:
12098 * docs/libs/Makefile.am:
12099 * docs/plugins/gst-plugins-base-plugins.args:
12100 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12101 * docs/plugins/gst-plugins-base-plugins.interfaces:
12102 * docs/plugins/gst-plugins-base-plugins.prerequisites:
12103 * docs/plugins/gst-plugins-base-plugins.signals:
12104 only scanobj stuff from our source module. Not sure yet
12105 if that's correct, given the hierarchy stuff :)
12107 2005-09-15 Wim Taymans <wim@fluendo.com>
12109 * gst/audioconvert/gstaudioconvert.c:
12110 And enable 24 bits mode as well..
12112 2005-09-15 Wim Taymans <wim@fluendo.com>
12114 * gst-libs/gst/rtp/Makefile.am:
12115 * gst-libs/gst/rtp/gstbasertppayload.c:
12116 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12117 (gst_basertppayload_class_init), (gst_basertppayload_init),
12118 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12119 (gst_basertppayload_chain), (gst_basertppayload_set_options),
12120 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12121 (gst_basertppayload_set_property),
12122 (gst_basertppayload_get_property),
12123 (gst_basertppayload_change_state):
12124 * gst-libs/gst/rtp/gstbasertppayload.h:
12125 Added rtp payloader base class.
12127 2005-09-15 Andy Wingo <wingo@pobox.com>
12129 * configure.ac (plugindir): Remove the EOL matcher from the
12130 regexp, as it causes me problems. Libtool? Make? Who knows?
12132 2005-09-14 David Schleef <ds@schleef.org>
12134 * check/generic/states.c:
12135 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12136 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12137 Fixes for changes in registry API.
12139 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
12140 to GST_PLUGIN_LDFLAGS.
12141 * ext/libvisual/visual.c: Make the library shut up.
12142 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12143 * gst-libs/gst/audio/gstaudiofilter.c: same
12145 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12147 * docs/plugins/Makefile.am:
12148 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12149 * docs/plugins/inspect/plugin-libvisual.xml:
12150 * docs/plugins/tmpl/element-tcpserversink.sgml:
12151 * ext/theora/theoraenc.c:
12152 add libvisual plugin and theoraenc element to docs
12154 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12156 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12157 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12158 * ext/theora/theoraenc.c:
12161 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
12163 * gst/audioconvert/Makefile.am:
12164 Audioconvert derives from GstBaseTransform and should
12165 link to the library with our base elements to avoid
12166 unresolved symbols. Makes things work with MinGW (#316160)
12168 * gst/playback/test4.c: (main):
12169 Fix MinGW build problem and use g_usleep() instead of
12172 2005-09-12 Wim Taymans <wim@fluendo.com>
12174 * gst/audioconvert/audioconvert.c: (float),
12175 (audio_convert_prepare_context), (audio_convert_convert):
12176 * gst/audioconvert/audioconvert.h:
12177 Cleanups, speedups, simplifications, added back support
12180 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
12182 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12183 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12184 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12185 * docs/plugins/tmpl/element-tcpserversink.sgml:
12186 * gst/ffmpegcolorspace/gstffmpeg.c:
12187 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12188 * gst/videotestsrc/gstvideotestsrc.c:
12189 * gst/volume/gstvolume.c:
12190 add more elements to the docs
12192 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
12194 * check/Makefile.am:
12195 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12196 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12197 Add extra tests for basetransform based components.
12198 Comment out the test_element_negotiation test until we decide
12199 if it's testing correct behaviour.
12200 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12201 (gst_visual_chain), (gst_visual_change_state):
12202 Slightly more correct but still bogus timestamping.
12203 Fix state change function.
12204 * gst/audioconvert/gstaudioconvert.c:
12205 (gst_audio_convert_class_init):
12206 * gst/audioresample/gstaudioresample.c:
12207 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12208 (gst_ffmpegcsp_class_init):
12209 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12210 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12211 (gst_videoscale_prepare_image):
12212 * gst/volume/gstvolume.c: (gst_volume_class_init),
12213 (volume_transform_ip):
12214 Basetransform updates. Enable passthrough modes.
12215 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12216 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12217 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12218 Negotiation fix that allows the window to return to the original
12219 size and renegotiate passthrough upstream. Extra debug output.
12221 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
12223 * gst/sine/gstsinesrc.c:
12224 * gst/volume/gstvolume.c:
12225 fix up header include
12227 2005-09-09 Stefan Kost <ensonic@users.sf.net>
12229 * gst-libs/gst/audio/gstbaseaudiosink.c:
12230 (gst_base_audio_sink_render):
12231 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12232 * gst/volume/gstvolume.c: (gst_volume_class_init),
12233 (volume_transform):
12234 fixing lost sync, some more debugging
12236 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
12238 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12239 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12240 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12241 (gst_xvimagesink_check_xshm_calls):
12242 Fix compilation when XShm is not available.
12244 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12246 * ext/libvisual/visual.c: (gst_visual_dispose),
12247 (gst_visual_getcaps), (gst_visual_src_setcaps),
12248 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12249 (gst_visual_change_state):
12250 Finish fixing up libvisual plugin so that it runs.
12252 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12254 * ext/vorbis/vorbisenc.c:
12255 * gst-libs/gst/tag/gstvorbistag.c:
12256 gsttaginterface.h -> gsttagsetter.h
12258 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12260 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12261 added another test that failes for me (test is not active by default)
12263 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12266 v4l2 is no longer in gst-plugins-base
12268 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12271 In the output at the end, don't show the first plugin on the same
12272 line as "Core plug-ins, always built:".
12273 Indent the output as for other plugin categories
12274 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12275 #define that can be used to not use peer buffer_alloc functions for
12277 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12278 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12279 (gst_ximagesink_show_frame):
12280 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12281 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12282 (gst_xvimagesink_show_frame):
12283 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12284 fails gracefully instead of XError aborting or deadlocking.
12286 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12288 * ext/libvisual/Makefile.am:
12289 link against gst-base-libs
12291 2005-09-06 David Schleef <ds@schleef.org>
12293 * configure.ac: Enable libvisual plugin.
12294 * ext/libvisual/Makefile.am:
12295 * ext/libvisual/visual.c: Fixes to make it compile.
12297 === release 0.9.2 ===
12299 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
12304 * docs/random/ChangeLog-0.8:
12305 releasing 0.9.2, "Spoon"
12307 2005-09-05 Michael Smith <msmith@fluendo.com>
12309 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12310 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12311 that in the vorbisenc element.
12313 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12315 * common/gtk-doc-plugins.mak:
12316 * docs/plugins/Makefile.am:
12318 * gst/audioresample/resample.c:
12319 fix wrong docstring
12321 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12323 * common/gst-xmlinspect.py:
12324 * common/gtk-doc-plugins.mak:
12325 only inspect plugins for this given package
12326 require gst-python 0.9
12328 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
12332 * common/gst-xmlinspect.py:
12334 * docs/Makefile.am:
12335 * docs/plugins/inspect/plugin-alsa.xml:
12336 * docs/plugins/inspect/plugin-audioresample.xml:
12337 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12338 * docs/plugins/inspect/plugin-ogg.xml:
12339 * docs/plugins/tmpl/element-gnomevfssink.sgml:
12340 * docs/plugins/tmpl/element-multifdsink.sgml:
12341 * docs/plugins/tmpl/element-tcpserversink.sgml:
12342 * docs/plugins/tmpl/element-vorbisenc.sgml:
12343 * gst-plugins-base.spec.in:
12344 various doc-related updates
12346 2005-08-31 Wim Taymans <wim@fluendo.com>
12348 * gst-libs/gst/audio/gstbaseaudiosink.c:
12349 (gst_base_audio_sink_render):
12350 Resync if the buffer timestamps drift more than a 10th
12353 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
12355 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12356 (gst_v4lsrc_get_property):
12357 The 'timestamp-offset' property is registered as an int64, so
12358 let's use g_value_{set|get}_int64() in our setter and getter
12359 functions (makes it work and fixes warnings with gst-inspect).
12361 2005-08-30 Wim Taymans <wim@fluendo.com>
12363 * check/elements/audioconvert.c: (setup_audioconvert):
12364 * check/elements/audioresample.c: (setup_audioresample):
12365 * check/elements/volume.c: (setup_volume):
12368 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
12370 * common/gtk-doc-plugins.mak:
12371 * common/plugins.xsl:
12372 * docs/plugins/Makefile.am:
12373 make module a param
12375 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12377 * examples/seeking/seek.c: (make_mp3_pipeline),
12378 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12379 (play_cb), (pause_cb), (stop_cb):
12382 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12384 * gst/volume/gstvolume.c: (gst_volume_class_init),
12385 (volume_transform):
12386 do not update controlled params, if buffer has no timestamp
12388 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12391 * gst/sine/Makefile.am:
12392 * gst/volume/Makefile.am:
12393 controllerized elements also need to link against controller-libs ;)
12395 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12397 * docs/libs/tmpl/gstcolorbalance.sgml:
12398 * docs/libs/tmpl/gstgconf.sgml:
12399 * docs/libs/tmpl/gstmixer.sgml:
12400 * docs/libs/tmpl/gstringbuffer.sgml:
12401 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12402 (gst_sinesrc_create):
12403 * gst/volume/gstvolume.c: (gst_volume_class_init),
12404 (volume_transform):
12405 controllerized two audio plugins
12407 2005-08-29 Andy Wingo <wingo@pobox.com>
12409 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
12410 (vorbis_handle_data_packet): Fix some int overflow errors.
12412 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12414 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12416 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12417 if it's valid. Fixed streaming-mode playback.
12419 * check/elements/volume.c (cleanup_volume): Fix for running
12422 * check/elements/audioconvert.c: Convert from native endian, not
12425 2005-08-29 Michael Smith <msmith@fluendo.com>
12427 * ext/ogg/Makefile.am:
12428 * ext/ogg/gstogg.c: (plugin_init):
12429 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12430 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12431 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12432 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12433 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12434 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12435 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12436 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12437 Add an ogg parser element.
12439 2005-08-28 Andy Wingo <wingo@pobox.com>
12441 * Updates for two-arg init from GST_BOILERPLATE_FULL.
12443 2005-08-26 Wim Taymans <wim@fluendo.com>
12445 * gst/audioconvert/audioconvert.c: (if), (float),
12446 (audio_convert_get_func_index), (check_default),
12447 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12448 (audio_convert_clean_context), (audio_convert_get_sizes),
12449 (audio_convert_convert):
12452 2005-08-26 Wim Taymans <wim@fluendo.com>
12454 * gst/audioconvert/audioconvert.c: (if), (float),
12455 (audio_convert_get_func_index), (check_default),
12456 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12457 (audio_convert_clean_context), (audio_convert_get_sizes),
12458 (audio_convert_convert):
12459 More elegant and working temp buffer selection algo.
12461 2005-08-26 Wim Taymans <wim@fluendo.com>
12463 * gst/audioconvert/audioconvert.c: (if), (float),
12464 (audio_convert_get_func_index), (check_default),
12465 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12466 (audio_convert_clean_context), (audio_convert_get_sizes),
12467 (get_temp_buffer), (audio_convert_convert):
12468 Use realloc else we lose our original data.
12470 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
12472 * gst/audioresample/gstaudioresample.c:
12473 use base class' newsegment to properly timestamp
12475 2005-08-26 Wim Taymans <wim@fluendo.com>
12477 * gst/audioconvert/audioconvert.c: (if), (float),
12478 (audio_convert_get_func_index), (check_default),
12479 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12480 (audio_convert_clean_context), (audio_convert_get_sizes),
12481 (get_temp_buffer), (audio_convert_convert):
12482 * gst/audioconvert/gstaudioconvert.c:
12483 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12484 (gst_audio_convert_transform_caps),
12485 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12486 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12487 Oops, allocate enough space to perform the channel mix.
12489 2005-08-26 Wim Taymans <wim@fluendo.com>
12491 * gst/audioconvert/Makefile.am:
12492 * gst/audioconvert/audioconvert.c: (if), (float),
12493 (audio_convert_get_func_index), (check_default),
12494 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12495 (audio_convert_clean_context), (audio_convert_get_sizes),
12496 (get_temp_buffer), (audio_convert_convert):
12497 * gst/audioconvert/audioconvert.h:
12498 * gst/audioconvert/gstaudioconvert.c:
12499 (gst_audio_convert_class_init), (gst_audio_convert_init),
12500 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12501 (gst_audio_convert_get_unit_size),
12502 (gst_audio_convert_transform_caps),
12503 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12504 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12505 * gst/audioconvert/gstaudioconvert.h:
12506 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12507 (gst_channel_mix_fill_identical),
12508 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12509 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12510 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12511 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12512 (gst_channel_mix_mix):
12513 * gst/audioconvert/gstchannelmix.h:
12514 Cleanups, librarify a bit, optimize, better negotiation and more.
12516 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12518 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12519 Another from MikeS:
12520 During typefinding, don't support negative offsets
12521 (offsets from the end of the stream) in our typefind->peek() function
12522 - nothing embedded in ogg ever needs them. However, we need to recognise
12523 those requests and reject them, otherwise we return invalid pointers.
12525 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12527 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12528 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12529 (vorbisdec_finalize), (vorbis_handle_type_packet):
12530 Big shout-out to MikeS for fixing this giant memory leak.
12533 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12535 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12536 (audio_convert_get_unit_size):
12539 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12541 * check/Makefile.am:
12542 * check/elements/audioconvert.c: (setup_audioconvert),
12543 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12544 (GST_START_TEST), (audioconvert_suite), (main):
12545 add a test for audioconvert
12546 * gst/audioresample/gstaudioresample.c:
12547 * gst/audioresample/gstaudioresample.h:
12548 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12549 note that for buffers of 1/3 sec this means DURATION(c) is
12550 one nanosecond more than for a and b
12552 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12554 * check/Makefile.am:
12555 * check/elements/audioresample.c: (setup_audioresample),
12556 (cleanup_audioresample), (fail_unless_perfect_stream),
12557 (test_perfect_stream_instance), (GST_START_TEST),
12558 add a check for audioresample
12559 (audioresample_suite), (main):
12560 * check/elements/volume.c: (GST_START_TEST):
12561 remove unused method
12562 * gst/audioresample/gstaudioresample.c:
12563 set correct buffer parameters since we're changing them
12564 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12567 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12569 * gst/audioresample/debug.c:
12570 * gst/audioresample/gstaudioresample.c:
12571 add room for extra overlap samples when asked to transform size
12572 protect against possible mem corruption and check for discrepancies
12573 between written size and outbuffer's size so we can warn for
12575 * gst/audioresample/resample.c: (resample_init),
12576 (resample_get_output_size_for_input), (resample_get_output_size),
12577 (resample_set_n_channels), (resample_set_format):
12578 set debug level based on RESAMPLE_DEBUG env var
12579 make sure that get_output_size* returns a whole number of
12581 set sample_size each time either channel or format is set
12582 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12583 * gst/audioresample/resample_functable.c:
12584 (resample_scale_functable):
12585 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12586 remove r->sample_size, it's done in resample.c now
12587 add some debugging to the ref implementation
12588 make sure we only give back bytes that are wholes of the sample
12591 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
12592 * gst/playback/gstplaybasebin.c: (fill_buffer):
12593 Revert unpopular change for GST_MESSAGE_SRC to GObject.
12595 2005-08-25 Stefan Kost <ensonic@users.sf.net>
12597 * gst/volume/gstvolume.c:
12598 made set_caps function static
12600 2005-08-24 Wim Taymans <wim@fluendo.com>
12602 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12603 (gst_vorbisenc_change_state):
12604 Stop leaking taglists.
12606 2005-08-24 Wim Taymans <wim@fluendo.com>
12608 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12609 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12610 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12611 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12612 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12613 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12614 Parse seeking events better.
12616 Generate correct newsegment events, fixes seeking in live oggs.
12618 * ext/theora/theoradec.c: (theora_dec_src_query),
12619 (theora_dec_src_event), (theora_dec_src_getcaps),
12620 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12621 Use newsegment values to report correct play time.
12623 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12624 (vorbis_dec_src_event), (vorbis_dec_sink_event):
12625 * ext/vorbis/vorbisdec.h:
12626 Parse and use newsegment values to report correct play time.
12628 * gst-libs/gst/audio/gstbaseaudiosink.c:
12629 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12630 Clear ringbuffer on flush.
12631 Use newsegment values to calculate playback time.
12633 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12634 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12635 Basesink does newsegment calculations for us now.
12637 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12639 * check/Makefile.am:
12641 add core's plugins to the mix so that playbin works
12642 * check/generic/states.c: (GST_START_TEST):
12643 set a 0 timeout on pipelines, so they don't force the next
12645 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12646 (gst_play_base_bin_change_state):
12647 remove the crappy error handling and do GST error handling
12649 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12651 * check/Makefile.am:
12652 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12653 add same test as to core, it bitches out on playbin atm.
12655 2005-08-24 Wim Taymans <wim@fluendo.com>
12660 2005-08-24 Wim Taymans <wim@fluendo.com>
12662 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12663 (gst_videoscale_prepare_size), (parse_caps),
12664 (gst_videoscale_set_caps), (gst_videoscale_get_size),
12665 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12666 (gst_videoscale_transform):
12667 * gst/videoscale/gstvideoscale.h:
12668 Refactor, make use of BaseTranform really well.
12670 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12673 compile audioresample
12674 * gst/audioresample/Makefile.am:
12675 * gst/audioresample/buffer.c:
12676 * gst/audioresample/functable.c:
12677 * gst/audioresample/gstaudioresample.c:
12678 * gst/audioresample/gstaudioresample.h:
12679 * gst/audioresample/resample.c:
12680 (resample_get_output_size_for_input):
12681 * gst/audioresample/resample.h:
12682 * gst/audioresample/resample_chunk.c:
12683 * gst/audioresample/resample_functable.c:
12684 * gst/audioresample/resample_ref.c:
12685 port to use basetransform; doesn't work in all cases yet
12687 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12689 * gst/audioconvert/gstaudioconvert.c:
12690 (gst_audio_convert_class_init), (gst_audio_convert_init),
12691 (audio_convert_get_unit_size), (audio_convert_transform_caps),
12692 (audio_convert_fixate_caps), (audio_convert_set_caps),
12693 (audio_convert_transform),
12694 (gst_audio_convert_buffer_to_default_format),
12695 (gst_audio_convert_buffer_from_default_format),
12696 (gst_audio_convert_channels):
12697 * gst/audioconvert/gstchannelmix.c:
12698 * gst/audioconvert/gstchannelmix.h:
12699 port to basetransform
12700 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12701 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12702 (gst_ffmpegcsp_get_unit_size):
12703 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12704 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12705 fix for basetransform changes
12707 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
12709 * check/Makefile.am:
12710 Add CHECK_CFLAGS and LDFLAGS
12712 * gst/playback/gstplaybasebin.c: (fill_buffer):
12713 GST_MESSAGE_SRC became a GObject
12715 2005-08-24 Wim Taymans <wim@fluendo.com>
12717 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12718 (gst_ring_buffer_clear_all):
12719 * gst-libs/gst/audio/gstringbuffer.h:
12720 Added function to clear the ringbuffer.
12722 2005-08-24 Andy Wingo <wingo@pobox.com>
12724 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
12725 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12726 of _open and _close.
12728 * sys/v4l/gstv4lxoverlay.h:
12729 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12730 an Xv connection here, instead of all the time. Make Xv only be
12731 loaded if you axe for it. Kindof a workaround for buggy behaviour
12732 of Xv when using remote xservers (XvQueryExtension would block).
12733 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12734 replace the _open and _close public API. Only start the xv
12735 connection if necessary.
12736 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12738 2005-08-23 David Schleef <ds@schleef.org>
12740 * gst/audioresample/Makefile.am: Leet audioresampling code
12741 * gst/audioresample/buffer.c:
12742 * gst/audioresample/buffer.h:
12743 * gst/audioresample/debug.c:
12744 * gst/audioresample/debug.h:
12745 * gst/audioresample/functable.c:
12746 * gst/audioresample/functable.h:
12747 * gst/audioresample/gstaudioresample.c:
12748 * gst/audioresample/gstaudioresample.h:
12749 * gst/audioresample/resample.c:
12750 * gst/audioresample/resample.h:
12751 * gst/audioresample/resample_chunk.c:
12752 * gst/audioresample/resample_functable.c:
12753 * gst/audioresample/resample_ref.c:
12755 2005-08-23 Wim Taymans <wim@fluendo.com>
12757 * examples/seeking/seek.c: (make_vorbis_pipeline),
12758 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12759 Small seek updates.
12761 2005-08-23 Andy Wingo <wingo@pobox.com>
12763 * gst-libs/gst/audio/gstbaseaudiosrc.c
12764 (gst_base_audio_src_fixate): Only fixate endianness if it is
12765 present in the caps.
12767 2005-08-22 Andy Wingo <wingo@pobox.com>
12769 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
12770 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12771 device-name property.
12773 * gst-libs/gst/audio/gstaudiosrc.h:
12774 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12775 close_device in the ring buffer, like gstaudiosink.
12777 * ext/alsa/gstalsamixer.h:
12778 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12779 macro to implement the interface without much code. Cleanups.
12781 * ext/alsa/gstalsasrc.h:
12782 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12785 * ext/alsa/Makefile.am: Add new files.
12786 * ext/alsa/gstalsamixerelement.c:
12787 * ext/alsa/gstalsamixerelement.c: Split element code out from
12788 mixer code so that alsasrc can be a mixer too.
12790 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
12792 * check/elements/volume.c: (setup_volume), (cleanup_volume),
12794 * check/elements/vorbisdec.c: (setup_vorbisdec),
12795 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12796 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12797 (vorbis_handle_identification_packet),
12798 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12799 (vorbis_handle_header_packet), (vorbis_dec_push),
12800 (vorbis_dec_chain):
12801 use the setup/teardown methods to save code. save code is good.
12803 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
12805 * check/Makefile.am:
12806 add ext dir for plugins
12807 add vorbisdec test conditionally
12808 * check/elements/volume.c: (setup_volume), (cleanup_volume),
12809 (GST_START_TEST), (volume_suite):
12810 add a test with wrong caps
12811 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12812 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
12813 add a vorbisdec test
12814 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
12815 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
12816 clean up debug output
12817 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12818 yay, fix a segfault/security issue in vorbisdec
12819 gst-launch fakesrc ! vorbisdec wasn't happy
12820 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
12821 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
12822 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
12823 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12824 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
12825 (gst_vorbisenc_set_metadata), (get_constraints_string),
12826 (update_start_message), (gst_vorbisenc_setup),
12827 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12828 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
12829 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
12830 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
12831 * ext/vorbis/vorbisenc.h:
12833 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12834 (gst_ffmpegcsp_transform):
12835 have the kow come home
12836 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12838 * gst/volume/gstvolume.c: (volume_set_caps):
12841 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
12844 * check/.cvsignore:
12845 * check/Makefile.am:
12846 * check/elements/.cvsignore:
12847 * check/elements/volume.c: (chain_func), (event_func),
12848 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
12851 add unit test structure for gst-plugins-base
12852 add a test for volume
12853 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
12854 (gst_volume_set_volume), (gst_volume_get_volume),
12855 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
12856 (volume_funcfind), (volume_process_float), (volume_process_int16),
12857 (volume_set_caps), (volume_transform), (volume_update_mute),
12858 (volume_update_volume), (volume_set_property),
12859 (volume_get_property):
12860 document a little; use basetransform vmethod _set_caps
12862 2005-08-19 Andy Wingo <wingo@pobox.com>
12864 * ext/alsa/gstalsamixertrack.h:
12865 * ext/alsa/gstalsamixertrack.c:
12866 * ext/alsa/gstalsamixeroptions.h:
12867 * ext/alsa/gstalsamixeroptions.c:
12868 * ext/alsa/gstalsamixer.h:
12869 * ext/alsa/gstalsamixer.c: Port to 0.9.
12871 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
12872 Remove gstalsa.c and alsaclock. No more cruft here.
12874 2005-08-18 Wim Taymans <wim@fluendo.com>
12876 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12877 (gst_base_rtp_depayload_chain),
12878 (gst_base_rtp_depayload_add_to_queue),
12879 (gst_base_rtp_depayload_push),
12880 (gst_base_rtp_depayload_queue_release):
12881 * gst-libs/gst/rtp/gstbasertpdepayload.h:
12882 Fix for RTPBuffer changes.
12884 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
12885 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
12886 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
12887 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
12888 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
12889 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
12890 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
12891 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
12892 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
12893 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
12894 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
12895 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
12896 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
12897 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
12898 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
12899 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
12900 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
12901 (gst_rtpbuffer_get_payload):
12902 * gst-libs/gst/rtp/gstrtpbuffer.h:
12903 Don't subclass GstBuffer but add methods and helper functions
12904 to construct and manipulate RTP packets in regular GstBuffers.
12906 2005-08-18 Stefan Kost <ensonic@users.sf.net>
12908 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12909 moved statement below switch
12910 * gst/volume/gstvolume.c: (gst_volume_class_init):
12913 2005-08-16 Wim Taymans <wim@fluendo.com>
12915 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12916 (gst_base_audio_src_change_state):
12917 Open and close device in READY<->NULL state change.
12919 2005-08-16 Andy Wingo <wingo@pobox.com>
12921 * examples/seeking/Makefile.am: Don't compile non-compiling
12922 compiled objects with the compiler.
12924 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
12927 2005-08-12 Philippe Khalaf <burger@speedy.org>
12928 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12929 * gst-libs/gst/rtp/gstbasertpdepayload.h:
12930 Made a thread to release the queue.
12931 Removed timestamp conversion for now.
12933 2005-08-10 Philippe Khalaf <burger@speedy.org>
12934 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12935 * gst-libs/gst/rtp/gstbasertpdepayload.h:
12936 Added rtp timestamp -> gst timestamp conversion.
12937 Fixed several problems with queue.
12939 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
12941 * gst-libs/gst/audio/gstaudioclock.h:
12942 * gst-libs/gst/audio/gstaudiofilter.h:
12943 * gst-libs/gst/audio/gstaudiosink.h:
12944 * gst-libs/gst/audio/gstaudiosrc.h:
12945 * gst-libs/gst/audio/gstbaseaudiosink.h:
12946 * gst-libs/gst/audio/gstbaseaudiosrc.h:
12947 * gst-libs/gst/audio/gstringbuffer.h:
12948 * gst-libs/gst/net/gstnetbuffer.h:
12949 * gst-libs/gst/rtp/gstbasertpdepayload.h:
12950 * gst-libs/gst/rtp/gstrtpbuffer.h:
12951 Add padding (you will need to rebuild gst-plugins-base,
12952 gst-plugins and all applications afterwards!)
12954 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
12956 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12957 (gst_riff_parse_chunk):
12958 Fix bug in debug message and add some more debug messages.
12960 2005-08-08 Edward Hervey <edward@fluendo.com>
12962 * gst-libs/gst/riff/riff-media.c:
12963 backported updates since branch
12965 2005-08-08 Andy Wingo <wingo@pobox.com>
12967 * gst-libs/gst/audio/gstbaseaudiosink.c
12968 (gst_base_audio_sink_change_state): Open the device in NULL->READY
12969 like good elements should. Close on READY->NULL too.
12971 * gst-libs/gst/audio/gstaudiosink.c
12972 (gst_audioringbuffer_open_device,
12973 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
12974 (gst_audioringbuffer_release): Updates for new ring buffer API,
12975 hook into the new audio sink api.
12977 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
12978 (GstAudioSinkClass.close): Just open and close the device -- no
12979 resource allocation or configuration.
12980 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
12981 vmethods, handle device setup and resource allocation.
12983 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
12984 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
12987 * gst-libs/gst/audio/gstringbuffer.h
12988 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
12991 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
12992 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
12993 New API functions. The device should be opened before acquiring
12994 and closed after releasing.
12996 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
12998 * gst-libs/gst/interfaces/mixer.h:
12999 Reset padding to GST_PADDING.
13001 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13003 * gst/playback/gstplaybin.c: (remove_sinks):
13004 Remove visualization from parent explicitely; works around some
13005 apparent refcount issue that I haven't tracked down yet.
13007 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13009 * ext/alsa/gstalsasink.c: (set_hwparams):
13010 Assign debug category, add negotiation debug msgs.
13012 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13014 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13015 Fix error code for file-not-found to NOT_FOUND.
13017 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13019 * common/gtk-doc-plugins.mak:
13020 * docs/plugins/Makefile.am:
13021 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13022 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13023 renamed to actual element names, so much nicer to look at
13024 * docs/plugins/tmpl/gstmultifdsink.sgml:
13026 * docs/plugins/tmpl/multifdsink.sgml:
13027 * docs/plugins/tmpl/tcpserversink.sgml:
13029 * ext/alsa/gstalsa.c:
13030 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13031 * ext/ogg/gstoggmux.c:
13032 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13033 * gst/playback/gstdecodebin.c:
13034 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13035 * gst/tcp/gsttcpserversink.c:
13036 various fixes and documentation additions
13038 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13040 * common/Makefile.am:
13041 * common/gstdoc-scangobj:
13042 * common/gtk-doc-plugins.mak:
13043 * common/gtk-doc.mak:
13044 add a custom scangobj that uses the registry
13045 add a custom gtk-doc-plugins.mak that uses it
13046 some doc build fixes
13048 * docs/Makefile.am:
13049 * docs/plugins/Makefile.am:
13050 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13051 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13052 * docs/plugins/gst-plugins-base-plugins.types:
13053 * docs/plugins/tmpl/gstmultifdsink.sgml:
13054 add docs for one element, multifdsink
13055 * gst/adder/gstadder.h:
13056 * gst/volume/gstvolume.h:
13057 don't privatize enum
13058 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13059 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13060 (gst_sync_method_get_type), (gst_client_status_get_type),
13061 (gst_multifdsink_class_init),
13062 (gst_multifdsink_client_queue_buffer),
13063 (gst_multifdsink_handle_client_write):
13064 * gst/tcp/gstmultifdsink.h:
13065 * gst/tcp/gsttcp.h:
13066 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13067 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13068 (gst_tcpclientsink_render):
13069 * gst/tcp/gsttcpclientsink.h:
13070 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13071 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13072 (gst_tcpclientsrc_start):
13073 * gst/tcp/gsttcpclientsrc.h:
13074 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13075 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13076 * gst/tcp/gsttcpserversrc.h:
13077 * gst/typefind/gsttypefindfunctions.c:
13078 remove superfluous Type stuff
13080 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13082 * gst/playback/gstplaybin.c: (gen_video_element):
13085 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13087 * gst-libs/gst/gconf/gconf.c:
13088 * gst-libs/gst/gconf/gconf.h:
13089 Fix some Andy Problem [tm].
13091 2005-08-04 Andy Wingo <wingo@pobox.com>
13093 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13094 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13095 (gst_ffmpegcsp_get_size): Adapt to API changes.
13097 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13098 Implement an in-place do-nothing transform.
13100 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13102 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13103 (gst_ximagesink_renegotiate_size):
13104 Do not set new window sizes yet if we prepare a new buffer size
13105 for upstream renegotiation (software scaling) at some point in the
13106 future, because this new size waqs not actually accepted yet. Once
13107 accepted, renegotiation later on will set the new sizes just fine.
13108 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13109 embedding testcase.
13111 2005-08-03 Andy Wingo <wingo@pobox.com>
13113 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13114 (gst_ximagesink_buffer_alloc):
13115 Protect the height, width, and desired_caps with the pool_lock.
13116 Fixes videotestsrc ! queue ! ximagesink.
13118 2005-08-02 Edward Hervey <edward@fluendo.com>
13120 * gst/volume/gstvolume.c:
13121 include left from controller cleanup
13123 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
13124 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13125 Stop collectpads before calling the parent state
13126 change function on PAUSED->READY.
13128 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
13130 When testing for X libs, use the X CFlags
13131 * gst/adder/gstadder.c: (gst_adder_change_state):
13132 Stop the collectpads before calling parent state change function
13133 on PAUSED->READY, otherwise we deadlock deactivating pads.
13135 2005-08-01 Stefan Kost <ensonic@users.sf.net>
13138 * docs/libs/tmpl/gstcolorbalance.sgml:
13139 * docs/libs/tmpl/gstmixer.sgml:
13140 * examples/Makefile.am:
13141 * gst/sine/Makefile.am:
13142 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13143 (gst_sinesrc_set_property), (plugin_init):
13144 * gst/sine/gstsinesrc.h:
13145 * gst/volume/Makefile.am:
13146 * gst/volume/gstvolume.c: (gst_volume_set_volume),
13147 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13148 (volume_process_float), (volume_process_int16),
13149 (volume_set_property), (plugin_init):
13150 * gst/volume/gstvolume.h:
13151 deactivate and remove dparams (libgstcontrol)
13153 2005-07-29 Wim Taymans <wim@fluendo.com>
13155 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13156 Convert me to BaseTransform!! help..
13158 2005-07-29 Andy Wingo <wingo@pobox.com>
13160 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13163 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13164 support of both endiannesses.
13166 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13168 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13169 Fix confusing debug message (s/event/query/)
13171 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13173 * gst/videotestsrc/videotestsrc.h:
13174 Use "_stdint.h" instead of <stdint.h>
13176 2005-07-27 Wim Taymans <wim@fluendo.com>
13178 * ext/vorbis/Makefile.am:
13179 Revert wrong commit.
13181 2005-07-27 Wim Taymans <wim@fluendo.com>
13183 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13184 More compilation fixen.
13186 2005-07-27 Wim Taymans <wim@fluendo.com>
13188 * gst-libs/gst/audio/gstbaseaudiosink.c:
13189 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13190 (gst_base_audio_sink_create_ringbuffer),
13191 (gst_base_audio_sink_change_state):
13194 2005-07-27 Wim Taymans <wim@fluendo.com>
13196 * examples/seeking/seek.c: (setup_dynamic_link),
13197 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13198 (query_positions_elems), (query_positions_pads), (do_seek):
13199 Update seek example.
13201 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13202 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13203 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13204 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13205 (gst_ogg_demux_handle_event),
13206 (gst_ogg_demux_deactivate_current_chain),
13207 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13208 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13209 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13210 (gst_ogg_demux_loop):
13211 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13212 * ext/theora/theoradec.c: (theora_dec_src_event),
13213 (theora_dec_src_getcaps), (theora_dec_sink_event),
13214 (theora_dec_push), (theora_dec_chain):
13215 * ext/vorbis/Makefile.am:
13216 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13217 (vorbis_dec_sink_event), (vorbis_dec_push),
13218 (vorbis_handle_data_packet):
13219 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13220 (gst_vorbisenc_chain):
13221 * gst/playback/gststreaminfo.c: (cb_probe):
13222 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13223 * gst/videorate/gstvideorate.c: (gst_videorate_event):
13224 * gst/videoscale/gstvideoscale.c:
13225 (gst_videoscale_handle_src_event):
13226 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13227 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13228 (gst_ximagesink_navigation_send_event):
13229 * sys/xvimage/xvimagesink.c:
13230 (gst_xvimagesink_navigation_send_event):
13231 Various event updates and cleanups
13233 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13235 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13236 Fix segfault for I420/YV12.
13238 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13240 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13243 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13245 * gst/playback/gstplaybin.c: (gen_video_element),
13246 (gen_audio_element):
13247 Switch to auto*sink elements as default sinks; add volume element
13248 so that volume control in totem works.
13250 2005-07-21 Wim Taymans <wim@fluendo.com>
13252 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13253 * gst/playback/gstplaybin.c: (setup_sinks),
13254 (gst_play_bin_change_state):
13255 Refcount fix and more comments.
13257 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13259 * sys/ximage/Makefile.am:
13260 * sys/ximage/ximage.c: (plugin_init):
13261 * sys/ximage/ximagesink.c:
13262 Prepare for adding ximagesrc, rename of plugin to ximage etc.
13265 2005-07-21 Wim Taymans <wim@fluendo.com>
13267 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13268 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13269 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13270 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13271 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13272 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13273 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13274 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13275 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13276 Generate correct disconts for live chained oggs.
13278 * gst-libs/gst/audio/gstbaseaudiosink.c:
13279 (gst_base_audio_sink_render),
13280 (gst_base_audio_sink_create_ringbuffer),
13281 (gst_base_audio_sink_change_state):
13282 Handle discont math correctly.
13284 * gst/playback/gstplaybin.c: (add_sink):
13285 Some small debug cleanup.
13287 2005-07-21 Wim Taymans <wim@fluendo.com>
13289 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13290 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13291 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13292 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13293 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13294 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13295 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13296 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13297 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13298 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13299 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13300 (gst_ogg_demux_change_state), (gst_ogg_print):
13301 Reorganize code to send the right disconts when in streaming
13304 2005-07-20 Andy Wingo <wingo@pobox.com>
13306 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13307 fix (?), fixes a seggie mcfalterson (#310894).
13309 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13311 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13312 (gst_ogg_mux_set_header_on_caps):
13313 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13314 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13315 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13316 * gst-libs/gst/audio/multichannel.c:
13317 (gst_audio_set_channel_positions),
13318 (gst_audio_set_structure_channel_positions_list):
13319 * gst/playback/gstdecodebin.c: (dynamic_create):
13320 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13321 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13322 Fixes for API changes in core.
13324 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13326 * gst/playback/gstplaybasebin.c: (fill_buffer):
13327 Use _new_custom() so we can set custom message types for buffering
13330 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13333 * gst-libs/gst/Makefile.am:
13334 * gst-libs/gst/gconf/.cvsignore:
13335 * gst-libs/gst/gconf/Makefile.am:
13336 * gst-libs/gst/gconf/test-gconf.c:
13337 * pkgconfig/Makefile.am:
13338 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13339 * pkgconfig/gstreamer-gconf.pc.in:
13340 Remove gconf stuff, use gconf elements instead from now on.
13342 2005-07-20 Wim Taymans <wim@fluendo.com>
13344 * gst-libs/gst/audio/TODO:
13345 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13346 (gst_audio_clock_get_internal_time):
13347 * gst-libs/gst/audio/gstaudioclock.h:
13348 * gst-libs/gst/audio/gstbaseaudiosink.c:
13349 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13350 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13351 (gst_base_audio_sink_render),
13352 (gst_base_audio_sink_create_ringbuffer),
13353 (gst_base_audio_sink_change_state):
13354 Make sure the audio clock always returns an increasing value.
13356 2005-07-19 Andy Wingo <wingo@pobox.com>
13358 * gst/videotestsrc/: Cleanups.
13360 2005-07-19 Wim Taymans <wim@fluendo.com>
13362 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13365 2005-07-19 Wim Taymans <wim@fluendo.com>
13367 * examples/seeking/seek.c: (make_dv_pipeline),
13368 (make_vorbis_theora_pipeline), (query_rates),
13369 (query_positions_elems), (query_positions_pads), (do_seek):
13370 Make correct DV pipeline.
13372 2005-07-18 Andy Wingo <wingo@pobox.com>
13374 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13375 default. Also because it's the only thing that really works. (This
13376 is used in the GConf elements).
13377 Use AS_LIBTOOL_TAGS.
13379 2005-07-18 Wim Taymans <wim@fluendo.com>
13381 * gst/playback/gstdecodebin.c: (remove_element_chain):
13382 * gst/playback/gstplaybin.c: (add_sink):
13383 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13384 (gst_stream_info_set_mute):
13385 * gst/playback/gststreamselector.c:
13386 (gst_stream_selector_get_linked_pad),
13387 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13388 More leak and compile fixes.
13390 2005-07-18 Wim Taymans <wim@fluendo.com>
13392 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13393 (query_rates), (query_positions_elems), (query_positions_pads),
13394 (do_seek), (seek_cb), (stop_seek):
13395 Updated seek example.
13397 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13398 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13399 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13400 * gst/playback/gstplaybin.c: (add_sink):
13401 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13402 (gst_stream_info_set_mute):
13403 Some refcount leak fixes.
13405 2005-07-16 Wim Taymans <wim@fluendo.com>
13407 * gst-libs/gst/audio/gstbaseaudiosink.c:
13408 (gst_base_audio_sink_render):
13409 Align samples even if we have roundoff errors in the
13410 timestamp conversion.
13412 2005-07-16 Wim Taymans <wim@fluendo.com>
13414 * docs/libs/tmpl/gstringbuffer.sgml:
13415 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13416 (query_rates), (query_positions_elems), (query_positions_pads),
13417 (update_scale), (do_seek):
13418 Updated seek example.
13420 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13421 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13422 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13423 (gst_ogg_demux_loop):
13424 Push out correct discont values.
13426 * ext/theora/theoradec.c: (theora_dec_src_convert),
13427 (theora_dec_sink_convert), (theora_dec_src_getcaps),
13428 (theora_dec_sink_event), (theora_handle_type_packet),
13429 (theora_handle_header_packet), (theora_dec_push),
13430 (theora_handle_data_packet), (theora_dec_chain),
13431 (theora_dec_change_state):
13432 Better timestamping.
13434 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13435 (vorbis_dec_sink_event), (vorbis_dec_push),
13436 (vorbis_handle_data_packet), (vorbis_dec_chain):
13437 * ext/vorbis/vorbisdec.h:
13438 Better timestamping.
13440 * gst-libs/gst/audio/gstbaseaudiosink.c:
13441 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13442 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13443 Handle syncing on timestamps instead of sample offsets. Make
13444 use of DISCONT values as described in design docs.
13446 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13447 (gst_base_audio_src_get_time):
13448 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13449 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13450 (gst_ring_buffer_read):
13451 * gst-libs/gst/audio/gstringbuffer.h:
13452 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13453 (gst_ximagesink_show_frame):
13454 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13455 Correcly convert buffer timestamp to stream time.
13457 2005-07-16 Wim Taymans <wim@fluendo.com>
13459 * gst/audioconvert/gstaudioconvert.c:
13460 (gst_audio_convert_get_buffer):
13461 Timestamp buffers correctly.
13463 * gst/playback/gstplaybin.c: (gen_video_element):
13464 Make internal fakesink silent.
13466 2005-07-15 Wim Taymans <wim@fluendo.com>
13468 * gst/ffmpegcolorspace/Makefile.am:
13469 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13470 (gst_ffmpegcsp_caps_remove_format_info),
13471 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13472 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13473 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13474 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13475 Ported ffmpegcolorspace to basetransform.
13477 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13478 * gst/volume/gstvolume.c: (volume_transform):
13481 2005-07-14 Wim Taymans <wim@fluendo.com>
13483 * gst/videotestsrc/Makefile.am:
13484 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13485 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13486 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13487 (gst_videotestsrc_init), (gst_videotestsrc_event),
13488 (gst_videotestsrc_create), (gst_videotestsrc_start),
13489 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13490 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13491 (gst_videotestsrc_get_property):
13492 * gst/videotestsrc/gstvideotestsrc.h:
13493 Make videotestsrc a pushsrc.
13495 2005-07-14 Wim Taymans <wim@fluendo.com>
13497 * gst/tcp/gstfdset.c: (gst_fdset_free):
13498 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13499 (gst_multifdsink_add), (gst_multifdsink_remove),
13500 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13501 (gst_multifdsink_remove_client_link),
13502 (gst_multifdsink_client_queue_data),
13503 (gst_multifdsink_client_queue_caps),
13504 (gst_multifdsink_client_queue_buffer),
13505 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13506 (gst_multifdsink_stop):
13507 * gst/tcp/gstmultifdsink.h:
13510 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13511 Also draw image when not from a pool.
13513 2005-07-14 Wim Taymans <wim@fluendo.com>
13515 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13516 (mute_stream), (silence_stream):
13517 Small debug additions.
13519 2005-07-14 Wim Taymans <wim@fluendo.com>
13521 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13522 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13523 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13524 Better error recovery, ignore unconnected pads and
13527 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
13529 * docs/libs/tmpl/gstaudio.sgml:
13530 * docs/libs/tmpl/gstcolorbalance.sgml:
13531 * docs/libs/tmpl/gstgconf.sgml:
13532 * docs/libs/tmpl/gstmixer.sgml:
13533 * docs/libs/tmpl/gstringbuffer.sgml:
13534 * docs/libs/tmpl/gsttuner.sgml:
13535 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13536 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13537 (gst_tcpclientsrc_class_init):
13538 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13539 (gst_tcpserversrc_class_init):
13540 * sys/v4l/gstv4lelement.c:
13541 more autistic cleanliness in functions/names/defines
13543 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
13546 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13547 added manually to each Makefile.am so we are sure it goes
13548 *last* and doesn't add -L flags before linking in libs of our
13549 own, like, say, internal .la libs, that then accidentally pick
13550 up the installed copy.
13551 * docs/libs/Makefile.am:
13552 * ext/alsa/Makefile.am:
13553 * ext/cdparanoia/Makefile.am:
13554 * ext/gnomevfs/Makefile.am:
13555 * ext/libvisual/Makefile.am:
13556 * ext/ogg/Makefile.am:
13557 * ext/theora/Makefile.am:
13558 * ext/vorbis/Makefile.am:
13559 * gst-libs/gst/video/Makefile.am:
13560 * gst/adder/Makefile.am:
13561 * gst/audioconvert/Makefile.am:
13562 * gst/audiorate/Makefile.am:
13563 * gst/audioscale/Makefile.am:
13564 * gst/ffmpegcolorspace/Makefile.am:
13565 * gst/playback/Makefile.am:
13566 * gst/sine/Makefile.am:
13567 * gst/subparse/Makefile.am:
13568 * gst/tags/Makefile.am:
13569 * gst/tcp/Makefile.am:
13570 * gst/typefind/Makefile.am:
13571 * gst/videorate/Makefile.am:
13572 * gst/videoscale/Makefile.am:
13573 * gst/videotestsrc/Makefile.am:
13574 * gst/volume/Makefile.am:
13575 * sys/v4l/Makefile.am:
13576 * sys/ximage/Makefile.am:
13577 * sys/xvimage/Makefile.am:
13578 adapt properly to this change. This should make sure that
13579 plugins and libs properly link to the as-yet-uninstalled
13580 copies of stuff like libgstinterfaces and libgstvideo
13582 2005-07-13 Andy Wingo <wingo@pobox.com>
13584 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13585 (gst_v4lsrc_fixate): Fixate on format as well.
13587 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
13588 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13589 buffer points to it.
13590 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13591 rather just doing X calls ourselves. Also fixes a memleak.
13593 2005-07-12 Andy Wingo <wingo@pobox.com>
13595 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
13596 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
13597 (gst_v4lsrc_create): Re-add the copy-mode property, default to
13598 TRUE to avoid deadlocks if an element holds on to our buffers.
13600 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
13602 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13603 (gst_sinesrc_init), (gst_sinesrc_create),
13604 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13605 (gst_sinesrc_start):
13606 * gst/sine/gstsinesrc.h:
13607 removing num-buffers property before moving it
13609 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
13612 use overridable ERROR_CFLAGS
13613 * docs/libs/gst-plugins-base-libs.types:
13614 * docs/libs/tmpl/gstringbuffer.sgml:
13615 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13616 (gst_alsasink_class_init):
13617 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13618 (gst_alsasrc_class_init):
13619 * gst-libs/gst/audio/audio.h:
13620 * gst-libs/gst/audio/gstaudioclock.h:
13621 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13622 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13623 (gst_audio_filter_link), (gst_audio_filter_init),
13624 (gst_audio_filter_chain), (gst_audio_filter_set_property),
13625 (gst_audio_filter_get_property),
13626 (gst_audio_filter_class_add_pad_templates):
13627 * gst-libs/gst/audio/gstaudiofilter.h:
13628 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13629 (gst_audio_filter_template_get_type),
13630 (gst_audio_filter_template_base_init),
13631 (gst_audio_filter_template_class_init),
13632 (gst_audio_filter_template_init),
13633 (gst_audio_filter_template_set_property),
13634 (gst_audio_filter_template_get_property), (plugin_init),
13635 (gst_audio_filter_template_setup),
13636 (gst_audio_filter_template_filter),
13637 (gst_audio_filter_template_filter_inplace):
13638 * gst-libs/gst/audio/gstaudiosink.c:
13639 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13640 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13641 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13642 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13643 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13644 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13645 * gst-libs/gst/audio/gstaudiosink.h:
13646 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13647 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13648 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13649 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13650 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13651 (gst_audio_src_class_init), (gst_audio_src_init),
13652 (gst_audio_src_create_ringbuffer):
13653 * gst-libs/gst/audio/gstaudiosrc.h:
13654 * gst-libs/gst/audio/gstbaseaudiosink.c:
13655 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13656 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13657 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13658 (gst_base_audio_sink_set_property),
13659 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13660 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13661 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13662 (gst_base_audio_sink_create_ringbuffer),
13663 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13664 * gst-libs/gst/audio/gstbaseaudiosink.h:
13665 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13666 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13667 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13668 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13669 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13670 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13671 (gst_base_audio_src_event), (gst_base_audio_src_create),
13672 (gst_base_audio_src_create_ringbuffer),
13673 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13674 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13675 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13676 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13677 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13678 (gst_ring_buffer_debug_spec_caps),
13679 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13680 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13681 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13682 (gst_ring_buffer_start), (gst_ring_buffer_pause),
13683 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13684 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13685 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13686 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13687 (gst_ring_buffer_clear):
13688 * gst-libs/gst/audio/gstringbuffer.h:
13689 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13690 (gst_video_sink_class_init), (gst_video_sink_get_type):
13691 * gst-libs/gst/video/videosink.h:
13692 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13693 (gst_multifdsink_class_init),
13694 (gst_multifdsink_handle_client_write),
13695 (gst_multifdsink_change_state):
13696 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13697 (gst_tcpclientsink_setcaps):
13698 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13699 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13700 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13701 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13702 (gst_ximagesink_send_pending_navigation),
13703 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13704 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13705 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13706 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13707 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13708 (gst_xvimagesink_send_pending_navigation),
13709 (gst_xvimagesink_navigation_send_event),
13710 (gst_xvimagesink_set_xwindow_id),
13711 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13712 (gst_xvimagesink_get_type):
13713 more macro splitting
13715 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
13717 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13718 plug a memleak, allows me to import 1479 albums in one go
13720 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13721 (vorbis_handle_type_packet), (vorbis_dec_chain),
13722 (vorbis_dec_change_state):
13723 fix some format strings
13725 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
13727 * docs/libs/tmpl/gstcolorbalance.sgml:
13728 * docs/libs/tmpl/gstmixer.sgml:
13729 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13730 (gst_alsasink_set_property), (gst_alsasink_get_property):
13731 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13732 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13733 add device property
13735 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
13737 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13738 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13739 (audiocast_register_listener), (audiocast_thread_run),
13740 (gst_gnomevfssrc_send_additional_headers_callback),
13741 (gst_gnomevfssrc_received_headers_callback),
13742 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13743 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13744 (gst_gnomevfssrc_get_size):
13745 add/clean up debugging
13746 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13749 2005-07-07 Andy Wingo <wingo@pobox.com>
13751 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13752 framerate. Need to get a handle on when exactly this function is
13755 * sys/v4l/v4lsrc_calls.h:
13756 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13757 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13758 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13760 * sys/v4l/v4l_calls.h: Cast to V4lElement.
13761 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13762 v4lelements are sources.
13764 * sys/v4l/gstv4lxoverlay.h:
13765 * sys/v4l/gstv4lxoverlay.c:
13766 * sys/v4l/gstv4ltuner.h:
13767 * sys/v4l/gstv4ltuner.c: Header loc fixen.
13769 * sys/v4l/gstv4lsrc.h:
13770 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13771 PushSrc/BaseSrc. Removed most sync-related properties, videorate
13772 or something should handle that. Made a live source.
13774 * sys/v4l/gstv4lelement.h:
13775 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13776 signals. Some cleanups.
13778 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13780 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13783 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13786 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13788 2005-07-07 Wim Taymans <wim@fluendo.com>
13790 * ext/theora/theoradec.c: (theora_get_query_types),
13791 (theora_dec_src_getcaps), (theora_dec_push):
13792 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13793 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13794 Remove deprecated/unused query types.
13796 2005-07-06 Wim Taymans <wim@fluendo.com>
13798 * ext/alsa/Makefile.am:
13799 * ext/alsa/gstalsaplugin.c: (plugin_init):
13800 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13801 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13802 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13803 (gst_alsasrc_class_init), (gst_alsasrc_init),
13804 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13805 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13806 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13807 (gst_alsasrc_reset):
13808 * ext/alsa/gstalsasrc.h:
13809 * gst-libs/gst/audio/Makefile.am:
13810 * gst-libs/gst/audio/gstaudiosink.c:
13811 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13812 (gst_audioringbuffer_start):
13813 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13814 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13815 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
13816 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13817 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13818 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13819 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
13820 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
13821 * gst-libs/gst/audio/gstaudiosrc.h:
13822 * gst-libs/gst/audio/gstbaseaudiosink.c:
13823 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13824 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
13825 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
13826 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13827 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
13828 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
13829 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
13830 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
13831 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
13832 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
13833 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
13834 (gst_baseaudiosrc_change_state):
13835 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13836 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13837 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
13838 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
13839 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
13840 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
13841 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
13842 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
13843 * gst-libs/gst/audio/gstringbuffer.h:
13844 Added audiosource base classes.
13845 Ported alsasrc, still very basic.
13847 2005-07-06 Wim Taymans <wim@fluendo.com>
13849 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
13850 (theora_dec_push), (theora_handle_data_packet):
13851 Prepare for better timestamp fix later.
13853 * gst/audioconvert/gstaudioconvert.c:
13854 List most accurate caps first
13856 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
13857 Use proper pad task function.
13859 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13860 (gst_xvimagesink_show_frame):
13861 Fix deadlock when alloc failed.
13863 2005-07-05 Andy Wingo <wingo@pobox.com>
13865 * ext/gnomevfs/gstgnomevfssrc.c:
13866 * gst/sine/gstsinesrc.c:
13867 * gst/tcp/gsttcpserversrc.c:
13868 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
13870 * sys/v4l/: Port from 0.8.
13872 * Many files: Null if we got it....
13874 2005-07-05 Andy Wingo <wingo@pobox.com>
13876 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
13877 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
13880 2005-07-05 Wim Taymans <wim@fluendo.com>
13883 * gst/tcp/Makefile.am:
13885 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13886 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
13887 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13888 (is_sync_frame), (gst_multifdsink_handle_client_write),
13889 (gst_multifdsink_render), (gst_multifdsink_start),
13890 (gst_multifdsink_stop), (gst_multifdsink_change_state):
13891 * gst/tcp/gstmultifdsink.h:
13892 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
13893 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
13894 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
13895 * gst/tcp/gsttcp.h:
13896 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13897 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13898 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
13899 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
13900 * gst/tcp/gsttcpclientsink.h:
13901 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13902 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
13903 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
13904 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
13905 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
13906 * gst/tcp/gsttcpclientsrc.h:
13907 * gst/tcp/gsttcpplugin.c: (plugin_init):
13908 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
13909 * gst/tcp/gsttcpserversink.h:
13910 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13911 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
13912 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
13913 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
13914 (gst_tcpserversrc_stop):
13915 * gst/tcp/gsttcpserversrc.h:
13916 * gst/tcp/gsttcpsink.c:
13917 * gst/tcp/gsttcpsink.h:
13918 * gst/tcp/gsttcpsrc.c:
13919 * gst/tcp/gsttcpsrc.h:
13920 Ported tcp plugins to 0.9.
13923 2005-07-05 Andy Wingo <wingo@pobox.com>
13925 * gst/playback/gstplaybasebin.c (fill_buffer):
13926 message_new_application fixen.
13928 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
13931 2005-07-04 Wim Taymans <wim@fluendo.com>
13933 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13934 Set caps on output buffer.
13936 2005-07-04 Andy Wingo <wingo@pobox.com>
13938 * ext/gnomevfs/gstgnomevfssrc.c
13939 (gst_gnomevfssrc_received_headers_callback)
13940 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
13943 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
13944 No refcount leakage.
13946 * configure.ac: Enable -Werror.
13948 * ext/theora/theoradec.c (theora_dec_src_getcaps):
13949 * gst/audioconvert/bufferframesconvert.c
13950 (buffer_frames_convert_fixate):
13951 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
13952 (gst_audio_convert_fixate):
13953 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
13954 (gst_sinesrc_create): Fixate func changes.
13956 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13957 (gst_ximagesink_buffer_alloc): Unused var.
13959 2005-07-01 Andy Wingo <wingo@pobox.com>
13961 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
13962 getcaps to do explicit caps. Needs to be done in all decoders,
13963 possibly via a base class.
13965 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
13967 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
13968 caps on the sink pad, just rely on the pad template. Also, setting
13969 ANY caps on a pad is not valid because the caps are not fixed.
13971 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
13972 caps on the buffer, and get the width from the desired_caps if
13974 (gst_ximagesink_renegotiate_size): Implement via setting the
13975 desired_caps on the ximagesink.
13976 (gst_ximagesink_setcaps): Only reset the width of the player if it
13977 wasn't already set. Not sure if this is right.
13978 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
13980 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
13981 that the user wants. NULL unless the window has been resized.
13983 * gst/volume/gstvolume.c (volume_transform): Adapt to
13984 basetransform refcount changes.
13986 2005-07-01 Andy Wingo <wingo@pobox.com>
13988 * gst/videoscale/gstvideoscale.c:
13989 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
13990 from BaseTransform, implements a transform_caps. Removed dead code
13991 including some PAR stuff that was never reached -- should probably
13992 be added back somehow.
13994 2005-07-01 Andy Wingo <wingo@pobox.com>
13996 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
13999 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
14002 * docs/libs/Makefile.am:
14003 * docs/libs/gst-plugins-libs.types:
14004 * ext/alsa/Makefile.am:
14005 * ext/alsa/gstalsamixer.h:
14006 * ext/alsa/gstalsamixeroptions.h:
14007 * ext/alsa/gstalsamixertrack.h:
14008 * gst-libs/gst/Makefile.am:
14009 * gst-libs/gst/colorbalance/.cvsignore:
14010 * gst-libs/gst/colorbalance/Makefile.am:
14011 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14012 * gst-libs/gst/colorbalance/colorbalance.c:
14013 * gst-libs/gst/colorbalance/colorbalance.h:
14014 * gst-libs/gst/colorbalance/colorbalance.vcproj:
14015 * gst-libs/gst/colorbalance/colorbalancechannel.c:
14016 * gst-libs/gst/colorbalance/colorbalancechannel.h:
14017 * gst-libs/gst/interfaces/Makefile.am:
14018 * gst-libs/gst/interfaces/colorbalance.c:
14019 (gst_color_balance_class_init):
14020 * gst-libs/gst/interfaces/colorbalance.h:
14021 * gst-libs/gst/interfaces/interfaces-marshal.list:
14022 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14023 * gst-libs/gst/interfaces/mixer.h:
14024 * gst-libs/gst/interfaces/mixeroptions.h:
14025 * gst-libs/gst/interfaces/navigation.c:
14026 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14027 * gst-libs/gst/interfaces/tuner.h:
14028 * gst/volume/Makefile.am:
14029 * gst/volume/gstvolume.c:
14030 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14031 * sys/ximage/Makefile.am:
14032 * sys/ximage/ximagesink.c:
14033 * sys/xvimage/Makefile.am:
14034 * sys/xvimage/xvimagesink.c:
14035 fold in all interfaces into an interfaces dir, preserving CVS
14038 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14040 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14041 Fix build after riff changes.
14043 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14045 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14046 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14047 (gst_riff_create_video_template_caps),
14048 (gst_riff_create_audio_template_caps),
14049 (gst_riff_create_iavs_template_caps):
14050 * gst-libs/gst/riff/riff-media.h:
14051 * gst-libs/gst/riff/riff-read.h:
14052 * gst-libs/gst/riff/riff.c: (gst_riff_init):
14053 Add gst_riff_init() to initialize the debug category, instead
14054 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14056 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14058 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14059 Oops, I shouldn't apply hacks.
14061 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14063 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14064 Remove pad_loop function which doesn't work.
14066 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14068 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14069 Send EOS when deactivating.
14070 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14071 (check_queue), (queue_threshold_reached), (queue_out_of_data),
14072 (gen_preroll_element), (probe_triggered), (mute_stream),
14073 (silence_stream), (new_decoded_pad), (setup_substreams),
14074 (set_active_source):
14075 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14076 (remove_sinks), (add_sink):
14077 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14078 Change for new probe API.
14080 2005-06-29 Wim Taymans <wim@fluendo.com>
14082 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14083 * gst-libs/gst/audio/gstbaseaudiosink.c:
14084 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14085 (gst_baseaudiosink_change_state):
14086 * gst-libs/gst/audio/gstbaseaudiosink.h:
14087 * gst-libs/gst/audio/gstringbuffer.c:
14088 (gst_ringbuffer_set_callback):
14089 Fix compilation error.
14090 Ringbuffer starts out as not running.
14091 Free our clock in dispose.
14092 When releasing the ringbuffer we need to renegotiate so
14093 clear the pad caps.
14095 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
14099 * docs/Makefile.am:
14100 * docs/libs/Makefile.am:
14101 * docs/libs/gst-plugins-libs-docs.sgml:
14102 * docs/libs/gst-plugins-libs-sections.txt:
14103 * docs/libs/gst-plugins-libs.types:
14104 * docs/libs/tmpl/gstaudio.sgml:
14105 * docs/libs/tmpl/gstcolorbalance.sgml:
14106 * docs/libs/tmpl/gstringbuffer.sgml:
14107 * gst-libs/gst/audio/gstringbuffer.c:
14108 (gst_ringbuffer_set_callback):
14109 reinstate gtk-doc docs for plugin libs
14111 2005-06-28 Wim Taymans <wim@fluendo.com>
14113 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14114 (gst_ogg_demux_init):
14115 Removed pad loop function.
14117 2005-06-28 Wim Taymans <wim@fluendo.com>
14119 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14120 If we're building a chain we are not in an error case
14121 when we queue a buffer.
14123 2005-06-28 Andy Wingo <wingo@pobox.com>
14125 * *.c: Don't cast to GstObject before reffing/unreffing.
14127 2005-06-27 Andy Wingo <wingo@pobox.com>
14129 * gst/videotestsrc/gstvideotestsrc.c
14130 (gst_videotestsrc_activate_push): Activation API changes.
14132 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
14133 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14134 they have refs on the decodebin.
14136 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14138 (gst_ogg_pad_typefind): Don't leak a pad ref.
14139 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14140 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
14141 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14143 2005-06-27 Edward Hervey <edward@fluendo.com>
14145 * ext/theora/theoradec.c: (theora_dec_change_state):
14146 re-arranged call to parent's state change in order to avoid locks (or
14149 2005-06-26 Edward Hervey <edward@fluendo.com>
14151 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14152 2nd argument of 'unknow-type' signal is a GstCaps and not a
14155 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
14156 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14157 Set the worker thread's running flag to TRUE before starting the
14159 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14160 Catch a failure to add typefind to the bin.
14162 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
14164 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14165 (gst_sinesrc_init), (gst_sinesrc_create),
14166 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14167 (gst_sinesrc_start):
14168 * gst/sine/gstsinesrc.h:
14169 add num-buffers and timestamp-offset properties
14170 * gst/videotestsrc/gstvideotestsrc.c:
14171 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14172 (gst_videotestsrc_get_property):
14173 add timestamp-offset property
14175 2005-06-23 Christian Schaller <uraeus@gnome.org>
14177 * configure.ac: add videorate
14178 * gst-plugins-base.spec.in: add videorate
14180 2005-06-23 Wim Taymans <wim@fluendo.com>
14182 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14183 (gst_videorate_getcaps), (gst_videorate_setcaps),
14184 (gst_videorate_event), (gst_videorate_chain):
14185 Fixed videorate, fixating an already fixated caps is not
14188 2005-06-23 Wim Taymans <wim@fluendo.com>
14191 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14192 Buffer on caps is not boxed anymore.
14194 2005-06-22 Wim Taymans <wim@fluendo.com>
14196 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14197 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14198 Set buffers on caps as miniobjects and not as boxed.
14200 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14205 === release 0.9.1 ===
14207 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14228 updates for release
14230 2005-06-09 Andy Wingo <wingo@pobox.com>
14232 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14234 2005-06-09 Andy Wingo <wingo@pobox.com>
14237 * gst-libs/gst/Makefile.am:
14238 * gst-libs/gst/net/Makefile.am:
14239 Add gstnet to build.
14241 2005-06-09 Andy Wingo <wingo@pobox.com>
14243 * gst-libs/gst/gconf/gconf.c:
14244 * gst/playback/test.c:
14245 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14248 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14250 * ext/theora/theoraenc.c (theora_enc_chain):
14251 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14253 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14256 2005-06-02 Wim Taymans <wim@fluendo.com>
14258 * gst-libs/gst/net/Makefile.am:
14259 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14260 * pkgconfig/gstreamer-libs.pc.in:
14261 Added net stuff, version net lib.
14263 2005-06-02 Wim Taymans <wim@fluendo.com>
14265 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14266 (query_rates), (query_positions_elems), (query_positions_pads),
14268 Updated seek example.
14270 2005-06-02 Andy Wingo <wingo@pobox.com>
14272 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14273 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14276 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14277 remove the typefind, the bin dispose will do it for us. When it's
14278 removed and unreffed, the signal handler will be disconnected,
14280 (unlinked): It's too difficult to disconnect from unlinked
14281 handlers, as they are on pads not elements. Just punt if the pads
14282 aren't grandkids of the bin.
14284 2005-06-02 Wim Taymans <wim@fluendo.com>
14287 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14288 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14289 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14290 * ext/theora/theoradec.c: (theora_dec_src_query),
14291 (theora_handle_data_packet):
14292 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14293 (theora_enc_chain):
14294 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14295 (vorbis_handle_data_packet):
14296 * gst/audioconvert/bufferframesconvert.c:
14297 (buffer_frames_convert_chain):
14298 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14299 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14300 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14301 (gst_ffmpegcsp_chain):
14302 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14303 (gst_videorate_getcaps), (gst_videorate_setcaps),
14304 (gst_videorate_event), (gst_videorate_chain):
14305 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14306 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14307 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14308 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14309 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14310 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14311 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14312 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14313 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14314 Cleanups and buffer alloc.
14316 2005-05-31 Wim Taymans <wim@fluendo.com>
14318 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14319 Don't try to call the delay method when the device is not
14322 2005-05-31 Wim Taymans <wim@fluendo.com>
14324 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14325 Get actual segment size and buffer size after opening
14328 2005-05-30 Wim Taymans <wim@fluendo.com>
14330 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14331 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14332 Also FLUSH upstream, makes the loop function exit faster.
14334 * ext/theora/theoradec.c: (theora_dec_src_query):
14335 Some more debug info in the query.
14337 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14338 (gst_ximagesink_setcaps):
14339 Release lock on par error, better error reporting.
14341 2005-05-26 Wim Taymans <wim@fluendo.com>
14343 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14344 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14345 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14346 Clear chains in READY
14347 Queue packets until the chain is activated.
14349 2005-05-25 Wim Taymans <wim@fluendo.com>
14351 * gst-libs/gst/audio/gstaudiosink.c:
14352 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14353 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14354 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14355 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14356 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14357 (gst_audiosink_create_ringbuffer):
14358 * gst-libs/gst/audio/gstbaseaudiosink.c:
14359 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14360 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14361 (gst_baseaudiosink_set_property), (build_linear_format),
14362 (debug_spec_caps), (debug_spec_buffer),
14363 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14364 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14365 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14366 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14367 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14368 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14369 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14370 (gst_ringbuffer_play), (gst_ringbuffer_pause),
14371 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14372 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14373 (wait_segment), (gst_ringbuffer_commit),
14374 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14375 (gst_ringbuffer_clear):
14376 Various small cleanups.
14378 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14379 (gst_audio_convert_change_state):
14380 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14381 No need to take the locks anymore.
14383 2005-05-25 Wim Taymans <wim@fluendo.com>
14385 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14386 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14387 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14389 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14390 (group_destroy), (group_commit), (queue_overrun),
14391 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14392 (mute_stream), (new_decoded_pad), (setup_substreams),
14393 (setup_source), (mute_group_type), (set_active_source),
14394 (gst_play_base_bin_change_state):
14395 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14396 (gen_video_element), (gen_text_element), (gen_audio_element),
14397 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14398 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14399 (gst_stream_info_dispose), (gst_stream_info_set_mute):
14400 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14401 Some playbin cleanups mostly refcounting sloppyness.
14403 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14405 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14406 Work with streaming input.
14408 2005-05-25 Wim Taymans <wim@fluendo.com>
14410 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14411 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14412 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14413 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14414 No need to take the STREAM lock anymore.
14416 2005-05-25 Wim Taymans <wim@fluendo.com>
14418 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14419 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14420 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14421 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14422 (gst_ogg_demux_sink_activate):
14423 * ext/theora/theoradec.c: (theora_dec_src_event),
14424 (theora_handle_comment_packet), (theora_dec_chain),
14425 (theora_dec_change_state):
14426 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14427 (vorbis_handle_data_packet), (vorbis_dec_chain),
14428 (vorbis_dec_change_state):
14429 Remove STREAM locks as they are taken in core now.
14430 Never set bogus granulepos on vorbis/theora.
14431 Fix leaks in theoradec tag parsing.
14433 2005-05-25 Wim Taymans <wim@fluendo.com>
14435 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14436 Fix memleaks, GST_BUFFER_DATA() is not freed.
14438 2005-05-25 Wim Taymans <wim@fluendo.com>
14440 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14441 Open non-blocking, set to blocking mode afterwards to avoid
14442 lockups when audio device is busy.
14444 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14446 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14447 This can't be good.
14449 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14451 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14452 (gst_audio_convert_chain), (gst_audio_convert_link_src),
14453 (gst_audio_convert_setcaps):
14454 Implement instant setup switching.
14456 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14458 * gst/playback/gstplaybasebin.c: (probe_triggered):
14459 Fix missing unlock.
14460 * gst/playback/gstplaybin.c: (add_sink):
14461 First add, then link (otherwise pad link fails).
14463 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14465 * examples/Makefile.am:
14466 fix buildbot (make distcheck)
14468 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14470 * gst/playback/gstplaybin.c: (gen_vis_element):
14471 Remove some wrong code. Doesn't work yet.
14473 2005-05-19 Wim Taymans <wim@fluendo.com>
14475 * gst-libs/gst/net/Makefile.am:
14476 * gst-libs/gst/net/README:
14477 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14478 (gst_netbuffer_class_init), (gst_netbuffer_init),
14479 (gst_netbuffer_finalize), (gst_netbuffer_copy),
14480 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14481 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14482 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14483 * gst-libs/gst/net/gstnetbuffer.h:
14484 Added buffer subclass to store extra to/from addresses for
14485 network sources/sinks.
14487 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14489 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14490 Don't lock an unassigned variable.
14492 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14494 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14495 Increase buffer for video, decrease buffer for other media types.
14496 * gst/playback/gstplaybin.c: (gen_video_element),
14497 (gen_audio_element):
14498 Change names for debugging purposes.
14500 2005-05-18 Wim Taymans <wim@fluendo.com>
14502 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14503 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14504 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14505 (gst_ffmpegcsp_chain):
14506 Enable buffer alloc passthrough if the source and dest
14507 formats are the same.
14509 2005-05-17 Wim Taymans <wim@fluendo.com>
14511 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14512 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14513 (gst_ogg_demux_chain_unlocked):
14514 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14515 (gst_audio_convert_caps_remove_format_info),
14516 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14517 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14518 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14519 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14520 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14521 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14522 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14523 (gst_ffmpegcsp_get_property):
14524 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14525 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14526 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14527 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14528 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14529 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14530 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14531 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14532 Leak fixes in oggdemux.
14533 Some cleanups in audioconvert.
14534 Make passthrough work along with buffer_alloc etc.
14535 Make buffer_alloc and buffer recycling actually work in
14538 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
14540 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14541 make the compiler happy
14543 2005-05-17 Wim Taymans <wim@fluendo.com>
14545 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14546 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14547 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14548 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14549 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14550 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14551 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14552 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14553 (gst_xvimagesink_set_xwindow_id):
14554 * sys/xvimage/xvimagesink.h:
14555 Port xvimagesink to new MiniObject.
14557 2005-05-17 Wim Taymans <wim@fluendo.com>
14559 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14560 (gst_audiofilter_chain):
14561 * gst-libs/gst/audio/gstaudiosink.c:
14562 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14563 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14564 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14565 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14566 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14567 (gst_audiosink_create_ringbuffer):
14568 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14569 (gst_audio_convert_caps_remove_format_info),
14570 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14571 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14572 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14573 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14574 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14575 Fix passthrough in ffmpegcolorspace.
14576 Fix memset in audiosink on wrong memory.
14578 2005-05-16 David Schleef <ds@schleef.org>
14580 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14583 2005-05-16 David Schleef <ds@schleef.org>
14585 Port from GstData to GstMiniObject.
14586 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14587 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14588 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14589 (gst_ogg_mux_collected):
14590 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14591 * ext/theora/theoradec.c: (theora_handle_comment_packet),
14592 (theora_handle_data_packet):
14593 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14594 (theora_set_header_on_caps), (theora_enc_chain):
14595 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14596 (vorbis_handle_comment_packet):
14597 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14598 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14599 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14600 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14601 * gst/audioconvert/gstaudioconvert.c:
14602 (gst_audio_convert_get_buffer):
14603 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14604 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14605 (mute_stream), (silence_stream):
14606 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14607 * gst/volume/gstvolume.c: (volume_transform):
14608 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14609 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14610 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14611 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14612 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14613 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14614 (gst_ximagesink_buffer_alloc):
14615 * sys/ximage/ximagesink.h:
14617 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14619 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14620 (fill_buffer), (check_queue), (queue_threshold_reached),
14621 (queue_out_of_data):
14622 * gst/playback/gstplaybasebin.h:
14623 Post buffer-fullness on the bus.
14625 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14627 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14629 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14630 (group_commit), (probe_triggered), (setup_source),
14631 (gst_play_base_bin_change_state):
14632 * gst/playback/gstplaybasebin.h:
14633 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14634 (gst_play_bin_init), (remove_sinks), (setup_sinks),
14635 (gst_play_bin_change_state):
14636 Move setup_output_pads into a virtual function, remove
14637 group-switch (no longer needed) and redirect (handled by bus
14640 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14642 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14643 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14644 (get_active_group), (get_building_group), (group_destroy),
14645 (group_commit), (check_queue), (queue_overrun),
14646 (queue_threshold_reached), (queue_out_of_data),
14647 (gen_preroll_element), (remove_groups), (unknown_type),
14648 (add_element_stream), (no_more_pads), (probe_triggered),
14649 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14650 (setup_substreams), (setup_source), (finish_source),
14651 (prepare_output), (muted_group_change_state),
14652 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14653 (gst_play_base_bin_change_state):
14654 * gst/playback/gstplaybasebin.h:
14655 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14656 (gst_play_bin_init), (gst_play_bin_set_property),
14657 (gen_video_element), (gen_text_element), (gen_audio_element),
14658 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14659 (gst_play_bin_change_state):
14660 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14661 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14662 (stream_info_change_state), (gst_stream_info_set_mute),
14663 (gst_stream_info_get_property):
14664 * gst/playback/gststreaminfo.h:
14665 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14666 (gst_stream_selector_get_linked_pad),
14667 (gst_stream_selector_getcaps),
14668 (gst_stream_selector_get_linked_pads),
14669 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14670 * gst/playback/gststreamselector.h:
14671 Rough port of playbin. Needs some more work, but is mostly done,
14672 and uses a few locks in important places, which should make stuff
14673 like chain-switches clean. Still uses GST_STATE() in a few places,
14674 which isn't all that good an idea, subtitles/elements disabled
14675 because no elements to test with and thus probably broken, query
14676 and event handling moved to GstBin, internal thread removed
14677 alltogether because the pipeline does that for us now. Can play
14678 Ogg/Vorbis files. Haven't tested anything else yet.
14680 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14682 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14683 Do no-more-pads (needed for autoplugging).
14685 2005-05-10 Andy Wingo <wingo@pobox.com>
14687 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14688 message to the bus with the tags. Still not sent downstream tho.
14690 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14692 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14693 avoid refcounting hassles.
14695 2005-05-09 Andy Wingo <wingo@pobox.com>
14697 * gst/volume/Makefile.am:
14698 * gst/volume/demo.c
14699 * gst/volume/gstvolume.h
14700 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14701 basetransform. Probably need an audio filter base class.
14703 2005-05-09 Wim Taymans <wim@fluendo.com>
14705 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14706 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14707 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14708 (gst_vorbisenc_chain):
14709 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14710 (gst_audio_convert_caps_remove_format_info),
14711 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14712 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14713 Make caps writable before writing to it.
14714 Fix negotiation in audioconvert some more.
14716 2005-05-09 Wim Taymans <wim@fluendo.com>
14718 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14719 (gst_videorate_getcaps), (gst_videorate_setcaps),
14720 (gst_videorate_event), (gst_videorate_chain):
14721 Better negotiation.
14723 2005-05-09 Wim Taymans <wim@fluendo.com>
14725 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14726 (gst_videorate_getcaps), (gst_videorate_setcaps),
14727 (gst_videorate_blank_data), (gst_videorate_init),
14728 (gst_videorate_event), (gst_videorate_chain),
14729 (gst_videorate_change_state):
14730 Port videorate, do a better job at negotiation while we're at
14733 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
14738 * examples/Makefile.am:
14739 * gst-libs/gst/audio/Makefile.am:
14740 * gst-libs/gst/riff/Makefile.am:
14741 * gst-libs/gst/tag/Makefile.am:
14742 * gst-libs/gst/video/Makefile.am:
14743 Fixups for missing variables.
14745 2005-05-09 Wim Taymans <wim@fluendo.com>
14747 * examples/seeking/seek.c: (make_theora_pipeline),
14748 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14749 (query_rates), (query_positions_elems), (query_positions_pads),
14750 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14751 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14752 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14753 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14754 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14755 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14756 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14757 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14758 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14759 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14760 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14761 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14762 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14763 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14764 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14765 (theora_dec_src_convert), (theora_dec_sink_convert),
14766 (theora_dec_src_query), (theora_dec_sink_query),
14767 (theora_dec_src_event), (theora_dec_sink_event),
14768 (theora_handle_comment_packet), (theora_handle_type_packet),
14769 (theora_handle_header_packet), (theora_handle_data_packet),
14770 (theora_dec_chain):
14771 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14772 (vorbis_dec_convert), (vorbis_dec_src_query),
14773 (vorbis_dec_sink_query), (vorbis_dec_src_event),
14774 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14775 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14776 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14777 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14778 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14779 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14780 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14781 (gst_play_bin_query):
14782 * gst/playback/test3.c: (update_scale):
14783 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14784 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14785 * gst/subparse/gstsubparse.c: (gst_subparse_init):
14786 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14787 (gst_videotestsrc_src_query):
14788 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14789 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14790 (paint_hline_YUV9):
14791 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14792 Port to new query API.
14794 Cleanups in x[v]imagesink
14796 2005-05-09 Andy Wingo <wingo@pobox.com>
14798 * ext/alsa/gstalsasink.h:
14799 * ext/gnomevfs/gstgnomevfssrc.c:
14800 (gst_gnomevfssrc_get_icy_metadata):
14801 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14802 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14803 * ext/theora/theoradec.c (theora_dec_src_query)
14804 (theora_dec_src_event, theora_dec_sink_event)
14805 (theora_handle_comment_packet, theora_handle_data_packet):
14806 * ext/theora/theoraenc.c (theora_enc_chain):
14807 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14808 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14809 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14810 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14812 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
14813 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
14814 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
14815 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
14816 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
14817 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
14818 (paint_setup_xBGR8888, paint_setup_RGBx8888)
14819 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
14820 (paint_setup_RGB565, paint_setup_xRGB1555):
14821 * gst/videotestsrc/videotestsrc.h:
14822 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
14823 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
14824 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
14827 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
14828 gst_pad_query_position. Fixes oggdemux.
14830 2005-05-08 David Schleef <ds@schleef.org>
14832 * configure.ac: Require liboil.
14833 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
14835 * gst/videotestsrc/videotestsrc.c:
14836 * gst/videotestsrc/videotestsrc.h:
14838 2005-05-06 Wim Taymans <wim@fluendo.com>
14840 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14841 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14842 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14843 Well, unreffing a buffer right before pushing it is asking
14846 2005-05-06 Christian Schaller <uraeus@gnome.org>
14848 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
14850 2005-05-06 Wim Taymans <wim@fluendo.com>
14852 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14853 (gst_audio_convert_caps_remove_format_info),
14854 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14855 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14856 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14857 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14858 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14859 * gst/sine/Makefile.am:
14860 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
14861 (gst_sinesrc_class_init), (gst_sinesrc_init),
14862 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
14863 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
14864 (gst_sinesrc_update_freq):
14865 * gst/sine/gstsinesrc.h:
14866 * gst/tcp/gstmultifdsink.c:
14867 * sys/xvimage/xvimagesink.c:
14868 Fixed negotiation wrt _peer_get_caps()
14872 2005-05-06 Wim Taymans <wim@fluendo.com>
14874 * gst-libs/gst/audio/gstaudiosink.c:
14875 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14876 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14877 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14878 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14879 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14880 (gst_audiosink_create_ringbuffer):
14881 * gst-libs/gst/audio/gstbaseaudiosink.c:
14882 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14883 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14884 (gst_baseaudiosink_set_property), (build_linear_format),
14885 (debug_spec_caps), (debug_spec_buffer),
14886 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14887 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14888 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14889 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14890 * gst-libs/gst/audio/gstbaseaudiosink.h:
14891 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14892 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14893 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14894 (gst_ringbuffer_play), (gst_ringbuffer_pause),
14895 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14896 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14897 (wait_segment), (gst_ringbuffer_commit),
14898 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14899 (gst_ringbuffer_clear):
14900 * gst-libs/gst/audio/gstringbuffer.h:
14901 Make the base audiosink return an error when there is no
14902 audiobuffer negotiated.
14904 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14907 Disable cdparanoia until someone ports it!
14909 2005-05-06 Wim Taymans <wim@fluendo.com>
14911 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14912 (gst_ogg_demux_sink_activate):
14913 And revert after wingo's revert.. sigh..
14915 2005-05-05 Andy Wingo <wingo@pobox.com>
14917 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
14919 * configure.ac: Return audiorate and subparse from the ghetto.
14920 Re-enable -Wall -Werror.
14921 * gst/subparse/gstsubparse.c:
14922 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
14923 or chain-based. Cleaned up a bit. Not tested.
14925 2005-05-05 Christian Schaller <christian@fluendo.com>
14927 * Makefile.am: remove stuff that is not building
14928 * configure.ac: remove stuff that is not building
14929 * examples/Makefile.am: remove stuff that is not building
14930 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
14931 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
14932 * sys/Makefile.am: remove stuff that is not building
14933 * testsuite/Makefile.am: remove stuff that is not building
14935 2005-05-05 Andy Wingo <wingo@pobox.com>
14937 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14938 * gst-libs/gst/tag/gstvorbistag.c:
14939 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
14940 * gst/adder/gstadder.h:
14941 * gst/audioconvert/gstchannelmix.c:
14942 (gst_audio_convert_fill_one_other):
14943 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
14944 (gst_audiorate_init), (gst_audiorate_chain):
14945 * gst/playback/gstplaybasebin.c: (setup_source):
14946 * gst/playback/test3.c: (update_scale):
14964 2005-05-05 Wim Taymans <wim@fluendo.com>
14966 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14967 (gst_audio_convert_caps_remove_format_info),
14968 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
14969 (gst_audio_convert_change_state), (gst_audio_convert_channels):
14970 * gst/videotestsrc/gstvideotestsrc.c:
14971 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
14972 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
14973 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
14974 (gst_videotestsrc_init), (gst_videotestsrc_loop):
14975 Don't ignore _push() return values.
14976 Make sure no processing is done when shutting down.
14977 Videotestsrc pad activation fix.
14979 2005-05-05 Wim Taymans <wim@fluendo.com>
14981 * gst/adder/Makefile.am:
14982 * gst/adder/gstadder.c: (gst_adder_setcaps),
14983 (gst_adder_class_init), (gst_adder_init),
14984 (gst_adder_request_new_pad), (gst_adder_collected),
14985 (gst_adder_change_state):
14986 * gst/adder/gstadder.h:
14987 Ported adder as an example of a mixer element using
14988 collect pads. Needs more negotiation work.
14990 2005-05-05 Wim Taymans <wim@fluendo.com>
14992 * ext/theora/theoradec.c: (_inc_granulepos),
14993 (theora_dec_src_event), (theora_dec_sink_event),
14994 (theora_handle_comment_packet), (theora_handle_type_packet),
14995 (theora_handle_header_packet), (theora_handle_data_packet),
14996 (theora_dec_chain):
14997 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14998 (gst_theora_enc_init), (theora_enc_sink_setcaps),
14999 (theora_push_buffer), (theora_push_packet),
15000 (theora_enc_sink_event), (theora_enc_chain),
15001 (theora_enc_change_state), (theora_enc_set_property),
15002 (theora_enc_get_property):
15003 Added stream lock to decoder so that we can serialize
15005 More theoraenc porting, recover from errors, do clean
15008 2005-05-05 Wim Taymans <wim@fluendo.com>
15010 * ext/ogg/Makefile.am:
15012 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15013 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15015 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15016 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15017 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15018 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15019 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15020 (gst_ogg_mux_change_state):
15023 2005-05-05 Wim Taymans <wim@fluendo.com>
15025 * docs/design-audiosinks.txt:
15026 * gst-libs/gst/audio/TODO:
15027 * gst-libs/gst/audio/gstaudiosink.c:
15028 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15029 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15030 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15031 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15032 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15033 (gst_audiosink_create_ringbuffer):
15034 * gst-libs/gst/audio/gstbaseaudiosink.c:
15035 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15036 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15037 (gst_baseaudiosink_set_property), (build_linear_format),
15038 (debug_spec_caps), (debug_spec_buffer),
15039 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15040 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15041 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15042 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15043 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15044 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15045 (gst_ringbuffer_release), (gst_ringbuffer_play),
15046 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15047 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15048 (gst_ringbuffer_set_sample), (wait_segment),
15049 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15050 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15051 More work on the audiosink, mostly debugging and a race in
15054 2005-04-28 Wim Taymans <wim@fluendo.com>
15056 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15057 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15058 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15059 (vorbis_dec_src_query), (vorbis_dec_src_event),
15060 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15061 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15062 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15063 Don't crap out when seeking back to position 0.
15065 2005-04-28 Wim Taymans <wim@fluendo.com>
15067 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15068 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15069 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15070 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15071 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15072 Make audio sink configurable, use alsasink as default.
15074 2005-04-28 Wim Taymans <wim@fluendo.com>
15076 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15077 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15078 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15079 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15080 (vorbis_dec_change_state):
15081 * ext/vorbis/vorbisdec.h:
15082 Refactor, use STREAM_LOCK.
15084 2005-04-28 Wim Taymans <wim@fluendo.com>
15086 * ext/theora/theoradec.c: (_inc_granulepos),
15087 (theora_dec_sink_event), (theora_handle_comment_packet),
15088 (theora_handle_type_packet), (theora_handle_header_packet),
15089 (theora_handle_data_packet), (theora_dec_chain),
15090 (theora_dec_change_state):
15091 Refactor a bit, use STREAM_LOCK.
15093 2005-04-28 Wim Taymans <wim@fluendo.com>
15095 * ext/alsa/Makefile.am:
15096 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15097 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15098 (gst_alsa_link), (gst_alsa_close_audio):
15099 * ext/alsa/gstalsaplugin.c: (plugin_init):
15100 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15101 (gst_alsasink_dispose), (gst_alsasink_base_init),
15102 (gst_alsasink_class_init), (gst_alsasink_init),
15103 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15104 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15105 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15106 (gst_alsasink_reset):
15107 * ext/alsa/gstalsasink.h:
15108 Implement alsasink with simple open/write/close API.
15109 Make alsa dir build by disabling compilation of code.
15111 2005-04-28 Wim Taymans <wim@fluendo.com>
15113 * gst-libs/gst/audio/Makefile.am:
15114 * gst-libs/gst/audio/audio.h:
15115 * gst-libs/gst/audio/audioclock.c:
15116 * gst-libs/gst/audio/audioclock.h:
15117 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15118 (gst_audio_clock_class_init), (gst_audio_clock_init),
15119 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15120 * gst-libs/gst/audio/gstaudioclock.h:
15121 * gst-libs/gst/audio/gstaudiosink.c:
15122 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15123 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15124 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15125 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15126 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15127 (gst_audiosink_create_ringbuffer):
15128 * gst-libs/gst/audio/gstbaseaudiosink.c:
15129 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15130 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15131 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15132 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15133 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15134 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15135 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15136 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15137 * gst-libs/gst/audio/gstbaseaudiosink.h:
15138 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15139 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15140 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15141 (gst_ringbuffer_release), (gst_ringbuffer_play),
15142 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15143 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15144 (gst_ringbuffer_set_sample), (wait_segment),
15145 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15146 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15147 * gst-libs/gst/audio/gstringbuffer.h:
15148 Make ringbuffer faster and more simple by removing the locks
15149 in the playback thread.
15150 Add sample accurate playback based on buffer sample offsets.
15151 Make the baseaudiosink provide a clock.
15152 Parse caps in the base class.
15153 Correctly handle seeking, flushing and state changes.
15155 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
15158 * gst/audioconvert/Makefile.am:
15159 * gst/audioscale/Makefile.am:
15160 Fix part of the build. Come on guys, autogen didn't even work :)
15162 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15165 * gst-libs/gst/Makefile.am:
15166 * gst-libs/gst/media-info/.cvsignore:
15167 * gst-libs/gst/media-info/Makefile.am:
15168 * gst-libs/gst/media-info/README:
15169 * gst-libs/gst/media-info/media-info-priv.c:
15170 * gst-libs/gst/media-info/media-info-priv.h:
15171 * gst-libs/gst/media-info/media-info-test.c:
15172 * gst-libs/gst/media-info/media-info.c:
15173 * gst-libs/gst/media-info/media-info.h:
15174 * gst-libs/gst/media-info/media-info.vcproj:
15175 * pkgconfig/Makefile.am:
15176 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15177 * pkgconfig/gstreamer-media-info.pc.in:
15178 Remove media-info, which is also successed by playbin (see Totem
15181 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15184 * examples/Makefile.am:
15185 * examples/gstplay/.cvsignore:
15186 * examples/gstplay/Makefile.am:
15187 * examples/gstplay/player.c:
15188 * gst-libs/gst/Makefile.am:
15189 * gst-libs/gst/play/.cvsignore:
15190 * gst-libs/gst/play/Makefile.am:
15191 * gst-libs/gst/play/play.c:
15192 * gst-libs/gst/play/play.h:
15193 * gst-libs/gst/play/play.vcproj:
15194 * pkgconfig/Makefile.am:
15195 * pkgconfig/gstreamer-play-uninstalled.pc.in:
15196 * pkgconfig/gstreamer-play.pc.in:
15197 Remove libgstplay, playbin is now the official successor.
15199 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15202 * gst-libs/gst/Makefile.am:
15203 * gst-libs/gst/xwindowlistener/Makefile.am:
15204 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15205 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15206 Remove deprecated xwindowlistener (I've moved xwindowlistening
15207 in the v4l/v4l2 plugins over to serverside).
15209 2005-04-25 David Schleef <ds@schleef.org>
15211 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15212 to examples/dynparams. Examples do not belong interspersed with
15214 * examples/dynparams/demo-dparams.c:
15215 * gst/sine/Makefile.am:
15216 * gst/sine/demo-dparams.c:
15218 2005-04-25 David Schleef <ds@schleef.org>
15220 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15221 * gst-libs/gst/audio/Makefile.am:
15222 * gst-libs/gst/riff/Makefile.am:
15223 * gst-libs/gst/tag/Makefile.am:
15224 * gst-libs/gst/video/Makefile.am:
15225 * gst-libs/gst/xwindowlistener/Makefile.am:
15227 Convert to 0.9 API, seems to work:
15228 * sys/ximage/Makefile.am:
15229 * sys/ximage/ximagesink.c:
15231 2005-04-24 David Schleef <ds@schleef.org>
15233 Link plugins against libraries:
15234 * ext/alsa/Makefile.am:
15235 * gst/tcp/Makefile.am:
15237 Remove asm code that should be in liboil
15238 * gst/videoscale/Makefile.am:
15239 * gst/videoscale/videoscale_x86_asm.s:
15241 gettext wants these checked in:
15257 2005-04-24 David Schleef <ds@schleef.org>
15259 Convert gst_main() to g_main_loop_run()
15260 * gst/playback/decodetest.c: (main):
15261 * gst/playback/test2.c: (main):
15262 * gst/playback/test3.c: (main):
15263 * gst/playback/test4.c: (main):
15265 Link plugins against libraries:
15266 * ext/libvisual/Makefile.am:
15267 * sys/xvimage/Makefile.am:
15269 2005-04-24 David Schleef <ds@schleef.org>
15271 * configure.ac: Remove idct and resample libs
15272 * gst-libs/gst/Makefile.am: same
15274 Remove usage of gst_library_load():
15275 * ext/alsa/gstalsaplugin.c: (plugin_init):
15276 * ext/libvisual/visual.c: (plugin_init):
15277 * ext/ogg/gstogg.c: (plugin_init):
15278 * ext/theora/theora.c: (plugin_init):
15279 * ext/vorbis/vorbis.c: (plugin_init):
15280 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15281 * gst/audioscale/gstaudioscale.c:
15282 * gst/adder/gstadder.c: (plugin_init):
15283 * gst/audioconvert/plugin.c: (plugin_init):
15284 * sys/ximage/ximagesink.c: (plugin_init):
15285 * sys/xvimage/xvimagesink.c: (plugin_init):
15286 * gst/tcp/gsttcpplugin.c: (plugin_init):
15288 Link plugins against libraries:
15289 * ext/ogg/Makefile.am:
15290 * ext/theora/Makefile.am:
15291 * ext/vorbis/Makefile.am:
15292 * gst/audioconvert/Makefile.am:
15294 Create proper libraries:
15295 * gst-libs/gst/riff/Makefile.am:
15296 * gst-libs/gst/audio/Makefile.am:
15297 * gst-libs/gst/video/Makefile.am:
15299 Move resample library to audioscale plugin directory:
15300 * gst-libs/gst/resample/Makefile.am:
15301 * gst-libs/gst/resample/README:
15302 * gst-libs/gst/resample/dtof.c:
15303 * gst-libs/gst/resample/dtos.c:
15304 * gst-libs/gst/resample/functable.c:
15305 * gst-libs/gst/resample/private.h:
15306 * gst-libs/gst/resample/resample.c:
15307 * gst-libs/gst/resample/resample.h:
15308 * gst-libs/gst/resample/resample.vcproj:
15309 * gst-libs/gst/resample/test.c:
15310 * gst/audioscale/Makefile.am:
15311 * gst/audioscale/README:
15312 * gst/audioscale/dtof.c:
15313 * gst/audioscale/dtos.c:
15314 * gst/audioscale/functable.c:
15315 * gst/audioscale/private.h:
15316 * gst/audioscale/resample.c:
15317 * gst/audioscale/resample.h:
15318 * gst/audioscale/test.c:
15320 Move tagedit library to gst-libs:
15321 * gst-libs/gst/tag/Makefile.am:
15322 * gst-libs/gst/tag/gstid3tag.c:
15323 * gst-libs/gst/tag/gsttagediting.c:
15324 * gst-libs/gst/tag/gsttageditingprivate.h:
15325 * gst-libs/gst/tag/gstvorbistag.c:
15326 * gst/tags/Makefile.am:
15327 * gst/tags/gstid3tag.c:
15328 * gst/tags/gstvorbistag.c:
15330 Fix for core changes:
15331 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15332 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15333 (gst_sinesrc_getrange):
15335 2005-04-23 David Schleef <ds@schleef.org>
15337 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
15338 in gst-plugins in a long time, and properly belongs in liboil.
15339 * gst-libs/gst/idct/Makefile.am:
15340 * gst-libs/gst/idct/README:
15341 * gst-libs/gst/idct/dct.h:
15342 * gst-libs/gst/idct/doieee:
15343 * gst-libs/gst/idct/fastintidct.c:
15344 * gst-libs/gst/idct/floatidct.c:
15345 * gst-libs/gst/idct/idct.c:
15346 * gst-libs/gst/idct/idct.h:
15347 * gst-libs/gst/idct/idtc.vcproj:
15348 * gst-libs/gst/idct/ieeetest.c:
15349 * gst-libs/gst/idct/intidct.c:
15351 2005-04-20 Wim Taymans <wim@fluendo.com>
15353 * docs/design-audiosinks.txt:
15354 * gst-libs/gst/audio/Makefile.am:
15355 * gst-libs/gst/audio/TODO:
15356 * gst-libs/gst/audio/gstaudiosink.c:
15357 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15358 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15359 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15360 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15361 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15362 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15363 (gst_audiosink_class_init), (gst_audiosink_init),
15364 (gst_audiosink_create_ringbuffer):
15365 * gst-libs/gst/audio/gstaudiosink.h:
15366 * gst-libs/gst/audio/gstbaseaudiosink.c:
15367 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15368 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15369 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15370 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15371 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15372 (gst_baseaudiosink_create_ringbuffer),
15373 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15374 * gst-libs/gst/audio/gstbaseaudiosink.h:
15375 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15376 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15377 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15378 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15379 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15380 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15381 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15382 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15383 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15384 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15385 * gst-libs/gst/audio/gstringbuffer.h:
15386 An attempt at a set of audio base classes together with some
15389 2005-04-20 Wim Taymans <wim@fluendo.com>
15391 * gst/audioconvert/Makefile.am:
15392 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15393 (gst_audio_convert_caps_remove_format_info),
15394 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15395 (gst_audio_convert_channels):
15396 Link against audio libs.
15397 Fix audio convert plugin.
15399 2005-04-20 Wim Taymans <wim@fluendo.com>
15401 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15402 (gst_ogg_demux_sink_activate):
15403 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15404 (theora_set_header_on_caps), (theora_enc_sink_event),
15405 (theora_enc_chain):
15406 Fix theora encoder.
15408 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15410 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15411 * gst/playback/gstdecodebin.c: (find_compatibles):
15412 Work with staticpadtemplates in elementfactories.
15414 2005-04-12 Wim Taymans <wim@fluendo.com>
15416 * gst/playback/README:
15417 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15418 (compare_ranks), (print_feature), (gst_decode_bin_init),
15419 (dynamic_create), (dynamic_free), (find_compatibles),
15420 (mimetype_is_raw), (close_pad_link), (got_redirect),
15421 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15422 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15423 (gst_decode_bin_change_state):
15424 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15425 (gst_play_base_bin_init), (group_destroy), (group_commit),
15426 (check_queue), (queue_overrun), (queue_threshold_reached),
15427 (queue_out_of_data), (gen_preroll_element), (unknown_type),
15428 (new_decoded_pad), (setup_subtitle), (gen_source_element),
15429 (got_redirect), (setup_source), (play_base_eos),
15430 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15431 (gst_play_base_bin_remove_element):
15432 * gst/playback/gstplaybasebin.h:
15433 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15434 (gst_play_bin_init), (gst_play_bin_dispose),
15435 (gst_play_bin_set_property), (gen_video_element),
15436 (gen_text_element), (gen_audio_element), (remove_sinks),
15437 (gst_play_bin_send_event):
15438 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15439 (stream_info_change_state), (gst_stream_info_set_mute):
15440 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15441 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15442 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15443 (gst_stream_selector_chain):
15444 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15446 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15447 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15448 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15449 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15450 Raw and crude port of decodebin.
15451 Make playbin compile.
15453 2005-04-06 Wim Taymans <wim@fluendo.com>
15455 * ext/gnomevfs/Makefile.am:
15456 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15457 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15458 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15459 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15460 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15461 (gst_gnomevfssrc_stop):
15462 * ext/ogg/Makefile.am:
15463 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15464 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15465 * ext/theora/Makefile.am:
15466 * ext/theora/theoradec.c: (_inc_granulepos),
15467 (theora_dec_sink_event), (theora_dec_chain):
15468 * ext/vorbis/Makefile.am:
15469 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15470 (vorbis_dec_sink_event), (vorbis_dec_chain):
15471 * gst-libs/gst/audio/Makefile.am:
15472 * sys/xvimage/Makefile.am:
15473 Make gnomevfssrc extend the source base class.
15474 Fix linking against libs in various plugins.
15476 2005-04-06 Andy Wingo <wingo@pobox.com>
15478 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15481 * configure.ac: Add check and AC_SUBST for libgstbase.
15483 2005-03-31 Wim Taymans <wim@fluendo.com>
15485 * examples/seeking/Makefile.am:
15486 * examples/seeking/cdparanoia.c: (main):
15487 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15488 (play_cb), (pause_cb), (stop_cb), (main):
15489 * examples/seeking/playbin.c:
15490 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15491 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15492 (make_sid_pipeline), (make_vorbis_pipeline),
15493 (make_theora_pipeline), (make_vorbis_theora_pipeline),
15494 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15495 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15496 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15497 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15499 * examples/seeking/spider_seek.c:
15500 * examples/seeking/vorbisfile.c:
15501 * ext/gnomevfs/Makefile.am:
15502 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15503 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15504 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15505 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15506 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15507 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15508 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15509 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15511 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15512 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15513 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15514 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15515 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15516 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15517 (gst_ogg_pad_event), (gst_ogg_pad_reset),
15518 (gst_ogg_demux_factory_filter), (compare_ranks),
15519 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15520 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15521 (gst_ogg_chain_new), (gst_ogg_chain_free),
15522 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15523 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15524 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15525 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15526 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15527 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15528 (gst_ogg_demux_get_prev_page),
15529 (gst_ogg_demux_deactivate_current_chain),
15530 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15531 (gst_ogg_demux_bisect_forward_serialno),
15532 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15533 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15534 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15535 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15536 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15537 (gst_ogg_demux_change_state), (gst_ogg_print):
15538 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15539 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15540 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15541 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15542 (gst_ogg_mux_loop):
15543 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15544 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15545 (theora_dec_src_convert), (theora_dec_sink_convert),
15546 (theora_dec_src_query), (theora_dec_src_event),
15547 (theora_dec_sink_event), (theora_dec_chain),
15548 (theora_dec_change_state):
15549 * ext/theora/theoraenc.c: (gst_theora_enc_init),
15550 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15551 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15552 (theora_enc_change_state):
15553 * ext/vorbis/Makefile.am:
15554 * ext/vorbis/oggvorbisenc.c:
15555 * ext/vorbis/oggvorbisenc.h:
15556 * ext/vorbis/vorbis.c: (plugin_init):
15557 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15558 (vorbis_dec_src_query), (vorbis_dec_src_event),
15559 (vorbis_dec_sink_event), (vorbis_dec_chain),
15560 (vorbis_dec_change_state):
15561 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15562 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15563 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15564 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15565 (gst_vorbisenc_change_state):
15566 * ext/vorbis/vorbisenc.h:
15567 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15568 * gst-libs/gst/audio/audioclock.c:
15569 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15570 (gst_audiofilter_init), (gst_audiofilter_chain):
15571 * gst-libs/gst/audio/testchannels.c: (main):
15572 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15573 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15574 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15575 (gmip_find_track_streaminfo), (gmip_find_track_format):
15576 * gst-libs/gst/media-info/media-info.c:
15577 (gst_media_info_read_idler):
15578 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15579 (gst_play_get_all_by_interface):
15580 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15581 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15582 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15583 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15584 (gst_riff_parse_info):
15585 * gst-libs/gst/riff/riff-read.h:
15586 * gst-libs/gst/riff/riff.c: (plugin_init):
15587 * gst-libs/gst/video/Makefile.am:
15588 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15589 (gst_videosink_class_init), (gst_videosink_get_type):
15590 * gst-libs/gst/video/videosink.h:
15591 * gst/audioconvert/bufferframesconvert.c:
15592 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15593 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15594 * gst/audioconvert/channelmixtest.c: (main):
15595 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15596 (gst_audio_convert_chain),
15597 (gst_audio_convert_caps_remove_format_info),
15598 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15599 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15600 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15601 (gst_audio_convert_buffer_to_default_format),
15602 (gst_audio_convert_buffer_from_default_format),
15603 (gst_audio_convert_channels):
15604 * gst/audioconvert/gstchannelmix.h:
15605 * gst/ffmpegcolorspace/avcodec.h:
15606 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15607 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15608 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15609 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15610 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15611 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15612 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15613 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15614 (mpeg_video_type_find), (mpeg_video_stream_type_find),
15616 * gst/videotestsrc/gstvideotestsrc.c:
15617 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15618 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15619 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15620 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15621 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15622 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15623 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15624 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15625 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15626 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15627 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15628 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15629 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15630 (gst_xvimagesink_navigation_send_event),
15631 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15632 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15633 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15634 * sys/xvimage/xvimagesink.h:
15635 Plugin port to 0.9, ogg/theora playback should work in the seek
15637 Removed old examples.
15638 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15639 explained in 0.9 TODO doc.
15642 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
15664 * testsuite/Makefile.am:
15665 remove a whole bunch of plugins. This module now contains a set
15666 of free reference plugins/elements as agreed.
15668 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
15671 hunting season on 0.9 is now OPEN
15673 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15675 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15676 Kick the hell out of gcc for not warning me about a symbol conflict.
15678 2005-02-22 Luca Ognibene <luogni@tin.it>
15680 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
15682 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15683 Don't leak caps string (fixes #168134)
15685 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15686 (gst_jpegenc_init), (gst_jpegenc_finalize),
15687 (gst_jpegenc_change_state):
15688 Don't leak line buffers and context struct (fixes #168133).
15690 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
15693 * ext/dirac/gstdiracdec.cc:
15694 (gst_diracdec_chain):
15695 Since dirac 0.5.0 the framerate in dirac is expressed as a
15696 rational number. Fix build and up requirement to 0.5.0, and
15697 also pass parameters to gst_diracdec_link in the right order
15700 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
15702 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15703 * ext/faad/gstfaad.h:
15704 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
15705 certain invalid muxed streams, where some packets will contain
15706 junk after decoder data. Partially fixes #149158.
15708 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
15709 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15710 Make sure we only write to writable buffers
15712 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
15714 * gst-libs/gst/riff/riff-media.c:
15715 (gst_riff_create_audio_caps_with_data):
15716 Do actually fix invalid RIFF fmt header values for alaw
15717 and mulaw audio instead of just saying so.
15719 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15720 Give gst_riff_create_audio_caps_with_data() a chance to
15721 fix up broken format header fields before extracting any
15722 parameters from the header. (fixes #167633)
15724 2005-02-19 Martin Holters <martin.holters@gmx.de>
15726 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
15728 * gst/audioconvert/bufferframesconvert.c:
15729 (buffer_frames_convert_link):
15730 Don't leak othercaps. (fixes #167878)
15732 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
15735 * ext/libvisual/visual.c: (gst_visual_srclink),
15736 (gst_visual_change_state):
15737 Support libvisual 0.2.0.
15739 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
15741 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15742 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15743 Use same rowstrides for I420 as used everywhere else.
15745 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
15747 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15748 Declare variables at beginning of block and make gcc-2.95 happy
15749 (fixes # 167482, patch by Gergely Nagy).
15751 * gst/tcp/gsttcpclientsrc.c:
15752 * gst/tcp/gsttcpclientsrc.h:
15753 Move some includes into the header, so that struct sockaddr_in is
15754 defined when it should be defined on FreeBSD as well (fixes
15757 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15758 Don't pass uninitialised values to setsockopt() here either.
15760 2005-02-17 Luca Ognibene <luogni at tin dot it>
15762 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
15764 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15765 Don't pass uninitialised values to setsockopt(). (fixes #167704)
15767 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15769 * gst/playback/gstplaybin.c: (add_sink):
15770 Invert bin_add/link order to workaround deadlock in opt.
15772 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15774 * gst/modplug/gstmodplug.cc:
15775 Add missing break causing position queries to fail.
15777 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15779 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15780 Granpos can apparently be -1, which screws up calculations...
15782 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
15784 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15785 (gst_ximagesink_send_pending_navigation),
15786 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15787 (gst_ximagesink_init):
15788 * sys/ximage/ximagesink.h:
15789 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15790 (gst_xvimagesink_send_pending_navigation),
15791 (gst_xvimagesink_navigation_send_event),
15792 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15793 * sys/xvimage/xvimagesink.h:
15794 Use a mutex protected list to marshal navigation
15795 events into the stream thread from whichever thread
15798 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
15800 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15801 Display current position and track length; misc. clean-ups.
15803 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15804 (speed_init), (speed_chain):
15805 Add query function, so that the stream length and current position
15806 get adjusted when queried (note that current position queries may
15807 still be wrong if the audio sink returns values based on buffer
15808 timestamps instead of passing on the query).
15810 2005-02-13 Benjamin Otte <otte@gnome.org>
15812 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15813 (gst_audio_convert_channels):
15814 create channel conversion matrix when linking
15815 * gst/audioconvert/.cvsignore:
15816 * gst/audioconvert/Makefile.am:
15817 * gst/audioconvert/channelmixtest.c: (main):
15818 add (ugly) test that ensures stereo <=> mono conversion works
15821 2005-02-13 Benjamin Otte <otte@gnome.org>
15823 * gst/audioconvert/gstchannelmix.h:
15824 include missing header file
15825 * gst/audioconvert/gstchannelmix.c:
15826 (gst_audio_convert_fill_compatible):
15827 use same sign for both channels when converting to/from compatible
15828 channel. Previously used different signs made the signals cancel
15829 each other out and appear like silence. (fixes #167269)
15831 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
15833 * gst/ffmpegcolorspace/avcodec.h:
15834 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15835 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15836 (gst_ffmpegcsp_avpicture_fill):
15837 * gst/ffmpegcolorspace/imgconvert.c:
15838 Convert to and from YV12 (fixes #156379).
15840 2005-02-12 Julien MOUTTE <julien@moutte.net>
15842 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15843 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15844 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15845 (gst_ximagesink_expose), (gst_ximagesink_set_property),
15846 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
15847 methods from chain and negotiation and vice versa (Fixes #166142).
15848 * sys/ximage/ximagesink.h: Add stream_lock.
15849 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15850 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15851 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15852 (gst_xvimagesink_expose): Check for xcontext before trying to link.
15854 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
15856 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
15857 Don't send "Hey! You gave me a NULL pointer you naughty person" as
15858 error message when we can't open the DVD device (when dvdnav_open()
15859 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
15860 the above). Send something more useful instead (fixes #167117).
15862 2005-02-11 Julien MOUTTE <julien@moutte.net>
15864 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15865 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
15866 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15867 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15868 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15869 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
15870 methods from chain and negotiation and vice versa (Fixes #166142).
15871 Fix a possible bug of images in the buffer pool being discarded because
15872 we are looking at the wrong geometry.
15873 * sys/xvimage/xvimagesink.h: Add stream_lock.
15875 2005-02-11 David Schleef <ds@schleef.org>
15877 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
15878 unsigned int. (fixes #167128)
15880 2005-02-11 David Schleef <ds@schleef.org>
15882 * gst/librfb/Makefile.am: Testing stuff before committing is
15883 for wimps... and people with fast machines. Fix stupid
15886 2005-02-11 David Schleef <ds@schleef.org>
15888 * configure.ac: Pull in librfb from my CVS tree, because it is
15889 too small and annoying to be separate. Move rfbsrc plugin
15892 * ext/librfb/Makefile.am:
15893 * ext/librfb/gstrfbsrc.c:
15894 * gst/librfb/Makefile.am:
15895 * gst/librfb/gstrfbsrc.c:
15896 * gst/librfb/rfb.c:
15897 * gst/librfb/rfb.h:
15898 * gst/librfb/rfbbuffer.c:
15899 * gst/librfb/rfbbuffer.h:
15900 * gst/librfb/rfbbytestream.c:
15901 * gst/librfb/rfbbytestream.h:
15902 * gst/librfb/rfbcontext.h:
15903 * gst/librfb/rfbdecoder.c:
15904 * gst/librfb/rfbdecoder.h:
15905 * gst/librfb/rfbutil.h:
15907 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
15909 * gst/speed/Makefile.am:
15910 * gst/speed/demo-mp3.c: (main):
15911 * gst/speed/filter.func:
15912 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
15913 (speed_class_init), (speed_init), (speed_chain_int16),
15914 (speed_chain_float32), (speed_chain), (speed_set_property),
15915 (speed_get_property), (speed_change_state):
15916 * gst/speed/gstspeed.h:
15917 Fix speed element and make it chain-based (fixes #156467),
15918 and make it handle more than one channel.
15920 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
15922 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
15923 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
15924 (gst_dtsdec_chain), (gst_dtsdec_change_state):
15925 * ext/dts/gstdtsdec.h:
15926 Don't clobber the stack constructing the channels array.
15927 Make the element chain-based. DTS tracks can now be played.
15929 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
15931 * gst-libs/gst/audio/multichannel.h:
15932 * gst-libs/gst/gconf/gconf.h:
15933 * gst-libs/gst/idct/idct.h:
15934 * gst-libs/gst/media-info/media-info-priv.h:
15935 * gst-libs/gst/play/play.h:
15936 * gst-libs/gst/resample/private.h:
15937 * gst-libs/gst/resample/resample.h:
15938 * gst-libs/gst/riff/riff-ids.h:
15939 * gst-libs/gst/video/video.h:
15940 * gst-libs/gst/video/videosink.h:
15941 Add G_BEGIN_DECLS and G_END_DECLS around headers where
15942 missing, so that they work when included from C++ code.
15944 2005-02-09 David Schleef <ds@schleef.org>
15946 * testsuite/gst-lint: Check for non-statically scoped
15947 parent_class variables. This won't be a problem once
15948 plugins are loaded with RTLD_LOCAL.
15950 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15952 * ext/mplex/gstmplexibitstream.cc:
15955 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15957 * ext/ogg/gstogmparse.c:
15958 * gst/debug/gstnavigationtest.c:
15959 Die, thou faulty symbol pollutors (non-static parent_class).
15961 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15963 * ext/mplex/gstmplexibitstream.cc:
15964 Fix event handling (#165525).
15966 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15968 * ext/mikmod/gstmikmod.c:
15969 * gst/modplug/gstmodplug.cc:
15970 Add missing endianness to template (fixes #165509).
15972 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15974 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
15975 Fix wrong order of reading of optional bytes (#165290).
15977 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15979 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15980 Implement FILLER event awareness.
15982 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15984 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
15985 Fix track calculations (#166208).
15987 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
15989 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15991 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
15992 * ext/libpng/gstpngenc.c:
15993 Fix byte-order, use proper fixed caps. Fixes #164197.
15995 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16000 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16001 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16002 Don't push buffers if the src pad isn't negotiated yet.
16004 * gst/audioconvert/gstaudioconvert.c:
16005 (gst_audio_convert_buffer_to_default_format),
16006 (gst_audio_convert_buffer_from_default_format):
16007 Add support for 24-bit width.
16009 * gst/dvdlpcmdec/.cvsignore:
16010 * gst/dvdlpcmdec/Makefile.am:
16011 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16012 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16013 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16014 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16016 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16017 New decoder for rearranging DVD LPCM into our audio/x-raw-int
16018 format. Needs support for the channels maps if someone can find
16019 a DVD LPCM track with > 2 channels.
16021 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16022 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16023 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16024 * gst/mpegstream/gstdvddemux.h:
16025 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16026 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16027 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16028 * gst/mpegstream/gstmpegdemux.h:
16029 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16030 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16031 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16032 (gst_mpeg_parse_handle_src_query),
16033 (gst_mpeg_parse_handle_src_event):
16034 Use audio/x-dvd-lpcm for LPCM output.
16037 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16039 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16041 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16042 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16043 Add BGRA handling (#165736).
16045 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
16047 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16049 * gst/law/alaw-decode.c: (alawdec_link):
16050 * gst/law/alaw-encode.c: (alawenc_link):
16051 * gst/law/mulaw-decode.c: (mulawdec_link):
16052 * gst/law/mulaw-encode.c: (mulawenc_link):
16053 Fix caps memleaks (#166600).
16055 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
16057 * ext/tarkin/mem.h:
16058 * ext/tarkin/wavelet.h:
16059 * ext/tarkin/yuv.h:
16060 * gst/ffmpegcolorspace/avcodec.h:
16061 Include "_stdint.h" instead of <stdint.h>. Fixes build on
16062 systems that don't have stdint.h, like Solaris9 (fixes #166631).
16064 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16066 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16067 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16068 (gst_xvimagesink_change_state):
16069 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16070 Xv video (and thereby regenerate Xv colourkey) in clear() so
16071 that PLAY -> READY -> PLAY works (fixes #162504).
16073 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16075 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16076 Switch to list instead of range, since MJPEG-devices really just
16077 support decimations, not any size.
16079 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16080 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16081 (gst_mpeg2dec_reset), (free_all_buffers),
16082 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16083 * ext/mpeg2dec/gstmpeg2dec.h:
16084 The libmpeg2 user-allocated buffer management is awkward,
16085 to say the least. Hopefully this fixes things.
16087 2005-02-04 Andy Wingo <wingo@pobox.com>
16089 * gst/audioconvert/bufferframesconvert.c
16090 (buffer_frames_convert_fixate): New function, fixates to 256
16091 frames per buffer by default. (Much better than 1.)
16092 (buffer_frames_convert_init): Set the fixate function for both src
16094 (buffer_frames_convert_link): After success setting nonfixed caps,
16095 get the negotiated caps so we can know how many buffer-frames it
16096 will be. No idea how this worked at all before.
16098 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16100 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16101 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16102 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16103 (handle_sequence), (handle_picture):
16104 * ext/mpeg2dec/gstmpeg2dec.h:
16105 Rearrange buffer tracking and refcounting and refactor
16106 a little for readability.
16108 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
16109 * sys/v4l/gstv4l.c: (plugin_init):
16110 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16111 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16112 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16113 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16114 * sys/v4l/gstv4ljpegsrc.h:
16115 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16116 * sys/v4l/v4l_calls.h:
16117 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16118 (gst_v4lsrc_get_fps):
16119 * sys/v4l/v4lsrc_calls.h:
16120 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16121 you jpeg inside rgb frames" driver.
16122 Don't error in the v4lsrc link function, just return
16125 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16127 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16128 (gst_qcamsrc_open):
16129 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16131 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16133 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16134 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16136 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16138 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16139 Reset negotiated state on PAUSED->READY.
16141 2005-02-02 David Schleef <ds@schleef.org>
16143 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16144 whereever possible. (Fixes #165997)
16145 * examples/capsfilter/capsfilter1.c: (main):
16146 * examples/dynparams/filter.c: (create_ui):
16147 * examples/seeking/cdparanoia.c: (get_track_info), (main):
16148 * examples/seeking/chained.c: (main):
16149 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16150 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16151 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16152 (make_mpeg_pipeline), (make_mpegnt_pipeline):
16153 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16154 * examples/switch/switcher.c: (main):
16155 * ext/dv/demo-play.c: (main):
16156 * ext/faad/gstfaad.c: (gst_faad_change_state):
16157 * ext/mad/gstmad.c: (gst_mad_chain):
16158 * ext/smoothwave/demo-osssrc.c: (main):
16159 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16160 (gst_gconf_render_bin_from_description),
16161 (gst_gconf_get_default_audio_sink),
16162 (gst_gconf_get_default_video_sink),
16163 (gst_gconf_get_default_audio_src),
16164 (gst_gconf_get_default_video_src),
16165 (gst_gconf_get_default_visualization_element):
16166 * gst/level/demo.c: (main):
16167 * gst/level/plot.c: (main):
16168 * gst/playback/gstplaybin.c: (gen_video_element),
16169 (gen_audio_element):
16170 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16171 * gst/playondemand/demo-mp3.c: (setup_pipeline):
16172 * gst/sine/demo-dparams.c: (main):
16173 * gst/spectrum/demo-osssrc.c: (main):
16174 * gst/speed/demo-mp3.c: (main):
16175 * gst/volume/demo.c: (main):
16176 * testsuite/embed/embed.c: (main):
16178 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16180 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16181 (gst_tcpclientsink_finalize):
16182 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16183 (gst_tcpclientsrc_finalize):
16184 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16185 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16186 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16187 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16188 Don't leak the hostname when shutting down.
16189 In tcpserversrc, take a copy of the default hostname.
16191 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16193 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16194 Set caps to systemstream=TRUE.
16196 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16198 * testsuite/Makefile.am:
16199 Fix more OSX buildbots.
16201 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16203 * ext/mpeg2dec/gstmpeg2dec.c:
16204 Don't send things to NULL PAD_PEERs
16206 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16207 Copy-on-write the incoming buffer.
16209 * gst/mpegstream/gstdvddemux.h:
16210 * gst/mpegstream/gstmpegclock.h:
16211 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16212 (normal_seek), (gst_mpeg_demux_handle_src_event):
16213 * gst/mpegstream/gstmpegdemux.h:
16214 * gst/mpegstream/gstmpegpacketize.h:
16215 * gst/mpegstream/gstmpegparse.c:
16216 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16217 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16218 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16219 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16220 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16221 * gst/mpegstream/gstmpegparse.h:
16222 * gst/mpegstream/gstrfc2250enc.h:
16223 Various changes to the way time is computed that make seeking and
16224 total time estimation much better here.
16225 Use G_BEGIN/END_DECLS instead of __cplusplus
16227 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16228 Use gst_buffer_stamp instead of only copying the TIMESTAMP
16230 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16232 * gst/subparse/gstsubparse.c:
16235 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16237 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16238 (theora_enc_chain), (theora_enc_change_state):
16239 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16240 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16241 (gst_vorbisenc_change_state):
16242 * ext/vorbis/vorbisenc.h:
16243 Set granulepos and timestamp correctly for streams not
16244 starting at 0, taking into account the initial delay.
16246 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16248 * gst/mpegstream/gstdvddemux.c:
16249 Add audio/x-dts to audio pad template caps
16251 2005-01-30 David Schleef <ds@schleef.org>
16253 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16254 (create_context), (gst_polypsink_link): Fix silly endianness
16255 bug. Add some debugging. Remove float from caps; it doesn't
16256 work. Attempt to get remote audio working.
16258 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16260 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16263 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16265 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16266 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16267 (gst_avi_demux_stream_data):
16268 * gst/avi/gstavidemux.h:
16269 Invert DIB images. Fixes #132341.
16271 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16273 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16274 (gst_ffmpegcsp_chain):
16275 D'oh, reference the palette data, not the palette structure.
16276 Fixes color distortion in #132341.
16278 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16280 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16281 PAR can be non-fixed when not provided as argument (#162626).
16283 2005-01-29 David Moore <dcm@acm.org>
16285 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16287 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16288 (gst_qtdemux_loop_header):
16289 Re-apply patch from #142272 that allows non-seekable sources,
16290 re-proposed by Daniel Drake <dsd@gentoo.org>.
16292 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16294 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16295 Use the src template for creating the src pad (#162330).
16297 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16300 * ext/musepack/Makefile.am:
16301 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16302 (gst_musepackdec_init), (gst_musepackdec_dispose),
16303 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16304 (gst_musepack_stream_init), (gst_musepackdec_loop),
16305 (gst_musepackdec_change_state):
16306 * ext/musepack/gstmusepackdec.cpp:
16307 * ext/musepack/gstmusepackdec.h:
16308 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16309 (gst_musepack_reader_read), (gst_musepack_reader_seek),
16310 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16311 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16312 * ext/musepack/gstmusepackreader.cpp:
16313 * ext/musepack/gstmusepackreader.h:
16314 Update to 1.1 API (#165446).
16316 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16321 2005-01-28 Andy Wingo <wingo@pobox.com>
16323 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16324 to reflect a different dubious internet source. Add a reference
16325 and some commentary.
16327 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16329 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16330 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16331 * gst/playback/gststreamselector.h:
16332 Be more selective when we're redoing caps negotiation from
16333 within the chain function on a stream change.
16335 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16339 * ext/amrnb/Makefile.am:
16340 * ext/amrnb/amrnb.c: (plugin_init):
16341 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16342 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16343 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16344 (gst_amrnbdec_state_change):
16345 * ext/amrnb/amrnbdec.h:
16346 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16347 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16348 (gst_amrnbparse_init), (gst_amrnbparse_formats),
16349 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16350 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16351 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16352 * ext/amrnb/amrnbparse.h:
16353 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16354 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16355 Add AMR-NB/-WB raw formats.
16356 * ext/alsa/gstalsa.c: (gst_alsa_link):
16357 Keep valid time when changing format.
16358 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16359 (qtdemux_parse_trak):
16360 Add some more format-specific options (#140141, #143555, #155163).
16362 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16364 * gst/matroska/matroska-demux.c:
16365 (gst_matroska_demux_parse_blockgroup):
16366 Fix logic error in timing of subtitle stream synchronization.
16367 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16368 Add skip-chunk, which is found in kodak-camera streams.
16370 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
16374 Adding Vietnamese translation (submitted by Clytie Siddall)
16376 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16378 * gst/playback/gstdecodebin.c: (try_to_link_1):
16379 Use realpad for signal.
16381 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16383 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16384 Fix category so decodebin picks it up.
16386 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16388 * ext/mad/Makefile.am:
16389 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16390 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16391 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16392 (found_type), (gst_id3demux_bin_change_state):
16393 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16394 (gst_id3_tag_init), (gst_id3_tag_handle_event),
16395 (gst_id3_tag_src_link), (gst_id3_tag_chain),
16396 (gst_id3_tag_change_state), (plugin_init):
16397 * ext/mad/gstmad.h:
16398 Add id3demuxbin (which is a simple bin consisting of id3demux
16399 and typefind), take over rank from id3demux, remove typefind
16400 code from id3demux. Makes all broken mp3s that I know of work,
16401 and thereby fixes #152688.
16403 2005-01-27 Edward Hervey <bilboed@bilboed.com>
16405 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16407 * ext/mad/gstmad.c: (gst_mad_src_event):
16408 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16409 Allow seeks on audio pad, make mad forward those (#164826).
16410 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16411 Set duration (#165335).
16413 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16415 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16416 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16417 (gst_asf_demux_process_ext_content_desc),
16418 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16419 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16420 * gst/asfdemux/gstasfdemux.h:
16421 Improve metadata display, e.g. if the metadata comes before the
16422 streams are loaded (which is perfectly valid).
16424 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16426 * tools/gst-launch-ext-m.m:
16427 Fix AVI/ASF pipelines (#165340).
16429 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
16430 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
16431 build failure on amd64
16433 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
16435 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16436 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16437 Check environment variables GST_ID3V2_TAG_ENCODING,
16438 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16439 list of character encodings to force interpretation of non-unicode
16440 strings stored in an ID3v2 tag to a particular encoding. If none
16441 is specified, try to use current locale's encoding, then fall back
16442 to ISO-8859-1 (which will always succeed). (Resolves #149274)
16443 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16444 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16445 Check environment variables GST_ID3V1_TAG_ENCODING,
16446 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16447 list of character encodings to use in case a string encountered
16448 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16449 specified, try to use the current locale's encoding, then fall
16450 back to ISO-8859-1 (which will always succeed).
16452 2005-01-25 Benjamin Otte <otte@gnome.org>
16454 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16455 - on half framerate, compute the rate in advance so the comparisons
16456 don't compare wrong values
16457 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16459 - don't use mad_header_decode anymore, mad_frame_decode does that
16461 - when getting rid of consumed bytes, reset the stream's skiplen
16464 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16466 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16467 Use 1/2 a second for default max_discont, as PES streams from DVB
16468 seem to have larger spacings in the SCR.
16471 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16473 * gst/playback/gstplaybasebin.c: (group_commit):
16474 Notify delayed stream-info availability.
16476 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16477 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16478 (gst_a52dec_handle_event), (gst_a52dec_chain):
16479 Add some debug output. Check that a discont has a valid
16481 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16482 (gst_alsa_sink_loop):
16483 Ignore TAG events. A little extra debug for broken timestamps.
16484 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16485 (dvdnavsrc_change_state):
16486 Ensure we send a discont to engage the link before we send any
16488 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16489 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16490 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16491 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16492 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16493 dvd://title works in totem because typefinding sends a seek that ends
16494 up going back to chapter 1 regardless.
16495 * ext/mpeg2dec/gstmpeg2dec.c:
16496 * ext/mpeg2dec/gstmpeg2dec.h:
16497 Output correct timestamps and handle disconts.
16498 * ext/ogg/gstoggdemux.c: (get_relative):
16499 Small guard against a null dereference.
16500 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16501 (gst_textoverlay_set_property):
16502 Free memory when done. Don't call gst_event_filler_get_duration on
16503 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16505 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16506 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16507 (gst_sw_srclink), (gst_smoothwave_chain):
16508 Draw solid lines, prettier colours.
16509 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16510 Add a default palette that'll work for some movies.
16511 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16512 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16513 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16514 * gst/mpegstream/gstdvddemux.h:
16515 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16516 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16517 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16518 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16519 * gst/mpegstream/gstmpegparse.h:
16520 Use PTM/NAV events when for timestamp adjustment when connected to
16521 dvdnavsrc. Don't use many discont events where one suffices.
16522 * gst/playback/gstplaybasebin.c: (group_destroy),
16523 (gen_preroll_element), (gst_play_base_bin_add_element):
16524 * gst/playback/gstplaybasebin.h:
16525 Make sure we remove subtitles from the same bin we put them in.
16526 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16527 (gst_subparse_buffer_format_autodetect),
16528 (gst_subparse_change_state):
16529 Fix some memleaks and invalid accesses.
16530 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16531 (oggskel_type_find), (cmml_type_find), (plugin_init):
16532 Some typefind functions for Annodex v3.0 files
16533 * gst/wavparse/gstwavparse.h:
16534 GstRiffReadClass is the correct parent class.
16536 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16538 * gst-libs/gst/riff/riff-media.c:
16539 (gst_riff_create_video_caps_with_data):
16540 Add extradata to huffyuv (fixes #165013).
16541 * gst-libs/gst/riff/riff-read.c:
16542 (gst_riff_read_strf_vids_with_data):
16543 Fix extradata extraction if it is in the chunk size.
16545 2005-01-25 Edward Hervey <bilboed@bilboed.com>
16547 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16549 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16550 (gst_quarktv_change_state), (gst_quarktv_dispose):
16551 Memory free'ing location fix (#164708).
16553 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16555 * gst/playback/gstplaybasebin.c: (group_commit),
16556 (gen_preroll_element), (probe_triggered), (gen_source_element),
16557 (setup_source), (gst_play_base_bin_change_state),
16558 (gst_play_base_bin_add_element):
16559 Don't block for streams.
16560 * gst/playback/gststreaminfo.c: (stream_info_change_state),
16561 (gst_stream_info_set_mute):
16562 Use gst_pad_set_active_recursive.
16564 2005-01-25 Andy Wingo <wingo@pobox.com>
16566 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16567 for #ifndef HAVE_XVIDEO.
16569 2005-01-24 Jeffrey C. Ollie
16571 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
16573 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16574 * ext/gsm/gstgsmdec.h:
16575 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16576 * ext/gsm/gstgsmenc.h:
16577 Fix rate to 8kHz as per spec, removes obscure errors when no rate
16578 was given by property. Add proper buffer timestamps and offsets.
16580 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16582 * gst-libs/gst/riff/riff-media.c:
16583 (gst_riff_create_audio_caps_with_data):
16584 Audio can be <8000Hz.
16586 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16588 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16589 Explicit state change to workaround refcount bugs.
16591 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16593 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16594 (gst_avimux_riff_get_avi_header):
16597 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16599 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16600 (gst_riff_read_element_data):
16601 * gst-libs/gst/riff/riff-read.h:
16602 Add _peek version (req'ed in CDXA).
16603 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16604 (gst_cdxaparse_loop):
16605 Fix parsing in playbin.
16606 * gst/playback/gstdecodebin.c: (close_pad_link):
16607 Ignore current_ pads, they cause major annoyance.
16609 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16611 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16614 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16616 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16619 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16621 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16622 Allow for 0-sized buffers. Fixes length query problems in
16623 starwars.mkv from the testsuite.
16625 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
16627 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16628 (gst_video_box_i420), (gst_video_box_chain):
16629 Fix row strides for I420 (fixes #163159)
16631 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16633 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16634 MPEG2 has a useful rate property, so we can actually use that.
16635 For MPEG-1, continue using the bytes/time properties.
16637 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16639 * gst-libs/gst/riff/riff-media.c:
16640 (gst_riff_create_video_caps_with_data),
16641 (gst_riff_create_video_template_caps):
16644 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16646 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16647 Fail if caps negotiation fails. Should fix #162184, and should
16648 definately be in there regardless of it fixing the actual bug.
16649 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16650 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16651 (gst_avimux_riff_get_avix_header),
16652 (gst_avimux_riff_get_video_header),
16653 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16654 (gst_avimux_start_file), (gst_avimux_handle_event),
16655 (gst_avimux_change_state):
16656 * gst/avi/gstavimux.h:
16657 Refactor structure writing to use GST_WRITE_UINT macros, add
16658 metadata writing support.
16660 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16662 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16663 Elements may already be destroyed when this function is called.
16665 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16667 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16668 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16669 More memory leak fixes (#149162).
16671 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16673 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16674 (gst_qtdemux_add_stream):
16677 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16679 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16682 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16684 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16685 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16686 when fixating to six channels in Totem.
16688 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16690 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16691 Fix compile warnings on Solaris 10 buildbot
16693 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16695 * ext/dvdread/dvdreadsrc.c: (_read):
16696 Don't read beyond the last cell in a chapter (fixes
16697 invalid memory access)
16699 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16701 * ext/dvdread/stream_labels.c:
16702 (dvdreadsrc_get_audio_stream_labels):
16703 Use NULL for an empty GList instead of g_list_alloc(); fix
16704 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
16705 of GString (easier to bulk free later)
16707 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
16709 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16711 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16712 (gst_ffmpeg_pixfmt_to_caps):
16713 Fix BGRA32 caps (#164209).
16715 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
16717 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16719 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16720 (gst_ffmpeg_caps_to_pixfmt):
16721 alpha_mask can be RGBA/ABGR. Fixes #164265.
16723 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
16725 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16727 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16728 (gst_mpeg2dec_alloc_buffer):
16729 * ext/mpeg2dec/gstmpeg2dec.h:
16730 Crop if decoding size is not the actual image size (#163676).
16732 2005-01-17 Steve Baker <steve@stevebaker.org>
16734 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16736 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16737 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16738 Add libsndfile typefind functions (#163309).
16740 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16742 * tools/gst-launch-ext-m.m:
16743 Add .aac, fix .m1v/.m2v (#163891).
16745 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16747 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16748 Sanity check, don't wait endlessly since the clock might not
16749 actually run at this point (which is a deadlock). Fixes #164069.
16751 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16753 * gst/playback/gstplaybasebin.c: (probe_triggered):
16754 Of course, only pause if group is done...
16756 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16758 * gst/playback/gstplaybasebin.c: (probe_triggered):
16761 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
16763 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16764 Don't return state change success when the parent
16767 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16769 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16770 Free events (fix memleak in #162905).
16772 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
16774 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16776 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16777 (gst_ffmpeg_caps_to_pixfmt):
16778 Fix for depth = 15. Fixes #161675.
16780 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16782 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16783 Set FPS correctly, even for webcams and the like.
16784 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16785 Don error on setting while capturing.
16787 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
16789 * ext/dv/gstdvdec.c:
16790 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16791 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16792 I'm a bad boy. using /1001. to force C to do float division
16793 and not integer division (as it did in my last commit)
16794 Thanks to David I. Lehn for pointing this mistake.
16796 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16798 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16799 Revert Johan's 1.35->1.36 since it breaks compat.
16801 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
16803 * ext/dv/gstdvdec.c:
16804 * ext/libfame/gstlibfame.c:
16805 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16806 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16807 replace framerate aproximations by their real value
16808 (24000/1001, 30000/1001, 60000/1001)
16809 Finish fixing bug #164049
16811 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
16813 * ext/ogg/gstoggmux.c:
16815 * gst/tcp/gstmultifdsink.c:
16816 * gst/tcp/gstmultifdsink.h:
16817 * gst/tcp/gsttcp.c:
16818 * gst/tcp/gsttcp.h:
16819 * gst/tcp/gsttcpclientsink.c:
16820 * gst/tcp/gsttcpclientsrc.c:
16821 * gst/tcp/gsttcpserversink.c:
16822 * gst/tcp/gsttcpserversrc.c:
16823 improve reusability of elements after state changes and errors
16824 make multifdsink throw away streamheaders when receiving new ones
16826 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16828 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16829 Fix for if items are already in list...
16831 2005-01-12 Benjamin Otte <otte@gnome.org>
16833 * gst/adder/gstadder.c: (gst_adder_loop):
16834 fix adder a bit so it doesn't screw up with events as much anymore
16836 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
16838 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
16839 (pixbufscale_scale), (gst_pixbufscale_chain):
16840 * ext/gdk_pixbuf/pixbufscale.h:
16841 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
16842 to ensure rowstrides are calculated the same way as
16844 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
16845 that we pick up duration and offset also.
16847 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16849 * gst/avi/gstavimux.c: (gst_avimux_class_init),
16850 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
16853 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16855 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16856 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16857 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16858 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16859 Update flags when requested.
16861 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16863 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16866 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16868 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16869 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
16870 (probe_triggered), (new_decoded_pad), (gen_source_element),
16871 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
16872 * gst/playback/gstplaybasebin.h:
16873 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16874 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
16875 (gst_play_bin_change_state):
16876 Implement group-switch signal for use in apps to clear metadata
16877 cache, clean up subtitle, add suburi property instead of # hack,
16878 some error-out fixes.
16880 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16882 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16884 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
16885 If we got a state change in the _get handler, don't return success.
16887 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
16889 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
16890 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
16891 Make jpegdec quiet on MJPEG decoding
16892 * gst/asfdemux/README:
16893 Fix mimetypes for MJPEG and H263
16895 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16897 * ext/theora/theoradec.c: (theora_dec_chain):
16898 Fix broken code generation by gcc by swapping arguments.
16899 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16902 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
16905 delete this file, it is by far outdated
16906 * ext/alsa/gstalsa.1: remove
16907 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
16908 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
16909 (gst_alsa_get_caps):
16910 Add HW probing for supported sample rates. Fixes #161704
16912 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16914 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16915 Don't crash, biatch! :).
16917 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16919 * ext/musepack/gstmusepackreader.cpp:
16920 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
16921 Some work on tags - still doesn't work in playbin...
16922 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16925 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16927 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16928 Also shove tags on kid pads.
16930 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16932 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
16933 Don't bail on unknown events.
16934 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16935 Don't crash on events before negotiation.
16936 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16937 Send tags on pads, too.
16938 * gst/playback/gststreamselector.c:
16939 (gst_stream_selector_request_new_pad):
16940 Forward events on first pad if no input was selected yet.
16942 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16944 * gst/playback/gstplaybasebin.c: (setup_substreams):
16945 Don't disable streamtype if the stream doesn't exist, since
16946 then playing a video after audio will disable both and nothing
16947 will happen. Fixes the testsuite.
16949 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16951 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
16952 (gst_v4l_xoverlay_set_xwindow_id):
16953 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
16954 (gst_v4l2_xoverlay_set_xwindow_id):
16955 Add debug categories, fix overlay disabling.
16957 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
16959 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
16960 * ext/alsa/gstalsa.h:
16961 Add HW probing for period_count/size and buffer_size MIX/MAX
16962 Adjust default/user defined value if out of bounds
16963 Should fix bug #162024
16965 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16967 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
16968 Fix warning (#161191).
16970 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
16972 * ext/dvdread/stream_labels.c:
16973 (dvdreadsrc_get_audio_stream_labels):
16974 Fix warning (init the good variable in switch default)
16976 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
16978 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16980 * gst/tta/gstttaparse.c: (gst_tta_src_event):
16981 Fix gcc-2.95 compile (#163485).
16983 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16986 * ext/flac/gstflacenc.c: (gst_flacenc_init),
16987 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
16988 (gst_flacenc_tell_callback), (gst_flacenc_chain),
16989 (gst_flacenc_change_state):
16990 * ext/flac/gstflacenc.h:
16991 Update for API change in flac-1.1.1. Update requirement in
16992 configure.ac. Fixes #162974.
16994 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16996 * gst/playback/gstplaybasebin.c: (group_destroy):
16997 Remove hack to get rid of assert and get rid of unlinked
17000 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17002 * gst/playback/gstplaybasebin.c: (setup_source):
17003 Set source to NULL so that resources are free'ed. Fixes issues
17004 with playback of CDDA and similar device-accessing things.
17006 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17008 * testsuite/embed/Makefile.am:
17009 test->noinst, fix make test in buildbot.
17011 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17013 * ext/dvdread/stream_labels.c: new file
17014 * ext/dvdread/stream_labels.h: new file
17015 * ext/dvdread/Makefile.am:
17016 * ext/dvdread/dvdreadsrc.c: (_seek_title):
17017 Extract audio stream label from DVD IFO files.
17018 It only dump them on the console for now, still have to
17019 make playbin aware of them.
17021 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17023 * gst/playback/gstplaybasebin.c: (setup_source):
17026 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17028 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17029 (gen_preroll_element), (remove_groups), (setup_subtitle),
17030 (gen_source_element), (setup_source):
17031 * gst/playback/gstplaybasebin.h:
17032 Multiple .sub files is just a stupid idea... Fix some threading
17033 mistakes. Interestingly, external .sub files cause playbin to
17034 hang, I don't know why... Parsing fixes contributed by Fran??ois
17035 Kooman <fkooman@tuxed.net>.
17037 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17039 * testsuite/embed/Makefile.am:
17042 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17044 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17046 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17047 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17048 (gst_pngenc_set_property):
17049 * ext/libpng/gstpngenc.h:
17050 Add compression level property (#163323).
17052 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17055 * examples/capsfilter/capsfilter1.c: (main):
17056 * examples/seeking/spider_seek.c: (make_spider_pipeline):
17057 * ext/dvdread/Makefile.am:
17058 * ext/dvdread/demo-play:
17059 * ext/dvdread/demo-play.c:
17060 * gconf/gstreamer.schemas.in:
17061 * gst-libs/gst/gconf/gconf.c:
17063 * testsuite/Makefile.am:
17064 * testsuite/embed/Makefile.am:
17065 * testsuite/embed/embed.c: (cb_expose), (main):
17066 Remove all references to xvideosink, fix examples (#140845).
17067 * gst/playback/gstplaybasebin.c: (group_destroy):
17068 Apparently, disposal does not unlink - so do explicitely.
17069 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17072 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
17074 * README: fix PKG_CONFIG_PATH instructions, what was there
17075 previously was breaking default search path, not nice.
17078 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17080 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17081 (gst_audioscale_chain):
17082 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17083 when resampling - how the ^@$^!@^! is this possible?!?
17085 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17087 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17088 Reset variables on READY.
17089 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17090 (gst_matroska_mux_loop):
17091 Require data before writing header.
17093 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
17095 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17097 * ext/mad/gstmad.c: (gst_mad_chain):
17098 Don't call mad_stream_sync() directly after recovering sync.
17101 2005-01-09 Martin Eikermann <meiker@upb.de>
17103 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17105 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17106 (snapshot_handler), (gst_snapshot_sinkconnect),
17107 (gst_snapshot_chain):
17108 Allocate resources when required, fix recursive signal emission
17109 and fix caps. Fixes #161667.
17111 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17113 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17115 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17116 (gst_pngdec_chain):
17117 Handle only 8-bppc (bits-per-pixel-component) images, better
17118 error handling and correct strides. Fixes #163177.
17119 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17120 (gst_pngenc_chain):
17121 Better error handling. Fixes #163348.
17123 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17125 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17126 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17127 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17128 (dvdnavsrc_uri_handler_init):
17129 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17130 * gst/playback/gstplaybasebin.c: (gen_source_element):
17131 Add MMS to streaming URIs.
17133 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17135 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17136 * sys/xvimage/xvimagesink.c:
17137 (gst_xvimagesink_navigation_send_event):
17138 Check for pad availability before sending event.
17140 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17142 * gst-plugins.spec.in:
17145 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17148 Since we use functions from CVS, up requirement.
17150 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17152 * gst/playback/Makefile.am:
17153 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17154 (group_destroy), (group_commit), (group_is_muted),
17155 (gen_preroll_element), (add_stream), (unknown_type),
17156 (probe_triggered), (preroll_unlinked), (mute_stream),
17157 (silence_stream), (new_decoded_pad), (setup_substreams),
17158 (setup_source), (get_active_source), (mute_group_type),
17159 (muted_group_change_state), (set_active_source),
17160 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17161 (play_base_eos), (gst_play_base_bin_change_state):
17162 * gst/playback/gstplaybasebin.h:
17163 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17164 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17165 (gst_stream_info_dispose), (stream_info_mute_pad),
17166 (stream_info_change_state), (gst_stream_info_set_mute):
17167 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17168 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17169 (gst_stream_selector_init), (gst_stream_selector_dispose),
17170 (gst_stream_selector_get_linked_pad),
17171 (gst_stream_selector_get_caps), (gst_stream_selector_link),
17172 (gst_stream_selector_get_linked_pads),
17173 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17174 * gst/playback/gststreamselector.h:
17175 Adding stream selection support plus required properties for
17176 applications to use this. Fully fixes #100931.
17178 2005-01-08 Benjamin Otte <otte@gnome.org>
17180 * gst/games/gstpuzzle.c: (nav_event_handler):
17181 - handle nav events differently: forward every event no matter if it
17182 was handled or not.
17184 You can now cheat by using navigationtest ! puzzle and moving the
17185 mouse close to the edge of a tile. ;)
17187 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17190 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17191 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17192 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17193 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17194 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17195 (gst_ogm_parse_plugin_init):
17196 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17197 (gst_textoverlay_link), (gst_textoverlay_getcaps),
17198 (gst_textoverlay_event), (gst_textoverlay_video_chain),
17199 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17200 * ext/pango/gsttextoverlay.h:
17201 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17202 (gst_matroska_demux_handle_seek_event),
17203 (gst_matroska_demux_sync_streams),
17204 (gst_matroska_demux_parse_blockgroup),
17205 (gst_matroska_demux_subtitle_caps),
17206 (gst_matroska_demux_plugin_init):
17207 * gst/matroska/matroska-ids.h:
17208 * gst/playback/gstdecodebin.c: (close_pad_link):
17209 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17210 (gen_preroll_element), (remove_groups), (add_stream),
17211 (new_decoded_pad), (setup_subtitles), (gen_source_element),
17213 * gst/playback/gstplaybasebin.h:
17214 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17215 * gst/subparse/Makefile.am:
17216 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17217 (gst_subparse_base_init), (gst_subparse_class_init),
17218 (gst_subparse_init), (gst_subparse_formats),
17219 (gst_subparse_eventmask), (gst_subparse_event),
17220 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17221 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17222 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17223 (parse_mpsub_deinit), (parse_mpsub_init),
17224 (gst_subparse_buffer_format_autodetect),
17225 (gst_subparse_format_autodetect), (gst_subparse_loop),
17226 (gst_subparse_change_state), (gst_subparse_type_find),
17228 * gst/subparse/gstsubparse.h:
17229 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17231 Add subtitle support, .sub parser (supports SRT and MPsub),
17232 OGM text support, Matroska UTF-8 text support, deadlock fixes
17233 all over the place, subtitle awareness in decodebin/playbin
17234 and some fixes to textoverlay to handle subtitles in a stream
17235 correctly. Fixes #100931.
17237 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17239 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17240 Check for pad availability before doing a query on it.
17242 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17244 * ext/dv/gstdvdec.c:
17245 really fix bpp24/32 dvdec caps (classic rgba indeed)
17246 * gst/asfdemux/gstasfdemux.c:
17247 (gst_asf_demux_process_ext_content_desc):
17248 don't send text tags if they are empty (bis repetita)
17250 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17252 * ext/dv/gstdvdec.c:
17253 remove unneeded comment from dvdec
17254 (related to DV 4CC codes in AVI files)
17255 moved them in gstreamer/docs/random/mimetypes
17256 * gst/asfdemux/gstasfdemux.c:
17257 (gst_asf_demux_process_ext_content_desc):
17258 don't send text tags if they are empty
17259 fix mem leak on error path
17260 * gst/ffmpegcolorspace/avcodec.h:
17261 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17262 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17263 (gst_ffmpegcsp_avpicture_fill):
17264 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17265 * gst/ffmpegcolorspace/imgconvert_template.h:
17266 adds BGR32 and BGRA32 to ffmpegcolorspace
17267 (still bad colors, fixing it on next commit)
17268 helps with dvdec outputing BGR32
17270 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17272 * ext/dv/gstdvdec.c:
17273 Fix audio caps i just broke (missing ',')
17274 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17275 (gst_matroska_mux_reset):
17276 Fix typo + add FIXME about old "x-gst-metadata" crap
17278 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17280 * ext/dv/demo-play.c: (main):
17281 xvideosink -> xvimagesink
17282 * ext/dv/gstdvdec.c:
17283 change rgb 32/32 caps to 24/32 (no alpha)
17284 change nb of channels to be a list (2 or 4, not 2)
17285 change sample rate to be a list (32, 44.1, 48 kHz) not a range
17286 * gst/asfdemux/gstasfdemux.c:
17287 (gst_asf_demux_process_ext_content_desc):
17288 Add 'date/year' to extracted metadata list
17290 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17292 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17293 The return value of fixate_to does not imply that the requested
17294 value was set, so don't assume.
17296 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
17298 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17300 * ext/libpng/gstpngdec.c:
17301 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17302 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17303 * ext/libpng/gstpngenc.h:
17304 Alpha support (encoder; #163161), mime fixage.
17306 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
17308 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17310 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17311 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17312 (gst_faac_set_property), (gst_faac_get_property):
17313 * ext/faac/gstfaac.h:
17314 Allow for ADTS output (#153434).
17316 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17318 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17319 Fix against template (#150576).
17321 2005-01-06 Benjamin Otte <otte@gnome.org>
17323 * gst/games/gstpuzzle.c: (draw_puzzle):
17324 don't draw a puzzle if either width or height of tiles would be 0.
17326 2005-01-06 Benjamin Otte <otte@gnome.org>
17328 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17329 (gst_puzzle_class_init), (gst_puzzle_finalize):
17330 no memleaks, please
17331 (gst_puzzle_create), (gst_puzzle_init),
17332 (gst_puzzle_set_property), (gst_puzzle_setup):
17333 change initialization code around so we don't reshuffle on resize
17335 fix another stupid typo
17337 2005-01-06 Benjamin Otte <otte@gnome.org>
17339 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17340 fix stupid typo that borked copying on YUY2
17342 2005-01-06 Benjamin Otte <otte@gnome.org>
17344 * gst/games/gstpuzzle.c: (draw_puzzle):
17345 fix edges when image sizes aren't multiples of tile sizes
17347 2005-01-06 Benjamin Otte <otte@gnome.org>
17349 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17350 make RGB endianness work correctly
17351 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17352 refactor and fix race with initial shuffling
17353 (nav_event_handler):
17354 allow using the mouse to puzzle
17356 insist on tiles having width and height as multiples of 4 to get
17357 clean YUV image handling
17358 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17359 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17360 s/DEBUG/LOG/ for common messages
17361 (gst_xvimagesink_navigation_send_event):
17362 fix mouse event translation to not include screen PAR
17363 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17364 fix mouse event translation to actually work
17366 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17368 * gst/asfdemux/gstasfdemux.c:
17369 (gst_asf_demux_process_ext_content_desc):
17370 Extract TrackNumber metadata + clean up code
17371 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17372 Hope this is the good fix (var used unitialised)
17374 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17376 * ext/faad/gstfaad.c: (gst_faad_chain):
17377 Only increment timestamp if it's valid. Fixes raw AAC streams.
17379 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
17382 * gst/games/Makefile.am:
17383 * gst/games/gstpuzzle.c:
17384 add a puzzle game with...
17385 * gst/games/gstvideoimage.c:
17386 * gst/games/gstvideoimage.h:
17387 ... full colorspace support (that includes YUV9 and RGB16)) stolen
17388 from videotestsrc and made into something that would be a nice
17389 library for a lot of other plugins.
17391 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17394 don't compile faad plugin if a RC of 2.0 is found
17395 Fixes #155346 (and FC1 buildbot)
17396 * gst/asfdemux/gstasfdemux.c:
17397 (gst_asf_demux_process_ext_content_desc):
17398 try to make Solaris compiler happier
17400 2005-01-06 Paul Jack <pjack@sfaf.org>
17402 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17404 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17405 Fix segfault (#161667).
17407 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17409 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17410 Fix framerate reporting.
17412 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17414 * gst-libs/gst/riff/riff-ids.h:
17415 * gst/wavenc/riff.h:
17416 Add AMR (VBR and CBR) ids to riff.h audio codec list
17417 * gst/asfdemux/gstasfdemux.c:
17418 (gst_asf_demux_process_ext_content_desc),
17419 (gst_asf_demux_process_object):
17420 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17422 2005-01-05 Martin Eikermann <meiker@upb.de>
17424 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17426 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17427 (gst_dvd_demux_handle_discont):
17428 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17429 (gst_mpeg_demux_handle_discont):
17430 Recreate pads on new-media (#160730).
17431 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17432 Send discont even if manager changes timestamps (#161929).
17434 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
17436 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17438 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17439 Fix invalid memory access (#159211).
17441 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17443 * examples/gstplay/player.c: (main):
17445 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17446 Add visualizations.
17447 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17448 (gst_a52dec_handle_frame):
17450 * ext/dvdnav/gst-dvd:
17451 Add audioconvert. Fixes #161325.
17452 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17453 Explicitely case to gint64. Possible valgrind error.
17454 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17455 (gst_play_tick_callback), (gst_play_change_state),
17456 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17457 (gst_play_set_location), (gst_play_get_location),
17458 (gst_play_seek_to_time), (gst_play_set_data_src),
17459 (gst_play_set_video_sink), (gst_play_set_audio_sink),
17460 (gst_play_set_visualization), (gst_play_connect_visualization),
17461 (gst_play_get_framerate), (gst_play_get_all_by_interface),
17463 Use playbin. Fixes #139749 and #147744.
17464 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17466 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17467 (audioscale_get_type), (gst_audioscale_base_init),
17468 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17469 (gst_audioscale_getcaps), (gst_audioscale_fixate),
17470 (gst_audioscale_link), (gst_audioscale_get_buffer),
17471 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17472 (gst_audioscale_init), (gst_audioscale_dispose),
17473 (gst_audioscale_chain), (gst_audioscale_set_property),
17474 (gst_audioscale_get_property), (plugin_init):
17476 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17478 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17479 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17480 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17481 Add more metadata (fixes #162656).
17483 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17488 === release 0.8.7 ===
17490 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17495 releasing 0.8.7, "Hyperspace"
17497 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17499 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
17501 * gst/playback/gstplaybasebin.c:
17502 Fix for #162924 - free caps after use, not before
17504 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
17506 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17508 * gst/playback/gstplaybasebin.c:
17509 * gst/wavparse/gstwavparse.c:
17510 Fix for #154773 - fixes playback of small .wav files
17512 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
17514 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17516 * gst/audioscale/gstaudioscale.c:
17517 Fix for #162819 - make audioscale reusable
17518 Fixes playback of more than one file with playbin/totem
17520 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17522 * gst/ffmpegcolorspace/avcodec.h:
17523 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17524 * gst/ffmpegcolorspace/imgconvert.c:
17525 clean up the mess that made me cry and avoid needless duplication
17527 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17529 * gst/ffmpegcolorspace/imgconvert.c:
17530 give some indication of why we're segfaulting
17532 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17535 Fix indentation, fix v4l2 plugin detection.
17537 Fix libmms location (Maciej, use diff -u!).
17538 * ext/alsa/gstalsa.c: (gst_alsa_init):
17539 Initialize caps cache to NULL.
17540 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17541 Only change state on audiosink if it exists.
17543 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
17545 * gst/matroska/matroska-demux.c:
17546 * gst/matroska/matroska-ids.h:
17547 * gst/matroska/matroska-demux.h:
17548 Fix Vorbis streams failing to decode in some files, where cluster_time
17549 isn't 0, because then it doesn't send codec_priv before actual data.
17550 Remove time-based test and replace it with marker set on beginning of
17553 2004-12-28 David Schleef <ds@schleef.org>
17555 Merge patch from Ronald fixing problems with streaming
17557 * ext/cairo/gstcairo.c: (plugin_init):
17558 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17559 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17560 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17561 (gst_textoverlay_font_init), (gst_textoverlay_init),
17562 (gst_textoverlay_set_property):
17563 * ext/cairo/gsttextoverlay.h:
17565 2004-12-27 David Schleef <ds@schleef.org>
17567 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17568 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17569 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17570 (gst_textoverlay_font_init), (gst_textoverlay_init),
17571 (gst_textoverlay_set_property): Improvements to actually
17572 render text as white on black outline on video, including
17573 font selection and horizontal/vertical alignment. (Ronald's
17575 * ext/cairo/gsttextoverlay.h:
17577 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17579 * ext/ogg/gstogg.c:
17580 * ext/ogg/gstogmparse.c:
17581 fix ogm[audio/video]parse plugin registration
17582 (riff won't load if bytestream is already loaded)
17584 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17586 * gst/audioconvert/gstchannelmix.c:
17589 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17593 disable docs again until it actually passes make distcheck.
17595 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17597 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17598 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17600 Add 3GP (variables name Q3GP because they can't start with a
17601 number). Add samr audio fourcc (used in .3gp files), decoder
17602 is work in progress. Also do a GST_WARNING instead of ERROR
17603 in case of unknown nodes, to decrease output.
17605 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17610 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17613 * ext/speex/gstspeexdec.h:
17614 * ext/speex/gstspeexenc.h:
17615 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
17616 Fix detection code in configure.ac
17618 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17620 * gst/matroska/matroska-demux.c:
17621 (gst_matroska_demux_parse_blockgroup):
17622 Save position, so that queries give proper return values. Don't
17623 know how this could ever have worked before...
17625 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17628 Put additional LAME check inside the conditional. Fixes #152339
17630 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17632 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17633 (gst_avi_demux_stream_scan):
17634 Add some more debug. Fix logic error when setting movi offset
17635 while reading index.
17637 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17639 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17640 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17641 (gst_avi_demux_process_next_entry):
17642 Add some debugging. Better detection of broken indexes and the
17643 accompanying index recovery. No infinite loops on state changes
17644 when we're still in our loopfunction.
17646 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17651 2004-12-22 Archana Shah <archana.shah@wipro.com>
17653 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17655 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17656 Normalizing the value before setting
17657 (gst_sunaudiomixer_get_volume):
17658 Normalizing the value after getting. Fixes bug# 161980
17660 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
17662 * Makefile.am: Make sure docs gets disted
17663 * docs/Makefile.am: Make sure all needed files get disted
17664 * gst-plugins.spec.in: latest updates
17666 2004-12-22 Wim Taymans <wim@fluendo.com>
17668 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17669 Revert patch 1.38 as clock distribution over schedulers does
17670 not work correcly in the core yet.
17672 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17674 * sys/oss/README: remove this file, which predates my birth
17675 (and which content is by far outdated)
17677 2004-12-20 Stefan Kost <ensonic@users.sf.net>
17681 * docs/Makefile.am:
17682 * docs/libs/Makefile.am:
17683 * docs/libs/gst-plugins-libs-docs.sgml:
17684 * docs/libs/gst-plugins-libs-sections.txt:
17685 * docs/libs/tmpl/gstgconf.sgml:
17687 * docs/version.entities.in:
17688 Added boilerplate gtk-doc files for plugin-libs documentation.
17690 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17692 * gst/auparse/gstauparse.c: fix int and float audio caps
17694 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17696 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17697 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17698 g_assert() can be a macro, don't use #ifdef inside it.
17700 2004-12-19 Edward Hervey <bilboed@bilboed.com>
17702 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17704 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17705 (gst_videorate_init), (gst_videorate_chain),
17706 (gst_videorate_change_state):
17707 Event handling (fixes #159986).
17709 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17711 * gst-libs/gst/riff/riff-media.c:
17712 (gst_riff_create_video_caps_with_data):
17713 Add BLZ0 (Blizzard's version of DivX) fourcc.
17715 2004-12-18 David Schleef <ds@schleef.org>
17717 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17720 2004-12-18 David Schleef <ds@schleef.org>
17722 * gst/tta/ttadec.h: Disable some header code that isn't used
17723 and clearly isn't portable.
17725 2004-12-18 David Schleef <ds@schleef.org>
17727 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17728 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17729 (avcodec_get_pix_fmt), (avpicture_layout),
17730 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17731 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17732 Fix code to not use GCC extensions (and c99 extensions that
17733 Forte does not like.)
17735 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
17737 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17739 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17740 (gst_deinterlace_chain):
17741 Rowstride fixes. Fixes #161039.
17742 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17743 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17744 (gst_video_crop_getcaps), (gst_video_crop_link),
17745 (gst_video_crop_i420), (gst_video_crop_chain),
17746 (gst_video_crop_change_state):
17747 Rework of negotiation. Actually works now. Fixes #158650.
17749 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17751 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17752 That was very stupid.
17754 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17756 * gst/matroska/matroska-demux.c:
17757 (gst_matroska_demux_parse_blockgroup):
17758 Fix possible crasher.
17760 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17762 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17763 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17764 Lace sizes can be zero.
17766 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17768 * ext/musepack/gstmusepackdec.cpp:
17769 Fetch error return values. Fixes #161624.
17770 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17773 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17775 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17776 Work for truncated (unfinished download etc.) files. Fixes #160514.
17778 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17780 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17781 Fix for integer overflow. Makes #156001 not crash. Probably masks
17784 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17786 * gst/ac3parse/gstac3parse.c: (plugin_init):
17787 Parsers never have ranks. Fixes #159651.
17789 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
17791 * gst/playback/gstdecodebin.c: (compare_ranks):
17792 make sure the facotries are ordered the same every time even if they
17793 have the same rank by using the name
17794 * gst/playback/gstdecodebin.c: (find_compatibles):
17795 make sure we don't add factories to the list twice
17797 2004-12-16 David Schleef <ds@schleef.org>
17799 * configure.ac: look for musepack headers as musepack/*.h
17801 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17802 * ext/musepack/gstmusepackreader.h: same
17804 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17806 * gst-libs/gst/riff/riff-read.c:
17807 (gst_riff_read_strf_auds_with_data):
17808 Read extradata correctly (fixes #155879).
17810 2004-12-16 David Schleef <ds@schleef.org>
17812 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
17813 audio. does _not_ attempt or allow conversion unless channels
17816 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
17818 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17820 2004-12-16 David Schleef <ds@schleef.org>
17822 * gst/audioscale/gstaudioscale.c: the resample library only
17823 handles 1 or 2 channels. Change caps to compensate.
17825 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17827 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
17828 (gst_matroska_demux_audio_caps):
17829 Some MPEG-AAC hacks, because else it doesn't work...
17831 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17833 * gst-libs/gst/riff/riff-media.c:
17834 (gst_riff_create_video_caps_with_data),
17835 (gst_riff_create_video_template_caps):
17838 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17840 * gst-libs/gst/audio/Makefile.am:
17841 Try to fix buildbot.
17843 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
17845 * gst/tcp/gstmultifdsink.c:
17846 Clean up and uniformize debugging.
17848 2004-12-16 Edward Hervey <bilboed@bilboed.com>
17850 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17852 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17853 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
17854 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
17855 (gst_mpeg_demux_change_state):
17856 Reset on ready. Fixes 160276.
17858 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
17860 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17862 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17863 (gst_ffmpegcsp_pad_link):
17864 Fix memleak (#154815).
17866 2004-12-16 James Bowes <bowes@cs.dal.ca>
17868 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17870 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
17871 (gst_musicbrainz_init), (gst_musicbrainz_chain),
17872 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
17873 * ext/musicbrainz/gsttrm.h:
17874 Add support for using a proxy server when getting a trm id from
17875 the MusicBrainz database (#149613).
17877 2004-12-16 Christophe Fergeau <teuf@gnome.org>
17879 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17881 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
17882 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17883 Fix memleaks (#157233).
17885 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
17887 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17889 * gst-libs/gst/resample/resample.c: (gst_resample_close):
17890 * gst-libs/gst/resample/resample.h:
17891 * gst/audioscale/gstaudioscale.c:
17892 Fix memleak (#159215).
17894 2004-12-16 Toni Willberg <toniw@iki.fi>
17896 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17898 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17899 * sys/oss/oss_probe.c: (main):
17900 Check for mono/stereo support (similar to samplerate probing),
17901 fixes #159433. Also add missing copyright header to oss_probe.c.
17903 2004-12-15 David Schleef <ds@schleef.org>
17905 * configure.ac: add audioresample and cairo plugins. Remove
17906 HAVE_MMX stuff, because it's not used.
17907 * ext/Makefile.am: same
17908 * ext/audioresample/Makefile.am: You are not ready for an
17909 audio resampling element based on audioresample.
17910 * ext/audioresample/gstaudioresample.c:
17911 * ext/audioresample/gstaudioresample.h:
17912 * ext/cairo/Makefile.am: You are not ready for overlay elements
17913 based on cairo. Don't look too closely, these elements kinda
17915 * ext/cairo/gstcairo.c: new
17916 * ext/cairo/gsttextoverlay.c: new
17917 * ext/cairo/gsttextoverlay.h: new
17918 * ext/cairo/gsttimeoverlay.c: new
17919 * ext/cairo/gsttimeoverlay.h: new
17920 * gst-libs/gst/media-info/media-info-priv.h: fix compile
17921 problem with compilers that don't support variadic macros.
17923 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
17925 Reviewed by: David Schleef <ds@schleef.org>
17927 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
17928 Bala, registering sunaudiosrc (oops!), and cleaning up code a
17929 bit. Also ran indent-gst.
17930 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
17931 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
17932 (gst_sunaudiosrc_setparams):
17934 2004-12-14 David Schleef <ds@schleef.org>
17936 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
17937 output rate to 16000. Should fix #160235.
17939 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17941 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17942 Add typefinding for mpeg2 pes streams
17944 2004-12-13 David Schleef <ds@schleef.org>
17946 * configure.ac: Applied patch from bug #143659, making default
17947 sources and sinks OS-dependent (for Solaris), and added code
17949 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
17951 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17953 * gst-libs/gst/riff/riff-media.c:
17954 forgot to add h2.64 to avidemux template caps
17956 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17958 * gst/wavenc/riff.h:
17959 * gst-libs/gst/riff/riff-media.c:
17960 * gst-libs/gst/riff/riff-ids.h:
17961 * gst/avi/gstavimux.c
17962 add 4CC code for VideoSoft h264 in AVI (VSSH)
17964 remove s323 from riff, it's quicktime specific :(
17966 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17968 * gst/asfdemux/README
17969 * gst/wavenc/riff.h
17970 * gst-libs/gst/riff/riff-ids.h
17971 * gst-libs/gst/riff/riff-media.c
17972 * gst/qtdemux/qtdemux.c:
17973 add new 4CC codes for h263 related codecs
17974 fixes partially bug #155163
17976 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
17978 * configure.ac: Update polyaudio requirement to 0.7
17979 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
17981 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17983 * gst/interleave/deinterleave.c:
17984 fix my name's spelling! :)
17986 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17988 * AUTHORS ChangeLog
17989 * gst/auparse/gstauparse.c
17990 * gst/interleave/deinterleave.c
17992 alaw-decode.c alaw-encode.c
17993 mulaw-decode.c mulaw-encode.c
17994 * gst/oneton/gstoneton.c
17996 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
17998 cocoawindow.h cocoawindow.m
17999 osxvideosink.h osxvideosink.m
18001 put the same mail address for Zaheer Abbas Merali everywhere
18003 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18005 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18006 Align by packetsize, and assert that we a packet available before
18007 playing. The first makes webstreams work (they often include
18008 trailing padding data in a packet), the second allows pausing a
18009 ASF stream in totem without getting demux errors afterwards.
18011 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18013 * ext/ogg/gstoggdemux.c: (get_relative):
18014 Check for non-NULL before accessing member (end-of-chain).
18016 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18018 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18019 (cdparanoia_set_property), (cdparanoia_get_property):
18020 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18021 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18022 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18023 (dvdreadsrc_init), (dvdreadsrc_set_property),
18024 (dvdreadsrc_get_property):
18025 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18026 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18027 Synchronize property names where not yet the case. Devices are
18028 now device=X, other versions are deprecated (but still exist).
18029 Also use g_free() unconditionally.
18030 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18031 (setup_source), (gst_play_base_bin_get_property):
18034 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
18036 * configure.ac: move GCONF macro outside conditional for the am
18037 conditional. Fixes #160439
18039 2004-12-08 David Schleef <ds@schleef.org>
18041 * tools/gst-visualise-m.m: Switch to elements that currently
18044 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18046 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18047 We love wrong commas.
18049 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18051 * gst/matroska/matroska-demux.c:
18052 (gst_matroska_demux_handle_src_query):
18053 Don't set DEFAULT, unsupported - makes length display incorrectly
18056 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18058 * gst/monoscope/README: remove blurb about files being GPL
18059 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18060 * gst/monoscope/monoscope.c: Change license to BSD with explanation
18061 monoscope is now effectively LGPL licensed
18063 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18065 * gst/monoscope/README: Update information to be more correct
18066 * gst/monoscope/convolve.c: Relicense to LGPL
18067 * gst/monoscope/convolve.h: Relicense to LGPL
18069 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
18071 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18072 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18073 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18074 set default_duration for mpeg1 audio
18076 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18078 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18079 * ext/alsa/gstalsa.h:
18080 refactor big chunks of the core caps negotiation code to make it
18081 a lot faster, because people claim it's really slow
18082 (actually, just cache the getcaps when the device is opened)
18084 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18086 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18087 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18088 (gst_a52dec_handle_frame), (gst_a52dec_chain),
18089 (gst_a52dec_change_state), (plugin_init):
18090 * ext/a52dec/gsta52dec.h:
18091 Do something useful with timestamps. Make chain-based (since
18092 there's really no reason to be loopbased).
18093 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18094 Update current_byte/frame correctly.
18096 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18098 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18099 (gst_ape_demux_stream_init):
18102 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18104 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18105 Let's make sure we're done typefinding when detecting tags.
18107 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18109 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18110 (gst_ebml_read_init), (gst_ebml_read_use_event),
18111 (gst_ebml_read_element_id), (gst_ebml_peek_id),
18112 (gst_ebml_read_seek), (gst_ebml_read_skip),
18113 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18114 (gst_ebml_read_master):
18115 * gst/matroska/ebml-read.h:
18116 * gst/matroska/matroska-demux.c:
18117 (gst_matroska_demux_parse_contents),
18118 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18119 Disgustingly evil hack for working around INTERRUPT events and
18120 their extremely annoying habit of being a pain in the ass. We
18121 simply peek a cluster before reading any of it.
18123 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18125 * ext/musepack/gstmusepackdec.cpp:
18126 There's also floating point libmusepacks.
18128 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18130 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18131 (gst_faad_chanpos_to_gst), (gst_faad_chain):
18132 Set DURATION even if source buffer didn't. Also use increasing
18134 * gst-libs/gst/riff/riff-media.c:
18135 (gst_riff_create_audio_caps_with_data):
18136 Block_align can have larger values than 8192.
18138 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18140 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18141 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18142 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18143 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18146 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18148 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18151 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18153 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18156 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18158 * ext/esd/esdsink.c: (gst_esdsink_chain):
18159 Make error actually say something useful (fixes #156798).
18160 * gst-libs/gst/riff/riff-media.c:
18161 (gst_riff_create_video_caps_with_data),
18162 (gst_riff_create_video_template_caps):
18163 Add Intel Video 5.0 fourcc (IV50).
18165 2004-12-01 Christophe Fergeau <teuf@gnome.org>
18167 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18168 detection on mono and stereo mp3 files.
18170 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18172 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18173 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18174 the contained stream).
18176 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18178 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18179 Oops, remove debug.
18181 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18183 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18185 * gst/law/alaw-decode.c: (alawdec_getcaps):
18186 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18187 Prevent warnings when negotiating caps (fixes #159338).
18189 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18191 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18192 (gst_ffmpegcsp_chain):
18193 Remove old leftover that shouldn't be there...
18195 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18197 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18199 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18200 Don't forward DISCONT events (fixes #159684).
18202 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18204 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18205 Unlink manually since sometimes bin disposal (and therefore
18206 pad unlinking) is delayed, which will cause a new media file
18207 to not be able to start playing instantly.
18209 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18211 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18212 On mute of an unlinked stream, check for pad availability so
18213 we don't crash on unlinked pad.
18215 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18217 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18218 (gst_avi_demux_massage_index):
18219 Fix quite humiliating bug in omitting 0-sized index chunks but
18220 forgetting to count them for timestamps.
18222 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18224 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18225 Actually leave the loop if we failed to sync. Don't crash.
18227 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18229 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18230 (gst_dvd_demux_process_private):
18231 * gst/mpegstream/gstdvddemux.h:
18232 Fix crash (#159759). Doesn't work, though. :-(.
18234 2004-11-28 Benjamin Otte <otte@gnome.org>
18236 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18237 more overwriting protection due to modifying channels one by one
18238 instead of all at once
18240 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18242 * gst/audioconvert/gstchannelmix.c:
18243 (gst_audio_convert_fill_normalize):
18244 Normalize using absolute values.
18246 2004-11-28 Julien MOUTTE <julien@moutte.net>
18250 * ext/directfb/Makefile.am:
18251 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18252 (gst_directfbvideosink_get_pixel_format),
18253 (gst_directfbvideosink_get_format_from_fourcc),
18254 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18255 (gst_directfbvideosink_sink_link),
18256 (gst_directfbvideosink_change_state),
18257 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18258 (gst_directfbvideosink_buffer_alloc),
18259 (gst_directfbvideosink_interface_supported),
18260 (gst_directfbvideosink_interface_init),
18261 (gst_directfbvideosink_navigation_send_event),
18262 (gst_directfbvideosink_navigation_init),
18263 (gst_directfbvideosink_set_property),
18264 (gst_directfbvideosink_get_property),
18265 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18266 (gst_directfbvideosink_base_init),
18267 (gst_directfbvideosink_class_init),
18268 (gst_directfbvideosink_get_type), (plugin_init):
18269 * ext/directfb/directfbvideosink.h: Adding a first version of
18271 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18274 2004-11-28 Benjamin Otte <otte@gnome.org>
18276 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18277 walk the samples backwards if out_channels > in_channels so we don't
18280 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18282 * gst/audioconvert/Makefile.am:
18283 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18284 (gst_audio_convert_link), (gst_audio_convert_change_state),
18285 (gst_audio_convert_channels):
18286 * gst/audioconvert/gstchannelmix.c:
18287 (gst_audio_convert_unset_matrix),
18288 (gst_audio_convert_fill_identical),
18289 (gst_audio_convert_fill_compatible),
18290 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18291 (gst_audio_convert_fill_others),
18292 (gst_audio_convert_fill_normalize),
18293 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18294 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18295 * gst/audioconvert/gstchannelmix.h:
18296 Implement a channel mixer.
18298 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
18300 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18301 * ext/alsa/gstalsa.h:
18302 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18303 Make alsasink actually honor gst_element_set_clock and use that
18304 clock instead of its internal one.
18306 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18308 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18309 (gst_play_base_bin_change_state): nullify source and decoder when
18310 going from READY to NULL so that we don't try to do weird stuff with
18311 them when going from NULL to READY
18312 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18313 instead of g_object_unref
18314 (gen_video_element), (gen_audio_element): more refcounting fixes, now
18315 it should be correct
18316 (gst_play_bin_change_state): don't call remove_sinks if we are
18317 currently disposing the object
18319 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18321 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18322 Don't forget bass if it's there. Else left channel is silent...
18324 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18326 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18327 (gst_a52dec_change_state):
18328 Don't do sample adjusting anymore, we use float audio now.
18329 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18330 Don't fixate to non-existing properties.
18332 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18334 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18335 (gst_a52dec_change_state):
18336 Advertise that we can do surround sound.
18338 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18340 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18341 Add buffer-frames=0.
18342 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18343 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18344 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18345 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18346 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18347 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18348 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18349 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18350 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18351 * ext/dvdread/dvdreadsrc.h:
18352 Add seeking, querying for bytes, sectors, title, angle and
18353 chapter. Handle multiple chapters. Relicense to LGPL because
18354 Billy agreed on that (thanks Billy!).
18356 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18358 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18359 call parent dispose method
18361 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
18363 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18364 (gst_audio_clock_get_internal_time):
18365 Fix active <-> inactive transitions: ensure time value always
18366 grows and avoid abrupt value changes.
18368 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
18371 * gst/tta/Makefile.am:
18373 * gst/tta/filters.h:
18374 * gst/tta/gsttta.c:
18375 * gst/tta/gstttadec.c:
18376 * gst/tta/gstttadec.h:
18377 * gst/tta/gstttaparse.c:
18378 * gst/tta/gstttaparse.h:
18379 * gst/tta/ttadec.h:
18380 added TTA parser and decoder
18382 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18384 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18385 (probe_triggered), (check_queue), (buffer_underrun),
18386 (buffer_running), (buffer_overrun), (gen_source_element),
18388 * gst/playback/gstplaybasebin.h:
18389 Implement buffering. Needs some more work.
18391 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18393 * ext/theora/theoradec.c: (theora_dec_chain):
18394 Fix ilog mask range overflow.
18396 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18398 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18399 Don't omit the last (which in case of dmix is the only :) )
18400 channel count. Don't set channels if <= 2.
18402 2004-11-26 Christophe Fergeau <teuf@gnome.org>
18404 * gst/playback/gstplaybin.c: (gen_video_element),
18405 (gen_audio_element): Removed 2 obsolete comments
18407 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18409 * ext/vorbis/oggvorbisenc.c
18410 * ext/vorbis/vorbisenc.c :
18411 change description fields of those plugins to differentiate them
18412 (pitivi show Encoders by description, they had the same one)
18414 2004-11-25 Christophe Fergeau <teuf@gnome.org>
18416 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18418 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18419 (gst_play_bin_set_property), (gen_video_element),
18420 (gen_audio_element):
18421 Refcounting fixes for provided audio-/videosinks.
18423 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18425 * gst/playback/gstplaybin.c: (gen_video_element),
18426 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18427 Don't reference all sinks, but only the video- and audiosinks.
18428 The vis. element should be disposed when we're done with it.
18429 We don't have any reason to keep it around. This fixes warnings
18430 when reusing playbin for playing multiple audio files with
18431 vis. enabled. Also release audio device on pause - idea stolen
18434 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18436 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18437 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18438 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18439 * ext/alsa/gstalsaplugin.c: (plugin_init):
18440 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18441 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18442 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18443 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18444 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18445 (gst_faad_change_state), (plugin_init):
18446 * ext/faad/gstfaad.h:
18447 * ext/vorbis/vorbis.c: (plugin_init):
18448 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18449 * gst-libs/gst/audio/Makefile.am:
18450 * gst-libs/gst/audio/audio.c: (plugin_init):
18451 * gst-libs/gst/audio/multichannel.c:
18452 (gst_audio_check_channel_positions),
18453 (gst_audio_get_channel_positions),
18454 (gst_audio_set_channel_positions),
18455 (gst_audio_set_structure_channel_positions_list),
18456 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18457 (gst_audio_fixate_channel_positions):
18458 * gst-libs/gst/audio/multichannel.h:
18459 * gst-libs/gst/audio/testchannels.c: (main):
18460 * gst/audioconvert/gstaudioconvert.c:
18461 (gst_audio_convert_class_init), (gst_audio_convert_init),
18462 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18463 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18464 (gst_audio_convert_fixate), (gst_audio_convert_channels):
18465 * gst/audioconvert/plugin.c: (plugin_init):
18466 Surround sound support.
18468 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18470 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18471 Fix position for discont if we're close as well. Nitpicking, but
18472 saves a few milliseconds of extra waiting or skipping.
18474 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18476 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18477 We sometimes need parsers for playback, so add those too.
18479 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18482 * gst/apetag/Makefile.am:
18483 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18484 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18485 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18486 (gst_ape_demux_get_src_query_types),
18487 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18488 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18489 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18490 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18491 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18492 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18493 (gst_ape_demux_change_state):
18494 * gst/apetag/apedemux.h:
18495 * gst/apetag/apetag.c: (plugin_init):
18496 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18498 APE v1/2 tag reader plus typefind function.
18500 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18503 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18504 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18505 Remove hacks for older core. Require newer core version
18508 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18510 * gst/cdxaparse/Makefile.am:
18511 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18512 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18513 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18514 * gst/cdxaparse/gstcdxaparse.h:
18515 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18516 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18517 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18518 (gst_cdxastrip_get_src_query_types),
18519 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18520 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18521 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18522 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18523 * gst/cdxaparse/gstcdxastrip.h:
18524 SVCD/VCD header stripping separated from CDXA image parsing.
18525 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18527 Add VCD/SVCD header typefinding for VCD/SVCD.
18528 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18529 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18530 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18531 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18532 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18533 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18534 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18535 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18536 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18537 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18538 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18539 * sys/vcd/vcdsrc.h:
18540 Fix up, add seeking, querying, URI interface. Works in totem now.
18542 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18547 === release 0.8.6 ===
18549 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18567 releasing 0.8.6, "IOU Love"
18569 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18571 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18573 * gst/playback/gstplaybasebin.c:
18574 Fix unplayable files error handling. Fixes #158365
18576 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18578 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18580 * gst/typefind/gsttypefindfunctions.c:
18581 Fix broken mp3 typefinding. Fixes #158375
18583 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18585 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18587 * ext/ogg/gstoggdemux.c:
18588 Fix sync on broken files. Fixes #158976
18590 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18592 patch by: Edward Hervey <bilboed@bilboed.com>
18594 * ext/libpng/gstpngenc.c:
18595 Copy over buffer properties. Fixes #158832
18597 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18599 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18601 * ext/dvdread/dvdreadsrc.c:
18602 Fixes invalid reads (#158462)
18604 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18606 * sys/v4l/gstv4lsrc.c:
18607 * sys/v4l/gstv4lsrc.h:
18608 * sys/v4l/v4lsrc_calls.c:
18609 Probe less and cache it. Fixes #159187.
18611 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18613 * gst/videorate/gstvideorate.c:
18614 Handle all video formats. Fixes #159186.
18616 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
18617 * gst/synaesthesia/gstsynaesthesia.c:
18618 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18619 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18620 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18621 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18622 (gst_synaesthesia_change_state), (plugin_init):
18623 Fix up synaesthesia to work under different samplerates/ buffer sizes.
18624 Force 320x200 output, as that's the only thing the underlying
18625 synaesthesia implementation supports. Still needs to be made
18628 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18631 Fix mpeg2enc configure check (similar to mplex check below).
18633 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
18635 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18637 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18638 Fix for gcc-2.95 (fixes #158221).
18640 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18642 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18643 Re-add clock distribution hack (until new core is released).
18646 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
18648 fix mplex configure check segfaulting on some systems (bug #140994)
18650 2004-11-13 Benjamin Otte <otte@gnome.org>
18652 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18654 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18655 do a wait when we enter the loop func with no data available to
18656 write instead of getting into an 100% CPU loop by just returning and
18657 being called again by the scheduler
18659 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
18662 * ext/libvisual/visual.c: (gst_visual_get_type),
18663 (libvisual_log_handler), (gst_visual_getcaps),
18664 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18666 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18667 * ext/smoothwave/Makefile.am:
18668 * ext/smoothwave/demo-osssrc.c: (main):
18669 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18670 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18671 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18673 * ext/smoothwave/gstsmoothwave.h:
18674 Make gstsmoothwave a working element in the 20th century.
18676 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18677 Fix incorrect link function
18679 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18681 * gst/volume/gstvolume.c:
18682 Allow buffer-frames=0.
18684 2004-11-12 Iain <iaingnome@gmail.com>
18686 * configure.ac: Check for polypaudio
18688 * ext/Makefile.am: Build the polyp dir
18690 * ext/polyp: The polypsink sources.
18692 2004-10-30 Iain <iaingnome@gmail.com>
18694 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18695 caps to reflect the new number of channels.
18697 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18699 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18700 Fix for negotiation order problem. This would show when the
18701 ALSA loopfuction was called before any other function. ALSA
18702 wouldn't do anything because we're not negotiated yet, leading
18703 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18705 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
18707 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18709 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18710 No warnings (#157986).
18712 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18714 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18715 Prefer apev1/2 and id3v1 (at end of file) over musepack.
18717 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18719 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18720 Signal no-more-pads (so it works in playbin).
18722 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18724 * ext/musepack/gstmusepackreader.cpp:
18725 Workaround for older core.
18727 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18729 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18730 Actually test for odd width/height rather than testing whether
18731 a temporary variable that was 0 before we subtracted 1 is now
18732 not equal to zero (which it always is).
18734 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18736 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18737 Fix compilation if HAVE_XVIDEO is not defined
18739 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18741 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18742 Fix compilation if HAVE_XVIDEO is not defined
18744 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
18746 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18747 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18748 (gst_goom_change_state), (plugin_init):
18749 Use the bytestream adapter so goom doesn't depend on the input
18751 Add a debug category
18753 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18755 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18756 Only set hardware parameters *after* negotiation. Before
18757 negotiation, it will set ANY and that seems to cause crashes
18758 (see e.g. #151288, #153227).
18760 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18762 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18763 This seems to be antique leftover. It needs to pass error
18765 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18766 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18767 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18768 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18769 Fix GstXOverlay implementation (#151059).
18771 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18773 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18774 Don't assert (#157853).
18776 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18778 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18779 Fix bytes/samples confustion.
18780 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18781 Fix for underrun (#144389).
18783 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18785 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18786 Disable halfway-seek for pending release (since it needs a new
18789 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
18791 * sys/v4l/gstv4lsrc.c:
18792 * sys/v4l/gstv4lsrc.h:
18793 * sys/v4l/v4lsrc_calls.c:
18794 add autoprobe-fps property so we can separate autoprobing parts
18796 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
18798 * sys/v4l/gstv4lsrc.c:
18799 * sys/v4l/v4lsrc_calls.c:
18800 initialise fourcc to catch unset fourcc's, and debug
18802 2004-11-09 Wim Taymans <wim@fluendo.com>
18804 * gst/playback/README:
18805 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18806 * gst/playback/gstplaybin.c: (gst_play_bin_init),
18807 (gst_play_bin_dispose), (gst_play_bin_set_property),
18808 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18809 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18810 (gst_play_bin_get_formats), (gst_play_bin_convert),
18811 (gst_play_bin_get_query_types), (gst_play_bin_query):
18812 Cleanups and some more documentation.
18814 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
18816 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18817 (gst_cacasink_init), (gst_cacasink_chain):
18818 * ext/libcaca/gstcacasink.h:
18819 Cacasink inherits from VideoSink, so let that store the clock.
18821 2004-11-09 Wim Taymans <wim@fluendo.com>
18823 * gst/playback/README:
18824 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
18825 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
18826 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
18827 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
18828 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
18830 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
18831 (gst_stream_info_is_mute), (gst_stream_info_set_property):
18832 * gst/playback/gststreaminfo.h:
18834 Only switch groups if all streams have muted (EOSed).
18835 Send Tags in sync with the stream playback instead of in
18836 the playback/preroll phase.
18837 Some cleanups, free the fakesrc elements.
18839 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
18841 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
18842 buffer-frames property was missing
18843 * ext/arts/gst_arts.c:
18844 rate missing from sinkcaps
18845 * ext/audiofile/gstafparse.c:
18846 * ext/audiofile/gstafsink.c:
18847 * ext/audiofile/gstafsrc.c:
18848 * ext/swfdec/gstswfdec.c:
18849 int audio doesn't know buffer-frames
18850 * ext/cdparanoia/gstcdparanoia.c:
18851 int audio doesn't know chunksize either
18852 * ext/nas/nassink.c:
18853 it's endianness, not endianess
18854 * gst-libs/gst/audio/audio.h:
18855 make float standard pad template caps really describe float
18856 * gst/law/mulaw.c: (linear_factory):
18857 signed only, please
18858 * gst/mpegstream/gstdvddemux.c:
18859 widths of 20 are not valid
18861 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
18863 Submitted by: Luca Ferretti <elle.uca@infinito.it>
18869 2004-11-08 Wim Taymans <wim@fluendo.com>
18871 * gst/playback/README:
18872 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18873 * gst/playback/gstplaybasebin.c: (probe_triggered),
18874 (gst_play_base_bin_change_state):
18875 Updated README, added more comments for fixmes etc..
18877 2004-11-08 Wim Taymans <wim@fluendo.com>
18879 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18880 We can remove this hack now.
18882 2004-11-08 Wim Taymans <wim@fluendo.com>
18884 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
18885 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18886 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18887 Only mix AYUV for maximum quality.
18889 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18891 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
18892 (gst_ogg_demux_push), (gst_ogg_pad_push):
18893 Let's act as if we're synchronized now! :).
18894 * ext/theora/theoradec.c: (theora_dec_chain):
18897 2004-11-08 Wim Taymans <wim@fluendo.com>
18899 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18900 (gst_alpha_set_property), (gst_alpha_sink_link),
18901 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
18902 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
18903 (gst_alpha_init_params), (gst_alpha_chain):
18904 Implement alpha functions for AYUV too, this increases
18905 accuracy quite a bit.
18907 2004-11-08 Wim Taymans <wim@fluendo.com>
18909 * gst/ffmpegcolorspace/avcodec.h:
18910 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18911 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18912 (gst_ffmpegcsp_avpicture_fill):
18913 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18914 (gst_ffmpegcsp_caps_remove_format_info):
18915 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18916 (shrink12), (img_get_alpha_info), (deinterlace_line),
18917 (deinterlace_line_inplace):
18918 * gst/ffmpegcolorspace/imgconvert_template.h:
18919 Added AYUV colorspace and handle RGBA a bit more respectful.
18921 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18923 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18924 Actually always send a discont (cornercase when resending the
18925 same serial-tagged chain twice).
18927 2004-11-08 Julien MOUTTE <julien@moutte.net>
18929 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
18930 (gst_ximagesink_finalize):
18931 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
18932 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
18934 2004-11-08 Wim Taymans <wim@fluendo.com>
18936 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
18937 Don't segfault on NULL data.
18939 2004-11-08 Wim Taymans <wim@fluendo.com>
18941 * gst/playback/gstdecodebin.c: (unlinked):
18942 * gst/playback/gstplay-marshal.list:
18943 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18944 (gst_play_base_bin_init), (group_create), (get_active_group),
18945 (get_building_group), (group_destroy), (group_commit),
18946 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
18947 (add_element_stream), (no_more_pads), (probe_triggered),
18948 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
18949 (state_change), (setup_source), (gst_play_base_bin_get_property),
18950 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18951 (gst_play_base_bin_link_stream),
18952 (gst_play_base_bin_get_streaminfo):
18953 * gst/playback/gstplaybasebin.h:
18954 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18955 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
18956 Add support for chained ogg files. Prepare for playlist
18957 support. This patch introduces the concept of pad groups, which
18958 together compose one playable media file.
18960 2004-11-07 David Schleef <ds@schleef.org>
18962 * testsuite/gst-lint: Check for pad templates that aren't statically
18965 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18969 * ext/musepack/Makefile.am:
18970 * ext/musepack/gstmusepackdec.cpp:
18971 * ext/musepack/gstmusepackdec.h:
18972 * ext/musepack/gstmusepackreader.cpp:
18973 * ext/musepack/gstmusepackreader.h:
18974 Add musepack decoder.
18975 * ext/faad/gstfaad.c: (gst_faad_base_init):
18976 Make pad templates static.
18977 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18979 Add musepack typefinder, make mp3 typefinding work halfway stream,
18980 which doesn't actually work yet because id3demux doesn't implement
18983 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18985 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18986 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
18987 Fix interrupt event handling (#144436).
18989 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18991 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
18994 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
18996 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18998 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
18999 Fix weird caps (#157548).
19001 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19003 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19005 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19006 Add missing NULL terminator (#157543).
19008 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
19010 * gst/tcp/gsttcp.h:
19011 * gst/tcp/gsttcpclientsink.c:
19012 * gst/tcp/gsttcpclientsrc.c:
19013 * gst/tcp/gsttcpserversink.c:
19014 * gst/tcp/gsttcpserversrc.c:
19015 ports can go up to 65535. Move common defines to gsttcp.h
19017 2004-11-05 Wim Taymans <wim@fluendo.com>
19019 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19020 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19021 Added two more colorspaces.
19023 2004-11-05 Wim Taymans <wim@fluendo.com>
19025 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19026 (gst_ffmpegcsp_avpicture_fill):
19027 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19028 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19029 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19032 2004-11-05 Wim Taymans <wim@fluendo.com>
19034 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19035 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19036 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19037 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19038 (gst_videomixer_loop):
19041 2004-11-05 Benjamin Otte <otte@gnome.org>
19043 * ext/mad/gstmad.c: (gst_mad_chain):
19044 don't overflow data buffer. Flush not needed sync data when syncing
19047 2004-11-04 Wim Taymans <wim@fluendo.com>
19049 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19050 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19051 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19052 (gst_alpha_init_params), (gst_alpha_chain),
19053 (gst_alpha_change_state):
19054 Updated the chroma keying algorithm with something more
19057 2004-11-03 Wim Taymans <wim@fluendo.com>
19059 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19060 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19061 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19062 Fix stride issues. Does not completely work for odd
19065 2004-11-03 Wim Taymans <wim@fluendo.com>
19067 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19068 (gst_alpha_chroma_key), (gst_alpha_chain):
19069 Fix stride issues. Does not completely work for odd
19072 2004-11-03 Christophe Fergeau <teuf@gnome.org>
19074 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19075 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19078 2004-11-03 Wim Taymans <wim@fluendo.com>
19080 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19081 (gst_ffmpegcsp_avpicture_fill):
19082 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19084 * gst/ffmpegcolorspace/imgconvert_template.h:
19085 Use correct _fill function to get correct strides.
19087 2004-11-02 David Schleef <ds@schleef.org>
19089 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19090 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19091 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19092 Change all g_print()s to debugging. Add a bunch of consistency
19095 2004-11-02 Wim Taymans <wim@fluendo.com>
19097 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19098 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19099 (unlinked), (no_more_pads), (close_link):
19100 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19101 (unknown_type), (add_element_stream), (new_decoded_pad),
19102 (removed_decoded_pad), (setup_source):
19103 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19104 (gst_stream_info_class_init), (gst_stream_info_init),
19105 (gst_stream_info_new), (gst_stream_info_dispose),
19106 (stream_info_mute_pad), (gst_stream_info_set_property),
19107 (gst_stream_info_get_property):
19108 * gst/playback/gststreaminfo.h:
19109 Fix playback of multiple files.
19110 a slightly different approach to handling dynamic pad removals.
19111 This one only looks at pads that we have linked.
19113 2004-11-01 Christophe Fergeau <teuf@gnome.org>
19115 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19116 free" warning from libc.
19118 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19120 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19121 (get_unconnected_element), (remove_starting_from), (pad_removed),
19123 Implement support for dynamic pad changing. We listen to "live"
19124 pad removals (i.e. while playing) and re-setup autoplugging
19125 after that. Playbasebin/playbin need some more work for this
19126 to finally work, but decodebin supports (and replugs) chained
19129 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
19131 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19132 (gst_alsa_finalize):
19133 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19134 (gst_cdaudio_finalize):
19135 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19136 (cdparanoia_finalize):
19137 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19138 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19139 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19140 (dvdreadsrc_finalize):
19141 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19142 (gst_flacdec_finalize):
19143 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19144 (gst_flacenc_finalize):
19145 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19146 (gst_gnomevfssink_finalize):
19147 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19148 (gst_gnomevfssrc_finalize):
19149 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19150 (gst_fameenc_finalize):
19151 * ext/nas/nassink.c: (gst_nassink_class_init),
19152 (gst_nassink_finalize):
19153 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19154 (gst_sdlvideosink_class_init):
19155 * ext/sndfile/gstsf.c: (gst_sf_dispose):
19156 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19157 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19158 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19159 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19160 (gst_x_window_listener_dispose):
19161 * gst/audioscale/gstaudioscale.c:
19162 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19163 (play_on_demand_finalize):
19164 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19165 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19166 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19167 (cdplayer_finalize):
19168 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19169 (gst_glimagesink_class_init):
19170 * sys/oss/gstosselement.c: (gst_osselement_class_init),
19171 (gst_osselement_finalize):
19172 * sys/oss/gstosssink.c: (gst_osssink_dispose):
19173 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19174 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19175 Fixes a bunch of problems with finalize and dispose functions,
19176 either assumptions that dispose is only called once, or not calling
19177 the parent class dispose/finalize function
19179 2004-11-01 Stefan Kost <ensonic@users.sf.net>
19181 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19182 added two api precondition guards
19183 use g_strdup with getenv to fix crash when using ENVVAR
19185 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
19186 * ext/esd/esdsink.c: (gst_esdsink_class_init),
19187 (gst_esdsink_finalize):
19188 Use a finalize function, not dispose, and more importantly,
19189 call the parent class finalize function too
19191 2004-11-01 Johan Dahlin <johan@gnome.org>
19193 * ext/ogg/gstoggdemux.c:
19194 * gst/tags/gstvorbistag.c:
19197 2004-10-31 Benjamin Otte <otte@gnome.org>
19199 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19200 lotsa memleaks today. But they're all small...
19202 2004-10-31 Benjamin Otte <otte@gnome.org>
19204 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19205 another memleak crushed
19207 2004-10-31 Benjamin Otte <otte@gnome.org>
19209 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19212 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19214 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19215 Hack to prevent crash when going to READY inside signal handler
19216 while this function is active.
19218 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19220 * gst/ffmpegcolorspace/Makefile.am:
19221 * gst/ffmpegcolorspace/avcodec.h:
19222 * gst/ffmpegcolorspace/common.h:
19223 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19224 * gst/ffmpegcolorspace/dsputil.h:
19225 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19226 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19227 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19228 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19229 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19230 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19231 (gst_ffmpegcsp_avpicture_fill):
19232 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19233 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19234 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19235 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19236 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19237 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19238 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19239 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19240 * gst/ffmpegcolorspace/imgconvert.c:
19241 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19242 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19243 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19244 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19245 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19246 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19247 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19248 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19249 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19250 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19251 (grow21), (grow22), (grow41), (grow44), (conv411),
19252 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19253 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19254 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19255 (avpicture_free), (is_yuv_planar), (img_convert),
19256 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19257 (deinterlace_line_inplace), (deinterlace_bottom_field),
19258 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19259 * gst/ffmpegcolorspace/imgconvert_template.h:
19260 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19261 * gst/ffmpegcolorspace/mmx.h:
19262 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19263 (av_fast_realloc), (av_mallocz_static), (av_free_static),
19264 (av_freep), (avcodec_get_context_defaults),
19265 (avcodec_alloc_context), (avcodec_init):
19266 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19267 handling plus update from ffmpeg CVS. Large clean-up.
19269 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19271 * gst/playback/Makefile.am:
19272 We need the marshallers for decodebin, too.
19274 2004-10-30 David Schleef <ds@schleef.org>
19276 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19277 quicktime typefinding work with 64-bit offsets.
19279 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
19281 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19282 Set EOS on the element when processing an EOS event.
19283 * ext/speex/gstspeexdec.h:
19284 * ext/speex/gstspeexenc.h:
19285 Only keep a const ptr to the mode
19286 * gst-libs/gst/riff/riff-media.c:
19287 (gst_riff_create_audio_caps_with_data),
19288 (gst_riff_create_audio_template_caps):
19289 Allow WMAV3, with up to 6 channels.
19290 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19291 Don't call gst_pad_set_event_function on a sink pad.
19292 * gst/mpegstream/gstdvddemux.c:
19293 (gst_dvd_demux_get_subpicture_stream),
19294 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19295 Copy the explicit caps that were set across to the cur_* pads,
19296 instead of trying to use a possibly non-existent negotiated caps.
19297 Reset the type of subpicture pads to UNKNOWN after calling
19298 init_stream, so that the caps get set.
19300 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
19302 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19304 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19305 Don't touch buffer if it is of size 0 (fixes #151064).
19307 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19309 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19310 Synchronized discont handling.
19312 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19314 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19315 (gst_ogg_demux_push):
19316 Make seeking sort-of exact again (fixes #156387).
19318 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19320 * gst/playback/gstplaybasebin.c: (unknown_type),
19321 (add_element_stream), (new_decoded_pad),
19322 (gst_play_base_bin_change_state):
19323 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19324 (gst_stream_info_init), (gst_stream_info_new),
19325 (gst_stream_info_dispose), (gst_stream_info_get_property):
19326 * gst/playback/gststreaminfo.h:
19327 Make caps explicitely available. Makes testing for unsupported
19328 types possible. Improves error reporting.
19330 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19332 * gst/audioconvert/gstaudioconvert.c:
19333 (gst_audio_convert_buffer_to_default_format):
19334 Really don't touch read-only buffers (#156563).
19336 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
19338 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19340 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19341 Fix memleak (#155223).
19343 2004-10-29 Wim Taymans <wim@fluendo.com>
19345 * gst/tcp/.cvsignore:
19346 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19347 (gst_multifdsink_class_init), (gst_multifdsink_init),
19348 (gst_multifdsink_add), (gst_multifdsink_remove),
19349 (gst_multifdsink_remove_client_link), (is_sync_frame),
19350 (gst_multifdsink_new_client),
19351 (gst_multifdsink_handle_client_write),
19352 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19353 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19354 (gst_multifdsink_get_property):
19355 * gst/tcp/gstmultifdsink.h:
19356 Added burst on connect sync_method, deprecated sync_clients,
19357 streamlined the sync code some more.
19359 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19361 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19362 (gst_play_base_bin_change_state):
19363 Improve error reporting.
19365 2004-10-28 Wim Taymans <wim@fluendo.com>
19367 * gst/tcp/Makefile.am:
19368 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19369 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19370 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19371 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19372 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19373 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19375 Added more locks around fdset structures. Fixed/reworked
19376 the poll array resizing code.
19377 Added stress test for fdset.
19379 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19381 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19384 2004-10-28 Benjamin Otte <otte@gnome.org>
19386 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19387 fix link function to always query channels and query width for
19391 * gst/equalizer/Makefile.am:
19392 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19393 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19394 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19395 (arg_to_scale), (setup_filter),
19396 (gst_iir_equalizer_compute_frequencies),
19397 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19398 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19402 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19404 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19408 Added Norwegian Bokmaal translation
19410 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19412 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19413 Don't break on options (fixes #156488).
19415 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19418 * ext/cdaudio/Makefile.am:
19420 fix build on older automake
19422 2004-10-26 Wim Taymans <wim@fluendo.com>
19424 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19425 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19426 Allow a little margin when negotiating the framerate.
19428 2004-10-26 Stefan Kost <ensonic@users.sf.net>
19430 * gst/level/gstlevel.c:
19431 synchonised naming of pads and pad-templates
19433 2004-10-26 Wim Taymans <wim@fluendo.com>
19435 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19436 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19437 (_find_streams_check), (gst_ogg_demux_push):
19438 Fix EOS again. Needs to be done in a better way. We should not
19439 remove the pad if there is no new chained stream.
19441 2004-10-26 Iain <iaingnome@gmail.com>
19443 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19444 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19446 * gst/interleave/interleave.c (interleave_class_init): Hook up release
19448 (interleave_release_pad): Remove the pad.
19449 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19450 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19452 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19454 (gst_xvimagesink_xcontext_clear): Free the xcontext.
19455 (gst_xvimagesink_finalize): Free the par.
19457 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19459 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19460 (gst_avimux_stop_file):
19461 First calculate the rate, and only then use it. Hdr.rate is a
19462 multiple and not a derivative of hdr.scale. Scale is not the
19463 same as blockalign but is solely related to rate.
19465 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19467 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19468 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19471 2004-10-25 James Henstridge <james@jamesh.id.au>
19473 Reviewed by: David Schleef <ds@schleef.org>
19475 * examples/gstplay/player.c: (got_stream_length), (main):
19476 * examples/seeking/cdplayer.c: (update_scale):
19477 * examples/seeking/seek.c: (format_value), (update_scale):
19478 * examples/seeking/spider_seek.c: (format_value), (update_scale),
19480 Build fixes on AMD64.
19482 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19484 reviewed by: Ronald Bultje <rbultje at gnome dot org>
19486 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19487 Fix for some v4l cards which hang in v4lsrc
19489 2004-10-25 Wim Taymans <wim@fluendo.com>
19491 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19492 (gst_ogg_demux_push), (gst_ogg_chains_clear):
19493 Make sure to remove the pad when a new chain is
19494 encountered. Set some vars to NULL so we don't try
19495 to reference freed memory.
19497 2004-10-25 Wim Taymans <wim@fluendo.com>
19499 * examples/seeking/Makefile.am:
19500 * examples/seeking/cdplayer.c: (update_scale):
19501 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19502 * examples/seeking/playbin.c: (make_playerbin_pipeline),
19503 (format_value), (update_scale), (iterate), (start_seek),
19504 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19505 (print_usage), (main):
19506 Added some more examples, update others.
19508 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19510 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19511 * ext/speex/gstspeexdec.c: (speex_dec_chain):
19512 * ext/theora/theoradec.c: (theora_dec_chain):
19513 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19514 Add codec-name metadata.
19516 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
19518 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19520 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19521 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19522 * ext/alsa/gstalsamixertrack.h:
19524 ALSA mixer track label internationalization (#154054).
19526 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19528 * ext/theora/theoradec.c: (theora_dec_chain):
19529 Export bitrate as metadata.
19531 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19533 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19534 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19535 * ext/alsa/gstalsamixertrack.h:
19536 Fix names, fix loop.
19538 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19540 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19541 (speex_dec_convert):
19542 sinkconvert function so oggdemux can get the file length (totem).
19544 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
19546 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19548 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19549 Don't push incomplete packets.
19550 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19551 Fix MPEG-4 audio typefinding.
19553 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19555 * sys/v4l/Makefile.am:
19556 * sys/v4l/gstv4l.c: (plugin_init):
19557 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19558 (gst_v4lelement_init), (gst_v4lelement_dispose),
19559 (gst_v4lelement_change_state):
19560 * sys/v4l/gstv4lelement.h:
19561 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19562 (gst_v4l_xoverlay_close), (idle_refresh),
19563 (gst_v4l_xoverlay_set_xwindow_id):
19564 * sys/v4l/gstv4lxoverlay.h:
19565 * sys/v4l/v4l-overlay_calls.c:
19566 * sys/v4l/v4l_calls.h:
19567 * sys/v4l2/Makefile.am:
19568 * sys/v4l2/gstv4l2.c: (plugin_init):
19569 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19570 (gst_v4l2element_init), (gst_v4l2element_dispose),
19571 (gst_v4l2element_change_state):
19572 * sys/v4l2/gstv4l2element.h:
19573 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19574 (gst_v4l2_xoverlay_close), (idle_refresh),
19575 (gst_v4l2_xoverlay_set_xwindow_id):
19576 * sys/v4l2/gstv4l2xoverlay.h:
19577 * sys/v4l2/v4l2-overlay_calls.c:
19578 * sys/v4l2/v4l2_calls.h:
19579 Remove client-side overlay handling, use the X-server v4l plugin
19580 for that. Nicer overlay, less code. Also make the plugin
19581 compileable without X (but then without overlay, obviously).
19582 Makes xwindowlistener obsolete, should we remove that?
19584 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19586 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19587 (gst_osssrc_src_query):
19588 * sys/oss/gstosssrc.h:
19589 OK, so people want offset in DEFAULT. This time, actually fix all
19591 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19594 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19596 * gst/asfdemux/gstasfmux.c:
19597 * gst/avi/gstavimux.c:
19600 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19602 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19603 Fix properties (channel, norm, frequency).
19605 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19607 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19609 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19612 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19614 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19617 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19619 * sys/v4l2/gstv4l2element.h:
19620 Yet Another Hack (tm) for kernel header borkedness.
19621 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19622 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19623 (gst_v4l2src_link), (gst_v4l2src_getcaps),
19624 (gst_v4l2src_change_state):
19625 * sys/v4l2/gstv4l2src.h:
19626 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19627 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19628 Fix caps, keep track of state, work.
19630 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19632 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19635 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19637 * sys/oss/gstosssrc.c: (gst_osssrc_get):
19638 Don't mix bytes and samples.
19640 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19642 * ext/ogg/gstoggmux.c:
19643 Basic pad template which accepts OGM tracks, speex, flac, vorbis
19644 and theora. Any is incorrect.
19645 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19647 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19648 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19649 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19650 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19651 * sys/v4l/gstv4lmjpegsrc.h:
19652 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19653 (gst_v4lsrc_change_state):
19654 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19655 (gst_v4lmjpegsrc_capture_stop):
19656 Fix caps. Keep track of internal state. Work.
19658 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19661 Fix the build fixes.
19663 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19665 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19666 (gst_ogg_demux_src_event), (_find_chain_seek),
19667 (gst_ogg_pad_push):
19668 Check for pad availability before using it.
19669 * ext/ogg/gstoggdemux.c: (_find_chain_process):
19670 Fix parsing of chained ogg. Needs more work on the decoder side.
19672 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
19674 * gst/spectrum/Makefile.am:
19675 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19677 Fix demo and reenable it. Yes, I'm currently playing with audio
19680 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19682 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19683 We love it if files that start at zero work too...
19685 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19687 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19688 Handle files with missing EOS headers.
19690 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19692 * gst/tcp/gsttcpserversink.c:
19693 (gst_tcpserversink_handle_server_read),
19694 (gst_tcpserversink_init_send):
19695 Zero some variables first (need for accept not to return EINVAL)
19697 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19699 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19700 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19701 * ext/theora/theoradec.c: (theora_dec_sink_convert),
19702 (theora_dec_chain):
19703 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19704 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19705 Seeking and querying finetune.
19707 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
19711 * ext/raw1394/Makefile.am:
19714 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19716 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19718 * gst/playback/Makefile.am:
19719 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19720 * gst/playback/gstplay-marshal.list:
19721 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19724 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19726 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19729 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19731 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19732 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19733 (gst_ogg_pad_push):
19734 Yay for non-lineair granulepos in theora.
19736 2004-10-18 Wim Taymans <wim@fluendo.com>
19738 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19739 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19740 * ext/dv/gstdvdec.h:
19741 Make sure we renegotiate aspect ratio when the camera switches.
19743 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19745 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19746 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19748 * ext/theora/theoradec.c: (theora_dec_chain):
19749 Skip headers. Bad idea for chained ogg, but fixes seeking.
19751 2004-10-18 Wim Taymans <wim@fluendo.com>
19754 I swear, this is the last time I touch this.
19756 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19758 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19759 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19760 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19762 * ext/theora/theoradec.c: (theora_dec_sink_convert):
19763 Time-to-default conversion.
19764 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19765 Don't error on unknown packets, just skip. We should probably
19766 read them if we want to support chained ogg.
19768 2004-10-18 Wim Taymans <wim@fluendo.com>
19771 Added cdaudio to wrong list.
19773 2004-10-18 Wim Taymans <wim@fluendo.com>
19778 2004-10-18 Wim Taymans <wim@fluendo.com>
19780 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19781 (gst_dvdec_video_link), (gst_dvdec_push):
19782 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19783 (gst_smokeenc_resync), (gst_smokeenc_chain):
19784 Fix mimetype on smoke encoder.
19785 Add aspect ratio to dvdec. Not sure if these
19786 values are correct though....
19788 2004-10-18 Wim Taymans <wim@fluendo.com>
19790 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19791 Fix vorbis property descriptions and ranges.
19793 2004-10-18 Wim Taymans <wim@fluendo.com>
19795 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19796 Really do nothing when no data is available.
19797 Go to the playing state when the stream is not seekable
19798 instead of failing.
19800 2004-10-18 Wim Taymans <wim@fluendo.com>
19802 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19803 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19804 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19805 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19806 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19807 Added uri handler for cd://
19810 2004-10-18 Wim Taymans <wim@fluendo.com>
19812 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19813 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19814 (try_to_link_1), (no_more_pads), (close_link), (type_found):
19815 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19816 (remove_prerolls), (unknown_type), (add_element_stream),
19817 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
19818 (gst_play_base_bin_remove_element),
19819 (gst_play_base_bin_link_stream):
19820 * gst/playback/gstplaybin.c: (gen_video_element),
19821 (gen_vis_element), (remove_sinks), (setup_sinks):
19822 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19823 (gst_stream_info_get_type), (gst_stream_info_class_init),
19824 (gst_stream_info_init), (gst_stream_info_new),
19825 (gst_stream_info_dispose), (stream_info_mute_pad),
19826 (gst_stream_info_set_property), (gst_stream_info_get_property):
19827 * gst/playback/gststreaminfo.h:
19828 Add sink padtemplate to decodebin.
19829 Added some more comments.
19830 Make queue size configurable in playbasebin.
19831 Added possibility to use elements as sinks (ex cdaudio).
19833 2004-10-15 Wim Taymans <wim@fluendo.com>
19835 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
19836 (gst_speexenc_chain):
19837 Fix speex timestamps so that it gets muxed properly.
19839 2004-10-15 Wim Taymans <wim@fluendo.com>
19841 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
19842 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
19843 (gst_dv1394src_init), (gst_dv1394src_dispose),
19844 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
19845 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
19846 (gst_dv1394src_event), (gst_dv1394src_get_formats),
19847 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
19848 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
19849 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
19850 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
19851 * ext/raw1394/gstdv1394src.h:
19852 Added conversion/query functions.
19853 Update buffer timestamps,
19855 Added uri dv:// so it might play from the firewire in playbin.
19856 Fix a possible leak.
19859 2004-10-15 Wim Taymans <wim@fluendo.com>
19861 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19862 (gst_dv1394src_init), (gst_dv1394src_set_property),
19863 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
19864 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
19865 * ext/raw1394/gstdv1394src.h:
19866 Added AV/C VTR control support needed for some cameras.
19867 Added automatic port detection.
19868 Added properties for selecting the channel.
19869 The configure.ac script is not yet updated to reflect the
19870 new libavc1394 and librom1394 dependencies.
19872 2004-10-15 Wim Taymans <wim@fluendo.com>
19874 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19875 (qtdemux_parse), (gst_qtdemux_handle_esds):
19876 An esds box is not a container.
19877 Fix parsing of mp4v boxes.
19878 Do not try to renegotiate fps for each frame. Need to
19879 find a better method. This should fix mp4 playback.
19881 2004-10-14 David Schleef <ds@schleef.org>
19883 * configure.ac: update for swfdec-0.3 and liboil-0.2
19884 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
19885 * ext/swfdec/gstswfdec.h: same
19886 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
19887 * gst/videotestsrc/videotestsrc.c: same
19889 2004-10-14 Wim Taymans <wim@fluendo.com>
19891 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19892 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
19893 (is_sync_frame), (gst_multifdsink_new_client),
19894 (gst_multifdsink_handle_client_write),
19895 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19896 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
19897 Turn warnings into info.
19898 Don't allow a state change in the streaming thread.
19900 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
19902 * ext/vorbis/oggvorbisenc.c:
19903 * ext/vorbis/vorbisdec.c:
19904 fix template sample rate
19906 2004-10-13 Wim Taymans <wim@fluendo.com>
19908 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19909 Decoding the header first fixes some problems in resyncing
19912 2004-10-12 Wim Taymans <wim@fluendo.com>
19914 * gst/playback/gstplaybin.c: (gen_video_element),
19915 (gen_vis_element), (remove_sinks), (setup_sinks):
19916 Added vis plugin support, need to configure the vis
19917 element to activate it.
19919 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19921 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
19922 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
19924 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19925 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
19926 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
19927 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
19928 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
19929 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
19930 * gst/avi/gstavidemux.h:
19931 Support for openDML-2.0 indx/ix## chunks. Support for broken index
19932 recovery (where, if part of the index is broken, we will still read
19933 the rest of the index and recover the broken part by stream
19934 scanning). More broken media support. EOS workarounds. General AVI
19935 braindamage headache recovery. Aspirin included.
19937 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19939 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
19940 (cdparanoia_event), (cdparanoia_query):
19941 Get rid of hideous lead-in.
19943 2004-10-11 Wim Taymans <wim@fluendo.com>
19945 * gst/playback/gstplaybasebin.c: (setup_source):
19946 Wrong var used to get g_list_next.
19948 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19950 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19951 (cdparanoia_get), (cdparanoia_open):
19952 Report discid as metadata, add duration.
19954 2004-10-11 Wim Taymans <wim@fluendo.com>
19956 * gst/playback/gstplaybasebin.c: (setup_source):
19957 Cleanup the previous pipeline a little earlier for the
19958 case that a source element provides raw data.
19960 2004-10-11 Benjamin Otte <otte@gnome.org>
19962 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19963 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
19964 consuming the last 128 bytes, even though it was valid mp3 data.
19966 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19968 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
19969 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19970 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19971 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
19973 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19975 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
19976 Fix for webcams that support only specific width or height
19978 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
19980 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19982 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19983 Fix wrong discont event setup (fixes #154967).
19985 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
19987 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19989 * gst/auparse/gstauparse.c: (gst_auparse_chain):
19990 Error out on invalid data (fixes #154807).
19992 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
19994 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19996 * ext/dvdread/dvdreadsrc.c: (_read):
19997 Make titles > 0 work again (fixes #154834).
19999 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20001 * gst-libs/gst/riff/riff-media.c:
20002 (gst_riff_create_video_template_caps):
20003 WMV3 missing in template caps.
20005 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20007 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20008 OK, so the original code was too strict. It makes random AVI files
20009 hang for seconds upon opening, which is unacceptable and is far
20010 beyond the original goal of getting multiple chunks for one-chunk
20011 sounc stream files. So now do just that.
20013 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20015 * gst/playback/gstplaybasebin.c: (setup_source),
20016 (gst_play_base_bin_change_state):
20017 Actually clean up streaminfo if output fails. This would trigger
20018 if, for example, there was no CD in the drive. No preroll, so
20019 a streaminfo structure is created, but the subsequent state change
20020 of the thread fails.
20021 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20022 Don't change state if parent failed.
20024 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20026 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20027 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20028 (gen_video_element), (remove_sinks):
20029 Add small bits of code for screenshot handling.
20031 2004-10-08 Wim Taymans <wim@fluendo.com>
20033 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20034 (gen_video_element), (gen_audio_element), (setup_sinks):
20035 Don't assume the user provided sinks are named "sink"...
20037 2004-10-08 Wim Taymans <wim@fluendo.com>
20039 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20040 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20041 (gst_play_base_bin_link_stream):
20042 Do not try to autoplug sources that generate raw streams like
20044 disconnect the preroll overrun signal when we don't need it anymore.
20046 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
20048 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20049 Added reworked patch from #154903 from milosz derezynski (deadchip).
20051 2004-10-08 Wim Taymans <wim@fluendo.com>
20053 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20054 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20055 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20056 (cdparanoia_convert), (cdparanoia_uri_get_type),
20057 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20058 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20059 * ext/cdparanoia/gstcdparanoia.h:
20060 This adds the cdda://<tracknum> uri.
20062 2004-10-08 Wim Taymans <wim@fluendo.com>
20064 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20065 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20066 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20067 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20068 (unknown_type), (gst_play_base_bin_remove_element),
20069 (gst_play_base_bin_link_stream):
20070 * gst/playback/gstplaybasebin.h:
20071 * gst/playback/gstplaybin.c: (gst_play_bin_init),
20072 (gst_play_bin_set_property), (gen_video_element),
20073 (gen_audio_element), (setup_sinks):
20074 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20075 (gst_stream_info_get_type), (gst_stream_info_class_init),
20076 (gst_stream_info_init), (gst_stream_info_new),
20077 (gst_stream_info_dispose), (stream_info_mute_pad),
20078 (gst_stream_info_set_property), (gst_stream_info_get_property):
20079 * gst/playback/gststreaminfo.h:
20080 Reuse the audio and video bins.
20081 Some internal cleanups in the stream selection code.
20083 2004-10-08 Julien MOUTTE <julien@moutte.net>
20085 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20086 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20087 * sys/ximage/ximagesink.h:
20088 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20089 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20090 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20091 not coming from those elements. Moreover these elements should not keep
20092 the xid they have been given when in NULL state.
20094 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20096 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20097 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20098 * sys/ximage/ximagesink.h:
20099 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20100 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20101 * sys/xvimage/xvimagesink.h:
20102 Actually only create a new toplevel window if we're not gonna
20103 embed it right after.
20105 2004-10-07 Wim Taymans <wim@fluendo.com>
20107 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20108 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20109 * gst/playback/gstplaybin.c: (setup_sinks):
20110 Implement muting/unmuting of streams, mute streams that are not
20113 2004-10-07 Wim Taymans <wim@fluendo.com>
20115 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20117 Added lame audio/x-ac3 typefind function.
20119 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20124 === release 0.8.5 ===
20126 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20131 releasing 0.8.5, "Take You On"
20133 2004-10-06 Wim Taymans <wim@fluendo.com>
20135 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20136 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20137 (no_more_pads), (close_link), (type_found):
20138 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20139 * gst/playback/gstplaybin.c: (gen_video_element):
20140 Do not signal the no_more_pads after the first pad when
20141 we are plugging a non dynamic element with multiple
20142 output pads (like swfdec, dvdec, ...).
20144 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20147 bump for prerelease
20149 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20151 * gst/wavparse/gstwavparse.c:
20152 add ATRAC3 to STATIC CAPS to fix a warning
20154 * gst/matroska/ebml-read.c:
20155 * gst-libs/gst/riff/riff-read.c:
20158 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20160 * gst-libs/gst/riff/riff-media.c:
20161 generate caps for ATRAC3 audio streams
20163 * gst/realmedia/rmdemux.c:
20164 generate caps for ATRAC3 audio streams
20166 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20168 * gst/wavparse/Makefile.am
20169 * gst/wavparse/riff.h
20170 * gst/wavparse/wavparse.vcproj
20171 riff.h removal (unused and duplication with riff-ids.h)
20173 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20175 * gst/wavparse/gstwavparse.h
20176 remove duplicated defines for audio codec codes
20178 * gst-libs/gst/riff/riff-ids.h
20179 * gst/wavenc/riff.h:
20180 add "4CC" code for ATRAC3 audio streams
20181 add "4CC" code for ITU_G721_ADPCM (unused for now)
20183 2004-10-06 Wim Taymans <wim@fluendo.com>
20185 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20186 Actually _do_ negotiation. Pass gdouble as arg instead
20187 of guint64 for the framerate.
20189 2004-10-06 Wim Taymans <wim@fluendo.com>
20191 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20192 (find_compatibles), (close_pad_link), (try_to_link_1),
20193 (no_more_pads), (close_link), (type_found):
20194 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20195 * gst/playback/gstplaybin.c: (gen_video_element),
20196 (gen_audio_element):
20197 Set state on newly added element to READY so that negotiation
20199 Addes some more debug info.
20200 Do not try to plug pads with multiple caps structures or ANY
20201 because it is too dangerous since we do not do dynamic
20204 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20206 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20210 add Oriya translation
20212 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20214 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20215 Prevent overwrite of size member. Makes audio sound crappy.
20217 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20219 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20220 Add rmvb to the list of known RealMedia extensions
20222 2004-10-05 Wim Taymans <wim@fluendo.com>
20224 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20225 (mngdec_openstream), (mngdec_closestream),
20226 (mngdec_handle_sink_event), (mngdec_readdata),
20227 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20228 (mngdec_getcanvasline), (mngdec_refresh),
20229 (gst_mngdec_change_state):
20230 Set the framerate correctly.
20232 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20234 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20235 There was something wrong with the index massaging.
20237 2004-10-04 Wim Taymans <wim@fluendo.com>
20239 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20240 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20241 (gst_smokedec_chain):
20242 * ext/jpeg/gstsmokedec.h:
20243 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20244 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20245 * ext/jpeg/gstsmokeenc.h:
20246 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20247 (smokecodec_decode_new), (smokecodec_info_free),
20248 (smokecodec_set_quality), (smokecodec_get_quality),
20249 (smokecodec_set_threshold), (smokecodec_get_threshold),
20250 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20251 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20252 (smokecodec_encode), (smokecodec_parse_id),
20253 (smokecodec_parse_header), (smokecodec_decode):
20254 * ext/jpeg/smokecodec.h:
20255 * ext/jpeg/smokeformat.h:
20256 Updated smoke, new bitstream, allows embedding in ogg.
20258 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20260 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20261 Fix seeking in some files. All this code is no longer needed (and
20262 actually breaks stuff) because we now synchronize the full index
20263 right when reading the header.
20265 2004-10-04 Wim Taymans <wim@fluendo.com>
20268 configure update for libmng.
20270 2004-10-04 Wim Taymans <wim@fluendo.com>
20272 * ext/libmng/Makefile.am:
20273 * ext/libmng/gstmng.c: (plugin_init):
20274 * ext/libmng/gstmng.h:
20275 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20276 (gst_mngdec_base_init), (gst_mngdec_class_init),
20277 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20278 (gst_mngdec_loop), (gst_mngdec_get_property),
20279 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20280 (mngdec_closestream), (mngdec_handle_sink_event),
20281 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20282 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20283 (gst_mngdec_change_state):
20284 * ext/libmng/gstmngdec.h:
20285 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20286 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20287 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20288 (gst_mngenc_chain), (gst_mngenc_get_property),
20289 (gst_mngenc_set_property):
20290 * ext/libmng/gstmngenc.h:
20291 Added basic MNG decoder. Needs more work. The encoder does
20294 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20296 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20297 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20298 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20299 Don't hang on length=0 chunks. Some negotiation fixes. Signal
20302 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
20305 you need at least 1.0.4 of speex
20307 2004-10-04 Iain <iaingnome@gmail.com>
20309 * ext/speex/gstspeexdec.h: Revert the includes changes.
20311 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20313 2004-09-30 Iain <iaingnome@gmail.com>
20315 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20316 found during init or set as a property instead of hardcoding /dev/audio
20318 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20320 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20321 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20322 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20323 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20324 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20325 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20326 (gst_rmdemux_dump_data):
20327 Use debug category, fix EOS handling. filesrc ! rmdemux now
20330 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20332 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20333 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20334 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20335 Improve allocation, cutting and sorting of the index. How takes a
20336 few seconds instead of minutes.
20338 2004-10-03 Christophe Fergeau <teuf@gnome.org>
20340 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20343 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20345 * gst-libs/gst/riff/riff-media.c:
20346 (gst_riff_create_video_caps_with_data),
20347 (gst_riff_create_video_template_caps):
20348 Add wing commander format mimetype/fourccs.
20349 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20350 Don't crash if some value is 0.
20352 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20354 * gst-libs/gst/riff/riff-media.c:
20355 (gst_riff_create_video_caps_with_data),
20356 (gst_riff_create_video_template_caps):
20357 Add DIB fourcc (raw, palettized 8-bit RGB).
20358 * gst-libs/gst/riff/riff-read.c:
20359 (gst_riff_read_strf_vids_with_data):
20360 Oops, fix strf_data reading bug.
20361 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20362 Use a non-NULL tag.
20363 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20364 Time for hacks. Sorry Dave. At least one quicktime movie (a
20365 trailer) that I've encountered contains multiple video tracks.
20366 One of those is the actual video track, the other are one-frame
20367 tracks (images). Unfortunately, the number of frames according
20368 to the trak header is 1 for each, so that doesn't help. So
20369 instead, I look at the duration and discard tracks with a
20370 duration shorter than 20% of the length of the stream. Better
20373 2004-10-01 Christian Schaller <christian@fluendo.com>
20375 * ext/ivorbis/vorbis.c:
20376 Patch from Phil Blundell (Bug 152341)
20378 2004-10-01 Wim Taymans <wim@fluendo.com>
20380 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20381 (speex_dec_get_formats), (speex_dec_convert),
20382 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20383 (speex_dec_chain), (gst_speexdec_get_property),
20384 (gst_speexdec_set_property):
20387 2004-10-01 Wim Taymans <wim@fluendo.com>
20389 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20390 (gst_wavparse_stream_init), (gst_wavparse_fmt),
20391 (gst_wavparse_other), (gst_wavparse_loop),
20392 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20393 (gst_wavparse_srcpad_event):
20394 * gst/wavparse/gstwavparse.h:
20395 Added some more debugging info.
20396 Fix the case where the length of the file is 0.
20397 Make sure we seek to sample borders.
20399 2004-10-01 Wim Taymans <wim@fluendo.com>
20401 * gst/playback/README:
20402 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20403 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20404 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20405 Add some debug info to decodebin, update README
20407 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20409 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20410 Don't use g_print(); use GST_DEBUG().
20412 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20414 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20415 (gst_ogg_mux_queue_pads):
20416 Handle EOS properly.
20418 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20420 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20422 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20423 (gst_faad_chain), (gst_faad_change_state):
20424 * ext/faad/gstfaad.h:
20425 Allow playback of raw (unframed) MPEG AAC files (#148993).
20427 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20429 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20431 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20432 Throw error if we didn't recognize the stream. Fixes #152289.
20434 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20436 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20439 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
20441 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20443 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20446 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
20448 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20450 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20452 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20455 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20457 * gst-libs/gst/riff/riff-media.c:
20458 (gst_riff_create_video_caps_with_data),
20459 (gst_riff_create_audio_caps_with_data):
20460 Add codec_data handling (like asfdemux used to do).
20461 * gst/asfdemux/gstasf.c: (plugin_init):
20462 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20463 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20464 Use riff-media for caps creation instead of our own (mostly
20465 broken) copy of its functions.
20467 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20469 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20470 Don't actually error out if we get another return value than
20471 -EINVAL. Opposite to what I first thought, drivers have random
20472 return values for this, although -EINVAL is the expected return
20473 value. Since this is not fatal, we shouldn't use
20474 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20476 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20478 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20479 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20480 (dvdreadsrc_get_property), (_open), (_seek), (_read),
20481 (dvdreadsrc_get), (dvdreadsrc_open_file),
20482 (dvdreadsrc_change_state):
20483 Fix. Don't do one big huge loop around the whole DVD, that will
20484 cache all data and thus eat sizeof(dvd) (several GB) before we
20486 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20487 Actually NULL'ify event after using it.
20488 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20489 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20490 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20491 (gst_ebml_read_seek), (gst_ebml_read_skip):
20493 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20494 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20495 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20496 Fix timing (this will probably break if I seek using menus, but
20497 I didn't get there yet). VOBs and normal DVDs should now work.
20498 Add a mpeg2-only pad with high rank so this get autoplugged for
20500 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20501 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20502 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20503 (gst_mpeg_demux_get_audio_stream),
20504 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20505 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20506 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20507 MPEG-1 but use dvddemux for MPEG-2.
20508 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20509 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20510 (gst_mpeg_parse_parse_packhead):
20511 Timing. Only add pad template if it exists. Add sink template from
20512 class and not from ourselves. This means we will always use the
20513 correct sink template even if it is not the one defined in this
20516 2004-09-29 Wim Taymans <wim@fluendo.com>
20518 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20519 (gst_mpeg_demux_parse_pes):
20520 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20521 Fix playback of mpeg again, timestamps where screwed up by
20524 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20526 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20527 Only return true if we actually filled something in. Prevents
20528 player applications from showing a random length for flac files.
20529 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20530 (gst_riff_read_use_event), (gst_riff_read_handle_event),
20531 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20532 (gst_riff_read_strf_vids_with_data),
20533 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20534 OK, ok, so I implemented event handling. Apparently it's normal
20535 that we receive random events at random points without asking
20537 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20538 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20539 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20540 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20541 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20542 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20543 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20544 * gst/avi/gstavidemux.h:
20545 Implement non-lineair chunk handling and subchunk processing.
20546 The first solves playback of AVI files where the audio and video
20547 data of individual buffers that we read are not synchronized.
20548 This should not happen according to the wonderful AVI specs, but
20549 of course it does happen in reality. It is also a prerequisite for
20550 the second. Subchunk processing allows us to cut chunks in small
20551 pieces and process each of these pieces separately. This is
20552 required because I've seen several AVI files with incredibly large
20553 audio chunks, even some files with only one audio chunk for the
20554 whole file. This allows for proper playback including seeking.
20555 This patch is supposed to fix all AVI A/V sync issues.
20556 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20557 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20559 * gst/modplug/gstmodplug.cc:
20560 Proper return value setting for the query() function.
20561 * gst/playback/gstplaybasebin.c: (setup_source):
20562 Being in non-playing state (after, e.g., EOS) is not necessarily
20563 a bad thing. Allow for that. This fixes playback of short files.
20564 They don't actually playback fully now, because the clock already
20565 runs. This means that small files (<500kB) with a small length
20566 (<2sec) will still not or barely play. Other files, such as mod
20567 or flx, will work correctly, however.
20569 2004-09-28 Wim Taymans <wim@fluendo.com>
20571 * ext/speex/gstspeex.c: (plugin_init):
20572 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20573 (gst_speex_dec_class_init), (speex_dec_get_formats),
20574 (speex_get_event_masks), (speex_get_query_types),
20575 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20576 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20577 (gst_speexdec_get_property), (gst_speexdec_set_property),
20578 (speex_dec_change_state):
20579 * ext/speex/gstspeexdec.h:
20580 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20581 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20582 (gst_speexenc_base_init), (gst_speexenc_class_init),
20583 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20584 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20585 (gst_speexenc_src_query), (gst_speexenc_init),
20586 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20587 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20588 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20589 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20590 (gst_speexenc_chain), (gst_speexenc_get_property),
20591 (gst_speexenc_set_property), (gst_speexenc_change_state):
20592 * ext/speex/gstspeexenc.h:
20593 Rewrote speex encoder, make sure it can be embedded in ogg.
20594 Implemented speex decoder.
20596 2004-09-28 Christian Schaller <christian@fluendo.com>
20599 Remove kioslave plugin. Markey is brewing a new working one
20600 * ext/Makefile.am: Remove kioslave plugin
20602 * gst-plugins.spec.in: remove kio plugin from spec
20604 2004-09-27 Wim Taymans <wim@fluendo.com>
20606 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20607 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20608 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20609 (gst_multifdsink_new_client),
20610 (gst_multifdsink_handle_client_write),
20611 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20612 (gst_multifdsink_handle_clients):
20613 * gst/tcp/gstmultifdsink.h:
20614 Make syncing to keyframes actually work for new clients and lagging
20617 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
20619 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20620 (gst_navigationtest_handle_src_event), (draw_box_planar411),
20621 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20622 * gst/debug/gstnavigationtest.h:
20623 make navigationtest display button-press and button-release events
20625 2004-09-26 Iain <iaingnome@gmail.com>
20627 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20628 the channels have received a new media event.
20629 (interleave_buffered_loop): Compresses a new media event on all
20632 2004-09-26 Iain <iaingnome@gmail.com>
20634 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20635 call the sinkpad's default event handler and not the srcpads. He also
20636 says this is confusing :)
20637 (gst_wavenc_stop_file): Company says that seek events only go upstream
20638 we should send a discontinuous downstream instead.
20640 2004-09-25 Christian Schaller <christian@fluendo.com>
20642 * Update SPEC file to be usable in conjunction with Fedora Core,
20643 Fedora.us and freshrpms packages
20644 * Fix typo in multifilesrc test Makefile
20646 2004-09-24 Wim Taymans <wim@fluendo.com>
20648 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20649 Only signal the no_more_pads signal when we have
20650 added the stream to our list.
20652 2004-09-24 Wim Taymans <wim@fluendo.com>
20654 * gst/playback/gstplaybasebin.c: (remove_prerolls),
20656 * gst/playback/gstplaybasebin.h:
20657 * gst/playback/gstplaybin.c: (setup_sinks):
20658 Don't try to preroll or decode more than one audio/video
20661 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20663 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20664 Throw error if we failed to find a suitable output. This should
20665 throw an error if we successfully set up a pipeline (e.g. because
20666 we recognized a media file) but found no decodable streams in it
20667 (e.g. because it contains only media stream types for which we
20668 have no decoders, or because it's not a media type).
20670 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20672 * ext/dirac/Makefile.am:
20673 * ext/dirac/gstdirac.cc:
20674 * ext/dirac/gstdiracdec.cc:
20675 * ext/dirac/gstdiracdec.h:
20676 Do something. Don't actually know if this works because I don't
20677 have a demuxer yet.
20678 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20679 Add channels=1 to caps returned from _getcaps().
20680 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20681 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20682 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20683 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20684 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20685 (gst_ogm_parse_change_state):
20686 Separate between audio/video so ogmaudioparse actually uses the
20687 audio pad templates. Both audio and video work now, including
20688 autoplugging. Also use sometimes-srcpad hack.
20689 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20690 Handle events better. Don't hang on infinite loops.
20691 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20692 (gst_avi_demux_init), (gst_avi_demux_reset),
20693 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20694 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20695 (gst_avi_demux_change_state):
20696 * gst/avi/gstavidemux.h:
20697 Improve A/V sync. Still not perfect.
20698 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20699 (gst_ebml_read_skip):
20700 Handle events better.
20701 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20702 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20703 (qtdemux_audio_caps):
20704 Add IMA4. Improve event handling. Save offset after a seek when
20705 the headers are at the end of the file so that we don't end up in
20707 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20708 Add low-priority typefind support for files with no length.
20710 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20712 * testsuite/multifilesink/Makefile.am:
20715 2004-09-22 Julien MOUTTE <julien@moutte.net>
20717 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20718 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20719 mistakes from thaytan's patches.
20721 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
20723 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20724 For completeness, XSync in the destroy function as xvimage does.
20726 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
20728 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20729 Correct caps negotiation
20730 * gst/volume/gstvolume.c: (volume_chain_float),
20731 (volume_chain_int16):
20732 Modify debug output to be little more informative
20733 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20734 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20735 (gst_xvimagesink_xvimage_destroy):
20736 Add XSync calls after detaching from the shared memory segment to
20739 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20741 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20742 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20743 * ext/vorbis/vorbis.c: (plugin_init):
20744 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20745 (gst_vorbisenc_chain):
20746 * ext/vorbis/vorbisenc.h:
20747 remove explicit newmedia support from oggmux and vorbisenc
20748 add debug category to vorbisenc
20749 * gst/multifilesink/gstmultifilesink.c:
20750 (gst_multifilesink_class_init), (gst_multifilesink_init),
20751 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20752 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20753 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20755 * gst/multifilesink/gstmultifilesink.h:
20756 add support for streamheader in multifilesink
20758 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20760 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20761 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20762 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20763 Prevent infinite loops. More correct error reporting.
20764 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20765 Error out if negotiation fails.
20766 * gst/playback/gstplaybasebin.c: (setup_source),
20767 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20768 (gst_play_base_bin_found_tag):
20769 Error/tag forwarding. Pre-roll fixes for source errors on state
20770 changes (e.g. "file does not exist") to prevent hangs.
20772 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20774 * testsuite/multifilesink/Makefile.am:
20775 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20776 (gst_newmedia_class_init), (gst_newmedia_init),
20777 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20778 (newfile_signal), (test_signal), (main):
20779 * testsuite/multifilesink/multifilesrc_test.c: (main):
20780 * testsuite/multifilesink/oggtheora_test.c:
20781 (gst_newmedia_base_init), (gst_newmedia_class_init),
20782 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20783 (test_format), (newfile_signal), (test_signal), (main):
20784 * testsuite/multifilesink/oggvorbis_test.c:
20785 (gst_newmedia_base_init), (gst_newmedia_class_init),
20786 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20787 (test_format), (newfile_signal), (test_signal), (main):
20788 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20789 (gst_newmedia_class_init), (gst_newmedia_init),
20790 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20791 (newfile_signal), (test_signal), (main):
20794 2004-09-20 Christian Schaller <christian@fluendo.com>
20796 * Fix mikmod license to LGPL as they have relicensed
20797 * Move Dirac and Effectv into LGPL section of README_license
20799 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20801 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20802 (gst_mad_change_state):
20803 Allow for mp3 rate/channels changes. However, only very
20804 conservatively. Reason that we *have* to enable this is smiply
20805 because the mad find_sync() function is not good enough, it will
20806 regularly sync on random data as valid frames and therefore make
20807 us provide random caps as *final* caps of the stream. The best fix
20808 I could think of is to simply require several of the same stream
20809 changes in a row before we change caps.
20810 The actual testcase that works now is #
20811 * ext/ogg/Makefile.am:
20812 * ext/ogg/gstogg.c: (plugin_init):
20813 * ext/ogg/gstogmparse.c:
20814 OGM support (video only for now; I need an audio sample file).
20815 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20816 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
20817 (gst_asf_demux_add_video_stream):
20819 * gst/playback/gstplaybasebin.c: (unknown_type):
20820 Don't error out on single unknown-types after all. It's wrong.
20821 If we found type of video and audio but not of a subtitle stream,
20822 it will still error out (which is unwanted). Will find a better fix
20824 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
20825 (ogmaudio_type_find), (plugin_init):
20828 2004-09-20 Johan Dahlin <johan@gnome.org>
20830 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
20831 after setting caps.
20833 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20835 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
20836 * gst/wavenc/gstwavenc.h:
20837 Added newmedia support to wavenc
20839 2004-09-17 Wim Taymans <wim@fluendo.com>
20841 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
20842 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20843 (gst_fdset_fd_can_write), (gst_fdset_wait):
20844 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
20845 (gst_multifdsink_init), (gst_multifdsink_add),
20846 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
20847 (gst_multifdsink_remove_client_link),
20848 (gst_multifdsink_client_queue_buffer),
20849 (gst_multifdsink_handle_client_write),
20850 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
20851 (gst_multifdsink_close), (gst_multifdsink_change_state):
20852 * gst/tcp/gstmultifdsink.h:
20853 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20854 (gst_tcpserversink_removed):
20855 Small cleanups in fdset.c
20856 Use a hastable to map fd to the client structure for faster
20857 lookup in _remove and get_stats.
20858 Added virtual function to close the fds.
20859 Handle clients even when the select/poll call was unblocked because
20861 Implement syncing to keyframe in the recovery procedure.
20863 2004-09-16 Iain <iaingnome@gmail.com>
20865 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
20868 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20870 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
20871 Caps are only set if the type of the stream is unknown, but this
20872 is initialized in ->init_stream(), so set to UNKNOWN after calling
20873 ->init_stream() so that capsnego starts.
20875 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20877 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20878 (gst_avi_demux_stream_data):
20879 Just hardcode for raw audio then. AVI audio sucks.
20881 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
20883 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20884 * gst/matroska/matroska-mux.c: (audiosink_templ),
20885 (gst_matroska_mux_audio_pad_link):
20886 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
20887 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
20889 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20891 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20892 (gst_avi_demux_stream_data):
20893 Try to fix a/v sync issues.
20895 2004-09-15 David Schleef <ds@schleef.org>
20897 * configure.ac: remove NASM check, since we don't use it. Update
20899 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
20900 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20901 Initialized variables.
20902 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20903 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
20904 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
20907 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20909 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20910 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
20911 * gst/avi/gstavidemux.h:
20912 Fix for compressed audio (mp3) timestamp generation. How did this
20915 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20917 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
20918 Volume is a double not a float.
20920 2004-09-15 Wim Taymans <wim@fluendo.com>
20922 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
20923 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20924 Don't close the fd in multifdsink as we didn't open it in the
20925 first place. Some cleanups.
20927 2004-09-15 Wim Taymans <wim@fluendo.com>
20929 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20930 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20931 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20932 Fix the case where the muxer would mark pages as delta
20933 frames when they are not (vorbis only ogg).
20935 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20937 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
20938 (gst_play_base_bin_change_state):
20939 Handle the case where we failed to setup a clear pipeline. This
20940 will throw an error (or EOS, another nice case) and if you don't
20941 catch that, the app will wait for the signal forever (and thus
20944 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20946 * ext/gnomevfs/gstgnomevfssink.c:
20947 (gst_gnomevfssink_uri_get_protocols):
20948 * ext/gnomevfs/gstgnomevfssrc.c:
20949 (gst_gnomevfssrc_uri_get_protocols):
20950 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20951 * ext/gnomevfs/gstgnomevfsuri.h:
20952 Use _uri_new() instead of _open(), so it doesn't take as long and
20953 Christophe's computer won't hang.
20954 * gst/playback/gstplaybasebin.c: (unknown_type):
20955 Throw error on unknown media type, so apps actually display it.
20957 2004-09-14 Brian Cameron <brian.cameron@sun.com
20959 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
20960 this script to work on Solaris since bash shell handles echo
20961 differenly than bash.
20963 2004-09-17 Wim Taymans <wim@fluendo.com>
20965 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
20966 (setup_source), (gst_play_base_bin_set_property),
20967 (gst_play_base_bin_add_element):
20968 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
20969 Some more work on making sure seeking pauses the pipeline and
20970 that changing the uri actually does something.
20972 2004-09-17 Wim Taymans <wim@fluendo.com>
20974 * gst/tcp/gstfdset.c: (gst_fdset_wait):
20975 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
20976 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
20977 (gst_tcpserversink_close):
20978 Be a bit more paranoid when freeing memory.
20980 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20982 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20983 (qtdemux_parse_trak):
20984 Don't crash by dividing by zero (see sample movie in #126922).
20986 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20988 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20989 Don't touch non-existing data (fixes crash on file in #140147).
20991 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20993 * gst/playback/gstplaybasebin.c:
20994 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
20995 Handle double disposals, and proper change of URIs.
20997 2004-09-13 Martin Eikermann <meiker@upb.de>
20999 * gst/mpegstream/gstmpegparse.c:
21000 fix synchronistation for streams recorded from digital PCR
21003 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21005 * ext/gnomevfs/Makefile.am:
21006 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21007 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21008 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21009 (gst_gnomevfssink_uri_get_type),
21010 (gst_gnomevfssink_uri_get_protocols),
21011 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21012 (gst_gnomevfssink_uri_handler_init),
21013 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21014 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21015 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21016 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21017 (gst_gnomevfssrc_uri_get_type),
21018 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21019 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21020 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21021 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21022 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21023 * ext/gnomevfs/gstgnomevfsuri.h:
21024 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21025 of fake URIs to see which this version of Gnome-VFS likes, and
21026 uses that for the Gst-URI interface. Makes playbin support http://
21027 streams. Also fix up some stupid behaviour in gnomevfssrc.
21029 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21031 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21032 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21033 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21034 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21035 Update mixer (to sync with other sessions) if we try to obtain
21036 a new value. This makes alsamixer work accross applications.
21037 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21038 Only call sync functions if we're running, else alsalib asserts.
21039 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21040 Sometimes fails to compile. Possibly a gcc bug.
21041 * gst/playback/gstplaybin.c: (gen_video_element),
21042 (gen_audio_element):
21043 Add a reference to an application-provided object, because we lose
21044 this same reference if we add it to the bin. If we don't do this,
21045 we can only use this object once and thus crash if we go from
21046 ready to playing, back to ready and back to playing again.
21047 Also add an audioscale element because several cheap soundcards -
21048 like mine - don't support all samplerates.
21049 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21050 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21051 Fix wrong order or PAR calls. Makes automatically obtained PAR
21052 from the X server atually being used.
21054 2004-09-12 David Schleef <ds@schleef.org>
21056 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21057 #151887, #152102, #152247.
21058 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21059 * examples/seeking/cdparanoia.c: same
21060 * examples/seeking/cdplayer.c: same
21061 * examples/seeking/seek.c: same
21062 * examples/seeking/spider_seek.c: same
21063 * examples/seeking/vorbisfile.c: same
21064 * examples/stats/mp2ogg.c: same
21065 * ext/esd/esdsink.c: (gst_esdsink_class_init),
21066 (gst_esdsink_dispose): Dispose of element properly.
21067 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21069 * ext/nas/nassink.c: (gst_nassink_class_init),
21070 (gst_nassink_dispose): Dispose of element correctly.
21071 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21072 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21073 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21074 Fix 64-bit warning.
21075 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21076 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21077 Fix 64-bit warning.
21079 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21081 * configure.ac : change speex detection as 1.1.6 now uses
21082 .pc/pkg-config and they changed their headers location.
21084 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
21086 * gst/matroska/matroska-mux.h:
21087 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21088 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21089 (gst_matroska_mux_write_data):
21090 Write multiple blocks/frames per cluster.
21091 Write meta-seek information (seek heads).
21093 2004-09-09 Scott Wheeler <wheeler@kde.org>
21095 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21096 (gst_play_bin_set_property), (gst_play_bin_get_property),
21097 (gen_audio_element), (gen_audio_element):
21098 Add a volume element / property to the pipeline.
21100 2004-09-07 Wim Taymans <wim@fluendo.com>
21102 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21103 Copy timestamps from the master pad to the output buffers.
21105 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21107 * ext/raw1394/gstdv1394src.c:
21108 throw errors when applicable
21110 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
21112 * gst/matroska/ebml-ids.h:
21113 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21114 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21115 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21116 automatically convert unix time <-> ebml time when reading/writing
21117 a date, use gst_ebml_write_uint to write CUETIME,
21118 not gst_ebml_write_date.
21119 * gst/matroska/matroska-ids.h:
21120 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21121 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21122 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21123 (gst_matroska_mux_write_data):
21124 Write track and segment UIDs, write muxing date, write
21125 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21126 Create cues for audio only files.
21128 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21130 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21131 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21132 Re-commit ALSA switches.
21133 * gst/adder/gstadder.c: (gst_adder_loop):
21134 64-bit fix (#151416).
21135 * gst/debug/progressreport.c: (gst_progressreport_report):
21136 64-bit fix (#151419).
21137 * gst/matroska/matroska-demux.c:
21138 (gst_matroska_demux_parse_contents):
21139 64-bit fix (#151420).
21140 * gst/playback/test3.c: (update_scale):
21141 64-bit fix (#151421).
21143 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21148 === release 0.8.4 ===
21150 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21152 * configure.ac: releasing 0.8.4, "Alias"
21154 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21156 * ext/theora/Makefile.am:
21157 fix makefile. Fixes #151462.
21159 2004-08-30 Wim Taymans <wim@fluendo.com>
21161 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21162 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21163 (gst_multifdsink_remove_client_link),
21164 (gst_multifdsink_client_queue_buffer),
21165 (gst_multifdsink_handle_client_write):
21166 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21167 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21168 Fix some memory leaks.
21170 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21172 Patch by: David Schleef
21176 rename our detection macro for V4L2. Fixes #151236.
21178 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21180 Patch by: David Schleef
21183 check to define LAMEPRESET. Fixes #151232.
21185 2004-08-27 David Schleef <ds@schleef.org>
21187 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21188 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21189 (gst_glimagesink_fixate): Move local variable declarations to
21190 make gcc-2.95 happy.
21192 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21195 bump nano for prerelease
21197 2004-08-27 David Schleef <ds@schleef.org>
21199 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21200 * sys/sunaudio/gstsunaudiosrc.c:
21201 * sys/sunaudio/gstsunaudiosrc.h:
21203 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21205 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21206 handle EOS correctly
21207 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21208 * gst/matroska/matroska-mux.h:
21209 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21210 VFW compatibility mode
21212 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21214 patch by: Zaheer Abbas Merali
21216 * ext/ogg/gstoggmux.c:
21217 * ext/vorbis/vorbisenc.c:
21218 * ext/vorbis/vorbisenc.h:
21221 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21223 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21224 fix byte order reversion on little endian machines.
21225 * gst/matroska/matroska-mux.c: (audiosink_templ),
21226 (gst_matroska_mux_audio_pad_link):
21227 add TTA codec to the list of supported codecs.
21228 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21229 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21230 (gst_matroska_mux_write_data):
21231 * gst/matroska/matroska-mux.h:
21232 write segment duration correctly, write muxing app string, fixes bugs
21233 #140897 and #140898.
21234 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21235 wait for all pads to be negotiated before starting to mux.
21237 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21239 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21240 * ext/lame/gstlame.h:
21241 Added new media support to lame
21243 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21245 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21246 send vorbis headers at the beginning of a stream, fixes bug #141554.
21247 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21249 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21250 (gst_matroska_demux_plugin_init):
21251 * gst/matroska/matroska-ids.h:
21252 enable demuxing of TTA audio streams, fixes bug #148951.
21253 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21254 enable typefinding for TTA audio files, fixes bug #148711.
21255 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21256 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21257 fixes playback of packed bitstream and xvid with bframes, bug #135407.
21259 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
21261 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21262 (gst_riff_read_element_data), (gst_riff_read_seek),
21263 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21264 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21267 2004-08-23 Iain <iaingnome@gmail.com>
21269 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21270 tags. They appear to be handled differently to normal.
21271 (tag_list_to_id3_tag_foreach): Ditto.
21273 2004-08-22 Wim Taymans <wim@fluendo.com>
21275 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21276 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21277 Make sure we never send -1 granulepos.
21279 2004-08-20 Wim Taymans <wim@fluendo.com>
21281 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21282 (gst_ogg_mux_loop):
21283 I will accept bitchslappings with non sharp objects.
21285 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21288 Clean up the test for lame presets
21290 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21293 * ext/lame/Makefile.am:
21294 * ext/lame/gstlame.c: (gst_lame_class_init),
21295 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21296 Only enable lame presets if version of lame has presets in API
21298 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
21299 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21300 * gst/udp/gstudpsrc.h:
21301 Don't call gst_pad_push in a get function. Fixes #150449
21303 2004-08-18 Wim Taymans <wim@fluendo.com>
21305 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21306 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21307 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21308 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21309 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21311 * gst/tcp/gstfdset.h:
21312 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21313 (gst_multifdsink_client_queue_buffer),
21314 (gst_multifdsink_handle_client_write):
21315 * gst/tcp/gstmultifdsink.h:
21316 Some extra checks in gstfdset.
21317 Only use send() when the fd is a socket. Don't try to
21318 read from write only fds.
21320 2004-08-18 Wim Taymans <wim@fluendo.com>
21322 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21323 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21324 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21325 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21327 Add more locking and bounds checking.
21329 2004-08-18 Wim Taymans <wim@fluendo.com>
21331 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21332 Realloc test fdset in the lock and right before starting
21333 the poll call. Bump the limit to 4096.
21335 2004-08-17 David Schleef <ds@schleef.org>
21337 * sys/sunaudio/Makefile.am:
21338 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21339 of rates and channels. Make debugging less obnoxious.
21341 Patch from Balamurali Viswanathan implementing a mixer for
21342 Sun audio. (bug #144091):
21343 * sys/sunaudio/gstsunelement.c:
21344 * sys/sunaudio/gstsunelement.h:
21345 * sys/sunaudio/gstsunmixer.c:
21346 * sys/sunaudio/gstsunmixer.h:
21348 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21350 * gst/audioscale/gstaudioscale.c:
21351 * gst/audioscale/gstaudioscale.h:
21352 made audioscale resample from any sample rate to any sample rate
21354 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21356 * ext/libpng/gstpngdec.c:
21357 error out on unsupported types
21359 2004-08-17 Iain <iaingnome@gmail.com>
21361 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21362 mid_side and loose_mid_side properties if its a stereo stream.
21364 2004-08-17 Wim Taymans <wim@fluendo.com>
21366 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21367 (theora_get_formats), (theora_dec_src_convert),
21368 (theora_dec_sink_convert), (theora_dec_src_query),
21369 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21372 2004-08-17 Wim Taymans <wim@fluendo.com>
21374 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21375 (gst_ogg_pad_push):
21376 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21377 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21378 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21379 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21380 Mark delta units in the muxer.
21381 Try to decode the packet after an out-of-sync error from
21384 2004-08-17 Wim Taymans <wim@fluendo.com>
21386 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21387 (gst_multifdsink_init), (gst_multifdsink_add),
21388 (gst_multifdsink_client_queue_buffer),
21389 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21390 * gst/tcp/gstmultifdsink.h:
21391 Added option to send a keyframe to clients as the first buffer.
21392 Make timeout property writable.
21394 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21396 patch by: Wim Taymans
21398 * gst/tcp/gstfdset.c:
21399 * gst/tcp/gstmultifdsink.c:
21400 fix index comparison, should include 0
21402 2004-08-16 Wim Taymans <wim@fluendo.com>
21404 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21405 (gst_fdset_add_fd), (gst_fdset_remove_fd),
21406 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21407 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21409 copy when reallocing for poll so the select arguments don't get
21410 changed during the call
21412 2004-08-16 Wim Taymans <wim@fluendo.com>
21414 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21415 (gst_theora_enc_class_init), (theora_enc_sink_link),
21416 (theora_buffer_from_packet), (theora_enc_chain):
21417 Fix bug where buffers were not marked as keyframes
21420 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21422 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21423 (gst_lame_preset_get_type), (gst_lame_class_init):
21424 describe the enum values for vbr mode and presets more verbosely
21426 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21428 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21429 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21430 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21431 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21432 * ext/lame/gstlame.h:
21433 add preset property to lame so it can use lame presets
21435 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21437 * ext/lame/gstlame.c: (gst_lame_get_property):
21438 whoops forgot break, thanks teuf
21440 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21442 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21443 (gst_lame_class_init), (gst_lame_src_getcaps),
21444 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21445 (gst_lame_get_property), (gst_lame_setup):
21446 * ext/lame/gstlame.h:
21447 fix lame's broken vbr stuff, allow it to resample if need be, and also
21448 make xing header optional
21450 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21452 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21453 added getcaps function so samplerate doesnt get fixated to silly values
21455 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21457 * ext/lame/gstlame.c: (gst_lame_src_link):
21458 revert previous fix
21460 2004-08-12 Johan Dahlin <johan@gnome.org>
21462 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21463 checks. Doesn't matter what state we are in. Interfaces are a
21464 compile time thing, not runtime. It also broke the python bindings.
21466 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21468 * ext/lame/gstlame.c: (gst_lame_src_link):
21469 made source pad link function check if sinkpad is ok..fixes the problem
21470 where core fixates the output rate of lame stupidly
21472 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
21474 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21475 * sys/v4l/v4l_calls.c:
21476 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21477 fix fixate function to handle nonsimple caps.
21478 remove bogus check in _link
21481 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21483 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21484 set default compression ratio parameter to 0.0 so bitrate parameter
21487 2004-08-11 David Schleef <ds@schleef.org>
21489 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21491 2004-08-11 David Schleef <ds@schleef.org>
21493 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21496 2004-08-11 David Schleef <ds@schleef.org>
21498 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21500 2004-08-11 David Schleef <ds@schleef.org>
21502 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21504 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21505 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21507 * gst/auparse/gstauparse.c: Fix plugin license field.
21508 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21509 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21510 * gst/rtp/gstrtp.c: Fix plugin license field.
21512 2004-08-11 Wim Taymans <wim@fluendo.com>
21514 * gst/tcp/Makefile.am:
21515 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21516 (ensure_size), (gst_fdset_new), (gst_fdset_free),
21517 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21518 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21519 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21520 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21521 (gst_fdset_fd_can_write), (gst_fdset_wait):
21522 * gst/tcp/gstfdset.h:
21523 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21524 (gst_multifdsink_class_init), (gst_multifdsink_init),
21525 (gst_multifdsink_add), (gst_multifdsink_remove),
21526 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21527 (gst_multifdsink_remove_client_link),
21528 (gst_multifdsink_handle_client_read),
21529 (gst_multifdsink_client_queue_data),
21530 (gst_multifdsink_client_queue_caps),
21531 (gst_multifdsink_client_queue_buffer),
21532 (gst_multifdsink_handle_client_write),
21533 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21534 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21535 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21536 (gst_multifdsink_close):
21537 * gst/tcp/gstmultifdsink.h:
21538 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21539 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21540 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21541 (gst_tcpserversink_close):
21542 * gst/tcp/gsttcpserversink.h:
21543 Abstracted away the select call, implemented poll (yes we ran into
21544 the 1024 limit in production).
21546 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
21548 * gst/tcp/gsttcp.c:
21549 * gst/tcp/gsttcpplugin.c:
21550 improve debuggging, remove assert
21552 2004-08-10 Wim Taymans <wim@fluendo.com>
21554 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21555 (gst_client_status_get_type), (gst_multifdsink_class_init),
21556 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21557 (gst_multifdsink_handle_client_read),
21558 (gst_multifdsink_handle_client_write),
21559 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21560 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21561 (gst_multifdsink_get_property):
21562 * gst/tcp/gstmultifdsink.h:
21563 * gst/tcp/gsttcp-marshal.list:
21564 Starting to prepare for specifying buffer time in other units
21565 than buffers. Expose remove reason in signal.
21567 2004-08-10 Wim Taymans <wim@fluendo.com>
21569 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21570 (gst_multifdsink_remove), (gst_multifdsink_clear),
21571 (gst_multifdsink_remove_client_link),
21572 (gst_multifdsink_handle_client_read),
21573 (gst_multifdsink_client_queue_data),
21574 (gst_multifdsink_client_queue_buffer),
21575 (gst_multifdsink_handle_client_write),
21576 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21577 (gst_multifdsink_chain), (gst_multifdsink_close):
21578 * gst/tcp/gstmultifdsink.h:
21579 Added more debugging info. Changed the way clients are
21580 removed from the lists. Fixed a bug where a bad file descriptor
21581 could cause many clients to be removed.
21583 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
21585 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21586 allow all pixel-aspect-ratios, not just 1:1
21588 2004-08-09 David Schleef <ds@schleef.org>
21590 * sys/glsink/ARB_multitexture.h: Remove old files.
21591 * sys/glsink/EXT_paletted_texture.h:
21592 * sys/glsink/NV_register_combiners.h:
21593 * sys/glsink/gstgl_nvimage.c:
21594 * sys/glsink/gstgl_pdrimage.c:
21595 * sys/glsink/gstgl_rgbimage.c:
21596 * sys/glsink/gstglsink.c:
21597 * sys/glsink/gstglsink.h:
21598 * sys/glsink/gstglxwindow.c:
21599 * sys/glsink/regcomb_yuvrgb.c:
21601 2004-08-09 David Schleef <ds@schleef.org>
21603 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21604 GL sink plugin. (Bug #147302)
21606 * configure.ac: Test for OpenGL
21607 * sys/Makefile.am: Use test for OpenGL
21608 * sys/glsink/Makefile.am:
21609 * sys/glsink/glimagesink.c: rewrite
21610 * sys/glsink/glimagesink.h: rewrite
21612 2004-08-09 David Schleef <ds@schleef.org>
21614 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
21616 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21617 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21618 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21620 2004-08-09 Wim Taymans <wim@fluendo.com>
21622 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21623 (gst_multifdsink_add), (gst_multifdsink_get_stats),
21624 (gst_multifdsink_client_remove),
21625 (gst_multifdsink_handle_client_read),
21626 (gst_multifdsink_handle_client_write),
21627 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21628 Do a bit more logging, make the client_read code more robust.
21630 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21632 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21633 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21634 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21635 (gst_jpegdec_init), (gst_jpegdec_chain):
21636 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21637 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21638 cleanups, debugging fixes and memleak plugging
21640 2004-08-09 Wim Taymans <wim@fluendo.com>
21642 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21643 (theora_get_formats), (theora_dec_src_convert),
21644 (theora_dec_sink_convert), (theora_dec_src_query),
21645 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21646 (theora_dec_change_state):
21647 Don't crash on missing header packets.
21649 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21653 Added Albanian translation (Laurent Dhima)
21657 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21659 * ext/lame/gstlame.c:
21662 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21664 * sys/ximage/ximagesink.c:
21665 * sys/xvimage/xvimagesink.c:
21666 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
21668 2004-08-06 Wim Taymans <wim@fluendo.com>
21670 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21671 (gst_multifdsink_add), (gst_multifdsink_get_stats),
21672 (gst_multifdsink_client_remove),
21673 (gst_multifdsink_handle_client_read),
21674 (gst_multifdsink_handle_client_write),
21675 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21676 Make sure we don't try to read more from a client that what
21677 ioctl says us or we deadlock.
21679 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
21681 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21682 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21683 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21684 decouple running_time and n_frames so it can handle changing
21685 framerate while running
21687 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
21691 updated translations
21693 2004-08-04 Benjamin Otte <otte@gnome.org>
21695 * gst/videotestsrc/gstvideotestsrc.c:
21696 (gst_videotestsrc_get_capslist), (generate_capslist),
21698 generate the list of supported caps at startup and reuse it instead
21699 of always generating it
21701 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
21703 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21704 whoops, last checkin broke normal build
21706 2004-08-03 Benjamin Otte <otte@gnome.org>
21708 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21709 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21710 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21711 (gst_alsa_mixer_get_option):
21712 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21713 (dvdnavsrc_print_event):
21714 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21715 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21716 (gst_ogg_mux_pad_unlink):
21717 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21718 (gst_multipart_mux_pad_unlink):
21719 * gst/videofilter/gstvideobalance.c:
21720 (gst_videobalance_colorbalance_set_value):
21721 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21722 (gst_videomixer_pad_unlink):
21724 * sys/oss/gstossmixer.c:
21725 * sys/v4l/gstv4lcolorbalance.c:
21726 * sys/v4l/gstv4ltuner.c:
21727 * sys/v4l/v4lsrc_calls.c:
21728 * sys/v4l2/gstv4l2colorbalance.c:
21729 * sys/v4l2/gstv4l2tuner.c:
21730 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21732 2004-08-03 Benjamin Otte <otte@gnome.org>
21734 * examples/dynparams/filter.c: (ui_control_create):
21735 * examples/gstplay/player.c: (print_tag):
21736 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21737 * ext/gdk_pixbuf/gstgdkanimation.c:
21738 (gst_gdk_animation_iter_may_advance):
21739 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21740 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21741 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21742 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21743 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21744 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21745 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21746 * gst/sine/demo-dparams.c: (main):
21747 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21748 * testsuite/alsa/formats.c: (create_pipeline):
21749 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21750 fixes for G_DISABLE_ASSERT and friends
21751 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21752 (mp3_type_frame_length_from_header), (mp3_type_find),
21754 require mp3 typefinding to have at least MIN_HEADERS valid headers
21755 add typefinding for AAC adts files
21757 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
21759 * sys/ximage/ximagesink.c:
21760 (gst_ximagesink_calculate_pixel_aspect_ratio):
21761 * sys/xvimage/xvimagesink.c:
21762 (gst_xvimagesink_calculate_pixel_aspect_ratio):
21763 Make sure we calculate pixel-aspect-ratio using floating point maths
21765 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
21768 updated translation
21770 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
21772 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21773 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21774 add debugging for display PAR calculation
21776 2004-08-02 David Schleef <ds@schleef.org>
21778 * configure.ac: Fix mikmod CFLAGS.
21780 2004-07-27 Benjamin Otte <otte@gnome.org>
21782 * gst/audioscale/gstaudioscale.c:
21783 - fix templates to only support S16, it's the only format that works
21784 - make caps nego code use try_set_caps_nonfixed and fixation instead
21785 of try_set_caps twice, which is not nice for autopluggers
21786 - change rank to secondary, so autopluggers can pick it up after
21789 2004-08-02 Iain <iain@prettypeople.org>
21791 * gst/interleave/interleave.c (interleave_init),
21792 (interleave_request_new_pad),
21793 (interleave_pad_removed),
21794 (interleave_buffered_loop): Use the real pad count, not the artificial
21797 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21799 * configure.ac: bump nano back to development
21801 === release 0.8.3 ===
21803 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21805 * configure.ac: releasing 0.8.3, "Water"
21807 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21809 * sys/xvimage/xvimagesink.c:
21810 (gst_xvimagesink_calculate_pixel_aspect_ratio),
21811 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21812 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
21813 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21814 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21815 * sys/xvimage/xvimagesink.h:
21816 apply similar PAR fixes as to ximagesink
21818 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21820 patch from: Benjamin Otte
21822 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
21823 add link function to lame. Fixes #148986.
21825 2004-08-02 Johan Dahlin <johan@gnome.org>
21827 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
21830 2004-07-30 David Schleef <ds@schleef.org>
21832 * gst/videomixer/Makefile.am: Fix things that should have been
21833 fixed in the last checkin.
21835 2004-07-30 David Schleef <ds@schleef.org>
21837 * gst/multipart/Makefile.am: Fix things that should have been
21838 fixed in the last checkin.
21840 2004-07-30 David Schleef <ds@schleef.org>
21842 * testsuite/multifilesink/Makefile.am: Fix unused variable.
21844 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
21847 bump nano for prerelease
21859 2004-07-30 Wim Taymans <wim@fluendo.com>
21861 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21862 (gst_multifdsink_add), (gst_multifdsink_remove),
21863 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21864 (gst_multifdsink_client_remove),
21865 (gst_multifdsink_handle_client_write),
21866 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21867 * gst/tcp/gstmultifdsink.h:
21868 Recover from a select with a bad file descriptor by removing
21871 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
21874 fix requirement of core
21875 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
21876 (gst_play_pipeline_setup):
21877 don't use colorspace element. do use hermescolorspace element.
21878 make macro to get a colorspace element.
21879 mark strings for translation.
21891 update translations
21893 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21895 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
21896 fix default for newmedia flag
21898 2004-07-30 Wim Taymans <wim@fluendo.com>
21900 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21901 (gst_theora_dec_init), (theora_get_formats),
21902 (theora_dec_src_convert), (theora_dec_sink_convert),
21903 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21904 (theora_dec_chain), (theora_dec_set_property),
21905 (theora_dec_get_property):
21906 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21907 (gst_theora_enc_class_init), (gst_theora_enc_init),
21908 (theora_enc_sink_link), (theora_enc_chain),
21909 (theora_enc_set_property), (theora_enc_get_property):
21910 Added cropping option to theora decoder.
21911 Added border option to theora encoder.
21913 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21915 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21916 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21917 (gst_pngenc_set_property):
21918 * ext/libpng/gstpngenc.h:
21919 Added newmedia support to pngenc so now gst-launch-0.8 videotestsrc ! ffmpegcolorspace ! pngenc snapshot=false newmedia=true ! multifilesink location=blah%d.png works as expected
21921 2004-07-30 Wim Taymans <wim@fluendo.com>
21923 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21924 (theora_enc_sink_link), (theora_enc_chain),
21925 (theora_enc_set_property), (theora_enc_get_property):
21926 Fix encoding of non-multiple-of-16 video.
21928 2004-07-29 David Schleef <ds@schleef.org>
21930 * configure.ac: make test for audiofile more strict
21932 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
21934 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21935 give different names to typefind functions
21937 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
21939 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21940 (gst_ximagesink_calculate_pixel_aspect_ratio),
21941 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21942 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21943 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
21944 (gst_ximagesink_get_property), (gst_ximagesink_init):
21945 * sys/ximage/ximagesink.h:
21946 allocate PAR's dynamically.
21947 use autodetected PAR if no object-set PAR is given.
21948 add workaround for directfb's X not setting physical size.
21949 fix to xvimagesink will follow tomorrow.
21951 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21953 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
21954 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
21955 (gst_shout2send_get_type), (gst_shout2send_set_clock),
21956 (gst_shout2send_class_init), (gst_shout2send_init),
21957 (set_shout_metadata), (gst_shout2send_set_metadata),
21958 (gst_shout2send_chain), (gst_shout2send_set_property),
21959 (gst_shout2send_get_property), (gst_shout2send_connect),
21960 (gst_shout2send_change_state):
21961 * ext/shout2/gstshout2.h:
21962 - fix for sending mp3 audio to icecast2 server, if pad link function not
21963 called before PAUSED state
21964 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
21965 - added tagging support for mp3 audio broadcasted
21966 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
21969 2004-07-28 Wim Taymans <wim@fluendo.com>
21971 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
21972 (gst_ogg_demux_push):
21973 Return query failure when we don't know the length of
21974 an ogg stream insteda of returning TRUE with a bogus value.
21976 2004-07-28 Wim Taymans <wim@fluendo.com>
21978 * ext/theora/theoradec.c: (theora_get_formats),
21979 (theora_dec_src_convert), (theora_dec_sink_convert),
21980 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21981 (theora_dec_chain):
21982 Don't screw up the 1 Chroma for 1 luma sample situation when we
21983 have an odd offset/width by adding a black border in those cases.
21985 2004-07-28 Wim Taymans <wim@fluendo.com>
21987 * ext/theora/theoradec.c: (theora_get_formats),
21988 (theora_dec_src_convert), (theora_dec_sink_convert),
21989 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21990 (theora_dec_chain):
21991 * ext/theora/theoraenc.c: (theora_enc_sink_link):
21992 Added first attempt at cropping of the image as required by the
21993 theora spec. We need more properties in the caps (offset_x,
21994 offset_y,stride) to implement this correctly.
21996 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
21998 * ext/dvdnav/README:
21999 Update the README to use dvddemux
22000 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22001 Ensure getcaps returns a subset of the template caps
22002 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22003 (gst_mpeg2subt_init):
22004 Ensure getcaps returns a subset of the template caps
22005 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22006 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22007 (gst_dvd_demux_get_subpicture_stream),
22008 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22009 * gst/mpegstream/gstdvddemux.h:
22010 Set the explicit caps on the current_video pad before pushing
22012 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22013 (gst_mpeg_demux_get_audio_stream):
22014 Free caps used to gst_pad_set_explicit_caps, which takes a const
22017 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22019 * configure.ac: update GStreamer requirement to 0.8.4 because of
22022 2004-07-28 Wim Taymans <wim@fluendo.com>
22024 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22025 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22026 Add the pad to the element after setting up the caps. This
22027 makes it a lot easier to autoplug.
22029 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22031 * gst/median/gstmedian.c:
22032 * gst/mpeg2subt/gstmpeg2subt.c:
22033 * gst/mpegaudioparse/gstmpegaudioparse.c:
22034 * gst/mpegstream/gstdvddemux.c:
22035 * gst/mpegstream/gstmpegdemux.c:
22036 * gst/mpegstream/gstmpegpacketize.c:
22037 * gst/rtjpeg/gstrtjpeg.c:
22038 * gst/rtjpeg/gstrtjpegdec.c:
22039 * gst/rtjpeg/gstrtjpegenc.c:
22040 * gst/sine/gstsinesrc.c:
22041 * gst/smooth/gstsmooth.c:
22042 * gst/smpte/gstsmpte.c:
22043 * gst/smpte/gstsmpte.h:
22044 * gst/stereo/gststereo.c:
22045 * gst/videofilter/gstgamma.c:
22046 * gst/videofilter/gstvideobalance.c:
22047 * gst/videofilter/gstvideofilter.c:
22048 * gst/videofilter/gstvideoflip.c:
22049 * gst/videoscale/gstvideoscale.c:
22050 * gst/videoscale/videoscale.c:
22051 * gst/videotestsrc/gstvideotestsrc.c:
22052 * gst/videotestsrc/videotestsrc.c:
22053 * gst/wavenc/gstwavenc.c:
22054 * gst/wavparse/gstwavparse.c:
22055 fix local includes and 64 bits constants
22057 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22060 * gst-libs/gst/*/*.vcproj:
22062 more working plugins
22064 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22066 * testsuite/alsa/Makefile.am:
22067 * testsuite/alsa/srcstate.c:
22068 add test for alsasrc changing state
22070 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22072 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22074 * gst/silence/gstsilence.h:
22075 fix silence generation for 16bit raw audio
22077 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22079 * gst/matroska/matroska-demux.c:
22080 (gst_matroska_demux_parse_metadata),
22081 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22082 * gst/mpegaudio/common.c:
22083 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22084 (gst_videoscale_getcaps), (gst_videoscale_link),
22085 (gst_videoscale_src_fixate), (gst_videoscale_init),
22086 (gst_videoscale_finalize):
22087 * gst/videoscale/gstvideoscale.h:
22088 * gst/videotestsrc/gstvideotestsrc.c:
22089 (gst_videotestsrc_get_capslist):
22090 * gst/wavenc/gstwavenc.c:
22091 * sys/oss/gstossmixer.c: (fill_labels):
22092 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22093 (gst_ximagesink_handle_xevents),
22094 (gst_ximagesink_calculate_pixel_aspect_ratio),
22095 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22096 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22097 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22098 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22099 (gst_ximagesink_init), (gst_ximagesink_class_init):
22100 * sys/ximage/ximagesink.h:
22101 * sys/xvimage/xvimagesink.c:
22102 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22103 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22104 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22105 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22106 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22107 * sys/xvimage/xvimagesink.h:
22108 first batch of pixel aspect ratio commits.
22110 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22112 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22113 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22114 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22115 handle stride, needs work if we want to move stride handling
22116 upstream, but works correctly for our purposes.
22118 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22120 * gst/videoscale/README:
22121 add testing examples
22122 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22123 (gst_videoscale_chain):
22124 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22125 (gst_videoscale_get_size):
22126 add get_size function that handles stride like videotestsrc.
22127 fixes conversion for YUV formats for as much as I can test them.
22129 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22131 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22132 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22133 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22134 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22135 (gst_xvimagesink_xvimage_put):
22136 further cleanups, logging, error handling and synchronizing
22138 2004-07-27 Wim Taymans <wim@fluendo.com>
22140 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22141 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22142 (gst_videomixer_pad_set_property),
22143 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22144 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22145 (gst_videomixer_class_init), (gst_videomixer_init),
22146 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22147 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22148 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22149 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22150 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22151 (gst_videomixer_loop), (plugin_init):
22152 Be a nicer negotiation citizen and provide a getcaps function on
22153 the srcpad. This also fixes a crash when resizing.
22155 2004-07-27 Julien MOUTTE <julien@moutte.net>
22157 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22158 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22160 2004-07-27 Wim Taymans <wim@fluendo.com>
22162 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22163 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22164 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22165 (gst_pngenc_set_property):
22166 * ext/libpng/gstpngenc.h:
22167 Added snapshot property to pngenc.
22168 removed g_print from pngdec
22170 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22172 * gst/ac3parse/ac3parse.vcproj
22173 * gst/adder/adder.vcproj
22174 * gst/alpha/alpha.vcproj
22175 * gst/alpha/alphacolor.vcproj
22176 * gst/asfdemux/asf.vcproj
22177 * gst/audioconvert/audioconvert.vcproj
22178 * gst/audiorate/audiorate.vcproj
22179 * gst/audioscale/audioscale.vcproj
22180 * gst/auparse/auparse.vcproj
22181 * gst/avi/avi.vcproj
22182 * gst/cdxaparse/cdxaparse.vcproj
22183 * gst/chart/chart.vcproj
22184 * gst/colorspace/colorspace.vcproj
22185 * gst/cutter/cutter.vcproj
22186 * gst/debug/debug.vcproj
22187 * gst/debug/efence.vcproj
22188 * gst/debug/navigationtest.vcproj
22189 * gst/deinterlace/deinterlace.vcproj
22190 * gst/effectv/effectv.vcproj
22191 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22192 * gst/filter/filter.vcproj
22193 * gst/flx/flxdec.vcproj
22194 * gst/goom/goom.vcproj
22195 * gst/interleave/interleave.vcproj
22196 * gst/law/alaw.vcproj
22197 * gst/law/mulaw.vcproj
22198 * gst/matroska/matroska.vcproj
22199 * gst/median/median.vcproj
22200 * gst/mixmatrix/mixmatrix.vcproj
22201 * gst/mpeg1sys/mpeg1systemencode.vcproj
22202 * gst/mpeg1videoparse/mp1videoparse.vcproj
22203 * gst/mpeg2sub/mpeg2subt.vcproj
22204 * gst/mpegaudio/mpegaudio.vcproj
22205 * gst/mpegaudioparse/mpegaudioparse.vcproj
22206 * gst/mpegstream/mpegstream.vcproj
22207 * gst/multifilesink/multifilesink.vcproj
22208 * gst/multipart/multipart.vcproj
22209 * gst/oneton/oneton.vcproj
22210 * gst/overlay/overlay.vcproj
22211 * gst/passthrough/passthrough.vcproj
22212 * gst/qtdemux/qtdemux.vcproj
22213 * gst/realmedia/rmdemux.vcproj
22214 * gst/rtjpeg/rtjpeg.vcproj
22215 * gst/rtp/rtp.vcproj
22216 * gst/silence/silence.vcproj
22217 * gst/sine/sinesrc.vcproj
22218 * gst/smooth/smooth.vcproj
22219 * gst/smpte/smpte.vcproj
22220 * gst/spectrum/spectrum.vcproj
22221 * gst/speed/speed.vcproj
22222 * gst/stereo/stereo.vcproj
22223 * gst/switch/switch.vcproj
22224 * gst/tags/tagedit.vcproj
22225 * gst/tcp/tcp.vcproj
22226 * gst/typefind/typefindfunctions.vcproj
22227 * gst/udp/udp.vcproj
22228 * gst/videobox/videobox.vcproj
22229 * gst/videocrop/videocrop.vcproj
22230 * gst/videodrop/videodrop.vcproj
22231 * gst/videofilter/gamma.vcproj
22232 * gst/videofilter/videobalance.vcproj
22233 * gst/videofilter/videofilter.vcproj
22234 * gst/videofilter/videoflip.vcproj
22235 * gst/videoflip/videoflip.vcproj
22236 * gst/videomixer/videomixer.vcproj
22237 * gst/videorate/videorate.vcproj
22238 * gst/videoscale/videoscale.vcproj
22239 * gst/videotestsrc/videotestsrc.vcproj
22240 * gst/virtualdub/virtualdub.vcproj
22241 * gst/volenv/volenv.vcproj
22242 * gst/volume/volume.vcproj
22243 * gst/wavenc/wavenc.vcproj
22244 * gst/wavparse/wavparse.vcproj
22245 * gst/y4m/y4menc.vcproj
22246 * gst-libs/gst/audio/audio.vcproj
22247 * gst-libs/gst/audio/audiofilter.vcproj
22248 * gst-libs/gst/colorbalance/colorbalance.vcproj
22249 * gst-libs/gst/idct/idtc.vcproj
22250 * gst-libs/gst/media-info/media-info.vcproj
22251 * gst-libs/gst/mixer/mixer.vcproj
22252 * gst-libs/gst/navigation/navigation.vcproj
22253 * gst-libs/gst/play/play.vcproj
22254 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22255 * gst-libs/gst/resample/resample.vcproj
22256 * gst-libs/gst/riff/riff.vcproj
22257 * gst-libs/gst/tuner/tuner.vcproj
22258 * gst-libs/gst/video/video.vcproj
22259 * gst-libs/gst/xoverlay/xoverlay.vcproj
22260 avoid problems with math.h, fix release dependancy
22261 rename GStreamer-0.8.lib to libgstreamer.lib
22263 2004-07-27 Julien MOUTTE <julien@moutte.net>
22265 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22266 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22267 the atom is not available we have to unlock the mutex. Fixes #148023
22269 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22271 * gst-libs/gst/media-info/media-info.h:
22272 issue for a vararg macro with MSVC
22274 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22276 * gst/effectv/effectv.vcproj
22277 * gst-libs/gst/idct/idct.vcproj:
22278 * gst-libs/gst/media-info/media-info.vcproj:
22279 * gst-libs/gst/navigation/navigation.vcproj:
22280 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22281 * gst-libs/gst/video/video.vcproj:
22282 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22283 fixes for build problems
22285 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22287 * gst-libs/gst/audio/audio.def:
22288 * gst-libs/gst/audio/riff.def:
22289 add some definitions needed by plugins
22291 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22293 * gst/asfdemux/gstasfmux.c
22294 Fix some 64 bits constants to be glib friendly
22296 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22298 * gst/ac3parse/gstac3parse.c
22299 * gst/audioscale/gstaudioscale.c
22300 * gst/auparse/gstauparse.c
22301 * gst/colorspace/gstcolorspace.c
22302 * gst/colorspace/yuv2rgb.h
22303 local include fixes
22305 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22308 add more plugins to the build
22310 2004-07-26 Julien MOUTTE <julien@moutte.net>
22312 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22313 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22315 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22317 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22318 (gst_level_set_property), (gst_level_get_property),
22319 (gst_level_base_init), (gst_level_class_init):
22320 add debugging categories. cleanups.
22322 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22324 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22325 (gst_videoscale_planar411), (gst_videoscale_planar400),
22326 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22327 (gst_videoscale_scale_nearest_str1),
22328 (gst_videoscale_scale_nearest_str2),
22329 (gst_videoscale_scale_nearest_str4),
22330 (gst_videoscale_scale_nearest_16bit),
22331 (gst_videoscale_scale_nearest_24bit):
22332 fixed stride issues
22333 tested with 320x240 -> 321, 322, 324 x240
22334 tested with YV12, I420, YUY2, UYVY
22335 fixed packed422rev (don't think it could have worked before)
22336 by testing with UYVY
22338 2004-07-26 Benjamin Otte <otte@gnome.org>
22340 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22341 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22343 add debugging category, add error checks like checking return values
22344 of setup calls, make sure it still works after
22345 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22347 2004-07-26 Wim Taymans <wim@fluendo.com>
22349 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22350 (gst_mpeg_demux_get_audio_stream),
22351 (gst_mpeg_demux_process_private):
22352 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22353 Check for error codes from the negotiation functions. Make sure
22354 we really set the pad caps when a new pad is created.
22356 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22358 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22359 (gst_ffmpeg_caps_to_pix_fmt):
22360 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22361 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22362 (gst_ffmpegcolorspace_pad_link):
22363 don't make function do two things at the same time without reason.
22365 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22367 * gst/ac3parse/ac3parse.vcproj
22368 * gst/adder/adder.vcproj
22369 * gst/alpha/alpha.vcproj
22370 * gst/alpha/alphacolor.vcproj
22371 * gst/asfdemux/asf.vcproj
22372 * gst/audioconvert/audioconvert.vcproj
22373 * gst/audiorate/audiorate.vcproj
22374 * gst/audioscale/audioscale.vcproj
22375 * gst/auparse/auparse.vcproj
22376 * gst/avi/avi.vcproj
22377 * gst/cdxaparse/cdxaparse.vcproj
22378 * gst/chart/chart.vcproj
22379 * gst/colorspace/colorspace.vcproj
22380 * gst/cutter/cutter.vcproj
22381 * gst/debug/debug.vcproj
22382 * gst/debug/efence.vcproj
22383 * gst/debug/navigationtest.vcproj
22384 * gst/deinterlace/deinterlace.vcproj
22385 * gst/effectv/effectv.vcproj
22386 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22387 * gst/filter/filter.vcproj
22388 * gst/flx/flxdec.vcproj
22389 * gst/goom/goom.vcproj
22390 * gst/interleave/interleave.vcproj
22391 * gst/law/alaw.vcproj
22392 * gst/law/mulaw.vcproj
22393 * gst/matroska/matroska.vcproj
22394 * gst/median/median.vcproj
22395 * gst/mixmatrix/mixmatrix.vcproj
22396 * gst/mpeg1sys/mpeg1systemencode.vcproj
22397 * gst/mpeg1videoparse/mp1videoparse.vcproj
22398 * gst/mpeg2sub/mpeg2subt.vcproj
22399 * gst/mpegaudio/mpegaudio.vcproj
22400 * gst/mpegaudioparse/mpegaudioparse.vcproj
22401 * gst/mpegstream/mpegstream.vcproj
22402 * gst/multifilesink/multifilesink.vcproj
22403 * gst/multipart/multipart.vcproj
22404 * gst/oneton/oneton.vcproj
22405 * gst/overlay/overlay.vcproj
22406 * gst/passthrough/passthrough.vcproj
22407 * gst/qtdemux/qtdemux.vcproj
22408 * gst/realmedia/rmdemux.vcproj
22409 * gst/rtjpeg/rtjpeg.vcproj
22410 * gst/rtp/rtp.vcproj
22411 * gst/silence/silence.vcproj
22412 * gst/sine/sinesrc.vcproj
22413 * gst/smooth/smooth.vcproj
22414 * gst/smpte/smpte.vcproj
22415 * gst/spectrum/spectrum.vcproj
22416 * gst/speed/speed.vcproj
22417 * gst/stereo/stereo.vcproj
22418 * gst/switch/switch.vcproj
22419 * gst/tags/tagedit.vcproj
22420 * gst/tcp/tcp.vcproj
22421 * gst/typefind/typefindfunctions.vcproj
22422 * gst/udp/udp.vcproj
22423 * gst/videobox/videobox.vcproj
22424 * gst/videocrop/videocrop.vcproj
22425 * gst/videodrop/videodrop.vcproj
22426 * gst/videofilter/gamma.vcproj
22427 * gst/videofilter/videobalance.vcproj
22428 * gst/videofilter/videofilter.vcproj
22429 * gst/videofilter/videoflip.vcproj
22430 * gst/videoflip/videoflip.vcproj
22431 * gst/videomixer/videomixer.vcproj
22432 * gst/videorate/videorate.vcproj
22433 * gst/videoscale/videoscale.vcproj
22434 * gst/videotestsrc/videotestsrc.vcproj
22435 * gst/virtualdub/virtualdub.vcproj
22436 * gst/volenv/volenv.vcproj
22437 * gst/volume/volume.vcproj
22438 * gst/wavenc/wavenc.vcproj
22439 * gst/wavparse/wavparse.vcproj
22440 * gst/y4m/y4menc.vcproj
22441 more plugins supported under windows
22443 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22445 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22446 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22447 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22448 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22449 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22450 Add debugging statements. Use the sizes as returned by the
22451 *CreateImage calls.
22453 2004-07-26 Johan Dahlin <johan@gnome.org>
22455 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22456 the pad is negotiated.
22458 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22460 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22462 * gst-libs/gst/colorbalance/colorbalance.vcproj:
22463 * gst-libs/gst/idct/idct.vcproj:
22464 * gst-libs/gst/media-info/media-info.vcproj:
22465 * gst-libs/gst/mixer/mixer.vcproj:
22466 * gst-libs/gst/navigation/navigation.vcproj:
22467 * gst-libs/gst/play/play.vcproj:
22468 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22469 * gst-libs/gst/resample/resample.vcproj:
22470 * gst-libs/gst/tuner/tuner.vcproj:
22471 * gst-libs/gst/video/video.vcproj:
22472 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22473 more plugins supported under windows
22475 2004-07-25 Iain <iain@prettypeople.org>
22477 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22478 pad now rather than when the pad is created because state changes wipe
22479 explicit caps (fixes #148043).
22481 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
22483 reviewed by Benjamin Otte <otte@gnome.org>
22485 * ext/mad/gstmad.c:
22486 fix mad plugin crashing on Sun (fixes #148289)
22488 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22491 * gst/avi/avi.vcproj:
22492 * gst/matroska/matroska.def:
22493 * gst/matroska/matroska.vcproj:
22494 remove unused .def files
22496 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22498 * gst-libs/gst/audio/gstaudiofilter.c:
22499 Clean the local include
22501 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22504 * gst-libs/gst/audio/audio.def:
22505 * gst-libs/gst/audio/audio.vcproj:
22506 * gst-libs/gst/audio/audiofilter.vcproj:
22507 * gst-libs/gst/audio/riff.def:
22508 * gst-libs/gst/audio/riff.vcproj:
22509 * gst-libs/gst/gst-libs.def:
22510 * gst-libs/gst/gst-libs.vcproj:
22511 * gst/avi/avi.vcproj:
22512 * gst/avi/avi.vcproj:
22513 Copy the files where needed after building, cleaner projects
22515 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22517 * gst/matroska/ebml-write.c:
22518 Fix some 64 bits constants to be glib friendly
22520 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
22523 * gst-libs/gst/gst-libs.def:
22524 * gst-libs/gst/gst-libs.vcproj:
22525 * gst/matroska/matroska.def:
22526 * gst/matroska/matroska.vcproj:
22527 Add the preliminary canvas to build plugins on Win32
22529 2004-07-23 Benjamin Otte <otte@gnome.org>
22531 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22532 don't enfore negotiation from source side, it breaks
22533 sinesrc ! audioconvert ! osssink
22535 2004-07-22 David Schleef <ds@schleef.org>
22537 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22538 for ELF files, since they can easily be recognized as audio/mpeg.
22541 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22543 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22544 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22545 (gst_videoscale_scale_nearest_24bit),
22546 (gst_videoscale_scale_nearest_16bit):
22547 fix 16bit and 24bit for stride (24bit might need testing)
22548 don't pretend we do more than one algorithm
22550 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22554 * gst/multifilesink/Makefile.am:
22555 * gst/multifilesink/gstmultifilesink.c:
22556 (gst_multifilesink_get_formats),
22557 (gst_multifilesink_get_query_types), (_do_init),
22558 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22559 (gst_multifilesink_init), (gst_multifilesink_dispose),
22560 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22561 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22562 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22563 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22564 (gst_multifilesink_chain), (gst_multifilesink_change_state),
22565 (gst_multifilesink_uri_get_type),
22566 (gst_multifilesink_uri_get_protocols),
22567 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22568 (gst_multifilesink_uri_handler_init), (plugin_init):
22569 * gst/multifilesink/gstmultifilesink.h:
22570 * testsuite/Makefile.am:
22571 * testsuite/multifilesink/Makefile.am:
22572 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22573 (gst_newmedia_class_init), (gst_newmedia_init),
22574 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22575 (newfile_signal), (test_signal), (main):
22576 multifilesink plugin for creating new files every time a new media
22577 discontinuity event occurs
22579 2004-07-22 Wim Taymans <wim@fluendo.com>
22581 * gst/alpha/Makefile.am:
22582 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22583 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22584 (gst_alpha_color_init), (gst_alpha_color_set_property),
22585 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22586 (transform), (gst_alpha_color_chain),
22587 (gst_alpha_color_change_state), (plugin_init):
22588 Stupid plugin to to RGBA to AYUV conversion because none of
22589 the colorspace plugins can handle that yet.
22591 2004-07-22 Wim Taymans <wim@fluendo.com>
22593 * examples/seeking/seek.c: (update_scale), (main):
22594 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22595 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22596 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22597 (gst_decode_bin_init), (gst_decode_bin_dispose),
22598 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22599 (no_more_pads), (close_link), (type_found),
22600 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22602 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22603 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22604 (gst_play_base_bin_dispose), (queue_overrun),
22605 (gen_preroll_element), (remove_prerolls), (unknown_type),
22606 (no_more_pads), (new_stream), (setup_source),
22607 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22608 (play_base_eos), (gst_play_base_bin_change_state),
22609 (gst_play_base_bin_add_element),
22610 (gst_play_base_bin_remove_element),
22611 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22612 (gst_play_base_bin_unlink_stream),
22613 (gst_play_base_bin_get_streaminfo):
22614 * gst/playback/gstplaybin.c: (gen_video_element),
22615 (gen_audio_element):
22616 * gst/playback/gststreaminfo.h:
22617 More playback updates, attempt to fix things after the state change
22620 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22622 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22623 (gst_videoscale_scale_nearest_16bit):
22626 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22628 * gst/videotestsrc/gstvideotestsrc.c:
22629 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22630 (gst_videotestsrc_init), (gst_videotestsrc_get),
22631 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22632 (gst_videotestsrc_get_property):
22633 * gst/videotestsrc/gstvideotestsrc.h:
22634 * gst/videotestsrc/videotestsrc.c:
22635 * gst/videotestsrc/videotestsrc.h:
22636 cleanup and commenting
22638 2004-07-21 Wim Taymans <wim@fluendo.com>
22640 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22641 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22642 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22643 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22644 (_find_chain_get_unknown_part), (_find_streams_check),
22645 (gst_ogg_demux_push), (gst_ogg_pad_push):
22646 * ext/theora/theoradec.c: (theora_get_formats),
22647 (theora_dec_src_convert), (theora_dec_sink_convert),
22648 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22649 (theora_dec_chain):
22650 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22651 (vorbis_dec_convert), (vorbis_dec_src_query),
22652 (vorbis_dec_src_event), (vorbis_dec_event):
22653 More seeking fixes, oggdemux now supports seeking to time and
22654 uses the downstream element to convert granulepos to time.
22655 Seeking in theora-only ogg files now works.
22657 2004-07-21 Wim Taymans <wim@fluendo.com>
22659 * ext/theora/theoradec.c: (gst_theora_dec_init),
22660 (theora_get_formats), (theora_get_event_masks),
22661 (theora_get_query_types), (theora_dec_src_convert),
22662 (theora_dec_sink_convert), (theora_dec_src_query),
22663 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22664 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22665 (vorbis_get_event_masks), (vorbis_get_query_types),
22666 (gst_vorbis_dec_init), (vorbis_dec_convert),
22667 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22668 Added query/convert/formats functions to vorbis and theora decoders
22669 so that the outside world can use them too. Fixed seeking on an
22670 ogg/theora/vorbis file by disabling the seeking seeking on the
22673 2004-07-21 Julien MOUTTE <julien@moutte.net>
22675 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22676 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22677 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22678 images creation for both elements. We don't create the image on caps
22679 nego or renego, we just destroy the internal one if present if it does
22680 not match the needs. The chain function takes care of creating a new
22682 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22683 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22684 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22685 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22686 the image format information. The buffer pool checks for the context
22687 image format and discard images with different formats.
22688 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22690 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
22692 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22693 (gst_ffmpegcolorspace_chain):
22694 no point in doing any chaining if the pad we want to push from
22697 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
22699 * gst-libs/gst/riff/riff-media.c:
22700 (gst_riff_create_audio_caps_with_data):
22701 Fix double end-to-native symbol conversion (#148021).
22703 2004-07-20 David Schleef <ds@schleef.org>
22705 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22706 Don't use an Atom that doesn't exist.
22708 2004-07-20 Wim Taymans <wim@fluendo.com>
22710 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22711 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22712 (gst_multifdsink_client_remove),
22713 (gst_multifdsink_handle_client_write),
22714 (gst_multifdsink_queue_buffer):
22715 * gst/tcp/gstmultifdsink.h:
22716 More multifdsink stats. Avoid deadlock by releasing locks
22717 before sending out a signal.
22719 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
22723 added Hungarian translation (Laszlo Dvornik)
22725 2004-07-20 Wim Taymans <wim@fluendo.com>
22727 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22728 (gst_multifdsink_add), (gst_multifdsink_client_remove),
22729 (gst_multifdsink_handle_client_write),
22730 (gst_multifdsink_queue_buffer):
22731 * gst/tcp/gsttcp-marshal.list:
22732 Fixed the stupid marshal definition.
22734 2004-07-20 Wim Taymans <wim@fluendo.com>
22736 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22737 (gst_multifdsink_init), (gst_multifdsink_add),
22738 (gst_multifdsink_client_remove),
22739 (gst_multifdsink_handle_client_write),
22740 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22741 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22742 (gst_multifdsink_init_send):
22743 * gst/tcp/gstmultifdsink.h:
22744 Added more stats, added timeout for a client, fixed some typos
22745 and added some comments.
22747 2004-07-20 Wim Taymans <wim@fluendo.com>
22749 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22750 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22751 (gst_multifdsink_client_remove),
22752 (gst_multifdsink_handle_client_write):
22753 * gst/tcp/gstmultifdsink.h:
22754 * gst/tcp/gsttcp-marshal.list:
22755 Added get_stats method that returns a GValueArray of
22758 2004-07-19 Benjamin Otte <otte@gnome.org>
22760 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22761 make sure longname, description and author are valid UTF-8
22763 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
22765 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22766 (gst_ximagesink_set_property):
22767 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22768 (gst_xvimagesink_set_property):
22769 make sure SYNCHRONOUS is respected after getting the X context
22771 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
22773 * gst/matroska/matroska-demux.c:
22774 (gst_matroska_demux_handle_src_event),
22775 (gst_matroska_demux_parse_blockgroup):
22776 * gst/matroska/matroska-ids.h:
22777 add BlockReference tag and ignore it to clear out log.
22778 ignore NAVIGATION events to clear out log.
22780 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
22782 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22783 (gst_matroska_demux_add_stream):
22784 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22785 add debug categories
22787 2004-07-16 Wim Taymans <wim@fluendo.com>
22789 * ext/libpng/Makefile.am:
22790 * ext/libpng/gstpng.c: (plugin_init):
22791 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22792 (gst_pngdec_get_type), (gst_pngdec_base_init),
22793 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22794 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22795 * ext/libpng/gstpngdec.h:
22798 2004-07-16 Julien MOUTTE <julien@moutte.net>
22800 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22801 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22802 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22803 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22804 (gst_ximagesink_buffer_alloc):
22805 * sys/ximage/ximagesink.h:
22806 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22807 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22808 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22809 (gst_xvimagesink_buffer_alloc):
22810 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22811 again. Using internal data pointer of the x(v)image to store image's
22812 data to be coherent with the buffer alloc mechanism. Investigated the
22813 image destruction code to be sure that everything gets freed correctly.
22815 2004-07-16 Wim Taymans <wim@fluendo.com>
22817 * gst-libs/gst/riff/riff-read.c:
22818 (gst_riff_read_strf_vids_with_data),
22819 (gst_riff_read_strf_auds_with_data):
22820 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22821 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22822 Make sure we don't create 0 sized subbuffers in riff-read.
22823 Signal the no more pads signal after reading the avi header.
22825 2004-07-16 Wim Taymans <wim@fluendo.com>
22827 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22828 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22829 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22830 (gst_decode_bin_init), (gst_decode_bin_dispose),
22831 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22832 (no_more_pads), (close_link), (type_found),
22833 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22834 (gst_decode_bin_change_state), (plugin_init):
22835 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22836 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22837 (gst_play_base_bin_dispose), (queue_overrun),
22838 (gen_preroll_element), (remove_prerolls), (unknown_type),
22839 (no_more_pads), (new_stream), (setup_source),
22840 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22841 (play_base_eos), (gst_play_base_bin_change_state),
22842 (gst_play_base_bin_add_element),
22843 (gst_play_base_bin_remove_element),
22844 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22845 (gst_play_base_bin_unlink_stream),
22846 (gst_play_base_bin_get_streaminfo):
22847 * gst/playback/gstplaybasebin.h:
22848 Better error recovery. Added configurable preroll queue size. Faster
22849 detection of no-more-pads.
22851 2004-07-16 Wim Taymans <wim@fluendo.com>
22853 * gst-libs/gst/video/video.h:
22854 Added 32 bits RGBA. Not sure if we should use another mime-type
22855 for alpha rgb. Currently the presence of the alpha_mask property
22856 signals an alpha channel.
22858 2004-07-16 Wim Taymans <wim@fluendo.com>
22860 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22861 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22862 FPS seems to be 0.0 to MAX everywhere else.
22864 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
22866 * gst-libs/gst/riff/riff-media.c:
22867 (gst_riff_create_video_caps_with_data):
22868 mp42/mp43 (no caps) exist too.
22869 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
22870 Set pixel_width/height; we've got them in-caps.
22871 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22872 * gst/wavparse/gstwavparse.c: (plugin_init):
22873 Both are valid primary.
22874 * sys/oss/gstossmixer.c:
22875 Remove i18n hack and enable translations.
22877 2004-07-15 Benjamin Otte <otte@gnome.org>
22879 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22880 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
22881 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
22883 2004-07-15 Benjamin Otte <otte@gnome.org>
22885 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22886 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
22887 (gst_alsa_close_audio):
22888 disable some of the debugging code for now. Writing debugging to a
22889 buffer is broken in current alsalib releases.
22891 2004-07-12 Benjamin Otte <otte@gnome.org>
22893 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
22896 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
22898 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22899 (theora_dec_src_query), (theora_dec_event):
22900 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
22901 add debugging categories. Remove \n's.
22903 2004-07-13 Johan Dahlin <johan@gnome.org>
22905 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
22906 (gst_play_bin_get_property): Impl.
22908 2004-07-13 Wim Taymans <wim@fluendo.com>
22910 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
22911 When trying to find the stream length, seek back N pages
22912 instead of just one, where N is the number of streams in
22915 2004-07-13 Wim Taymans <wim@fluendo.com>
22917 * gst-libs/gst/riff/riff-media.c:
22918 (gst_riff_create_audio_caps_with_data),
22919 (gst_riff_create_audio_caps),
22920 (gst_riff_create_audio_template_caps):
22921 * gst-libs/gst/riff/riff-media.h:
22922 * gst-libs/gst/riff/riff-read.c:
22923 (gst_riff_read_strf_vids_with_data),
22924 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
22925 * gst-libs/gst/riff/riff-read.h:
22926 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22927 (gst_avi_demux_add_stream):
22928 Set codec_data on caps for avidemuxer.
22930 2004-07-12 David Schleef <ds@schleef.org>
22932 * configure.ac: Fix test for Objective C
22934 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
22935 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
22936 (gst_gdk_pixbuf_chain):
22937 Add svg and pcx to template caps, and ensure that getcaps returns a
22938 subset of the template caps.
22939 Copy each row manually for output, as gdkpixbuf may pad the
22940 rowstride to a 32-bit word boundary.
22942 2004-07-12 Wim Taymans <wim@fluendo.com>
22944 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
22945 (gst_riff_create_video_template_caps):
22946 Fix the template caps to include some more media types.
22948 2004-07-12 Wim Taymans <wim@fluendo.com>
22950 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22951 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22952 (compare_ranks), (print_feature), (gst_decode_bin_init),
22953 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22954 (try_to_link_1), (new_pad), (close_link), (type_found),
22955 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22956 (gst_decode_bin_change_state), (plugin_init):
22957 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22958 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22959 (gst_play_base_bin_dispose), (queue_overrun),
22960 (gen_preroll_element), (remove_prerolls), (no_more_pads),
22961 (new_stream), (setup_source), (gst_play_base_bin_set_property),
22962 (gst_play_base_bin_get_property), (play_base_eos),
22963 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22964 (gst_play_base_bin_remove_element),
22965 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22966 (gst_play_base_bin_unlink_stream),
22967 (gst_play_base_bin_get_streaminfo):
22968 * gst/playback/gstplaybasebin.h:
22969 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22970 (gst_play_bin_class_init), (gst_play_bin_init),
22971 (gst_play_bin_dispose), (gst_play_bin_set_property),
22972 (gst_play_bin_get_property), (gen_video_element),
22973 (gen_audio_element), (remove_sinks), (setup_sinks),
22974 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22975 (gst_play_bin_send_event), (gst_play_bin_get_formats),
22976 (gst_play_bin_convert), (gst_play_bin_get_query_types),
22977 (gst_play_bin_query), (plugin_init):
22978 * gst/playback/test4.c: (main):
22979 More fixes on reusing of the element.
22981 2004-07-11 Benjamin Otte <otte@gnome.org>
22983 * ext/mad/gstmad.c: (normal_seek):
22984 allow seeking for other methods than just SET
22986 2004-07-11 Andy Wingo <wingo@pobox.com>
22988 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
22989 float, "any" caps -> buffer_frames=[0,MAX].
22991 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
22992 doesn't intersect our caps with the template any more. Do it
22994 (interleave_buffered_loop): Use g_newa instead of malloc/free.
22996 2004-07-09 Wim Taymans <wim@fluendo.com>
22998 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22999 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23000 (compare_ranks), (print_feature), (gst_decode_bin_init),
23001 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23002 (try_to_link_1), (new_pad), (close_link), (type_found),
23003 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23004 (gst_decode_bin_change_state), (plugin_init):
23005 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23006 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23007 (gst_play_base_bin_dispose), (queue_overrun),
23008 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23009 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23010 (gst_play_base_bin_get_property), (play_base_eos),
23011 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23012 (gst_play_base_bin_remove_element),
23013 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23014 (gst_play_base_bin_unlink_stream),
23015 (gst_play_base_bin_get_streaminfo):
23016 * gst/playback/gstplaybasebin.h:
23017 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23018 (gst_play_bin_class_init), (gst_play_bin_init),
23019 (gst_play_bin_dispose), (gst_play_bin_set_property),
23020 (gst_play_bin_get_property), (gen_video_element),
23021 (gen_audio_element), (remove_sinks), (setup_sinks),
23022 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23023 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23024 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23025 (gst_play_bin_query), (plugin_init):
23026 * gst/playback/test4.c: (main):
23027 Work on object reuse and seeking.
23029 2004-07-09 Wim Taymans <wim@fluendo.com>
23031 * examples/seeking/seek.c: (iterate):
23032 Don't consume all CPU in the idle loop.
23034 2004-07-09 Wim Taymans <wim@fluendo.com>
23036 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23037 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23038 Add pad to element *after* setting the pad functions so that
23039 the scheduler can use the correct ones.
23041 2004-07-09 Wim Taymans <wim@fluendo.com>
23043 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23044 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23045 Sync to keyframe after seek
23047 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23049 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23050 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23051 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23052 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23053 * ext/libvisual/visual.c: (gst_visual_change_state):
23054 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23055 * ext/theora/theoradec.c: (theora_dec_change_state):
23056 * ext/theora/theoraenc.c: (theora_enc_change_state):
23057 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23058 * gst-libs/gst/navigation/navigation.c:
23059 * gst/adder/gstadder.c: (gst_adder_change_state):
23060 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23061 (gst_audio_convert_get_buffer):
23062 * gst/multipart/multipartdemux.c:
23063 (gst_multipart_demux_change_state):
23064 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23065 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23066 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23067 * gst/videoscale/gstvideoscale.c:
23068 (gst_videoscale_handle_src_event):
23069 * gst/volume/gstvolume.c: (volume_chain_int16):
23070 don't assert in state change, this should be done by the base
23072 various debugging fixes.
23074 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23077 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23078 (gst_play_dispose), (gst_play_set_location),
23079 (gst_play_set_data_src), (gst_play_set_video_sink),
23080 (gst_play_set_audio_sink), (gst_play_set_visualization),
23081 (gst_play_connect_visualization), (gst_play_get_sink_element),
23082 (gst_play_get_all_by_interface):
23083 * gst-libs/gst/play/play.h:
23084 add new method to get elements implementing an interface.
23085 add various error logging
23087 2004-07-08 Wim Taymans <wim@fluendo.com>
23089 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23090 (make_mpeg_pipeline), (make_mpegnt_pipeline),
23091 (make_playerbin_pipeline), (query_durations_elems),
23092 (query_durations_pads), (query_positions_elems),
23093 (query_positions_pads), (update_scale), (iterate), (stop_seek),
23095 Added playbin seeking example.
23097 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23099 * gst-libs/gst/play/play.c: (gst_play_set_location),
23100 (gst_play_set_data_src), (gst_play_set_video_sink),
23101 (gst_play_set_audio_sink), (gst_play_set_visualization),
23102 (gst_play_connect_visualization), (gst_play_get_framerate):
23103 use a macro to look up elements from hash table
23105 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23107 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23108 (gst_play_get_length_callback), (gst_play_set_location),
23109 (gst_play_seek_to_time), (gst_play_set_data_src),
23110 (gst_play_set_video_sink), (gst_play_set_audio_sink),
23111 (gst_play_set_visualization), (gst_play_connect_visualization),
23112 (gst_play_get_sink_element):
23113 - add debugging info
23114 - fix looking up sink elements by iterating over complete caps
23115 - put everything except for source and autoplugger in a complete bin
23117 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23119 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23120 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23121 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23122 (gst_alsa_sink_write), (gst_alsa_sink_loop):
23123 * ext/alsa/gstalsasink.h:
23124 - add debugging info
23125 - clean up schizophrenia of data/buffer/event
23126 - fix double event unref error
23128 2004-07-08 Wim Taymans <wim@fluendo.com>
23130 * gst/playback/Makefile.am:
23131 Add headers to noinst
23133 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23135 * tools/gst-launch-ext-m.m:
23136 * tools/gst-launch-ext.1.in:
23137 convert to the third millenium
23139 2004-07-07 David Schleef <ds@schleef.org>
23141 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23143 2004-07-07 Wim Taymans <wim@fluendo.com>
23145 * gst/playback/Makefile.am:
23146 * gst/playback/README:
23147 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23148 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23149 (compare_ranks), (print_feature), (gst_decode_bin_init),
23150 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23151 (try_to_link_1), (new_pad), (close_link), (type_found),
23152 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23154 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23155 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23156 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23157 (gen_preroll_element), (no_more_pads), (new_stream),
23158 (setup_source), (gst_play_base_bin_set_property),
23159 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23160 (gst_play_base_bin_add_element),
23161 (gst_play_base_bin_remove_element),
23162 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23163 (gst_play_base_bin_unlink_stream),
23164 (gst_play_base_bin_get_streaminfo):
23165 * gst/playback/gstplaybasebin.h:
23166 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23167 (gst_play_bin_class_init), (gst_play_bin_init),
23168 (gst_play_bin_dispose), (gst_play_bin_set_property),
23169 (gst_play_bin_get_property), (gen_video_element),
23170 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23171 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23172 (gst_play_bin_get_formats), (gst_play_bin_convert),
23173 (gst_play_bin_get_query_types), (gst_play_bin_query),
23175 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23176 (gst_stream_info_get_type), (gst_stream_info_class_init),
23177 (gst_stream_info_init), (gst_stream_info_new),
23178 (gst_stream_info_dispose), (gst_stream_info_set_property),
23179 (gst_stream_info_get_property):
23180 * gst/playback/gststreaminfo.h:
23181 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23183 * gst/playback/test2.c: (main):
23184 * gst/playback/test3.c: (update_scale), (main):
23185 More playbin fixes. Added README. Do better element filtering.
23186 Added base class to preroll media. Added test apps.
23188 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23190 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23191 * ext/mpeg2dec/gstmpeg2dec.h:
23192 various debugging improvements. Reset stream to next picture
23193 instead of sequence header, otherwise seeks cannot work.
23195 2004-07-07 Wim Taymans <wim@fluendo.com>
23197 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23198 (gst_video_box_class_init), (gst_video_box_set_property),
23199 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23200 Use pad_alloc where possible.
23202 2004-07-07 Wim Taymans <wim@fluendo.com>
23204 * sys/oss/gstosselement.c: (gst_osselement_reset),
23205 (gst_osselement_parse_caps):
23206 * sys/oss/gstosselement.h:
23207 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23208 Fix offset on osssrc.
23210 2004-07-07 Wim Taymans <wim@fluendo.com>
23212 * ext/theora/theora.c: (plugin_init):
23213 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23214 (theora_dec_src_query), (theora_dec_chain):
23215 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23216 (theora_enc_sink_link), (theora_buffer_from_packet),
23217 (theora_push_packet), (theora_enc_chain):
23218 Fix theora granulepos calculation.
23219 Fix overflow in duration/position calculation.
23220 Bump rank to PRIMARY for theoradec.
23221 Use granulepos of last packet to calculate position.
23222 Set keyframe flag on buffers when needed.
23224 2004-07-06 David Schleef <ds@schleef.org>
23226 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
23227 serious? (Fixed, obviously.)
23229 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
23233 added Czech translation (Miloslav Trmac)
23235 2004-07-05 Wim Taymans <wim@fluendo.com>
23237 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23238 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23239 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23240 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23241 (close_link), (type_found), (gst_decode_bin_set_property),
23242 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23243 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23244 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23245 (gst_decode_bin_query), (plugin_init):
23246 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23247 (gst_play_bin_class_init), (gst_play_bin_init),
23248 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23249 (get_video_element), (new_pad), (setup_source),
23250 (gst_play_bin_set_property), (gst_play_bin_get_property),
23251 (gst_play_bin_change_state), (gst_play_bin_add_element),
23252 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23253 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23254 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23255 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23256 * gst/playback/test.c: (main):
23257 More fixes, cleaned up playbin, make it use decodebin. Added
23258 threaded property to playbin.
23260 2004-07-05 Wim Taymans <wim@fluendo.com>
23263 * gst/playback/Makefile.am:
23264 * gst/playback/decodetest.c: (main):
23265 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23266 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23267 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23268 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23269 (close_link), (type_found), (gst_decode_bin_set_property),
23270 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23271 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23272 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23273 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23275 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23276 (gst_play_bin_class_init), (gst_play_bin_init),
23277 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23278 (collect_sink_pads), (find_compatibles), (close_pad_link),
23279 (try_to_link_1), (new_pad), (close_link), (type_found),
23280 (setup_source), (gst_play_bin_set_property),
23281 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23282 (compare_ranks), (gst_play_bin_collect_factories),
23283 (gst_play_bin_change_state), (gst_play_bin_add_element),
23284 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23285 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23286 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23287 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23288 * gst/playback/test.c: (main):
23289 Added some playback helper elements and some test apps, very alpha
23292 2004-07-04 Benjamin Otte <otte@gnome.org>
23294 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23295 only restart audio when we indeed have an xrun to fix repeated
23296 xruns. Fix suggested by Giuliano Pochini.
23298 2004-07-03 David Schleef <ds@schleef.org>
23300 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23301 call to gst_debug_log() if debugging is disabled (bug #145118)
23303 2004-07-03 Benjamin Otte <otte@gnome.org>
23305 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23306 use our own functions for restarting the alsa device.
23307 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23308 I should apply patches myself - use MIN for the third argument, not
23309 the second, this fixes seeking
23311 2004-07-02 David Schleef <ds@schleef.org>
23313 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23314 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
23317 2004-07-02 David Schleef <ds@schleef.org>
23319 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
23320 output buffers. Fix logic mistake. (bug #144866)
23322 2004-07-02 David Schleef <ds@schleef.org>
23324 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23325 on X. (bug #144753)
23327 2004-07-02 David Schleef <ds@schleef.org>
23329 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23330 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23332 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23333 (gst_osselement_rate_probe_check): Add another workaround for
23334 buggy drivers (bug #145336)
23336 2004-07-02 David Schleef <ds@schleef.org>
23338 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23339 Most systems don't have MSG_NOSIGNAL.
23341 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
23344 * gst-libs/gst/colorbalance/Makefile.am:
23345 * gst-libs/gst/mixer/Makefile.am:
23346 * gst-libs/gst/play/Makefile.am:
23347 * gst-libs/gst/tuner/Makefile.am:
23348 (hopefully) fix both install and dist and make error message useful.
23349 needs testing across automakes.
23351 2004-07-02 Benjamin Otte <otte@gnome.org>
23353 * ext/ogg/gstogg.c: (plugin_init):
23354 we require bytestream now
23355 * ext/ogg/gstoggdemux.c:
23356 huge diff to implement chain setup in a fast and generic way. This
23357 improves tag reading and startup of huge files (read: Theora videos)
23358 quite a bit. It probably contains bugs, too, so please test.
23359 Seeking is not improved to the fast method.
23361 2004-06-29 Wim Taymans <wim@fluendo.com>
23363 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23364 * ext/ogg/gstoggmux.c:
23365 Fix memleak in oggdemux when running unconnected pads.
23366 doc update in mux, start working on keyframe mode.
23368 2004-06-29 Benjamin Otte <otte@gnome.org>
23370 * sys/oss/gstosssink.c:
23371 * sys/oss/gstosssrc.c:
23372 advertise correct template caps - we indeed do non-native endianness
23373 and 8bit audio has no endianness
23374 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23375 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23376 avoid (wrong) duplications in getcaps function and return
23379 2004-06-29 Wim Taymans <wim@fluendo.com>
23381 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23382 (gst_multifdsink_class_init), (gst_multifdsink_add),
23383 (gst_multifdsink_remove), (gst_multifdsink_clear),
23384 (gst_multifdsink_client_remove),
23385 (gst_multifdsink_handle_client_read),
23386 (gst_multifdsink_client_queue_data),
23387 (gst_multifdsink_client_queue_caps),
23388 (gst_multifdsink_client_queue_buffer),
23389 (gst_multifdsink_handle_client_write),
23390 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23391 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23392 (gst_multifdsink_init_send), (gst_multifdsink_close):
23393 Fix wrong GList iteration that could crash the server when
23394 more then 2 clients disconnect at the same time. Read all the
23395 pending commands in one batch to recover from command storms under
23398 2004-06-28 Wim Taymans <wim@fluendo.com>
23400 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23401 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23402 (gst_videomixer_pad_set_property),
23403 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23404 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23405 (gst_videomixer_class_init), (gst_videomixer_init),
23406 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23407 (pad_zorder_compare), (gst_videomixer_sort_pads),
23408 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23409 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23410 (gst_videomixer_update_queues), (gst_videomixer_loop),
23412 Avoid divide by zero, choose masterpad as the pad with the highest
23415 2004-06-27 Julien Moutte <julien@moutte.net>
23417 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23418 (gst_ximagesink_xwindow_new):
23419 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23420 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23421 function directly. We might want to call it from somewhere else one day.
23423 2004-06-27 Julien Moutte <julien@moutte.net>
23425 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23426 (gst_ximagesink_xwindow_new):
23427 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23428 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23429 window decorations.
23431 2004-06-27 Wim Taymans <wim@fluendo.com>
23433 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23434 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23435 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23436 (gst_dvdec_set_property), (gst_dvdec_get_property):
23437 * ext/dv/gstdvdec.h:
23438 Implement drop_factor property to lower the framerate with
23441 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
23443 * gst-libs/gst/colorbalance/Makefile.am:
23444 * gst-libs/gst/mixer/Makefile.am:
23445 * gst-libs/gst/play/Makefile.am:
23446 * gst-libs/gst/tuner/Makefile.am:
23447 unbreak Company's fix that didn't install the -enum.h files
23449 2004-06-27 Wim Taymans <wim@fluendo.com>
23451 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23452 (gst_dvdec_change_state):
23453 * ext/dv/gstdvdec.h:
23454 Fix timestamp, duration and offset of the buffers.
23456 2004-06-27 Wim Taymans <wim@fluendo.com>
23458 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23459 (gst_multifdsink_class_init), (gst_multifdsink_add),
23460 (gst_multifdsink_remove), (gst_multifdsink_clear),
23461 (gst_multifdsink_client_remove),
23462 (gst_multifdsink_handle_client_read),
23463 (gst_multifdsink_client_queue_data),
23464 (gst_multifdsink_client_queue_caps),
23465 (gst_multifdsink_client_queue_buffer),
23466 (gst_multifdsink_handle_client_write),
23467 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23468 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23469 (gst_multifdsink_init_send), (gst_multifdsink_close):
23470 * gst/tcp/gstmultifdsink.h:
23471 * gst/tcp/gsttcpserversink.c:
23472 (gst_tcpserversink_handle_server_read),
23473 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23474 More multifdsink fixes, more recovery policy fixes.
23475 Removed stupid g_print
23477 2004-06-26 Wim Taymans <wim@fluendo.com>
23479 * gst/tcp/Makefile.am:
23480 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23481 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23482 (gst_multifdsink_class_init), (gst_multifdsink_init),
23483 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23484 (gst_multifdsink_handle_client_read),
23485 (gst_multifdsink_client_queue_data),
23486 (gst_multifdsink_client_queue_caps),
23487 (gst_multifdsink_client_queue_buffer),
23488 (gst_multifdsink_handle_client_write),
23489 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23490 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23491 (gst_multifdsink_chain), (gst_multifdsink_set_property),
23492 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23493 (gst_multifdsink_close), (gst_multifdsink_change_state):
23494 * gst/tcp/gstmultifdsink.h:
23495 * gst/tcp/gsttcpplugin.c: (plugin_init):
23496 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23497 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23498 (gst_tcpserversink_handle_server_read),
23499 (gst_tcpserversink_handle_select),
23500 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23501 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23502 * gst/tcp/gsttcpserversink.h:
23503 Added multifdsink, made tcpserversink a subclass of fdsink, removed
23504 one of the locks, added recovery policy to multifdsink.
23506 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23508 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23509 fix decision for when getting frames with same timestamp
23510 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23511 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23512 (gst_v4lsrc_get_property):
23513 * sys/v4l/gstv4lsrc.h:
23514 add latency offset property
23516 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23518 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23520 fix debugging. add category.
23522 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23524 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23527 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23529 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23530 (gst_alsa_src_get_time), (gst_alsa_src_loop),
23531 (gst_alsa_src_change_state):
23532 return a time that is in sync with the element's processing
23534 2004-06-25 Wim Taymans <wim@fluendo.com>
23536 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23537 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23538 (gst_tcpserversink_client_remove),
23539 (gst_tcpserversink_handle_client_read),
23540 (gst_tcpserversink_client_queue_data),
23541 (gst_tcpserversink_client_queue_caps),
23542 (gst_tcpserversink_client_queue_buffer),
23543 (gst_tcpserversink_handle_client_write),
23544 (gst_tcpserversink_queue_buffer),
23545 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23546 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23547 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23548 (gst_tcpserversink_close):
23549 * gst/tcp/gsttcpserversink.h:
23550 Serversink rewrite. Really do non blocking writes to clients and
23551 maintain an internal queue to handle slower clients while not
23552 disturbing fast clients.
23554 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23556 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23557 better debug, don't override OFFSET and OFFSET_END
23559 2004-06-25 Iain <iain@prettypeople.org>
23561 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23562 name=source for the wavparse pipeline.
23564 2004-06-24 Johan Dahlin <johan@gnome.org>
23566 * ext/theora/theoraenc.c (theora_enc_chain): Call
23567 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23568 streamheader caps are set correctly.
23570 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23572 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23573 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23574 respect minimum bitrate; same could be done for max bitrate
23576 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23578 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23579 (gst_vorbisenc_setup):
23580 fix sample rate range
23582 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23584 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23585 (gst_oggvorbisenc_setup):
23586 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23587 (gst_vorbisenc_setup):
23588 resolve ambiguities in code and description
23590 2004-06-24 Wim Taymans <wim@fluendo.com>
23592 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23593 * ext/alsa/gstalsa.h:
23594 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23595 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23596 Use alsa trigger_tstamp to get the timestamp of the first
23597 sample in the buffer for more precise sync. Some cleanups.
23599 2004-06-24 Wim Taymans <wim@fluendo.com>
23601 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23602 (gst_audiorate_init), (gst_audiorate_chain),
23603 (gst_audiorate_set_property), (gst_audiorate_get_property):
23604 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23605 (gst_videorate_chain):
23606 Added some logging, fixed an overflow bug in videorate.
23608 2004-06-24 Benjamin Otte <otte@gnome.org>
23610 * ext/kio/Makefile.am:
23611 fix for builddir != srcdir and distcheck
23613 2004-06-24 Benjamin Otte <otte@gnome.org>
23615 * gst-libs/gst/colorbalance/Makefile.am:
23616 * gst-libs/gst/mixer/Makefile.am:
23617 * gst-libs/gst/play/Makefile.am:
23618 * gst-libs/gst/tuner/Makefile.am:
23619 * gst/tcp/Makefile.am:
23620 * sys/dxr3/Makefile.am:
23621 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23623 Also add all *.list files that were missing.
23625 add a distcheck hook to ensure the above doesn't happen again.
23627 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
23629 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23631 2004-06-23 Colin Walters <walters@redhat.com>
23633 * m4/Makefile.am: Distribute gst-fionread.m4.
23635 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
23637 * configure.ac: back to dev
23639 2004-06-23 Wim Taymans <wim@fluendo.com>
23641 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23642 (gst_alsa_xrun_recovery):
23643 * ext/alsa/gstalsa.h:
23644 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23645 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23646 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23647 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23648 (gst_alsa_src_loop):
23649 Add clock to alsasrc. Take new capture timestamp when
23650 restarting after an overrun. Split up some functions between
23651 alsasrc and alsasink.
23653 === release 0.8.2 ===
23655 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
23657 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23658 (gst_alsa_change_state), (gst_alsa_update_avail),
23659 (gst_alsa_xrun_recovery):
23660 * ext/alsa/gstalsa.h:
23661 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23662 merge back changes from release
23664 2004-06-23 Wim Taymans <wim@fluendo.com>
23666 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23667 (gst_audiorate_init), (gst_audiorate_chain),
23668 (gst_audiorate_set_property), (gst_audiorate_get_property):
23669 Implement sample dropping and notify
23671 2004-06-22 Wim Taymans <wim@fluendo.com>
23673 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23674 (theora_enc_sink_link), (theora_buffer_from_packet),
23675 (theora_push_packet), (theora_enc_chain):
23676 Some cleanups, make sure the timestamps are correct.
23678 2004-06-22 Wim Taymans <wim@fluendo.com>
23680 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23681 (gst_alsa_change_state), (gst_alsa_update_avail),
23682 (gst_alsa_xrun_recovery):
23683 * ext/alsa/gstalsa.h:
23684 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23685 Cleanups, take queued samples into account when reporting
23688 2004-06-22 Wim Taymans <wim@fluendo.com>
23690 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23691 (gst_videorate_init):
23692 Initialize the property as well.
23694 2004-06-22 Wim Taymans <wim@fluendo.com>
23696 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23697 (gst_videorate_init), (gst_videorate_chain),
23698 (gst_videorate_set_property), (gst_videorate_get_property):
23699 Add property to make videorate silent.
23700 Add property to prefer new frames over old ones.
23702 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23704 * sys/osxvideo/Makefile.am:
23705 Workaround so that the osxvideo .so file gets linked with the
23706 Cocoa, OpenGL and QuickTime frameworks
23708 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23710 * sys/osxaudio/Makefile.am:
23711 Workaround so that the osxaudio .so file gets linked with the
23712 CoreAudio framework
23714 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23717 Whoops, my fault...fixed build issues
23719 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23722 Add objective-c support if running in Darwin/Mac OS X
23725 * sys/osxvideo/Makefile.am:
23726 * sys/osxvideo/osxvideosink.h:
23727 * sys/osxvideo/osxvideosink.m:
23728 * sys/osxvideo/cocoawindow.h:
23729 * sys/osxvideo/cocoawindow.m:
23730 Add osxvideosink, a cocoa-based osx video sink
23733 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
23734 * ext/dvdnav/gst-dvd:
23735 Grab the gconf key from the right spot
23736 * gst/debug/gstnavseek.c: (gst_navseek_init),
23737 (gst_navseek_segseek), (gst_navseek_handle_src_event),
23738 (gst_navseek_chain):
23739 * gst/debug/gstnavseek.h:
23740 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23741 and loop parameters of a segment seek.
23742 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23743 (gst_videotestsrc_get_event_masks),
23744 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23745 * gst/videotestsrc/gstvideotestsrc.h:
23746 Add seeking support to videotestsrc
23747 Initialise the timestamp_offset variable.
23749 2004-06-18 Wim Taymans <wim@fluendo.com>
23751 * ext/sidplay/gstsiddec.cc:
23752 Fix negotiation and set correct end offset.
23754 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
23756 * configure.ac: branch and prerelease
23758 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
23760 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23761 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23762 (gst_tcpclientsrc_init_receive):
23763 * gst/tcp/gsttcpclientsrc.h:
23764 read caps when connecting to server for GDP so we set them correctly
23766 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
23768 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23769 notify drops and duplicates
23770 * gst/videoscale/videoscale.c: (videoscale_get_structure):
23771 no good reason to limit ourselves to 100x100
23773 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
23775 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23776 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23777 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23778 (gst_v4lsrc_get_property):
23779 * sys/v4l/gstv4lsrc.h:
23780 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23781 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23782 (gst_v4l_set_audio):
23783 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23784 (gst_v4lsrc_try_capture):
23785 * sys/v4l/v4lsrc_calls.h:
23786 change try_palette to more general try_capture
23787 add autoprobe option so we can turn off autoprobing
23790 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
23794 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23795 (gst_ximagesink_class_init):
23796 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23797 (gst_xvimagesink_class_init):
23798 run them as finalize, not dispose, since dispose can be invoked
23801 2004-06-17 Wim Taymans <wim@fluendo.com>
23803 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23804 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23805 * ext/alsa/gstalsa.h:
23806 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23807 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23808 (gst_alsa_src_change_state):
23809 * ext/alsa/gstalsasrc.h:
23810 Make the xrun code timestamp and offset the buffers correctly.
23811 moved the clock to the base class, use alsa methods to get time.
23812 Do correct timestamping on outgoing buffers.
23814 2004-06-17 Wim Taymans <wim@fluendo.com>
23816 * gst/audiorate/Makefile.am:
23817 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
23818 (gst_audiorate_base_init), (gst_audiorate_class_init),
23819 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
23820 (gst_audiorate_set_property), (gst_audiorate_get_property),
23821 (gst_audiorate_change_state), (plugin_init):
23822 Added an audiorate converter that fills in gaps.
23824 2004-06-17 Johan Dahlin <johan@gnome.org>
23826 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
23828 2004-06-16 Wim Taymans <wim@fluendo.com>
23830 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
23831 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23832 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23833 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23834 (gst_v4lsrc_get_property):
23835 * sys/v4l/gstv4lsrc.h:
23836 Added a copy mode to v4lsrc where it will output a copied version
23837 of its internal hardware buffer.
23838 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
23841 2004-06-16 Wim Taymans <wim@fluendo.com>
23843 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23846 2004-06-16 Wim Taymans <wim@fluendo.com>
23848 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23849 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23850 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23851 (gst_v4lsrc_get_property):
23852 * sys/v4l/gstv4lsrc.h:
23853 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23854 Added a sync mode enum property to control v4lsrc timestamp method
23855 Removed the use-fixed-fps property and moved functionality in
23857 Don't error on an error value from v4l-conf, it might not always
23860 2004-06-16 Wim Taymans <wim@fluendo.com>
23862 * gst/videorate/Makefile.am:
23863 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
23864 (gst_videorate_base_init), (gst_videorate_class_init),
23865 (gst_videorate_getcaps), (gst_videorate_link),
23866 (gst_videorate_init), (gst_videorate_chain),
23867 (gst_videorate_set_property), (gst_videorate_get_property),
23868 (gst_videorate_change_state), (plugin_init):
23869 Added a video timestamp corrector.
23871 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23873 fixed a potential leak with previous commit
23875 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23877 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23879 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23880 Added missing refcount, fixes bug #144425
23881 Cheers Tim for finding the bug
23883 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
23885 * sys/v4l/gstv4l.c: (plugin_init):
23886 * sys/v4l/gstv4lcolorbalance.c:
23887 * sys/v4l/gstv4lcolorbalance.h:
23888 * sys/v4l/gstv4lelement.c:
23889 * sys/v4l/gstv4lelement.h:
23890 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23891 * sys/v4l/gstv4lmjpegsink.h:
23892 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23893 * sys/v4l/gstv4lmjpegsrc.h:
23894 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23895 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23896 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23897 * sys/v4l/gstv4lsrc.h:
23898 * sys/v4l/gstv4ltuner.c:
23899 * sys/v4l/gstv4ltuner.h:
23900 * sys/v4l/gstv4lxoverlay.c:
23901 * sys/v4l/gstv4lxoverlay.h:
23902 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23903 (gst_v4l_set_window), (gst_v4l_enable_overlay):
23904 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23905 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23906 (gst_v4l_set_audio):
23907 * sys/v4l/v4l_calls.h:
23908 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23909 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
23910 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
23911 (gst_v4lmjpegsink_playback_init),
23912 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
23913 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
23914 (gst_v4lmjpegsink_playback_stop),
23915 (gst_v4lmjpegsink_playback_deinit):
23916 * sys/v4l/v4lmjpegsink_calls.h:
23917 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23918 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
23919 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23920 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
23921 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
23922 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
23923 * sys/v4l/v4lmjpegsrc_calls.h:
23924 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23925 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
23926 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
23927 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
23928 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
23929 (gst_v4lsrc_try_palette):
23930 * sys/v4l/v4lsrc_calls.h:
23931 bunch of paranoia cleanups
23933 2004-06-14 David Schleef <ds@schleef.org>
23935 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
23936 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
23937 Send discont events and change timestamps appropriately when
23938 we get a seek event. (bug #144240)
23939 * ext/cdparanoia/gstcdparanoia.h:
23941 2004-06-14 Benjamin Otte <otte@gnome.org>
23943 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
23944 snd_pcm_hw_params_set_rate since the latter fails for no good
23945 reason on some setups.
23947 2004-06-14 David Schleef <ds@schleef.org>
23949 * gst/volume/demo.c: (value_changed_callback): exp10() is not
23950 standard. Thank you for playing.
23952 2004-06-14 Wim Taymans <wim@fluendo.com>
23954 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
23955 Patch 1.3 broke the ordering of the colorspace info and
23956 made the plugin basically work by coincidence, reordered
23959 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
23961 * ext/lame/gstlame.c:
23962 * ext/mad/gstmad.c:
23963 sync caps. Make sure mad can only output a list of rates, not
23964 a full range. In the future, have three caps lists for each of the
23965 mpeg versions. Change mpegversion to a double as well.
23967 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
23969 * gst/volume/.cvsignore:
23970 * gst/volume/Makefile.am:
23971 * gst/volume/demo.c: (value_changed_callback), (idler),
23972 (setup_gui), (main):
23973 added small demo app
23975 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
23976 * ext/esd/esdsink.c: (gst_esdsink_change_state):
23977 * ext/esd/esdsink.h:
23978 Close the esd connection on pause, because esd will just wait -
23979 blocking all other esd clients indefinitely.
23981 2004-06-12 Christophe Fergeau <teuf@gnome.org>
23983 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
23984 previous commit with GST_DEBUG
23986 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
23989 add a header check for a dvdread header in dvdnav. Fixes #133002
23991 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23993 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
23994 * gst/tcp/gsttcpclientsink.h:
23995 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
23996 * gst/tcp/gsttcpclientsrc.h:
23997 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
23998 (gst_tcpserversink_handle_server_read),
23999 (gst_tcpserversink_init_send):
24000 * gst/tcp/gsttcpserversink.h:
24001 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24002 * gst/tcp/gsttcpserversrc.h:
24003 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24006 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24009 Added ogg library so that OSX detects libtheora properly
24011 2004-06-11 Wim Taymans <wim@fluendo.com>
24013 * ext/theora/theoradec.c: (theora_dec_chain),
24014 (theora_dec_change_state):
24015 Don't try to decode frames before we received a keyframe.
24017 2004-06-11 Wim Taymans <wim@fluendo.com>
24019 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24020 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24021 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24022 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24023 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24024 Added property to set the maximum delay of a page.
24026 2004-06-10 Wim Taymans <wim@fluendo.com>
24028 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24029 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24030 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24031 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24032 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24033 Added max-delay property to control the maximum amount
24034 of data to put in one page.
24036 2004-06-10 Wim Taymans <wim@fluendo.com>
24038 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24039 (gst_theora_enc_init), (theora_enc_sink_link),
24040 (theora_buffer_from_packet), (theora_enc_set_property),
24041 (theora_enc_get_property):
24042 Set duration on encoded buffer, added some more properties
24044 2004-06-10 Wim Taymans <wim@fluendo.com>
24046 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24047 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24048 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24049 * ext/theora/theoraenc.c: (theora_enc_chain):
24050 Fix refcounting bugs
24052 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
24054 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24055 (gst_asf_demux_loop), (gst_asf_demux_process_file),
24056 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24057 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24058 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24059 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24060 (gst_asf_demux_change_state):
24061 * gst/asfdemux/gstasfdemux.h:
24062 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24063 feels like. I think we should set a new requirement for demuxers
24064 from now on to implement sane loop functions, data loops, query
24065 and seek functions before first commit into CVS. And this commit
24066 fixes all of the above.
24068 2004-06-10 Christophe Fergeau <teuf@gnome.org>
24070 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24071 vorbis comments are properly encoded in UTF-8 before adding them
24074 2004-06-09 Benjamin Otte <otte@gnome.org>
24076 * ext/alsa/gstalsa.c: (add_channels):
24077 handle min <= max correctly
24078 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24079 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24080 add fixation functions so we fixate correctly. No preferring of alaw
24081 anymore because it's the first structure.
24082 * ext/alsa/gstalsa.h:
24083 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24084 (gst_alsa_hw_params_dump):
24085 add functions to ease debugging in alsalib
24086 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24087 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24088 (gst_alsa_start_audio):
24089 only specify hw params if we really setup a format (fixes #134007 -
24090 or at least works around it)
24092 2004-06-09 Wim Taymans <wim@fluendo.com>
24094 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24095 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24096 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24097 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24098 (gst_ogg_mux_loop):
24099 Use stream caps to setup the initial pages in the ogg stream.
24100 Correctly set the streamheader caps on the srcpad.
24102 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
24104 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24105 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24106 (gst_v4lsrc_getcaps):
24107 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24108 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24109 add querying of fps lists for webcams. Negotiating to a framerate
24112 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24114 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24115 (theora_push_buffer), (theora_push_packet),
24116 (theora_set_header_on_caps), (theora_enc_chain):
24117 mark buffers and put on streamheader, raw theora streaming
24118 now works too, whee
24120 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24122 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24123 (gst_tcp_gdp_read_caps):
24124 do a looping read for caps and GDP headers too
24126 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24128 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24129 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24130 return EOS instead of NULL in _get
24132 2004-06-08 Wim Taymans <wim@fluendo.com>
24134 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24135 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24136 (gst_tcp_gdp_write_caps):
24137 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24138 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24139 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24142 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24144 * ext/vorbis/Makefile.am:
24145 * ext/vorbis/vorbis.c: (plugin_init):
24146 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24147 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24148 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24149 (vorbis_parse_change_state):
24150 * ext/vorbis/vorbisparse.h:
24151 adding a vorbisparse element that marks the buffers, streaming
24152 raw vorbis using GDP now works, whee
24154 2004-06-08 Wim Taymans <wim@fluendo.com>
24156 * ext/jpeg/Makefile.am:
24158 * ext/jpeg/gstjpeg.c: (plugin_init):
24159 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24160 (gst_smokedec_base_init), (gst_smokedec_class_init),
24161 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24162 * ext/jpeg/gstsmokedec.h:
24163 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24164 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24165 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24166 (gst_smokeenc_resync), (gst_smokeenc_chain),
24167 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24168 * ext/jpeg/gstsmokeenc.h:
24169 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24170 (smokecodec_flush_destination), (smokecodec_term_destination),
24171 (smokecodec_init_source), (smokecodec_fill_input_buffer),
24172 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24173 (smokecodec_term_source), (smokecodec_encode_new),
24174 (smokecodec_decode_new), (smokecodec_info_free),
24175 (smokecodec_set_quality), (smokecodec_get_quality),
24176 (smokecodec_set_threshold), (smokecodec_get_threshold),
24177 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24178 (find_best_size), (abs_diff), (put), (smokecodec_encode),
24179 (smokecodec_parse_header), (smokecodec_decode):
24180 * ext/jpeg/smokecodec.h:
24181 Added a new simple jpeg based codec
24183 2004-06-08 Wim Taymans <wim@fluendo.com>
24185 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24186 (gst_multipart_mux_loop):
24189 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24191 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24192 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24193 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24194 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24195 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24196 * gst/tcp/gsttcpserversink.h:
24197 take streamheader into account
24199 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24201 * gst/level/Makefile.am:
24202 * gst/level/gstlevel.c: (gst_level_class_init):
24203 clean up marshal generation
24205 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24207 * gst/tcp/Makefile.am:
24208 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24209 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24210 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24211 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24212 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24213 (gst_tcpclientsrc_get_property):
24214 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24215 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24216 (gst_tcpserversink_handle_client_read),
24217 (gst_tcpserversink_handle_client_write),
24218 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24219 * gst/tcp/gsttcpserversink.h:
24220 add signals client-added and client-removed
24221 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24222 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24223 (gst_tcpserversrc_get_property):
24224 uniformized, change default protocol to NONE
24225 * gst/tcp/gsttcp-marshal.list: added
24226 2004-06-07 Benjamin Otte <otte@gnome.org>
24228 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24229 handle discont events if they happen before caps nego
24231 2004-06-07 Wim Taymans <wim@fluendo.com>
24233 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24234 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24235 (gst_multipart_demux_plugin_init):
24236 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24237 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24238 (gst_multipart_mux_change_state):
24239 Small updates, fix a memleak
24241 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24243 * configure.ac: OSS portability
24244 * ext/arts/gst_arts.c: idem
24245 * sys/oss/gstosselement.c: idem
24246 * sys/oss/gstossmixer.c: idem
24247 * sys/oss/gstosssink.c: idem
24248 * sys/oss/gstosssrc.c: idem
24249 * sys/oss/oss_probe.c: idem
24250 - check for soundcard.h in different places for some BSD
24252 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
24255 Add me to the authors file
24257 Increase the libdv requirement to >= version 0.100
24258 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24259 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24260 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24261 * ext/dv/gstdvdec.h:
24262 Add support for the new_media flag when sending DISCONT events
24263 Make the querying work when video pad is not linked
24265 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24267 reviewed by Benjamin Otte <otte@gnome.org>
24269 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24270 create a NULL-initialized array of pads, so we don't think they
24271 exist already. (fixes #143130)
24273 2004-06-07 Benjamin Otte <otte@gnome.org>
24275 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24276 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24277 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24278 don't use // coments
24280 2004-06-07 Benjamin Otte <otte@gnome.org>
24282 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24283 cast to GstClockTime to get higher granularity
24284 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24285 use gst_element_set_time_delay to get the exact time
24286 * ext/mad/gstmad.c: (gst_mad_chain):
24287 use the negotiated rate instead of the current frame's rate which
24288 might be wrong because of bit errors. This avoids emitting totally
24289 bogus timestamps and screwing sync.
24292 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24294 reviewed by Benjamin Otte <otte@gnome.org>
24296 * gst/adder/gstadder.c: (gst_adder_loop):
24297 properly error out when no negotiation has happened yet. (fixes
24300 2004-06-06 Benjamin Otte <otte@gnome.org>
24302 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24303 forward correctly transformed offset in discont events. Based on
24304 patch by Arwed v. Merkatz. (fixes #142851)
24306 2004-06-06 David Schleef <ds@schleef.org>
24308 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24309 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
24310 problems on several systems.
24312 2004-06-06 Benjamin Otte <otte@gnome.org>
24314 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24315 use explicit caps on the srcpad
24316 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24317 properly error out if caps couldn't be set (fixes #142764)
24319 2004-06-06 Benjamin Otte <otte@gnome.org>
24321 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24322 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24323 (gst_alsa_start_audio):
24324 - don't call set_periods_integer anymore, it breaks the
24325 configuration randomly
24326 - call snd_pcm_hw_params_set_access directly instead of using masks
24327 - don't fail if the sw_params can't be set, just use the default
24328 params and hope it works. Alsalib has weird issues when you touch
24329 sw_params and does no proper error reporting about what failed.
24330 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24331 (gst_alsa_close_audio):
24332 make our alsa debugging go via gst debugging and not conditionally
24334 * ext/alsa/gstalsa.h:
24335 add ALSA_DEBUG_FLUSH macro
24336 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24338 wrap alsa errors to be printed via the gst debugging system and not
24341 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24343 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24344 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24345 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24346 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24347 (qtdemux_parse_trak):
24348 * gst/qtdemux/qtdemux.h:
24349 Bitch. Also known as seeking, querying & co.
24350 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24351 (gst_osssink_change_state):
24352 * sys/oss/gstosssink.h:
24353 Resyncing is for weenies, this hack is no longer needed and was
24354 broken anyway (since it - unintendedly - always leaves resync to
24357 2004-06-05 Andrew Turner <zxombie@hotpop.com>
24359 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24360 * gst/tcp/gsttcpclientsrc.h: idem
24361 - define MSG_NOSIGNAL if not done
24362 - include unistd.h for off_t
24365 2004-06-05 Benjamin Otte <otte@gnome.org>
24368 * ext/kio/Makefile.am:
24369 check for qt's moc preprocessor explicitly and use it
24371 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24373 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24374 don't get a signal for EPIPE on socket writes
24375 (somebody check if this works on other platforms)
24377 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24379 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24380 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24381 check error condition on available samples correctly
24383 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24385 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24387 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24388 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24389 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24390 (gst_tcpserversrc_gdp_read_header):
24391 use ssize_t over size_t since the former is signed and thus the
24392 check for error codes can work
24394 2004-06-02 Wim Taymans <wim@fluendo.com>
24398 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24399 (gst_multipart_mux_loop):
24402 2004-06-02 Wim Taymans <wim@fluendo.com>
24404 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24405 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24406 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24407 (gst_multipart_mux_change_state):
24408 Added configurable boundary specifier, added the value as a
24409 caps field as well.
24411 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24413 * gst/tcp/gsttcp.c:
24414 * gst/tcp/gsttcpclientsrc.c:
24415 * gst/tcp/gsttcpclientsrc.h:
24416 * gst/tcp/gsttcpserversrc.c:
24417 - portability fix, to compile on OSX
24420 * sys/osxaudio/gstosxaudioelement.c:
24421 * sys/osxaudio/gstosxaudiosink.c:
24422 * sys/osxaudio/gstosxaudiosrc.c:
24423 - compilation warnings on OSX
24426 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24428 * ext/vorbis/vorbisdec.c : sign warning fixes
24430 * gst-libs/gst/mixer/mixertrack.c :
24431 do no use defines which are glib 2.4 specific
24433 2004-06-01 Christophe Fergeau <teuf@gnome.org>
24435 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24436 buffer since libflac doesn't expect it (reports a sync error when
24437 it encounters that)
24440 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
24442 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24443 * gst-libs/gst/mixer/mixertrack.c:
24444 (gst_mixer_track_get_property), (get_mixer_track_init),
24445 (get_mixer_track_get_property): Added property accessors
24446 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24447 * gst-libs/gst/mixer/mixeroptions.c:
24448 (gst_mixer_options_get_values): Added
24449 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24450 * gst-libs/gst/mixer/mixer.c: Fixed comment
24453 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24455 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24456 improve error messages on open
24459 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24461 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24462 check if v4l-conf is in path
24464 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24466 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24467 change assert to a more readable error message
24469 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24471 * gst-libs/gst/tuner/tunerchannel.h:
24472 - add a freq_multiplicator field to make the conversion
24473 between internal frequency unit and Hz
24474 * sys/v4l/gstv4lelement.c:
24475 * sys/v4l2/gstv4l2element.c:
24476 - change default video device to /dev/video0
24477 * sys/v4l/v4l_calls.c:
24478 * sys/v4l2/v4l2_calls.c:
24479 - we only expose frequency to the user in Hz instead of
24480 bastard v4lX unit (either 62.5kHz or 62.5Hz)
24482 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
24483 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24484 Initialise b_o_s and e_o_s variables
24485 * gst-libs/gst/riff/riff-media.c:
24486 (gst_riff_create_video_caps_with_data):
24487 Add some unusual fourcc's from mplayer avi's
24488 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24489 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24492 2004-05-28 Wim Taymans <wim@fluendo.com>
24495 * gst/alpha/Makefile.am:
24496 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24497 (gst_alpha_get_type), (gst_alpha_base_init),
24498 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24499 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24500 (gst_alpha_chroma_key), (gst_alpha_chain),
24501 (gst_alpha_change_state), (plugin_init):
24502 A plugin to add an alpha channel to I420 video. Can optionally do
24504 * gst/multipart/Makefile.am:
24505 * gst/multipart/multipart.c: (plugin_init):
24506 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24507 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24508 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24509 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24510 (gst_multipart_demux_change_state),
24511 (gst_multipart_demux_plugin_init):
24512 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24513 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24514 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24515 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24516 (gst_multipart_mux_pad_unlink),
24517 (gst_multipart_mux_request_new_pad),
24518 (gst_multipart_mux_handle_src_event),
24519 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24520 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24521 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24522 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24523 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24524 send multipart jpeg images to a browser.
24525 * gst/videobox/Makefile.am:
24526 * gst/videobox/README:
24527 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24528 (gst_video_box_get_type), (gst_video_box_base_init),
24529 (gst_video_box_class_init), (gst_video_box_init),
24530 (gst_video_box_set_property), (gst_video_box_get_property),
24531 (gst_video_box_sink_link), (gst_video_box_i420),
24532 (gst_video_box_ayuv), (gst_video_box_chain),
24533 (gst_video_box_change_state), (plugin_init):
24534 Crops or adds borders around an image. can do alpha channel
24536 * gst/videomixer/Makefile.am:
24537 * gst/videomixer/README:
24538 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24539 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24540 (gst_videomixer_pad_get_sink_event_masks),
24541 (gst_videomixer_pad_get_property),
24542 (gst_videomixer_pad_set_property),
24543 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24544 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24545 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24546 (gst_videomixer_base_init), (gst_videomixer_class_init),
24547 (gst_videomixer_init), (gst_videomixer_request_new_pad),
24548 (gst_videomixer_handle_src_event),
24549 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24550 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24551 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24552 (gst_videomixer_loop), (gst_videomixer_get_property),
24553 (gst_videomixer_set_property), (gst_videomixer_change_state),
24555 Generic video mixer plugin, can handle multiple inputs all with
24556 different framerates and video sizes. Is fully alpha channel
24559 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
24561 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24562 Select first track as master track. Not sure how else to handle
24564 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24565 Discard discont events. Should fix #142962.
24567 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
24569 * ext/alsa/Makefile.am:
24570 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24571 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24572 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24573 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24574 (gst_alsa_mixer_get_option):
24575 * ext/alsa/gstalsamixer.h:
24576 * ext/alsa/gstalsamixeroptions.c:
24577 (gst_alsa_mixer_options_get_type),
24578 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24579 (gst_alsa_mixer_options_new):
24580 * ext/alsa/gstalsamixeroptions.h:
24581 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24582 * ext/alsa/gstalsamixertrack.h:
24583 Add enumerations (as GstMixerOptions). Make correct distinction
24584 between input/output tracks. Add capture/playback private flag.
24585 Use flag to decide on whether to set capture or playback volumes
24586 or switches. Use playback and record switches.
24587 * gst-libs/gst/mixer/Makefile.am:
24588 * gst-libs/gst/mixer/mixer-marshal.list:
24589 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24590 (gst_mixer_set_option), (gst_mixer_get_option),
24591 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24592 (gst_mixer_volume_changed), (gst_mixer_option_changed):
24593 * gst-libs/gst/mixer/mixer.h:
24594 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24595 (gst_mixer_options_class_init), (gst_mixer_options_init),
24596 (gst_mixer_options_dispose):
24597 * gst-libs/gst/mixer/mixeroptions.h:
24598 Add GstMixerOptions.
24599 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24600 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24601 broken device detection on computers with multiple OSS sound
24604 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
24606 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24607 fixate nicely even when the peer is not negotiating
24609 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
24611 * gst/audioconvert/gstaudioconvert.c:
24612 (gst_audio_convert_parse_caps):
24613 make sure we don't allow depth > width
24614 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24615 fixate endianness to G_BYTE_ORDER as default
24616 * gst/audioscale/gstaudioscale.c:
24617 we don't handle another endianness as host-endianness
24619 2004-05-25 David Schleef <ds@schleef.org>
24621 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
24623 2004-05-24 Benjamin Otte <otte@gnome.org>
24625 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24626 (gst_oggvorbisenc_setup):
24627 properly fail when we can't setup the vorbis encoder due to
24628 unsupported settings
24629 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24630 (gst_vorbisenc_setup):
24632 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24633 fix case where warnings occured when one pad was unlinked while the
24634 other's link function was called
24636 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
24638 * gst/tcp/Makefile.am:
24641 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
24643 * gst-libs/gst/resample/private.h:
24644 don't use optimizations that are #if 0'ed
24646 2004-05-24 Wim Taymans <wim@fluendo.com>
24648 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24649 Fix potential division by zero error and hopefully get
24650 the position query right to get correct timestamps on avi
24653 2004-05-24 Wim Taymans <wim@fluendo.com>
24655 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24656 (gst_videoscale_scale_nearest_str2),
24657 (gst_videoscale_scale_nearest_str4),
24658 (gst_videoscale_scale_nearest_32bit),
24659 (gst_videoscale_scale_nearest_24bit),
24660 (gst_videoscale_scale_nearest_16bit):
24661 Fix the scaling algorithm and avoid a buffer overflow.
24662 removed the while loop in the scaling function as it
24663 was used for point sampling only.
24665 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
24667 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24668 (gst_id3_tag_class_init), (gst_id3_tag_init),
24669 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24670 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24671 (gst_id3_tag_send_tag_event):
24672 lots of fixes to make id3mux work and id3demux work correctly
24674 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24677 add rules to build shout2send (was removed by accident
24678 when this module was no more marked experimental/broken)
24680 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24682 * ext/shout2/gstshout2.c:
24683 * ext/shout2/gstshout2.h:
24684 adding a "connection problem" signal to shout2send
24687 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
24689 * ext/kio/kioreceiver.cpp:
24690 * ext/kio/kioreceiver.h:
24691 fix sign comparison issues
24693 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24695 * gst/cdxaparse/gstcdxaparse.c:
24696 * gst/cdxaparse/gstcdxaparse.h:
24698 add some checks/sanity
24699 prepare for seek addition
24701 * sys/sunaudio/gstsunaudio.c:
24702 remove exported dupe init function
24704 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
24706 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24707 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24708 Fix format conversion and position querying.
24709 * gst/debug/progressreport.c: (gst_progressreport_report):
24710 Don't output a bogus total value that we didn't query.
24711 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24712 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24713 only a blank window after xine has been used.
24715 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24718 sync with upstream version to fix test on FC2
24719 readd with -ko to preserve Id header
24721 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24724 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24725 * gst/tcp/gsttcpclientsrc.c: idem
24726 * gst/tcp/gsttcpserversink.c: idem
24727 * gst/tcp/gsttcpserversrc.c: idem
24728 * m4/gst-fionread.m4: idem
24730 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24732 * configure.ac: enable speex plugin for speex 1.1.5+
24733 * ext/speex/gstspeexenc.c: fix cast warning
24735 * ext/esd/README: fix typo
24737 2004-05-20 David Schleef <ds@schleef.org>
24739 * configure.ac: Minor cosmetic change to convince the buildbot to
24741 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24742 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24743 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24744 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24745 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24746 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24747 More hacking. Plays audio now.
24749 2004-05-20 David Schleef <ds@schleef.org>
24754 2004-05-20 David Schleef <ds@schleef.org>
24756 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
24757 * sys/osxaudio/gstosxaudio.c:
24758 * sys/osxaudio/gstosxaudioelement.c:
24759 * sys/osxaudio/gstosxaudioelement.h:
24760 * sys/osxaudio/gstosxaudiosink.c:
24761 * sys/osxaudio/gstosxaudiosink.h:
24762 * sys/osxaudio/gstosxaudiosrc.c:
24763 * sys/osxaudio/gstosxaudiosrc.h:
24765 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
24767 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24768 (gst_vorbisenc_chain):
24769 put the codec headers on the caps as streamheader as well as
24772 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
24774 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24775 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24776 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24777 split up push_packet into two functions
24779 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
24781 * gst/tcp/.cvsignore:
24783 * gst/tcp/Makefile.am:
24785 * gst/tcp/gsttcp.c:
24786 * gst/tcp/gsttcp.h:
24787 * gst/tcp/gsttcpclientsink.c:
24788 * gst/tcp/gsttcpclientsink.h:
24789 * gst/tcp/gsttcpclientsrc.c:
24790 * gst/tcp/gsttcpclientsrc.h:
24791 * gst/tcp/gsttcpplugin.c:
24792 * gst/tcp/gsttcpserversink.c:
24793 * gst/tcp/gsttcpserversink.h:
24794 * gst/tcp/gsttcpserversrc.c:
24795 * gst/tcp/gsttcpserversrc.h:
24796 add new tcp elements
24798 2004-05-19 Wim Taymans <wim@fluendo.com>
24800 * gst/law/mulaw-conversion.c: (mulaw_encode):
24801 Fix overflow bug in ulaw encoding.
24803 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
24805 * ext/mad/gstmad.c: (gst_mad_handle_event):
24806 don't unref the event twice
24808 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
24811 remove -Wno-sign-compare
24813 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
24816 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
24817 if you want to work against glib 2.2 and 2.4
24819 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
24821 * gst/tcp/Makefile.am:
24822 * gst/tcp/gsttcp.c:
24823 * gst/tcp/gsttcp.h:
24824 * gst/tcp/gsttcpsink.h:
24825 * gst/tcp/gsttcpsrc.h:
24826 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
24828 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
24830 * gst/debug/tests.c: (md5_get_value):
24831 fix segfault on gst-inspect
24833 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
24835 * gst/debug/testplugin.c:
24836 * gst/debug/tests.c:
24837 * gst/debug/tests.h:
24838 add new extensible and configurable testing element. Current tests
24839 include buffer count, stream length, timestamp/duration matching and
24841 * gst/debug/Makefile.am:
24842 * gst/debug/gstdebug.c: (plugin_init):
24843 add infrastructure for new element
24845 2004-05-19 Johan Dahlin <johan@gnome.org>
24847 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
24848 ending of the array. Fixes gst-inspect segfault on ppc.
24850 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24852 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
24854 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
24856 2004-05-18 David Schleef <ds@schleef.org>
24858 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
24859 warnings (bugs, actually) noticed by gcc but not forte.
24861 2004-05-18 David Schleef <ds@schleef.org>
24863 * sys/sunaudio/Makefile.am:
24864 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
24866 2004-05-18 David Schleef <ds@schleef.org>
24868 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24869 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
24870 to allow qtdemux to use non-seekable streams. (bug #142272)
24872 2004-05-18 David Schleef <ds@schleef.org>
24874 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
24875 (gst_resample_sinc_ft_float): Remove use of static temporary
24876 buffer. This code was obviously not supposed to last long, but
24877 it's stuck in our ABI, so it required a little hack to make it
24878 ABI-compatible. Fixes #142585.
24879 * gst-libs/gst/resample/resample.h: same.
24881 2004-05-18 David Schleef <ds@schleef.org>
24883 * configure.ac: Add sunaudio
24884 * examples/Makefile.am: make gstplay depend on gconf
24885 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
24886 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
24887 (convert_table_lookup), (img_convert): remove c99-isms
24888 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
24889 unsigned, to fix a warning on Solaris
24890 * gst/mpeg1sys/systems.c: bcopy->memcpy
24891 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
24892 * sys/Makefile.am: Add sunaudio
24894 2004-05-18 Wim Taymans <wim@fluendo.com>
24896 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
24897 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
24898 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
24899 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
24900 (gst_ogg_mux_loop):
24901 Fix an ugly memleak where the muxer didn't flush enough ogg
24902 pages. This also resulted in badly muxed ogg files.
24904 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24906 * gst/asfdemux/asfheaders.c :
24907 * gst/asfdemux/asfheaders.h :
24908 * gst/asfdemux/gstasfdemux.c :
24909 - fix ASF_OBJ_PADDING guid
24910 - add 3 new object guids (language list, metadata,
24911 extended stream properties)
24912 - add a function to parse extended header objects
24914 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
24916 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24917 remove leftover debugging g_print
24919 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
24921 * ext/mad/gstmad.c: (gst_mad_handle_event):
24922 Fix for when the first format in a discont event is not a
24923 byte-based one. Should fix #137710.
24925 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24927 * m4/a52.m4 : fix compilation with -Wall -Werror
24928 * m4/libfame.m4 : idem
24929 * m4/libmikmod.m4 : idem
24931 2004-05-17 Benjamin Otte <otte@gnome.org>
24933 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24934 signal the new tags before giving up the reference
24936 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
24938 * ext/shout2/gstshout2.c:
24939 use application/ogg instead of application/x-ogg (patch by Patrick
24940 Guimond, fixes #142432)
24941 * sys/oss/gstosselement.c: (gst_osselement_reset),
24942 (gst_osselement_sync_parms):
24943 don't set fragment size unless specified (fixes #142493)
24945 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24947 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
24950 2004-05-17 Benjamin Otte <otte@gnome.org>
24952 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24953 compute offsets correctly for internal buffers so timestamps are set
24954 correctly when we can't seek. Also handle cases where there are no
24955 offsets. (based on a patch by David Moore, fixes #142507)
24957 2004-05-17 Benjamin Otte <otte@gnome.org>
24959 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24960 use correct variable when determining amount of data to skip so we
24961 don't skip into the void and segfault
24963 2004-05-16 Benjamin Otte <otte@gnome.org>
24965 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24968 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24970 * gst/asfdemux/gstasfdemux.c:
24971 - fix a mem leak and always propagate tags
24972 - add WMV3 to known video codecs (but no decoder yet)
24973 - replace "surplus data" at end of audio header for what
24974 it is : codec specific data
24977 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
24979 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
24981 * gst-libs/gst/audio/audioclock.c:
24982 Fix wrong return type (#142205).
24984 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
24986 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
24987 Ignore CRCs by default (fixes #142566).
24989 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
24991 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
24992 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
24993 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
24994 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
24995 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24996 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
24997 Fix for cases where we fail to attach to a mixer.
24999 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25001 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25002 Don't touch events after not owning them anymore.
25003 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25004 (gst_wavparse_fmt), (gst_wavparse_other),
25005 (gst_wavparse_handle_seek), (gst_wavparse_loop),
25006 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25007 (gst_wavparse_srcpad_event):
25008 * gst/wavparse/gstwavparse.h:
25009 Add seeking, fix querying.
25011 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25013 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25014 - process comments even if they don't end with \0\0
25015 g_convert would ignore them if present and works well without them
25017 2004-05-16 Benjamin Otte <otte@gnome.org>
25019 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25022 2004-05-16 Benjamin Otte <otte@gnome.org>
25024 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25025 don't write to memory we might not write to - g_convert does that
25026 for us anyway (fixes #142613)
25027 (gst_asf_demux_audio_caps):
25028 comment out gst_util_dump_mem
25030 2004-05-16 Benjamin Otte <otte@gnome.org>
25032 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25033 compute correct expected timestamps after seek (broken since
25035 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25036 rename element and debugging category to gdkpixbufscale
25038 2004-05-16 Benjamin Otte <otte@gnome.org>
25040 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25041 add error checking to snd_pcm_delay and remove duplicate call to
25042 snd_pcm_delay that caused issues (see inline code comments)
25043 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25044 make more readable and fix return value when snd_pcm_delay fails
25047 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
25048 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25049 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25050 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25051 (gst_pixbufscale_link), (gst_pixbufscale_init),
25052 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25053 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25054 (gst_pixbufscale_get_property), (pixbufscale_init):
25055 * ext/gdk_pixbuf/pixbufscale.h:
25056 Add these files I forgot earlier
25058 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
25059 * ext/gdk_pixbuf/Makefile.am:
25060 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25061 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25062 Add new pixbufscale element to scale RGB video
25063 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25064 and HYPER interpolation correctly.
25065 * ext/theora/theoraenc.c: (theora_enc_chain),
25066 Discard buffer and return if explicit caps could not be set
25067 (theora_enc_get_property):
25068 Make _get return kbps for the bitrate consistent with
25072 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25074 * ext/libvisual/visual.c: (gst_visual_chain):
25075 add missing visual_audio_analyze
25077 2004-05-14 David Schleef <ds@schleef.org>
25079 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25080 is killed while we're playing.
25081 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25082 gst_element_no_more_pads().
25084 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25086 * gst-libs/gst/riff/riff-read.c :
25087 - fix INFO tag extraction in RIFF/AVI files
25088 because gst_event_unref (event) also freed taglist
25091 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25093 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25094 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25096 * gst/auparse/gstauparse.c :
25097 - add code (commented for now) to support audio/x-adpcm on src pad
25098 (we have no decoder for those layout yet)
25100 * gst/cdxaparse/gstcdxaparse.c :
25101 * gst/cdxaparse/gstcdxaparse.h :
25102 - partial rewrite using RiffRead (ripped iain's wavparse code)
25104 * gst/rtp/gstrtpL16enc.c : typo
25105 * gst/rtp/gstrtpgsmenc.c : typo
25107 2004-05-13 Benjamin Otte <otte@gnome.org>
25110 check for exact version of libvisual, it's not supposed to be
25113 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
25115 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25116 signal no-more-pads
25118 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25120 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25121 Report which format was used for GST_FORMAT_DEFAULT
25122 * gst/debug/Makefile.am:
25123 * gst/debug/gstdebug.c: (plugin_init):
25124 * gst/debug/progressreport.c: (gst_progressreport_base_init),
25125 (gst_progressreport_class_init), (gst_progressreport_init),
25126 (gst_progressreport_report), (gst_progressreport_set_property),
25127 (gst_progressreport_get_property), (gst_progressreport_chain),
25128 (gst_progressreport_plugin_init):
25129 Add progressreport element for testing.
25131 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
25133 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25134 * sys/v4l/gstv4lsrc.h:
25135 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25136 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25137 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25138 (gst_v4lsrc_grab_frame):
25140 send a discont at start
25142 2004-05-12 Colin Walters <walters@redhat.com>
25144 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25145 inflooping if we can't find a chunk. Or in other words, don't blow
25146 chunks if we don't have a chunk to blow.
25148 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25149 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25150 Remove old debug output
25151 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25152 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25153 (gst_dvdec_set_property), (gst_dvdec_get_property):
25154 Change the quality setting to an enum, so it works from gst-launch
25155 Don't renegotiate a non-linked pad. Allows audio only decoding.
25156 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25157 (gst_deinterlace_link), (gst_deinterlace_init):
25158 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25159 (gst_videodrop_link):
25160 Some caps negotiation fixes
25162 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25164 * ext/tarkin/gsttarkin.c :
25165 - Change RANK from NONE to PRIMARY
25166 * ext/gdk_pixbuf/gstgdkpixbuf.c :
25167 - Change RANK from NONE to MARGINAL
25168 * ext/divx/gstdivxenc.c :
25169 - Change RANK from PRIMARY to NONE (encoder/spider issue)
25171 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
25173 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25174 (gst_vorbisenc_push_packet):
25175 copy a function that was added between 1.0 and 1.0.1 until we
25176 depend on worthwhile features of post-1.0
25178 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25181 enable shout2 by default
25182 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25183 (gst_shout2send_base_init), (gst_shout2send_init),
25184 (gst_shout2send_connect), (gst_shout2send_change_state):
25185 * ext/shout2/gstshout2.h:
25186 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25188 * ext/theora/theora.c: (plugin_init):
25189 don't set rank on encoders
25191 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
25193 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25194 Use codec_data property instead of flag1 and flag2 for wma
25196 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25198 * gst/cdxaparse/gstcdxaparse.c :
25199 - Add mpegversion to CAPS to make it link
25200 - Rank is as GST_RANK_SECONDARY instead of NONE
25201 * gst/auparse/gstauparse.c :
25202 - Document all audio encoding we can encounter from Solaris 9
25203 headers and libsndfile information.
25204 - Increase max. rate from 48000 to 192000 (to match other elements)
25205 - Don't try to play junk data between header and samples
25207 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25209 * ext/libvisual/visual.c: (gst_visual_getcaps):
25210 use the right caps depending on endianness (I hope)
25211 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25212 use GST_RANK_NONE for all non-decoding elements or spider gets
25215 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
25217 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25218 Fix some odd cases and fix BE metadata parsing of unicode16 text.
25220 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25222 * gst/switch/gstswitch.c: (gst_switch_release_pad),
25223 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25224 (gst_switch_loop), (gst_switch_get_type):
25225 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25226 HEADERS. Had to be said.
25228 2004-05-10 David Schleef <ds@schleef.org>
25230 * configure.ac: Add prototype Dirac support.
25232 * ext/dirac/Makefile.am:
25233 * ext/dirac/gstdirac.cc:
25234 * ext/dirac/gstdiracdec.cc:
25236 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25238 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25239 (gst_auparse_init), (gst_auparse_chain),
25240 (gst_auparse_change_state):
25241 Hack around spider. Remove me some day please.
25243 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25245 * gst/auparse/gstauparse.c: (gst_auparse_chain):
25246 Fix for some uninitialized variables in previous patch, also
25247 makes it work. Fixes #142286 while we're at it.
25249 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25251 * gst/auparse/gstauparse.c:
25252 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25253 only unsupported formats are ADPCM/CCITT G.72x
25255 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25257 2004-05-10 Wim Taymans <wim@fluendo.com>
25259 * ext/vorbis/Makefile.am:
25260 * ext/vorbis/README:
25261 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25262 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25263 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25264 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25265 (gst_oggvorbisenc_convert_sink),
25266 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25267 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25268 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25269 (get_constraints_string), (update_start_message),
25270 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25271 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25272 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25273 * ext/vorbis/oggvorbisenc.h:
25274 * ext/vorbis/vorbis.c: (plugin_init):
25275 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25276 (raw_caps_factory), (gst_vorbisenc_class_init),
25277 (gst_vorbisenc_init), (gst_vorbisenc_setup),
25278 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25279 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25280 * ext/vorbis/vorbisenc.h:
25281 Added a raw vorbis encoder to be used with the oggmuxer.
25282 We still need the old encoder for some gnome applications,
25283 read the README to find out how that works.
25284 The raw encoder is called "rawvorbisenc" until 0.9.
25286 2004-05-10 Wim Taymans <wim@fluendo.com>
25288 * ext/ogg/gstogg.c: (plugin_init):
25289 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25291 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25292 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25293 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25294 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25295 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25296 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25297 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25298 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25299 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25300 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25301 Added an ogg muxer.
25302 Small typo fixes in the demuxer.
25304 2004-05-10 Wim Taymans <wim@fluendo.com>
25306 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25307 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25308 (theora_enc_change_state), (theora_enc_set_property),
25309 (theora_enc_get_property):
25310 Mark the last packet with an EOS flag which is not really needed
25312 Do some better video framerate initialisation.
25313 Update the buffer timestamp.
25315 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
25317 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25318 Return the result of the parent state change call
25320 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25322 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25323 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25324 * gst/law/alaw-encode.c : (idem)
25325 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25326 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25327 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25329 2004-05-09 Benjamin Otte <otte@gnome.org>
25331 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25332 don't use a fixed buffer size when writing variable length data to
25333 it. Fixes memory corruption and makes alsasrc work
25335 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25337 * ext/gnomevfs/gstgnomevfssink.c:
25338 (_gst_boolean_allow_overwrite_accumulator),
25339 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25340 Run glib's default signal handler (??) in RUN_CLEANUP rather than
25341 RUN_LAST, and don't use that to set the accumulator value because
25342 then it's always FALSE.
25344 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25346 * gst-libs/gst/riff/riff-media.c:
25347 (gst_riff_create_video_caps_with_data),
25348 (gst_riff_create_audio_caps),
25349 (gst_riff_create_audio_template_caps):
25350 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25351 Fix for unaligned RIFF files (i.e. where all the chunks together
25352 in a LIST chunk are not of the same size as the size given in
25353 the LIST chunk header). Fixes several odd WAVE files. Also fix
25354 ADPCM (block_align property) in audio, so that wavparse based
25355 on this works now as it used to stand-alone.
25357 2004-05-09 Edward Hervey <bilboed@bilboed.com>
25359 reviewed by Benjamin Otte <otte@gnome.org>
25361 * ext/a52dec/gsta52dec.c:
25362 * ext/divx/gstdivxdec.c:
25363 * ext/divx/gstdivxenc.c:
25364 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25365 * ext/faac/gstfaac.c: (gst_faac_base_init):
25366 * ext/faad/gstfaad.c: (gst_faad_base_init):
25367 * ext/ivorbis/vorbisfile.c:
25368 * ext/lame/gstlame.c:
25369 * ext/libfame/gstlibfame.c:
25370 * ext/mpeg2enc/gstmpeg2enc.cc:
25371 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25372 * ext/sidplay/gstsiddec.cc:
25373 * ext/speex/gstspeexdec.c:
25374 * ext/speex/gstspeexenc.c:
25375 * ext/xvid/gstxviddec.c:
25376 * ext/xvid/gstxvidenc.c:
25377 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25380 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
25382 * ext/alsa/gstalsa.c: (device_list),
25383 (gst_alsa_class_probe_devices):
25384 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25385 Fix alsa oddness in mixer after the combination of using mixer
25386 in source/sink elements and using hw:x,y instead of just hw:x.
25388 2004-05-09 Benjamin Otte <otte@gnome.org>
25390 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25391 (gst_wavparse_create_sourcepad):
25392 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25395 2004-05-09 Benjamin Otte <otte@gnome.org>
25397 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25398 allow discont events before caps nego
25400 2004-05-08 Benjamin Otte <otte@gnome.org>
25402 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25405 2004-05-08 Benjamin Otte <otte@gnome.org>
25407 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25408 (gst_level_change_state), (gst_level_init):
25409 * gst/level/gstlevel.h:
25410 figure out if we're initialized directly instead of keeping a
25411 variable that's wrong in 90% of cases
25412 don't initialize pads and then leak them and use a new unitialized
25413 pad. (fixes #142084)
25414 these were bugs so n00bish I didn't find them for an hour :/
25416 2004-05-08 Iain <iain@prettypeople.org>
25418 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25419 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25420 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25421 return the length that was read.
25422 (gst_riff_read_strf_auds): Allow fmt tags as well.
25424 2004-05-07 David Schleef <ds@schleef.org>
25426 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25427 signed char assumption in faad.h.
25429 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25431 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25432 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25434 2004-05-07 Colin Walters <walters@redhat.com>
25436 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25437 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25439 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25440 Add dispose function.
25442 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
25443 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25444 Fix caps nego and pad templates. RGB mode caps should
25446 * ext/dvdnav/gst-dvd:
25447 Move mpeg2dec inside the thread because otherwise the
25448 queue rejects cap changes mid-stream
25449 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25450 (gst_mpeg2dec_flush_decoder):
25451 For mpeg2dec > 0.4.0, call the flush function instead of
25452 manually extracting all in-flight frames.
25453 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25454 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25455 Change mime type video/dv go video/x-dv to match the
25456 rest of gst-plugins
25458 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25460 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25461 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25462 (gst_alsa_sink_class_init):
25463 * ext/alsa/gstalsasink.h:
25464 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25465 (gst_alsa_src_class_init):
25466 * ext/alsa/gstalsasrc.h:
25467 Make alsasink/src a subclass of alsamixer so that mixer stuff
25468 shows up in gst-rec. Needs some finetuning.
25470 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
25472 * ext/lame/gstlame.c: (gst_lame_chain):
25474 * ext/mad/gstmad.c: (gst_mad_handle_event):
25476 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25477 be able to detect mp3 files < 4096 bytes
25479 2004-05-06 Wim Taymans <wim@fluendo.com>
25481 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25482 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25483 (theora_enc_set_property), (theora_enc_get_property):
25484 Also encode the first frame, cleanup some code.
25486 2004-05-06 Wim Taymans <wim@fluendo.com>
25488 * ext/mpeg2enc/gstmpeg2enc.cc:
25489 Forward events first before deciding that negotiation was
25492 2004-05-06 Wim Taymans <wim@fluendo.com>
25494 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25495 First process the events before deciding that negotiation
25498 2004-05-06 Wim Taymans <wim@fluendo.com>
25500 * ext/theora/Makefile.am:
25501 * ext/theora/theora.c: (plugin_init):
25502 * ext/theora/theoradec.c: (theora_dec_change_state):
25503 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25504 (gst_theora_enc_class_init), (gst_theora_enc_init),
25505 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25506 (theora_enc_chain), (theora_enc_change_state),
25507 (theora_enc_set_property), (theora_enc_get_property):
25508 Added a theora encoder, grouped the encoder and decoder into the
25511 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
25513 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25514 (gst_jpegenc_chain):
25515 fix DURATION on outgoing buffers
25516 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25517 debug using time formats
25518 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25519 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25520 (gst_xvimagesink_sink_link):
25521 windows with width/height 0 generate X errors, so don't allow them
25523 2004-05-05 Wim Taymans <wim@fluendo.com>
25525 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25526 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25527 (gst_mpeg2dec_negotiate_format):
25528 * ext/mpeg2dec/gstmpeg2dec.h:
25529 removed the static pad template so that we can add the
25530 more accurate framerate value to the caps.
25533 2004-05-04 Benjamin Otte <otte@gnome.org>
25536 check for kdemacros.h, too (should fix #141821)
25537 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25538 don't crash if no header was sent, but nicely error out (fixes part
25541 2004-05-04 Wim Taymans <wim@fluendo.com>
25543 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25544 parent dispose function to avoid segfault on destroy.
25546 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
25548 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25550 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25551 (gst_xvimagesink_sink_link):
25552 clean up debugging caps
25553 also recreate xvimage when format has changed
25555 2004-05-04 Benjamin Otte <otte@gnome.org>
25557 * ext/libvisual/Makefile.am:
25558 * ext/libvisual/visual.c: (gst_visual_class_init),
25559 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25560 (gst_visual_srclink), (gst_visual_chain),
25561 (gst_visual_change_state), (plugin_init):
25562 use a GstAdapter to correctly adapt buffer sizes - allows using a
25565 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25567 * sys/v4l/gstv4lelement.h:
25568 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25569 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25570 (gst_v4lsrc_buffer_free):
25571 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25572 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25573 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25574 (gst_v4lsrc_requeue_frame):
25575 move some debugging categories around
25576 query for fps index and set accordingly if found
25578 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25580 * ext/lame/gstlame.c:
25581 correct defaults that lame_init puts out of range
25583 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25585 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25586 (gst_divxenc_class_init):
25587 fix range since -1 is the default
25588 * gst/mpeg1sys/gstmpeg1systemencode.c:
25589 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25590 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25591 (gst_rtjpegdec_chain):
25592 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25593 (gst_rtjpegenc_chain):
25594 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25595 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25596 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25597 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25598 * sys/v4l/gstv4lsrc.c:
25599 * sys/v4l/v4l_calls.c: (gst_v4l_open):
25600 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25601 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25602 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25603 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25604 remove gst_info calls
25606 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25615 Updated translations
25617 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25619 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25620 refactor/comment code
25622 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
25624 * gst/asfdemux/Makefile.am:
25625 * gst/asfdemux/asfheaders.c:
25626 * gst/asfdemux/asfheaders.h:
25627 * gst/asfdemux/gstasf.c: (plugin_init):
25628 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25629 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25630 (gst_asf_demux_setup_pad):
25631 * gst/asfdemux/gstasfdemux.h:
25632 * gst/asfdemux/gstasfmux.c:
25633 * gst/asfdemux/gstasfmux.h:
25634 Add tagging support to demuxer, split out registration in its own
25635 file instead of in demux (hacky), and prevent having some tables
25636 in our memory multiple times (in asfheaders.h).
25638 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
25640 * gst/matroska/matroska-demux.c:
25641 (gst_matroska_demux_parse_metadata):
25642 * gst/matroska/matroska-ids.h:
25643 Basic tag reading support.
25645 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
25647 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25648 Really detect ac-3 audio.
25649 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25650 really detect matroska files (off-by-1).
25652 2004-04-30 David Schleef <ds@schleef.org>
25654 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25655 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25656 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25657 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25658 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25659 hackage -- parse a lot more atoms, extract a few tags. One might even
25660 mistake this for tag support. Maybe it is.
25661 * gst/qtdemux/qtdemux.h:
25663 2004-04-30 Colin Walters <walters@verbum.org>
25665 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25667 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
25669 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25670 (gst_ffmpegcolorspace_getcaps):
25671 remove broken nego fix
25673 2004-04-30 Benjamin Otte <otte@gnome.org>
25677 * ext/libvisual/Makefile.am:
25678 * ext/libvisual/visual.c:
25679 add initial support for libvisual (http://libvisual.sourceforge.net)
25680 libvisual is still quite alpha, so expect crashes in there :)
25682 2004-04-29 David Schleef <ds@schleef.org>
25684 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25685 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25686 up qtdemux to make it spit out codec_data. Do _not_ look at this
25687 code; you will no longer respect me.
25689 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25691 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25692 * ext/alsa/gstalsa.h :
25693 change alsa pcm device discovery to find more than 1 device
25694 per card. code review by Ronald.
25696 2004-04-29 David Schleef <ds@schleef.org>
25698 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25699 Add a check for a driver bug on FreeBSD. (bug #140565)
25701 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
25703 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25704 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25705 (gst_jpegenc_getcaps):
25706 move format setting to inner loop
25707 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25708 (gst_ffmpegcolorspace_getcaps):
25709 use GST_PAD_CAPS if available so that we use already negotiated
25711 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25712 (qtdemux_parse_moov), (qtdemux_parse):
25714 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25715 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25716 move hardcoded path to DEFINE
25718 2004-04-28 David Schleef <ds@schleef.org>
25720 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
25723 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
25725 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25726 Don't probe for playback device if we're a source element. Fixes
25729 2004-04-29 Benjamin Otte <otte@gnome.org>
25731 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25732 (gst_id3_tag_chain):
25733 rewrite buffer offset
25735 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
25739 * ext/dts/Makefile.am:
25740 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25741 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25742 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25743 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25744 (gst_dtsdec_loop), (gst_dtsdec_change_state),
25745 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25747 * ext/dts/gstdtsdec.h:
25749 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25750 (gst_faad_srcconnect):
25751 Add ESDS atom handling (.m4a).
25753 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
25755 * ext/divx/gstdivxdec.c: (plugin_init):
25756 Remove comment that makes no sense.
25757 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25758 Fix for obvious typo that resulted in warnings during gst-register.
25759 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25760 (gst_xviddec_sink_link):
25761 Fix caps negotiation a bit better.
25762 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25763 We call this 'codec_data', not 'esds'.
25765 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
25767 * gst/monoscope/gstmonoscope.c:
25768 make sure we only provide 256x128
25769 * gst/monoscope/monoscope.c: (monoscope_init):
25770 assert size of 256x128
25772 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
25775 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25776 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25777 fixate to max width and height of device
25779 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
25782 * sys/v4l/gstv4l.c:
25783 * sys/v4l/gstv4lsrc.c:
25784 * sys/v4l/v4l_calls.c:
25785 * sys/v4l/v4lsrc_calls.c:
25786 fix for qc-usb driver which fakes having more than one buffer
25787 by handing the same buffer twice, which confused GStreamer's/v4lsrc
25788 buffer_free override
25791 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
25794 * gst/videotestsrc/gstvideotestsrc.c:
25795 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25796 (gst_videotestsrc_init), (gst_videotestsrc_get),
25797 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25798 * gst/videotestsrc/gstvideotestsrc.h:
25799 add num-buffers property
25801 2004-04-26 Benjamin Otte <otte@gnome.org>
25803 * ext/mad/gstid3tag.c: (plugin_init):
25804 set id3mux rank to NONE so it doesn't confuse spider
25805 require audio/mpeg,mpegversion=1 in id3mux
25807 2004-04-26 Benjamin Otte <otte@gnome.org>
25810 detect faad correctly as non-working if it's indeed non-working
25812 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
25815 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25816 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
25817 fix _getcaps so it only negotiates to its supported format
25819 2004-04-25 Benjamin Otte <otte@gnome.org>
25821 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25824 2004-04-23 Benjamin Otte <otte@gnome.org>
25826 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25827 audio/x-raw-int with height rules! not. Now it's depth.
25829 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
25831 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
25832 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25833 (gst_wavparse_loop):
25834 Missing variable initialization. Add handling of DVI ADPCM. Fix
25835 mis-parsing of LIST chunks. This works around a bug where we mis-
25836 parse non-aligning LIST chunks (so LIST chunks where the contents
25837 don't align with the actual LIST size). The correct fix is to use
25838 rifflib, I'm not going to fix wavparse - too much work. All this
25841 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25843 reviewed by Benjamin Otte <otte@gnome.org>
25845 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
25846 fix shoutcast not working (fixes #140844)
25848 2004-04-22 Benjamin Otte <otte@gnome.org>
25850 * ext/hermes/gsthermescolorspace.c:
25851 (gst_hermes_colorspace_caps_remove_format_info):
25852 * gst/colorspace/gstcolorspace.c:
25853 (gst_colorspace_caps_remove_format_info):
25854 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25855 (gst_ffmpegcolorspace_caps_remove_format_info):
25856 s/gst_caps_simplify/gst_caps_do_simplify/
25858 2004-04-22 Benjamin Otte <otte@gnome.org>
25860 * gst-libs/gst/riff/riff-media.c:
25861 (gst_riff_create_video_caps_with_data):
25862 mpegversion is an int
25863 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
25864 don't try to create pad templates with NULL caps, use any caps
25867 2004-04-20 David Schleef <ds@schleef.org>
25869 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
25870 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
25873 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
25875 reviewed by David Schleef
25877 * ext/mad/gstid3tag.c: Add stdlib.h
25878 * gst/rtp/gstrtpgsmenc.c: same
25879 * gst/tags/gstid3tag.c: same
25880 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
25881 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
25882 GST_DISABLE_LOADSAVE use.
25883 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
25884 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
25885 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
25887 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
25888 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
25890 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
25891 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
25893 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
25896 2004-04-20 David Schleef <ds@schleef.org>
25898 * gst/realmedia/rmdemux.c: This was supposed to part of the
25899 last checkin. Same idea.
25901 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
25903 reviewed by David Schleef
25905 * configure.ac: bump required gstreamer version to 0.8.1.1
25906 because of following changes [--ds]
25908 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
25909 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
25910 (gst_riff_read_header): Use GST_READ_UINT*
25911 macros to access possibly unaligned memory.
25913 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
25914 (mp3_type_find): Use GST_READ_UINT*
25915 macros to access possibly unaligned memory.
25916 (mp3_type_find, mpeg1_parse_header, qt_type_find)
25917 (speex_type_find): Likewise
25919 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
25921 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
25922 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
25923 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
25924 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
25925 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
25926 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
25927 macros to access possibly unaligned memory.
25929 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
25932 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
25933 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
25935 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25938 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
25939 (gst_mpeg2subt_chain_subtitle): Likewise.
25941 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
25942 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
25945 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
25948 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
25951 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
25954 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
25957 update required version of GStreamer because of GST_TIME_FORMAT
25959 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
25961 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
25962 remove leftover g_print
25963 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25964 don't try setting only a subset of the caps. We don't want to kill
25965 autoplugging on purpose
25967 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
25969 * sys/ximage/ximagesink.c: (plugin_init):
25970 * sys/xvimage/xvimagesink.c: (plugin_init):
25971 add debugging categories
25973 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
25977 Adding en_GB translation (Gareth Owen)
25979 2004-04-20 David Schleef <ds@schleef.org>
25981 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25982 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
25983 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
25984 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
25985 A number of new features and hacks to extract the esds atom and
25986 put it into the caps. (bug #137724)
25988 2004-04-19 David Schleef <ds@schleef.org>
25990 * gconf/Makefile.am: Fix for non-GNU make
25991 * gst-libs/gst/Makefile.am: Change directory order to handle
25992 GstPlay linking with gstinterfaces
25993 * gst-libs/gst/audio/make_filter: make use of tr portable
25994 * gst-libs/gst/play/Makefile.am: Add intended \
25995 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25996 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
25997 function prototype instead of void *.
25998 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26000 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26001 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26002 * gst/videofilter/make_filter: make use of tr portable
26003 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26005 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
26009 Added Ukrainian translation (Maxim V. Dziumanenko)
26011 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26013 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26014 (gst_gsmdec_link), (gst_gsmdec_chain):
26015 Fix capsnego, simplify chain function slightly.
26016 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26019 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26021 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26022 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26023 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26024 Hack to make wavparse work with spider (always -> sometimes pad).
26025 Fixes #135862 && #140411.
26027 2004-04-18 Benjamin Otte <otte@gnome.org>
26029 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26030 (gst_osselement_rate_probe_check),
26031 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26032 get rid of \n in debug output
26034 2004-04-17 Iain <iain@prettypeople.org>
26036 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26039 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26041 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26042 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26043 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26044 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26045 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26046 (gst_id3_tag_change_state), (plugin_init):
26047 deprecate id3tag element and replace with id3demux/id3mux.
26048 great side effect: this ugly file is now even uglier, yay!
26049 * ext/mad/gstmad.h:
26050 remove non-available function
26051 update for new get_type
26053 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26056 require mpeg2dec >= 0.4.0
26058 2004-04-17 Benjamin Otte <otte@gnome.org>
26060 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26061 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26062 (gst_xvimagesink_set_xwindow_id):
26063 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26064 assorted cleanup fixes.
26066 2004-04-16 David Schleef <ds@schleef.org>
26068 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26069 * sys/xvimage/xvimagesink.h: same
26071 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
26073 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26074 Fix GST_ELEMENT_ERROR with (NULL)
26076 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26078 * gst-libs/gst/riff/riff-media.c:
26079 (gst_riff_create_video_caps_with_data):
26080 Add div[3456] as fourccs for DivX 3 (fixes #140137).
26082 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26084 * gst-libs/gst/riff/riff-media.c:
26085 (gst_riff_create_video_caps_with_data),
26086 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26087 (gst_riff_create_video_template_caps),
26088 (gst_riff_create_audio_template_caps):
26089 * gst-libs/gst/riff/riff-media.h:
26090 * gst-libs/gst/riff/riff-read.c:
26091 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26092 * gst-libs/gst/riff/riff-read.h:
26093 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26094 Add MS RLE support. I added some functions to read out strf chunks
26095 into strf chunks and the data behind it. This is usually color
26096 palettes (as in RLE, but also in 8-bit RGB). Also use those during
26097 caps creation. Lastly, add ADPCM (similar to wavparse - which
26098 should eventually be rifflib based).
26099 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26100 (gst_matroska_demux_init), (gst_matroska_demux_reset):
26101 * gst/matroska/matroska-demux.h:
26102 Remove placeholders for some prehistoric tagging system. Didn't add
26103 support for any tag system really anyway.
26104 * gst/qtdemux/qtdemux.c:
26105 Add support for audio/x-m4a (MPEG-4) through spider.
26106 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26107 (gst_wavparse_loop):
26108 ADPCM support (#135862). Increase max. buffer size because we
26109 cannot split buffers for ADPCM (screws references) and I've seen
26110 files with 2048 byte chunks. 4096 seems safe for now.
26112 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26114 * configure.ac: bump nano to 1
26116 === release 0.8.1 ===
26118 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26120 * configure.ac: releasing 0.8.1, "Comforting Sounds"
26122 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26124 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26125 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26128 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26130 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26131 lower rank of dvddemux so that it's not used for mpeg playback.
26133 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26136 save libs correctly when checking mad
26138 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26140 * ext/mad/gstid3tag.c: (plugin_init):
26141 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
26143 2004-04-13 David Schleef <ds@schleef.org>
26145 * common/m4/gst-feature.m4: Call -config scripts with
26146 --plugin-libs if it is supported.
26147 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26148 JPEG images are image/jpeg.
26149 * gst/debug/Makefile.am:
26150 * gst/debug/negotiation.c: (gst_negotiation_class_init),
26151 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26152 (gst_negotiation_update_caps), (gst_negotiation_get_property),
26153 (gst_negotiation_plugin_init): Add a property that acts like
26155 * testsuite/gst-lint: Move license checking to be a standard
26158 2004-04-13 David Schleef <ds@schleef.org>
26160 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26161 patch from Sebastien Cote (bug #139958)
26163 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26165 * examples/gstplay/Makefile.am:
26166 * examples/gstplay/player.c: (main):
26167 make the commandline player example use gconf settings
26169 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26171 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26172 (gst_cacasink_sinkconnect), (gst_cacasink_init),
26173 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26174 init/end library during state transition, not object
26175 creation/disposal. get rid of custom dispose handler.
26178 2004-04-12 Christian Schaller <Uraeus@gnome.org>
26180 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26183 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26185 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26186 Handle JUNK chunks inside data section. Prevents warnings.
26188 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26190 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26191 (gst_riff_create_video_template_caps):
26193 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26194 (gst_avi_demux_stream_data):
26195 Add support for "rec-list" chunks.
26197 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26199 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26200 Fix another codecname mismatch.
26202 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26204 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26205 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26206 so that MJPEG plays back.
26208 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26210 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26211 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26212 * gst/mpeg1videoparse/gstmp1videoparse.h:
26213 Fix for some slight mis-cuts in buffer parsing, and for some
26214 potential overflows or faults-causers. Adds disconts. Also fixes
26215 #139105 while we're at it.
26217 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26220 * sys/v4l2/gstv4l2element.h:
26221 Workaround for missing struct v4l2_buffer declaration in Suse 9
26222 and Mandrake 10 linux/videodev2.h header file (#135919).
26224 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26226 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26227 Bail out if no filename was given.
26229 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26231 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26232 (gst_v4l2_fourcc_from_structure):
26233 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26236 2004-04-09 Benjamin Otte <otte@gnome.org>
26238 * ext/gnomevfs/gstgnomevfssink.c:
26239 (_gst_boolean_allow_overwrite_accumulator),
26240 (gst_gnomevfssink_class_init):
26241 fix erase signal - if any handler returns false the file will not be
26242 overwritten. If no handler is connected, the file will not be
26243 overwritten either.
26244 renamed signal to "allow-overwrite"
26245 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26246 free string when adding it to ID3 failed
26247 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26248 unref event when done
26249 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26251 * gst/typefind/gsttypefindfunctions.c:
26252 (mpeg_video_stream_type_find):
26255 2004-04-08 David Schleef <ds@schleef.org>
26257 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26258 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26260 2004-04-08 David Schleef <ds@schleef.org>
26262 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26263 we don't support (bug #139532)
26265 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
26267 * ext/mad/gstmad.c: (gst_mad_handle_event),
26268 (gst_mad_check_caps_reset), (gst_mad_chain),
26269 (gst_mad_change_state):
26270 only set explicit caps if they haven't been set before for
26271 this stream. MPEG-audio sample rate/channels aren't allowed
26272 to change in-stream.
26275 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26277 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26278 (_gst_boolean_did_something_accumulator),
26279 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26280 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26281 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26282 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26283 (gst_gnomevfssink_change_state):
26284 Fix erase signal. Don't erase by default. Remove handoff signal.
26285 Remove erase property. Don't segfault. General cleanup.
26287 2004-04-07 Benjamin Otte <otte@gnome.org>
26289 * gst-libs/gst/gconf/test-gconf.c: (main):
26290 add missing gst_init
26292 2004-04-07 Benjamin Otte <otte@gnome.org>
26294 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26295 free the mutexes, too
26297 2004-04-07 Benjamin Otte <otte@gnome.org>
26299 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26300 actually free the URI string
26301 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26302 compute offset correctly when passing discont events
26303 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26304 don't leak discont events
26305 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26306 add some missing breaks so caps aren't copied randomly
26307 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26308 if we realloc memory, we better use it
26310 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
26312 * ext/mad/gstmad.c: (normal_seek):
26313 fix GST_FORMAT_TIME usage
26315 2004-04-05 David Schleef <ds@schleef.org>
26317 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
26318 a deprecated function (hack!)
26320 2004-04-05 Benjamin Otte <otte@gnome.org>
26322 * ext/esd/esdmon.c: (gst_esdmon_get):
26323 fix nonterminated vararg and memleak
26325 2004-04-05 Benjamin Otte <otte@gnome.org>
26327 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26328 (gst_ladspa_init), (gst_ladspa_force_src_caps),
26329 (gst_ladspa_set_property), (gst_ladspa_get_property),
26330 (gst_ladspa_instantiate), (gst_ladspa_activate),
26331 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26334 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
26336 reviewed by Benjamin Otte <otte@gnome.org>
26338 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26339 check for broken LADSPA parameters (fixes #138635)
26341 2004-04-05 Benjamin Otte <otte@gnome.org>
26343 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26344 advertise buffer-frames correctly on sinkpads
26346 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26348 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26349 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26350 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26351 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26352 (gst_mad_check_caps_reset), (gst_mad_chain):
26353 add more debugging, only reset caps when we're not in error state
26355 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26357 * ext/mad/gstmad.c: add debugging category, comment + cleanups
26359 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26361 reviewed by Benjamin Otte <otte@gnome.org>
26364 fix == in test(1) operator
26366 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26368 reviewed by Benjamin Otte <otte@gnome.org>
26371 fix --export-symblos-regex to a working regex.
26373 2004-04-04 Benjamin Otte <otte@gnome.org>
26375 * sys/oss/.cvsignore:
26378 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
26380 reviewed by Benjamin Otte <otte@gnome.org>
26382 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26383 add missing 'new_media' argument (fixes #138168)
26384 * gst/matroska/matroska-demux.c:
26385 (gst_matroska_demux_handle_seek_event):
26386 add vararg terminator (fixes #138169)
26388 2004-04-02 David Schleef <ds@schleef.org>
26390 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
26391 disted (bug #138914)
26393 2004-04-01 Benjamin Otte <otte@gnome.org>
26395 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26396 (gst_alsa_close_audio):
26397 handle case better where a soundcard can't pause
26398 * ext/ogg/gstoggdemux.c:
26399 don't crash when we get events but don't have pads yet
26401 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26403 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26404 throw an error if we couldn't probe any caps.
26406 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26408 * ext/dvdnav/gst-dvd:
26409 Add a really simple sample DVD player
26411 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26413 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26414 (gst_a52dec_push), (gst_a52dec_handle_event),
26415 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26416 (gst_a52dec_change_state):
26417 * ext/a52dec/gsta52dec.h:
26418 Use a debug category, Output timestamps correctly
26419 Emit tag info, Handle events, tell liba52dec about cpu
26420 capabilities so it can use MMX etc.
26421 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26422 Fix a crasher accessing invalid memory
26423 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26424 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26425 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26426 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26428 Some support for byte-format seeking.
26429 Small fixes for still frames and menu button overlays
26430 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26431 (gst_mpeg2dec_alloc_buffer):
26432 Use a debug category. Adjust the report level of several items to
26433 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26434 so it doesn't lose the GstBuffer pointer
26435 * gst/debug/Makefile.am:
26436 * gst/debug/gstdebug.c: (plugin_init):
26437 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26438 (gst_navseek_base_init), (gst_navseek_class_init),
26439 (gst_navseek_init), (gst_navseek_seek),
26440 (gst_navseek_handle_src_event), (gst_navseek_set_property),
26441 (gst_navseek_get_property), (gst_navseek_chain),
26442 (gst_navseek_plugin_init):
26443 * gst/debug/gstnavseek.h:
26444 Add the navseek debug element for seeking back and forth in a
26445 video stream using arrow keys.
26446 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26447 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26448 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26449 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26450 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26451 (gst_mpeg2subt_parse_header), (gst_get_nibble),
26452 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26453 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26454 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26455 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26456 * gst/mpeg2sub/gstmpeg2subt.h:
26457 Pretty much a complete rewrite. Now a loopbased element. May still
26458 require work to properly synchronise subtitle buffers.
26459 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26460 (gst_dvd_demux_send_subbuffer):
26461 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26462 Don't attempt to create subbuffers of size 0
26463 Reduce a couple of error outputs to warnings.
26464 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26465 (gst_y4mencode_chain):
26466 Output the y4m frame header correctly.
26468 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26470 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26471 throw errors instead of allowing SIGFPE
26473 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26475 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26476 (gst_gconf_render_bin_from_key):
26477 leak plugging and style fixing
26479 2004-03-31 David Schleef <ds@schleef.org>
26481 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26482 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26484 * gst/debug/Makefile.am:
26485 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26486 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
26488 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26489 (gst_negotiation_base_init), (gst_negotiation_class_init),
26490 (gst_negotiation_init), (gst_negotiation_getcaps),
26491 (gst_negotiation_pad_link), (gst_negotiation_chain),
26492 (gst_negotiation_set_property), (gst_negotiation_get_property),
26493 (gst_negotiation_plugin_init): New element to talk about random
26494 negotiation things happening in a pipeline.
26496 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26498 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26499 fix integer addition with help of Stefan Kost
26501 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26503 * po/nl.po: updated Dutch translation (Elros Cyriatan)
26505 2004-03-30 David Schleef <ds@schleef.org>
26507 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26508 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
26509 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26511 * ext/mpeg2dec/gstmpeg2dec.h:
26513 2004-03-30 David Schleef <ds@schleef.org>
26515 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26517 2004-03-30 David Schleef <ds@schleef.org>
26519 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
26520 Michael Petullo) to handle .mov
26522 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26524 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26525 (gst_osselement_rate_check_rate):
26526 probe caps correctly for sound cards that only support one format
26528 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26530 * ext/kio/kiosrc.cpp: (process_events):
26531 update handling event processing if inside KDE - untested
26533 2004-03-29 David Schleef <ds@schleef.org>
26535 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26536 by 2 to not interfere with other colorspaces.
26537 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26538 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26539 one to not interfere with ffmpeg_colorspace.
26541 2004-03-29 David Schleef <ds@schleef.org>
26543 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26544 aren't in the caps.
26545 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26546 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26548 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26550 * gst-libs/gst/riff/riff-media.c:
26551 fail on error, don't try to set stuff on NULL caps
26553 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26557 * ext/kio/Makefile.am:
26558 * ext/kio/kioreceiver.cpp:
26559 * ext/kio/kioreceiver.h:
26560 * ext/kio/kiosrc.cpp:
26561 * ext/kio/kiosrc.h:
26562 add experimental kiosrc plugin
26563 * ext/alsa/gstalsaplugin.c: (plugin_init):
26564 initialize debugging category only when we're sure registering the
26567 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26569 * examples/gstplay/player.c: (main):
26570 * gst-libs/gst/play/play.c: (gst_play_class_init),
26571 (gst_play_set_location), (gst_play_set_data_src),
26572 (gst_play_set_video_sink), (gst_play_set_audio_sink),
26573 (gst_play_set_visualization), (gst_play_connect_visualization):
26574 check return values of element_set_state and return FALSE where
26577 2004-03-29 Benjamin Otte <otte@gnome.org>
26579 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26580 try harder to check if an event is really a discont
26582 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26584 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26587 2004-03-28 Benjamin Otte <otte@gnome.org>
26589 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26590 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26591 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26592 get rid of non-standard "..." ranges in case statements.
26594 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
26596 * gst/mpegstream/gstmpegdemux.c:
26597 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26598 specific functionality split to the new dvddemux element.
26599 * gst/mpegstream/gstdvddemux.c:
26600 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26601 streams, derived from mpegdemux.
26602 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26603 up. SCR based timestamp rewriting can be turned off (will probably
26604 completely disappear soon).
26605 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26606 hacking. General cleanup. All printf statements replaced by
26607 debugging messages. Almost complete libdvdnav support.
26608 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26609 by events. New properties for audio and subpicture languages.
26610 (dvdnavsrc_update_highlight): Now uses events.
26611 (dvdnavsrc_user_op): Cleaned up.
26612 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26613 based). Lots of cleanup, and propper support for most libdvdnav
26615 (dvdnavsrc_make_dvd_event): New function.
26616 (dvdnavsrc_make_dvd_nav_packet_event): New function.
26617 (dvdnavsrc_make_clut_change_event): New function.
26619 2004-03-26 Benjamin Otte <otte@gnome.org>
26621 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26622 fix bug where typefinding would claim it's theora whenever less then
26623 7 bytes of data were available
26625 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
26627 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26628 (gst_alawdec_base_init), (gst_alawdec_class_init),
26629 (gst_alawdec_init), (gst_alawdec_chain):
26630 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26631 (gst_alawenc_base_init), (gst_alawenc_class_init),
26632 (gst_alawenc_init), (gst_alawenc_chain):
26633 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26634 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26635 (gst_mulawdec_init), (gst_mulawdec_chain):
26636 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26637 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26638 (gst_mulawenc_init), (gst_mulawenc_chain):
26639 Fix capsnego in all four, remove the unused property functions and
26640 simplify the chain functions slightly. I guess we could use macros
26641 or something similar for those, since the code is so similar, but
26642 I'm currently too lazy...
26644 2004-03-24 David Schleef <ds@schleef.org>
26646 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26647 (gst_osselement_close_audio), (gst_osselement_probe_caps),
26648 (gst_osselement_get_format_structure),
26649 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26650 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26651 (gst_osselement_rate_int_compare): Add code to handle rate probing
26653 * sys/oss/gstosselement.h: same
26654 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26655 Use rate probing provided by osselement.
26656 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26658 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
26660 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26661 (gst_xvidenc_get_property):
26664 2004-03-24 David Schleef <ds@schleef.org>
26666 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26667 (gst_speexdec_init):
26668 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26669 (gst_speexenc_init): Create the pad template correctly (from
26670 the static pad template, not a NULL pointer.)
26672 2004-03-25 Benjamin Otte <otte@gnome.org>
26674 * gst/debug/Makefile.am:
26675 * gst/debug/breakmydata.c:
26676 add element that quasi-randomly changes bytes in the stream.
26677 Intended use is robustness checking of demuxers and decoders in
26680 2004-03-24 Benjamin Otte <otte@gnome.org>
26682 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26683 (gst_alsa_probe_hw_params):
26684 * ext/alsa/gstalsa.h:
26685 debugging output fixes
26687 2004-03-24 Benjamin Otte <otte@gnome.org>
26689 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26690 don't g_return_if_fail if element is PLAYING, fail silently as every
26692 * gst/effectv/gstquark.c: (gst_quarktv_chain):
26693 only fix needed for cast lvalue issues in gst-plugins
26694 * gst/volenv/gstvolenv.c: (gst_volenv_init):
26697 2004-03-24 Benjamin Otte <otte@gnome.org>
26699 * gst/level/gstlevel.c: (gst_level_init):
26700 add proxying getcaps function, so level doesn't advertise impossible
26703 2004-03-24 David Schleef <ds@schleef.org>
26705 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26706 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26707 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26708 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26709 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26710 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26711 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26712 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26713 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
26714 messages. Divide the chunk size by the compression ratio
26715 (needed for MACE audio)
26717 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26719 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26720 Fix buffer overflow read error.
26722 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26724 * ext/alsa/gstalsa.h:
26725 Remove unused entry.
26726 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26728 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26729 (gst_videodrop_link), (gst_videodrop_chain):
26730 Fix, sort of. Was horribly broken with new capsnego. Bah...
26732 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
26734 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26736 Add a monkeysaudio typefind function
26738 2004-03-23 Johan Dahlin <johan@gnome.org>
26740 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26741 (gst_play_video_fixate): Check so the structure has the field
26742 before trying to fixate them, this makes it possible to have
26743 fakesinks for video and audio output without printing errors on
26744 the output console.
26746 2004-03-22 David Schleef <ds@schleef.org>
26748 * sys/oss/Makefile.am:
26749 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26750 (check_rate), (add_rate): Rate probing test app.
26752 2004-03-21 Benjamin Otte <otte@gnome.org>
26754 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26755 (_fixate_caps_to_int), (gst_audio_convert_fixate):
26756 add a fixation function that pretty much does the right thing (fixes
26759 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
26761 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26763 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
26765 reviewed by: Benjamin Otte <otte@gnome.org>
26767 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26768 terminate gst_event_new_discontinuous correctly (fixes parts of
26771 2004-03-19 David Schleef <ds@schleef.org>
26773 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
26774 since it doesn't depend on X, and it's part of our ABI.
26776 2004-03-19 Iain <iain@prettypeople.org>
26778 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26779 is_int in the structure, not the local variable.
26781 2004-03-19 David Schleef <ds@schleef.org>
26783 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26784 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26785 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26786 Improvements in caps negotiation.
26788 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
26792 adding Afrikaans (Petri Jooste)
26794 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
26796 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26797 (gst_ffmpegcolorspace_chain):
26798 throw error instead of g_critical (#137588)
26800 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
26804 dist common and m4 correctly
26807 2004-03-17 David Schleef <ds@schleef.org>
26809 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
26812 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
26816 adding Swedish translation (Christian Rose)
26818 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
26820 * Makefile.am: use release.mak
26822 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
26824 * common/ChangeLog:
26825 * common/gst-autogen.sh:
26826 add some explanation about the version detection
26830 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
26832 * configure.ac: bump nano to 1
26834 === release 0.8.0 ===
26836 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
26838 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
26840 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
26843 update libtool version
26844 * gst-libs/gst/media-info/Makefile.am:
26845 actually use libtool version
26847 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
26849 * configure.ac: fix speex detection to work with 1.0 but not 1.1
26851 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
26854 * gst-plugins.spec.in:
26855 * pkgconfig/Makefile.am:
26856 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
26857 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26858 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26859 * pkgconfig/gstreamer-libs.pc.in:
26860 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26861 * pkgconfig/gstreamer-play-uninstalled.pc.in:
26862 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
26863 * pkgconfig/gstreamer-plugins.pc.in:
26864 remove @VERSION@ from some of the pc files since core and plugins
26866 created gstreamer-plugins.pc as it's a better name, but keeping
26867 -libs around for now to get fixes upstream done first.
26869 2004-03-15 Julien MOUTTE <julien@moutte.net>
26871 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
26872 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
26873 * gst-libs/gst/play/play.h:
26875 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
26877 * *.c, *.cc: don't mix tabs and spaces
26879 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
26881 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
26882 use the new ffmpegcolorspace
26883 * gst-plugins.spec.in:
26884 package new colorspace and media-info
26886 * pkgconfig/Makefile.am:
26887 fix some more disting issues
26888 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26889 * pkgconfig/gstreamer-media-info.pc.in:
26890 generate media-info pc files
26892 2004-03-15 Johan Dahlin <johan@gnome.org>
26894 * *.h: Revert indenting
26896 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
26899 adding ffmpegcolorspace element
26900 * gst/ffmpegcolorspace/Makefile.am:
26901 * gst/ffmpegcolorspace/avcodec.h:
26902 * gst/ffmpegcolorspace/common.h:
26903 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
26904 * gst/ffmpegcolorspace/dsputil.h:
26905 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
26906 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26907 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
26908 (gst_ffmpeg_caps_to_pix_fmt):
26909 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26910 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26911 (gst_ffmpegcolorspace_caps_remove_format_info),
26912 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
26913 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
26914 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
26915 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
26916 (gst_ffmpegcolorspace_set_property),
26917 (gst_ffmpegcolorspace_get_property),
26918 (gst_ffmpegcolorspace_register):
26919 * gst/ffmpegcolorspace/imgconvert.c:
26920 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26921 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
26922 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
26923 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
26924 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
26925 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
26926 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
26927 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
26928 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
26929 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
26930 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
26931 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
26932 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
26933 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
26934 (img_get_alpha_info), (deinterlace_line),
26935 (deinterlace_line_inplace), (deinterlace_bottom_field),
26936 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
26937 * gst/ffmpegcolorspace/imgconvert_template.h:
26938 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
26939 * gst/ffmpegcolorspace/mmx.h:
26940 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
26941 adding ffmpegcolorspace element supplied by Ronald after cleaning
26942 up and pulling in the right bits of upstream source.
26943 I'm sure a better C/compiler wizard could do some cleaning up (for
26944 example use GLIB's malloc stuff), but as a first pass this
26947 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
26949 * ext/alsa/gstalsa.h:
26950 I assume Ronald forgot to commit the change to have cardname
26951 as a struct member. Expect some public spanking at the next
26954 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26956 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
26957 (gst_alsa_open_audio), (gst_alsa_close_audio):
26958 * ext/alsa/gstalsa.c:
26959 Don't open the device if we're a mixer (= padless).
26960 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
26961 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
26962 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
26963 Open mixer during state change rather than during object
26964 initialization. Also, get a device name. Currently in a somewhat
26965 hackish fashion, but I didn't really find something better.
26967 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
26969 * *.c, *.h: run gst-indent
26971 2004-03-14 Benjamin Otte <otte@gnome.org>
26973 * gst/modplug/gstmodplug.cc:
26974 * gst/modplug/gstmodplug.h:
26975 set correct timestamps on outgoing buffers
26977 2004-03-14 Benjamin Otte <otte@gnome.org>
26979 * gst/modplug/gstmodplug.cc:
26980 handle events - don't do crap when a discont arrives that's not
26982 This allows correct loading and playback of mods in Rhythmbox
26984 2004-03-14 Benjamin Otte <otte@gnome.org>
26987 * gst-libs/gst/gconf/Makefile.am:
26988 * pkgconfig/Makefile.am:
26989 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
26990 they get rebuilt properly
26992 when checking for vorbis, try pkgconfig first.
26993 * gst/modplug/gstmodplug.cc:
26994 add fixate function
26996 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26998 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26999 Fix for obvious mistake, where we first shift the offset and then
27000 read a samplesize element assuming the old offset. Note that this
27001 part still has something weird, i.e. my movies containing those
27002 don't actually play well, but at least there's something that looks
27005 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
27006 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27008 Add a typefind function for speex format
27010 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27012 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27013 (gst_asf_demux_setup_pad):
27014 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27015 instead of 0. Reason is simple: some elements have a fps range
27016 of 1-max instead of 0-max. So now ASF video actually works.
27018 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
27022 adding serbian as a language
27024 2004-03-13 Benjamin Otte <otte@gnome.org>
27026 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27027 return taglist correctly from _get function, don't gst_pad_push it.
27030 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27031 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27033 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27035 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27036 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27037 (gst_alsa_mixer_track_new):
27038 * ext/alsa/gstalsamixertrack.h:
27039 Fix ancient leftovers... MixerTrack is a GObject.
27041 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27043 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27044 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27045 Don't block during probing...
27047 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
27049 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27050 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27051 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27052 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27053 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27054 (gst_alsa_open_audio), (gst_alsa_close_audio):
27055 * ext/alsa/gstalsa.h:
27056 Add propertyprobe interface implementation, add some device-name
27057 property, all this so that it looks good in gnome-volume-control.
27059 2004-03-12 David Schleef <ds@schleef.org>
27061 * configure.ac: the Hermes library controls hermescolorspace, not
27063 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27064 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27066 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27067 * ext/sdl/sdlvideosink.h: ditto.
27068 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27070 2004-03-12 Benjamin Otte <otte@gnome.org>
27072 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27073 (gst_x_overlay_got_xwindow_id):
27074 * gst-libs/gst/xoverlay/xoverlay.h:
27075 replace XID with unsigned long to get rid of the xlibs dependency in
27076 XOverlay (fixes #137004)
27078 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27079 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27080 (gst_agingtv_setup):
27081 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27082 (gst_dicetv_base_init), (gst_dicetv_class_init),
27083 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27084 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27085 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27086 (gst_edgetv_setup), (gst_edgetv_rgb32):
27087 * gst/effectv/gsteffectv.c:
27088 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27089 (gst_quarktv_set_property):
27090 * gst/effectv/gstrev.c: (gst_revtv_get_type),
27091 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27092 (gst_revtv_setup), (gst_revtv_rgb32):
27093 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27094 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27095 (gst_shagadelictv_init), (gst_shagadelictv_setup),
27096 (gst_shagadelictv_rgb32):
27097 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27098 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27099 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27100 * gst/effectv/gstwarp.c:
27101 Port everything that can be ported to videofilter and fix up the caps.
27102 Can someone with a big-endian machine please check these?
27104 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27106 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27107 (gst_osssink_chain), (gst_osssink_change_state):
27108 Latest fixes for A/V sync, audio playback and such. This is about
27109 all... MPEG playback issues are mostly related to the async build-
27110 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27112 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27114 patch from: Stephane Loeuillet
27117 use pkg-config for some libraries, falling back to the old .m4 way
27122 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27125 * tools/Makefile.am:
27126 * tools/Makefile.in:
27127 * tools/gst-launch-ext-m.m:
27128 * tools/gst-launch-ext.1.in:
27129 * tools/gst-visualise-m.m:
27130 * tools/gst-visualise.1:
27131 * tools/gst-visualise.1.in:
27132 reorganizing generation of script tools
27134 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27136 * ext/divx/gstdivxdec.c:
27137 Downgrade priority. We prefer ffdec_mpeg4.
27138 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27139 (gst_faad_chain), (gst_faad_change_state):
27140 Fix capsnego. Doesn't work for some sounds because we don't have
27141 a 5:1 to stereo element.
27142 * ext/xvid/gstxvid.c: (plugin_init):
27144 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27145 (gst_osssink_change_state):
27146 Add discont handling.
27148 2004-03-09 Colin Walters <walters@verbum.org>
27150 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27153 2004-03-09 Benjamin Otte <otte@gnome.org>
27155 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27156 the signals take 2 arguments
27158 2004-03-09 David Schleef <ds@schleef.org>
27160 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27161 (gst_alsa_fixate): Add fixate function. (bug #136686)
27162 * ext/alsa/gstalsa.h:
27163 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27165 2004-03-09 Benjamin Otte <otte@gnome.org>
27167 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27168 (gst_mikmod_change_state):
27169 * ext/mikmod/gstmikmod.h:
27170 make mikmod's loop function not loop infinitely and call
27171 gst_element_yield anymore
27172 * gst/modplug/gstmodplug.cc:
27173 fix pad negotiation (fixes #136590)
27175 2004-03-09 David Schleef <ds@schleef.org>
27177 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
27178 doesn't conflict with the internal colorspace plugin.
27179 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
27180 satisfy the crappy-ass shell shipped by a certain vendor.
27181 * gst/videofilter/make_filter: same (bug #135299)
27183 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27185 * configure.ac: bump nano to 1
27187 === release 0.7.6 ===
27189 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27191 * configure.in: releasing 0.7.6, "There"
27193 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27195 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27196 * pkgconfig/gstreamer-play.pc.in:
27197 synchronize the two
27199 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27201 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27202 (cdparanoia_open), (cdparanoia_event):
27203 fix/add error handling
27205 add cdparanoia source
27206 * tools/Makefile.am:
27207 make scripts executable
27209 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27212 * ext/vorbis/Makefile.am:
27214 remove id3types, vorbisfile and xvideosink from the build (#133783)
27216 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
27218 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27219 Fix metadata read crash (#136537).
27221 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27223 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27224 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27225 adding mime types, fixing the one-stop function
27227 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27229 * ext/nas/nassink.c and /ext/nas/nassink.h:
27230 More NAS love from Arwed von Merkatz
27231 So lets all sing 'Can you feel the NAS tonight'
27233 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27235 * tools/gst-launch-ext.in:
27236 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27238 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27240 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27241 (gst_mpeg2dec_init):
27242 remove the user_data pad for now, because it is being used in
27243 fixating causing MPEG playback to fixate on 1000 Hz for playback.
27244 If someone knows how to fix this properly, please do.
27246 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27248 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27249 (gst_osssink_get_time):
27250 add a warning, IMO this won't get triggered anymore, remove later
27252 2004-03-07 David Schleef <ds@schleef.org>
27254 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
27255 format (bug #136470)
27257 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
27259 * gst-libs/Makefile.am:
27260 * gst-libs/gst/media-info/Makefile.am:
27261 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27262 (error_callback), (gst_media_info_error_create),
27263 (gst_media_info_error_element), (gmip_init), (gmip_reset),
27264 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27265 * gst-libs/gst/media-info/media-info-priv.h:
27266 * gst-libs/gst/media-info/media-info-test.c: (main):
27267 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27268 (gst_media_info_class_init), (gst_media_info_instance_init),
27269 (gst_media_info_set_source), (gst_media_info_read_with_idler),
27270 (gst_media_info_read_idler), (gst_media_info_read):
27271 * gst-libs/gst/media-info/media-info.h:
27272 fixed, should work now
27274 2004-03-07 Christian Schaller <Uraeus@gnome.org>
27276 * ext/nas/nassink.c:
27277 A bunch of NAS fixes from Arwed von Merkatz
27279 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27281 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27282 (qtdemux_parse_trak):
27283 Fix crash (j might be greater than n_samples, in which case we're
27284 writing outside the allocated space for the array) and memleak.
27286 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27288 * sys/oss/gstosssink.c: (gst_osssink_chain):
27289 And another caller that couldn't handle delay < 0 (unsigned
27290 integer overflow). Video now continues playing on an audio
27291 buffer underrun, and the clock continues working. Audio still
27294 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27296 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27297 (gst_osssink_get_time):
27298 get_delay() may return values lower than 0. In those cases, we
27299 should not actually cast to *unsigned* int64, that will break
27300 stuff horribly. In my case, it screwed up A/V sync in movies
27301 in totem rather badly.
27303 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27305 * ext/faac/gstfaac.c: (gst_faac_chain):
27306 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27307 * ext/libpng/gstpngenc.c: (user_write_data):
27308 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27309 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27310 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27311 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27312 Fix several misuse of gst_buffer_merge (it doesn't take ownership
27313 of any buffer), should fix some leaks. I hope I didn't unref buffers
27314 that shouldn't be...
27316 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27318 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27319 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27320 (error_callback), (gmi_reset), (gmi_seek_to_track),
27321 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27322 (gmip_find_type_post), (gmip_find_stream_post),
27323 (gmip_find_track_streaminfo_post):
27324 * gst-libs/gst/media-info/media-info-priv.h:
27325 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27326 (info_print), (main):
27327 * gst-libs/gst/media-info/media-info.c:
27328 (gst_media_info_error_create), (gst_media_info_error_element),
27329 (gst_media_info_instance_init), (gst_media_info_get_property),
27330 (gst_media_info_new), (gst_media_info_set_source),
27331 (gst_media_info_read_idler), (gst_media_info_read):
27332 * gst-libs/gst/media-info/media-info.h:
27333 first pass at making this work again. This seems to work on
27334 tagged ogg/vorbis and mp3 files.
27336 2004-03-06 Benjamin Otte <otte@gnome.org>
27338 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27339 fix huge leak: gst_buffer_merge doesn't unref the first argument
27342 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27344 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27345 report layer/mode/emphasis
27347 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27349 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27351 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27353 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27356 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27358 * ext/vorbis/vorbis.c: (plugin_init):
27359 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27360 (gst_vorbis_dec_init), (vorbis_dec_event):
27362 make vorbisdec handle _BYTE and _TIME queries
27364 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27366 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27367 from the xing header
27369 2004-03-06 Benjamin Otte <otte@gnome.org>
27371 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27372 (gst_audio_convert_link), (gst_audio_convert_change_state),
27373 (gst_audio_convert_buffer_from_default_format):
27374 do conversions from/to float correctly, fix some caps nego errors,
27375 export correct supported caps in template and getcaps, use correct
27376 caps in try_set_caps functions
27378 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27380 For some reason, I only committed a ChangeLog entry yesterday and
27381 not the corresponding code...
27382 * ext/mad/gstmad.c: Fix detection of Xing headers
27383 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27385 2004-03-06 Benjamin Otte <otte@gnome.org>
27387 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27388 (gst_ogg_demux_src_query):
27389 make sure to handle the case where there's no current chain
27392 2004-03-05 David Schleef <ds@schleef.org>
27394 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27395 Add fixate function. (bug #131128)
27396 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27397 (gst_sdlvideosink_fixate): Add fixate function.
27398 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27399 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27400 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27401 Fix missing break that was causing ulaw to be interpreted as
27404 2004-03-05 David Schleef <ds@schleef.org>
27406 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27407 Fix code that ignores return value of gst_buffer_merge().
27409 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27410 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27411 * testsuite/gst-lint: Check for above.
27413 2004-03-05 David Schleef <ds@schleef.org>
27415 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
27416 caps and throw an element error. (bug #136334)
27418 2004-03-05 David Schleef <ds@schleef.org>
27420 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27421 (gst_faad_chain): Fix negotiation.
27422 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27423 key and button events.
27424 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27426 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27428 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27429 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27430 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27431 function to encourage better negotiation, particularly between
27432 audioconvert and osssink.
27433 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27434 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
27436 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
27438 * gst/vbidec/vbiscreen.c: Add glib header
27439 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
27441 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
27443 * ext/mad/gstmad.c: Fix detection of Xing headers
27444 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27446 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27448 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27449 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27452 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27454 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27455 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27456 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27457 files, and report the parsed length as a GST_TAG_DURATION tag.
27458 * gst/tags/gstid3tag.c: support TLEN (duration) tag
27460 2004-03-05 Benjamin Otte <otte@gnome.org>
27462 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27463 convert channels correctly. convert correctly to unsigned.
27465 2004-03-05 Julien MOUTTE <julien@moutte.net>
27467 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27468 we have a window before clearing it.
27470 2004-03-05 Julien MOUTTE <julien@moutte.net>
27472 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27473 have a window before clearing it.
27475 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
27477 * gconf/gstreamer.schemas.in:
27478 * gst-libs/gst/gconf/Makefile.am:
27479 version installation path the same way as for 0.6
27480 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27481 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27482 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27483 remove comment that was fixed
27485 2004-03-05 David Schleef <ds@schleef.org>
27487 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27488 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27489 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27490 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27491 Add prototype code for handling seeking and querying.
27493 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
27495 * examples/gstplay/player.c: (main):
27496 Initialize variables to NULL. Prevents a segfault because the
27497 (uninitialized) variable is not NULL, resulting in a crash on
27498 trying to reach error->message.
27500 2004-03-05 Benjamin Otte <otte@gnome.org>
27502 * gst/audioconvert/gstaudioconvert.c:
27503 (gst_audio_convert_buffer_to_default_format):
27504 make float=>int conversion work correctly even in cornercases.
27506 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
27508 * debian/README.Debian:
27509 * debian/build-deps:
27510 * debian/changelog:
27512 * debian/control.in:
27513 * debian/copyright:
27514 * debian/gstreamer-a52dec.files:
27515 * debian/gstreamer-aa.files:
27516 * debian/gstreamer-alsa.files:
27517 * debian/gstreamer-alsa.manpages:
27518 * debian/gstreamer-arts.files:
27519 * debian/gstreamer-artsd.files:
27520 * debian/gstreamer-audiofile.files:
27521 * debian/gstreamer-avifile.files:
27522 * debian/gstreamer-cdparanoia.files:
27523 * debian/gstreamer-colorspace.files:
27524 * debian/gstreamer-doc.files:
27525 * debian/gstreamer-dv.files:
27526 * debian/gstreamer-dvd.files:
27527 * debian/gstreamer-esd.files:
27528 * debian/gstreamer-festival.files:
27529 * debian/gstreamer-flac.files:
27530 * debian/gstreamer-gconf.conffiles:
27531 * debian/gstreamer-gconf.files:
27532 * debian/gstreamer-gconf.postinst:
27533 * debian/gstreamer-gnomevfs.files:
27534 * debian/gstreamer-gsm.files:
27535 * debian/gstreamer-http.files:
27536 * debian/gstreamer-jack.files:
27537 * debian/gstreamer-jpeg.files:
27538 * debian/gstreamer-mad.files:
27539 * debian/gstreamer-mikmod.files:
27540 * debian/gstreamer-misc.files:
27541 * debian/gstreamer-mpeg2dec.files:
27542 * debian/gstreamer-oss.files:
27543 * debian/gstreamer-plugin-apps.files:
27544 * debian/gstreamer-plugin-apps.manpages:
27545 * debian/gstreamer-plugin-libs-dev.files:
27546 * debian/gstreamer-plugin-libs.files:
27547 * debian/gstreamer-plugin-template.postinst:
27548 * debian/gstreamer-plugin-template.postrm:
27549 * debian/gstreamer-sdl.files:
27550 * debian/gstreamer-sid.files:
27551 * debian/gstreamer-vorbis.files:
27552 * debian/gstreamer-x.files:
27553 * debian/mk.control:
27555 Debian package info not maintained here.
27557 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
27559 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27560 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27561 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27562 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27563 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27564 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27565 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27566 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27567 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27568 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27569 * gst-libs/gst/colorbalance/colorbalance.c:
27570 (gst_color_balance_class_init):
27571 * gst-libs/gst/colorbalance/colorbalancechannel.c:
27572 (gst_color_balance_channel_class_init):
27573 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27574 * gst-libs/gst/play/play.c: (gst_play_class_init):
27575 * gst-libs/gst/propertyprobe/propertyprobe.c:
27576 (gst_property_probe_iface_init):
27577 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27578 * gst-libs/gst/tuner/tunerchannel.c:
27579 (gst_tuner_channel_class_init):
27580 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27581 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27582 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27583 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27584 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27585 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27586 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27587 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27588 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27589 fix signals to use - instead of _
27590 * ext/libcaca/gstcacasink.h:
27591 * ext/sdl/sdlvideosink.h:
27594 2004-03-04 David Schleef <ds@schleef.org>
27596 * testsuite/gst-lint: Add a check for bad signal names.
27598 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
27600 reviewed by David Schleef
27602 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27603 modified the alpha channel and caused a warning. (bug #136192)
27605 2004-04-03 Christian Schaller <Uraeus@gnome.org>
27607 * gst-plugins.spec.in:
27608 Change names of plugins to actually be correct. Try to keep things
27609 alphabetical to avoid getting beat up by Thomas
27611 2004-03-03 Julien MOUTTE <julien@moutte.net>
27613 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27614 Using ximagesink as a default if no gconf key found. We should
27615 probably consider using alsasink instead of osssink for the audio
27618 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
27621 fix --with-plugins, don't think it ever worked before
27622 * gst-plugins.spec.in:
27625 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
27627 * ext/sdl/sdlvideosink.h:
27628 * sys/ximage/ximagesink.h:
27629 * sys/xvideo/xvideosink.h:
27630 * sys/xvimage/xvimagesink.h:
27631 Fix for move of gstvideosink.h -> videosink.h.
27633 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
27635 * gst-libs/gst/xwindowlistener/Makefile.am:
27636 this is a plugin library, not a library
27638 2004-03-01 David Schleef <ds@schleef.org>
27640 * AUTHORS: Added some names. Add yourself if you're still
27643 2004-03-01 David Schleef <ds@schleef.org>
27647 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27649 * gst-plugins.spec.in: clean up spec file
27651 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27653 * gst-libs/gst/video/Makefile.am:
27654 * gst-libs/gst/video/gstvideosink.c:
27655 * gst-libs/gst/video/gstvideosink.h:
27656 rename gstvideosink.h to videosink.h to match other headers
27657 * gst/mixmatrix/Makefile.am:
27658 fix plugin filename
27659 * gst/tags/Makefile.am: fix plugin filename
27661 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27663 * gst/tags/Makefile.am: fix plugin filename
27665 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27667 * examples/gstplay/player.c: (got_time_tick), (main):
27669 display time_tick more readably
27670 * gst/mixmatrix/Makefile.am:
27671 fix plugin file name
27673 2004-02-29 Christophe Fergeau <teuf@gnome.org>
27675 * sys/oss/gstosselement.c: (gst_osselement_probe),
27676 (device_combination_append), (gst_osselement_class_probe_devices):
27677 * sys/oss/gstosselement.h:
27678 Reworked enumeration of oss dsps and mixers so that gst-mixer works
27679 on my system using alsa oss emulation, fixes bug #135597
27681 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
27683 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27684 (gst_videodrop_chain), (gst_videodrop_change_state):
27685 * gst/videodrop/gstvideodrop.h:
27686 Work based on timestamp of input data, not based on the expected
27687 framerate from the input. The consequence is that this element now
27688 not only scales framerates, but also functions as a framerate
27689 corrector or framerate stabilizer/constantizer.
27691 2004-02-27 David Schleef <ds@schleef.org>
27693 patches from jmmv@menta.net (Julio M. Merino Vidal)
27695 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27696 GST_ELEMENT_ERROR call (bug #135634)
27697 * gst/interleave/interleave.c: (interleave_buffered_loop),
27698 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27699 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27700 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27701 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27702 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27703 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27704 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27705 Fix GST_ELEMENT_ERROR call.
27706 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27707 GST_ELEMENT_ERROR call.
27709 2004-02-27 Benjamin Otte <otte@gnome.org>
27711 * gst-libs/gst/audio/audio.h:
27712 add macro to make sure header isn't included twice
27713 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27714 don't use gst_buffer_free
27715 * gst/playondemand/filter.func:
27716 don't use gst_data_free. Free data only once.
27718 2004-02-26 David Schleef <ds@schleef.org>
27720 * gst-libs/gst/colorbalance/Makefile.am:
27721 * gst-libs/gst/mixer/Makefile.am:
27722 * gst-libs/gst/tuner/Makefile.am:
27723 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27724 should not be disted, -marshal.h files should not be installed,
27725 and -enum.h files _should_ be installed. Fix to make this the
27728 === release 0.7.5 ===
27730 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
27732 * configure.ac: release 0.7.5, "Under The Sea"
27734 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
27736 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27737 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27738 * gst/videoscale/gstvideoscale.c:
27739 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27740 assorted debug/warning fixes
27742 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
27744 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27745 (gst_videoscale_init), (gst_videoscale_chain),
27746 (gst_videoscale_set_property), (plugin_init):
27747 * gst/videoscale/gstvideoscale.h:
27748 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27749 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27750 (gst_videoscale_planar400), (gst_videoscale_packed422),
27751 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27752 (gst_videoscale_24bit), (gst_videoscale_16bit),
27753 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27754 (gst_videoscale_scale_plane_slow),
27755 (gst_videoscale_scale_point_sample),
27756 (gst_videoscale_scale_nearest),
27757 (gst_videoscale_scale_nearest_str2),
27758 (gst_videoscale_scale_nearest_str4),
27759 (gst_videoscale_scale_nearest_32bit),
27760 (gst_videoscale_scale_nearest_24bit),
27761 (gst_videoscale_scale_nearest_16bit):
27762 add debugging category and use it properly
27763 fix use of GST_PTR_FORMAT
27765 2004-02-25 Andy Wingo <wingo@pobox.com>
27767 * gst/interleave/interleave.c (interleave_buffered_loop): Always
27768 push only when channel->buffer is NULL. Prevents segfaults doing
27769 the state change after a nonlocal exit, like a scheme exception.
27771 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27772 Handle the case where the intersected caps is empty.
27774 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
27776 * gst/law/mulaw-decode.c: (mulawdec_link):
27777 * gst/law/mulaw.c: (plugin_init):
27778 fix mulawdec so it actually works again
27780 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
27782 reviewed by: David Schleef <ds@schleef.org>
27784 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27785 (gst_gamma_init), (gst_gamma_set_property),
27786 (gst_gamma_get_property), (gst_gamma_calculate_tables),
27787 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
27788 for RGB, with separate r g and b correction factors. (#131167)
27790 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
27792 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27793 only signal tags for bitrate if they're > 0 (#134894)
27795 2004-02-24 David Schleef <ds@schleef.org>
27797 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27798 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27799 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27800 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27801 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27802 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27803 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27804 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27805 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
27806 category. Attempt to fix timestamp calculation.
27808 2004-02-24 Johan Dahlin <johan@gnome.org>
27810 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27812 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
27815 * gconf/Makefile.am:
27816 * gconf/gstreamer.schemas:
27817 * gst-libs/gst/gconf/Makefile.am:
27818 * gst-libs/gst/gconf/gconf.c:
27819 version gconf schemas and install locations
27821 2004-02-23 Benjamin Otte <otte@gnome.org>
27823 * ext/xine/xineinput.c: (gst_xine_input_dispose):
27824 (gst_xine_input_subclass_init):
27825 call parent dispose.
27826 change pad template for CD reader correctly
27827 * ext/xine/Makefile.am:
27828 * ext/xine/gstxine.h:
27829 * ext/xine/xine.c: (plugin_init):
27830 * ext/xine/xineaudiosink.c:
27831 wrap audio sinks, too
27832 * gst-libs/gst/resample/private.h:
27833 * gst-libs/gst/resample/resample.c: (gst_resample_init),
27834 (gst_resample_reinit), (gst_resample_scale),
27835 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
27836 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
27837 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
27838 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
27839 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
27840 * gst-libs/gst/resample/resample.h:
27841 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27842 (gst_audioscale_class_init), (gst_audioscale_link),
27843 (gst_audioscale_get_buffer), (gst_audioscale_init),
27844 (gst_audioscale_chain), (gst_audioscale_set_property),
27845 (gst_audioscale_get_property):
27846 * gst/audioscale/gstaudioscale.h:
27847 s/resample_*/gst_resample_*/i to not clobber namespaces
27849 2004-02-23 Julien MOUTTE <julien@moutte.net>
27851 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
27852 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
27853 (gst_riff_create_video_template_caps),
27854 (gst_riff_create_audio_template_caps),
27855 (gst_riff_create_iavs_template_caps):
27856 * gst-libs/gst/riff/riff-media.h:
27857 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27858 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
27859 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
27860 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27861 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27862 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
27863 (gst_matroska_demux_plugin_init): First batch implementing audio and
27864 video codec tags in demuxers.
27866 2004-02-22 Benjamin Otte <otte@gnome.org>
27868 * ext/xine/Makefile.am:
27869 * ext/xine/gstxine.h:
27870 * ext/xine/xine.c: (plugin_init):
27871 * ext/xine/xineinput.c:
27872 add input plugin wrapper. Playback from files, http, mms and cdda
27874 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27875 remove leftover G_GNUC_UNUSED
27876 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
27877 (gst_asf_demux_identify_guid):
27878 improve debugging output
27880 2004-02-22 Benjamin Otte <otte@gnome.org>
27882 reported by: Padraig O'Briain <padraig.obriain@sun.com>
27885 replace test -e with test -x for mkinstalldirs to be more portable.
27888 2004-02-22 Benjamin Otte <otte@gnome.org>
27890 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
27892 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
27893 set rank to PRIMARY
27894 * gst/volume/gstvolume.c: (plugin_init):
27898 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
27900 reviewed by Benjamin Otte <otte@gnome.org>
27902 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
27903 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
27905 2004-02-22 Benjamin Otte <otte@gnome.org>
27908 export [_]*{gst,Gst,GST}.* symbols from plugins
27910 2004-02-22 Christophe Fergeau <teuf@gnome.org>
27912 reviewed by: Benjamin Otte <otte@gnome.org>
27914 * ext/lame/gstlame.c: (add_one_tag):
27915 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27916 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
27917 (gst_vorbisenc_metadata_set1):
27918 * gst/tags/gstid3tag.c:
27919 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
27920 apply fixes from bugs #135042 (lame can't write tags) and #133817
27921 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
27923 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
27925 * configure.ac: Export only gst_plugin_desc from plugins.
27926 Note that this change only makes any effect with Linux using libtool
27927 1.5.2 or higher. Otherwise it is silently ignored, but it would build
27928 fine. And don't try to have several versions of libtool in different
27931 2004-02-20 Andy Wingo <wingo@pobox.com>
27933 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
27934 interleave respectively.
27936 * gst/interleave/deinterleave.c: New plugin: deinterleave
27937 (replaces on oneton).
27938 * gst/interleave/interleave.c: New plugin: interleave.
27939 * gst/interleave/plugin.h: Support file.
27940 * gst/interleave/plugin.c: Support file.
27942 * configure.ac: Remove intfloat and oneton, add interleave.
27944 * ext/sndfile/gstsf.c: Handle events better.
27946 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
27947 and float2int operation. int2float has scheduling problems as
27948 noted in in2float_chain.
27950 2004-02-20 Benjamin Otte <otte@gnome.org>
27952 * ext/xine/Makefile.am:
27953 * ext/xine/gstxine.h:
27955 * ext/xine/xineaudiodec.c:
27956 * ext/xine/xinecaps.c:
27957 add first version of xine plugin wrapper. Currently only wraps the
27958 QDM2 win32 DLL, and even that only in proof-of-concept quality.
27961 add xine plugin wrapper, disabled by default. Use --enable-xine to
27962 build. Note that it'll segfault on gst-register if you don't remove
27963 the goom and tvtime post plugins from xine.
27964 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27965 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
27966 add extradata parsing for QDM2.
27967 change around debugging prints.
27969 2004-02-19 Benjamin Otte <otte@gnome.org>
27971 * ext/lame/gstlame.c: (gst_lame_chain):
27972 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
27973 use gst_tag_list_insert when you want to insert tags
27975 2004-02-18 David Schleef <ds@schleef.org>
27977 * configure.ac: Move massink to gst-rotten
27979 * ext/mas/Makefile.am:
27980 * ext/mas/massink.c:
27981 * ext/mas/massink.h:
27983 2004-02-18 David Schleef <ds@schleef.org>
27985 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
27986 typefinding, since it seems to be worse than nothing.
27987 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
27988 atom to recognize .mp4 and .m4a files as video/quicktime.
27990 2004-02-18 David Schleef <ds@schleef.org>
27992 * gst/sine/demo-dparams.c: (quit_live),
27993 (dynparm_log_value_changed), (dynparm_value_changed), (main):
27994 Use double dparams, not float.
27995 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27996 (gst_sinesrc_init): Change sync default to FALSE, since multiple
27997 sync'd elements don't really work correctly.
27998 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
27999 (volume_update_volume), (volume_get_property): Change dparam
28002 2004-02-18 Julien MOUTTE <julien@moutte.net>
28004 * sys/ximage/ximagesink.c:
28005 (gst_ximagesink_xwindow_update_geometry),
28006 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28007 (gst_ximagesink_change_state), (gst_ximagesink_expose),
28008 (gst_ximagesink_init): Rework the way software video scaling works. So
28009 now we check on each chain call if the video frames are feeling the
28010 window. If not we try to renegotiate caps. On failure we memorize that
28011 and we won't try again for that PLAYING sessions.
28012 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28014 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28017 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28019 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28020 break up _link so we can give a better debug message for errors
28022 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28024 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28025 set up debug category
28027 2004-02-18 Julien MOUTTE <julien@moutte.net>
28029 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28030 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28031 the way renegotiation work. The event handling function is not taking
28032 care of external windows and renegotiate method check for pad flags
28033 NEGOTIATING. Should fix : #133209
28035 2004-02-17 Julien MOUTTE <julien@moutte.net>
28037 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28038 pad is negotiating before trying renegotiation.
28040 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
28042 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28043 pass on all possible mime types as typefind hints
28045 2004-02-17 Julien MOUTTE <julien@moutte.net>
28047 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28048 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28049 possible SHM leak if we crash. All other apps using XShm are doing
28052 2004-02-17 Julien MOUTTE <julien@moutte.net>
28054 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28055 (gst_ximagesink_expose): Renegotiate size on expose.
28056 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28059 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
28061 * testsuite/alsa/sinesrc.c:
28062 cosmetic fix to fix compile issue with gcc 2.95.4
28064 2004-02-16 Julien MOUTTE <julien@moutte.net>
28066 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28067 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28068 failed opening the audio device.
28069 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28070 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28071 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28072 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28073 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28074 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28075 (gst_ximagesink_change_state), (gst_ximagesink_chain),
28076 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28077 Removing some useless g_return_if_fail like wingo suggested.
28078 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28079 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28080 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28081 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28082 (gst_xvimagesink_update_colorbalance),
28083 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28084 (gst_xvimagesink_xcontext_clear),
28085 (gst_xvimagesink_get_fourcc_from_caps),
28086 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28087 (gst_xvimagesink_set_xwindow_id),
28088 (gst_xvimagesink_colorbalance_list_channels),
28089 (gst_xvimagesink_colorbalance_set_value),
28090 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28091 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28093 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
28095 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28096 throw error when not negotiated instead of asserting
28098 2004-02-15 Julien MOUTTE <julien@moutte.net>
28100 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28101 correct data refcounting.
28103 2004-02-15 Julien MOUTTE <julien@moutte.net>
28105 * gst/switch/gstswitch.c: (gst_switch_change_state),
28106 (gst_switch_class_init): Cleaning the sinkpads correctly on state
28107 change, mostly the EOS flag.
28109 2004-02-15 Julien MOUTTE <julien@moutte.net>
28111 * examples/gstplay/player.c: (got_eos), (main): Adding some
28112 output for debugging.
28113 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28114 timeouts if we go to any state different from PLAYING.
28115 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28116 more EOS bugs in riff lib.
28118 2004-02-14 Julien MOUTTE <julien@moutte.net>
28120 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28121 visualization until i find a way to fix switch correctly.
28122 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28124 * gst/switch/gstswitch.c: (gst_switch_release_pad),
28125 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28126 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28127 Reworked switch to get a more correct behaviour with events and refing
28128 of data stored in sinkpads.
28129 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28130 we don't pull from a pad in EOS.
28132 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28134 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28135 remove v1 tag even if we can't read it (makes sure we don't detect
28138 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28140 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28141 (gst_alsa_xrun_recovery):
28142 * ext/alsa/gstalsa.h:
28143 try xrun recovery when wait failed. Make xrun recovery function
28144 return TRUE/FALSE to indicate success. (might fix #134354)
28146 2004-02-13 David Schleef <ds@schleef.org>
28148 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28149 (dynparm_value_changed), (main): Convert from float to double.
28150 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28152 2004-02-13 David Schleef <ds@schleef.org>
28154 * gst/silence/gstsilence.c: (gst_silence_class_init),
28155 (gst_silence_set_clock), (gst_silence_get),
28156 (gst_silence_set_property), (gst_silence_get_property):
28157 * gst/silence/gstsilence.h: Add sync property.
28158 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28159 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28160 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28161 * gst/sine/gstsinesrc.h: Add sync property.
28163 2004-02-13 David Schleef <ds@schleef.org>
28165 * gst/intfloat/gstint2float.c: (conv_f32_s16),
28166 (gst_int2float_chain_gint16): Change stdint usage to glib types.
28168 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28172 * gst-libs/ext/Makefile.am:
28173 move ffmpeg plugin to gst-ffmpeg module
28175 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28177 * configure.ac: use GST_ARCH to detect architecture
28179 2004-02-12 Julien MOUTTE <julien@moutte.net>
28181 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28183 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
28185 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28186 classify LADSPA plugins based on number of src/sink pads
28187 (#133663, Stefan Kost)
28188 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28189 fix dparams registration
28190 (#133528, Stefan Kost)
28191 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28192 fix use of isprint and use g_ascii_isprint instead
28193 (#133316, Stefan Kost)
28195 2004-02-11 David Schleef <ds@schleef.org>
28197 Convert a few inner loops to use liboil. This is currently
28198 optional, and is only enabled if liboil is present (duh!).
28199 * configure.ac: Check for liboil-0.1
28200 * gst/intfloat/Makefile.am:
28201 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28202 (gst_int2float_chain_gint16):
28203 * gst/videofilter/Makefile.am:
28204 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28205 (tablelookup_u8), (gst_videobalance_planar411):
28206 * gst/videotestsrc/Makefile.am:
28207 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28208 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28209 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28210 (paint_hline_RGB565), (paint_hline_xRGB1555):
28212 2004-02-11 David Schleef <ds@schleef.org>
28214 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28215 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28216 (gst_colorspace_getcaps), (gst_colorspace_link),
28217 (gst_colorspace_base_init), (gst_colorspace_init),
28218 (gst_colorspace_chain), (gst_colorspace_change_state),
28219 (plugin_init): Merge Ronald's patch (bug #117897) and update
28220 for new caps and negotiation. Seems to work, although it
28221 shows off bugs in lcs.
28223 2004-02-11 David Schleef <ds@schleef.org>
28225 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28226 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28228 2004-02-11 David Schleef <ds@schleef.org>
28230 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28231 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28232 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28233 Add server and port properties
28235 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28240 * m4/as-liblame.m4:
28241 * m4/as-slurp-ffmpeg.m4:
28242 * m4/check-libheader.m4:
28249 * m4/gst-ivorbis.m4:
28250 * m4/gst-matroska.m4:
28252 * m4/gst-shout2.m4:
28260 fix underquotedness of macros (#133800)
28261 * m4/as-avifile.m4:
28263 removed because no longer used
28265 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28268 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28269 by autopoint (fixes #132996)
28271 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
28273 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28274 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28275 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28276 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28279 2004-02-11 David Schleef <ds@schleef.org>
28281 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28282 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28283 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28284 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28285 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28286 (gst_jpegenc_class_init), (gst_jpegenc_init),
28287 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28288 (gst_jpegenc_chain), (gst_jpegenc_set_property),
28289 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
28290 * ext/jpeg/gstjpegenc.h: Fix negotiation.
28292 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
28294 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28295 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28296 * ext/mikmod/gstmikmod.h:
28297 fix caps negotiation in mikmod
28298 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28299 output debug information
28301 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
28303 * gst-libs/gst/colorbalance/Makefile.am:
28304 * gst-libs/gst/navigation/Makefile.am:
28305 * gst-libs/gst/xoverlay/Makefile.am:
28306 remove unused GST_OPT_CFLAGS from Makefiles
28307 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28309 2004-02-07 David Schleef <ds@schleef.org>
28311 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28312 push events to pads that haven't been created (#133508)
28314 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
28316 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28317 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28318 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28319 (gst_dvdec_loop), (gst_dvdec_change_state):
28320 Second attempt at committing a working dvdec element.
28322 2004-02-06 David Schleef <ds@schleef.org>
28324 Build fixes for OS X: (see #129600)
28325 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28326 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28327 (gst_riff_read_strf_iavs):
28328 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28329 (gst_avi_demux_stream_odml):
28330 * gst/playondemand/Makefile.am:
28331 * gst/rtp/rtp-packet.c:
28333 2004-02-05 David Schleef <ds@schleef.org>
28335 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28336 last change, because it Just Doesn't Compile.
28338 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28340 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28341 skip undecodable id3v2 tag instead of keeping it
28343 2004-02-05 David Schleef <ds@schleef.org>
28345 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28346 Unref leaked buffer. (Noticed by Ronald)
28348 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
28350 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28351 Sync requires with other checks. >= vs =.
28353 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
28355 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28356 (gst_dvdec_video_link), (gst_dvdec_loop):
28357 * ext/dv/gstdvdec.h:
28358 rework the caps negotiation so that dvdec works again instead
28359 of just segfaulting.
28361 === release 0.7.4 ===
28363 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
28365 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28366 * configure.ac: changed for release
28368 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
28370 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28371 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28372 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28373 * pkgconfig/gstreamer-play-uninstalled.pc.in:
28374 reworked patch by David Lehn to fix libdir and includedir for
28375 uninstalled libraries
28376 removed play and gconf from gstreamer-libs since they have their
28377 own pkgconfig files
28379 2004-02-04 David Schleef <ds@schleef.org>
28381 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28384 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28386 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28387 use correct GST_TAG_ENCODER tag
28389 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28391 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28392 be sure to stop the clock when going to paused
28393 * sys/oss/gstosssink.c: (gst_osssink_change_state):
28394 reset number of transmitted when going to ready.
28397 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
28399 reviewed by Benjamin Otte
28401 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28402 extract track count (fixes #133410)
28404 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28406 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28407 that should be !=, not == (fixes #132519)
28409 2004-02-04 David Schleef <ds@schleef.org>
28411 Make sure set_explicit_caps() is called before adding pad.
28412 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28413 * gst/id3/gstid3types.c: (gst_id3types_loop):
28414 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28415 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28417 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28420 bump nano to 2, first prerelease
28421 put back AM_PROG_LIBTOOL
28423 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28425 * testsuite/alsa/Makefile.am:
28426 these are user test apps, not automatic testsuite tests
28428 2004-02-04 David Schleef <ds@schleef.org>
28430 Convert GST_DEBUG_CAPS() to GST_DEBUG():
28431 * gst/mpeg1videoparse/gstmp1videoparse.c:
28432 (mp1videoparse_parse_seq):
28433 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28434 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28435 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28436 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28437 (gst_xvideosink_getcaps):
28438 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28439 * testsuite/gst-lint: more tests
28441 2004-02-04 David Schleef <ds@schleef.org>
28443 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28444 with the code that they would expand to.
28445 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28446 (gst_flacdec_get_src_query_types),
28447 (gst_flacdec_get_src_event_masks):
28448 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28449 (gst_gnomevfssrc_get_query_types),
28450 (gst_gnomevfssrc_get_event_mask):
28452 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28454 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28455 (gst_sinesrc_dispose):
28456 fix memleak by properly disposing sinesrc
28458 2004-02-04 Julien MOUTTE <julien@moutte.net>
28460 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28461 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28462 an overlay to redraw the image because it has been exposed.
28463 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28464 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28465 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28466 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28468 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28469 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28470 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28471 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28474 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28476 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28477 more memleak fixage
28479 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28481 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28482 * gst/typefind/gsttypefindfunctions.c:
28483 fix memleaks shown by gst-typefind
28485 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28487 * common/glib-gen.mak:
28488 add hack rule to touch .Plo files
28489 * gst-libs/gst/colorbalance/Makefile.am:
28490 * gst-libs/gst/mixer/Makefile.am:
28491 * gst-libs/gst/play/Makefile.am:
28492 * gst-libs/gst/tuner/Makefile.am:
28493 remove glib_root variable
28495 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28497 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28498 set explicit caps before adding the element, so the autopluggers can
28500 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28501 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28502 (mpeg_video_type_find), (mpeg_video_stream_type_find),
28504 fix memleaks in typefind functions. gst_type_find_suggest takes a const
28507 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28509 * gst-libs/gst/colorbalance/Makefile.am:
28510 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28511 * gst-libs/gst/colorbalance/colorbalance.c:
28512 * gst-libs/gst/colorbalance/colorbalance.h:
28513 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28514 * gst-libs/gst/mixer/Makefile.am:
28515 * gst-libs/gst/mixer/mixer-marshal.list:
28516 * gst-libs/gst/mixer/mixer.c:
28517 * gst-libs/gst/mixer/mixer.h:
28518 * gst-libs/gst/mixer/mixermarshal.list:
28519 * gst-libs/gst/play/Makefile.am:
28520 * gst-libs/gst/play/play.h:
28521 * gst-libs/gst/tuner/Makefile.am:
28522 * gst-libs/gst/tuner/tuner-marshal.list:
28523 * gst-libs/gst/tuner/tuner.c:
28524 * gst-libs/gst/tuner/tuner.h:
28525 * gst-libs/gst/tuner/tunermarshal.list:
28526 use new glib-gen.mak snippet to clean up Makefile.am
28527 fix various bugs in Makefile.am's
28529 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28531 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28532 handle chain parsing correctly in the multichain case
28533 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28534 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28535 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28536 (theora_dec_chain):
28537 handle events and queries correctly
28539 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28542 Ignore generated file _stdint.h.
28544 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28546 * gst-libs/gst/colorbalance/Makefile.am:
28547 * gst-libs/gst/colorbalance/colorbalance.h:
28548 * gst-libs/gst/mixer/Makefile.am:
28549 * gst-libs/gst/mixer/mixer.h:
28550 * gst-libs/gst/play/Makefile.am:
28551 * gst-libs/gst/play/play.h:
28552 * gst-libs/gst/tuner/Makefile.am:
28553 * gst-libs/gst/tuner/tuner.h:
28554 Generate enum type code with glib-mkenums.
28555 * gst-libs/gst/colorbalance/.cvsignore:
28556 * gst-libs/gst/mixer/.cvsignore:
28557 * gst-libs/gst/play/.cvsignore:
28558 * gst-libs/gst/tuner/.cvsignore:
28559 Ignore generated files.
28561 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28563 * gst-libs/gst/audio/.cvsignore:
28564 Ignore generated file.
28565 * gst-libs/gst/audio/Makefile.am:
28566 Do not install example filter.
28568 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28570 * examples/switch/.cvsignore:
28571 Ignore generated file.
28573 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28575 * common/m4/ax_create_stdint_h.m4:
28577 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28580 remove generated _stdint.h in DISTCLEANFILES
28581 * ext/a52dec/gsta52dec.c:
28582 include _stdint.h for a52dec. (should fix #133064)
28584 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28586 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28587 (gst_tag_to_vorbis_comments):
28588 Add replaygain support to vorbistag
28590 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28591 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28592 (gst_ffmpeg_caps_to_extradata):
28593 Fix SVQ3 caps flag properties
28594 Use glib macro for bytes swap
28596 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28598 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28599 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28600 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28601 * ext/sndfile/gstsf.c: (plugin_init):
28602 * gst/avi/gstavi.c: (plugin_init):
28603 * sys/dxr3/dxr3init.c: (plugin_init):
28604 * sys/oss/gstossaudio.c: (plugin_init):
28605 * sys/v4l/gstv4l.c: (plugin_init):
28606 * sys/v4l2/gstv4l2.c: (plugin_init):
28607 remove textdomain calls
28609 update Dutch translation
28611 2004-02-02 Julien MOUTTE <julien@moutte.net>
28613 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28614 (gst_play_set_audio_sink): Moving volume in the audio thread for
28615 instantaneous volume change. Maybe i will add another volume in front
28616 of visualization later, not sure yet though.
28618 2004-02-02 Julien MOUTTE <julien@moutte.net>
28620 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28621 (gst_ximagesink_handle_xevents): Better X events handling, only take
28622 the latest events for configure and motion.
28623 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28625 2004-02-02 Jon Trowbridge <trow@gnu.org>
28627 reviewed by: David Schleef <ds@schleef.org>
28630 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28631 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28633 2004-02-02 David Schleef <ds@schleef.org>
28635 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
28637 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28638 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28639 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28640 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28641 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28642 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28643 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28644 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28645 (gst_float2_2_int_link):
28646 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28647 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28648 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28649 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28650 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28651 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28652 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28653 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28654 * testsuite/gst-lint: Add tests for bzero and ;;
28656 2004-02-02 David Schleef <ds@schleef.org>
28658 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28660 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28662 * ext/aalib/gstaasink.c: (gst_aasink_open):
28663 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28664 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28665 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28666 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28667 (gst_afsink_close_file):
28668 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28669 (gst_afsrc_close_file):
28670 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28671 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28672 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28673 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28674 * ext/esd/esdmon.c: (gst_esdmon_get):
28675 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28676 * ext/faac/gstfaac.c: (gst_faac_chain):
28677 * ext/faad/gstfaad.c: (gst_faad_chain):
28678 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28679 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28680 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28681 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28682 (gst_flacdec_loop):
28683 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28684 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28685 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28686 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28687 (gst_gnomevfssink_close_file):
28688 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28689 (gst_gnomevfssrc_open_file):
28690 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28691 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28692 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28693 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28694 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28695 * ext/mad/gstmad.c: (gst_mad_chain):
28696 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28697 * ext/mpeg2dec/gstmpeg2dec.c:
28698 * ext/mpeg2enc/gstmpeg2enc.cc:
28699 * ext/mplex/gstmplex.cc:
28700 * ext/mplex/gstmplexibitstream.cc:
28701 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28702 (gst_ogg_demux_push):
28703 * ext/raw1394/gstdv1394src.c:
28704 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28705 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28706 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28708 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28709 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28710 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28711 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28712 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28713 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28714 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28715 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28716 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28717 (gst_riff_read_element_data), (gst_riff_read_seek),
28718 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28719 * gst/adder/gstadder.c: (gst_adder_loop):
28720 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28721 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28722 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28723 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28724 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28725 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28726 * gst/goom/gstgoom.c: (gst_goom_chain):
28727 * gst/id3/gstid3types.c: (gst_id3types_loop):
28728 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28729 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28730 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28731 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28732 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28733 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28734 (gst_ebml_read_float), (gst_ebml_read_header):
28735 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28736 (gst_matroska_demux_parse_blockgroup):
28737 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28738 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28739 * gst/oneton/gstoneton.c: (gst_oneton_chain):
28740 * gst/silence/gstsilence.c: (gst_silence_get):
28741 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28742 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28743 * gst/speed/gstspeed.c: (speed_loop):
28744 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28745 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28746 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28747 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28748 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28749 (gst_wavparse_loop):
28750 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28751 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28752 (dxr3audiosink_close):
28753 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28754 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28755 (dxr3videosink_close), (dxr3videosink_write_data):
28756 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28757 * sys/oss/gstosssink.c: (gst_osssink_chain):
28758 * sys/oss/gstosssrc.c: (gst_osssrc_get):
28759 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28760 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28761 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28762 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28763 (gst_v4l_set_window), (gst_v4l_enable_overlay):
28764 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28765 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28766 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28767 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28768 (gst_v4l_set_audio):
28769 * sys/v4l/v4l_calls.h:
28770 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28771 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28772 (gst_v4lmjpegsink_playback_init),
28773 (gst_v4lmjpegsink_playback_start):
28774 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28775 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28776 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28777 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28778 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28779 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28780 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28781 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28782 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28783 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28784 (gst_v4l2_get_output), (gst_v4l2_set_output),
28785 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28786 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28787 (gst_v4l2_set_attribute):
28788 * sys/v4l2/v4l2_calls.h:
28789 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28790 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28791 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28792 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28793 (gst_v4l2src_capture_stop):
28794 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28795 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28796 (gst_ximagesink_chain):
28797 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28798 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28799 (gst_xvideosink_xwindow_new):
28800 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28801 (gst_xvimagesink_chain):
28803 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28805 * gst/volume/gstvolume.c: (gst_volume_set_volume),
28806 (gst_volume_get_volume), (volume_class_init), (volume_init),
28807 (volume_chain_int16), (volume_update_volume):
28808 * gst/volume/gstvolume.h:
28809 make code more readable by removing magic numbers
28810 make mixer interface export 0-100 range
28811 make it internally map to 0.0-1.0 range so users don't distort
28812 output by putting the sliders at full volume
28814 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28816 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
28817 (gst_play_state_change), (gst_play_seek_to_time):
28818 block the tick callback for 0.5 secs after doing a seek
28820 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28822 * gst-libs/gst/play/play.c: (gst_play_new):
28825 2004-02-01 Julien MOUTTE <julien@moutte.net>
28827 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
28828 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
28829 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28830 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
28831 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28832 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
28834 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
28837 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28838 check for a function added in vorbis 1.1
28840 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
28842 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28843 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
28844 really start/stop clock only on PLAYING <=> PAUSED
28845 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28846 remove \n from debugging lines
28847 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28848 make it work when seeking does not
28849 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28852 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
28854 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
28855 start clock on PAUSED=>PLAYING, not later
28856 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28857 extract correct time for different discont formats
28858 (gst_alsa_sink_get_time):
28859 don't segfault when no format is negotiated yet, just return 0
28860 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28861 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
28862 (gst_ogg_pad_push):
28863 handle flush and discont events correctly
28864 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28865 handle discont events correctly
28867 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
28869 * gst-libs/gst/play/play.c: (gst_play_error_quark),
28870 (gst_play_error_create), (gst_play_error_plugin),
28871 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
28872 * gst-libs/gst/play/play.h:
28873 add error handling during creation
28874 * examples/gstplay/player.c: (main):
28875 use new gst_play_new
28878 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
28880 * ext/theora/theoradec.c: (theora_dec_chain):
28882 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
28883 (vorbis_dec_src_event), (vorbis_dec_chain):
28884 add encoder tag, fix tag reading to be more error tolerant, change
28885 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
28886 gst_pad_event_default.
28887 * gst/tags/gstvorbistag.c:
28888 (gst_tag_list_from_vorbiscomment_buffer):
28889 undefine function specific define at end of function
28891 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
28893 * ext/flac/gstflac.c: (plugin_init):
28894 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
28895 * ext/flac/gstflacdec.h:
28896 * ext/flac/gstflacenc.h:
28899 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
28901 * examples/gstplay/player.c: s/gstplay.h/play.h/
28903 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
28905 * gst-libs/gst/play/Makefile.am:
28906 * gst-libs/gst/play/gstplay.c:
28907 * gst-libs/gst/play/gstplay.h:
28908 * gst-libs/gst/play/play.c:
28909 more surgery, operation complete
28911 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
28913 * gst-libs/gst/play/play.old.c:
28914 * gst-libs/gst/play/play.old.h:
28915 after CVS surgery by moving, remove
28916 * gst-libs/gst/play/playpipelines.c:
28919 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28920 add negotiation error
28922 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
28924 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28925 (gst_ogg_demux_push):
28926 add some seeking debug info
28927 send a flush when seeking
28929 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
28935 * ext/theora/Makefile.am:
28936 * ext/theora/theoradec.c:
28937 add theora video decoder. Does just do simple decoding for now and
28938 has been tested against Theora cvs only. It only works when theora
28939 is compiled with --enable-static.
28940 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28941 always reset packetno on DISCONT
28943 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
28945 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28948 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
28950 * gst/mpegaudioparse/gstmpegaudioparse.c:
28951 (mp3_type_frame_length_from_header):
28952 Fix header parsing - stolen from ffmpeg (thank you! :) ).
28954 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
28956 * ext/esd/esdsink.c: (gst_esdsink_init):
28957 Since we have static pad template caps, we don't need to negotiate;
28958 either the core errors out or we know the format.
28960 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
28962 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28963 (gst_riff_read_seek):
28964 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28965 (gst_ebml_read_seek):
28966 Fix event handling.
28968 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
28970 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
28971 removee video/x-theora from vp3 decoder, it doesn't handle raw
28973 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
28974 fix bug with finalizing element that never went to PAUSED
28975 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
28976 length and position queries were swapped
28977 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
28978 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
28979 (vorbis_dec_src_event):
28980 implement querying time and bytes
28982 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
28984 * just about every source file:
28985 gst_element_error -> GST_ELEMENT_ERROR
28987 2004-01-29 Julien MOUTTE <julien@moutte.net>
28989 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
28990 emiting FLUSH and even before DISCONT.
28991 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
28992 get the best instant seeking as possible yay!
28994 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
28996 * gst/mpeg1videoparse/gstmp1videoparse.c:
28997 (gst_mp1videoparse_real_chain):
28998 Committed wrong version last week... Grr... Didn't notice until now.
29000 2004-01-29 Julien MOUTTE <julien@moutte.net>
29002 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29003 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29004 have_xwindow_id signal in xwindow_create.
29006 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
29008 * ext/ogg/gstoggdemux.c:
29009 lots of changes - mainly support for chained bitstreams, seeking,
29010 querying and bugfixes of course
29011 * ext/vorbis/Makefile.am:
29012 * ext/vorbis/vorbisdec.c:
29013 * ext/vorbis/vorbisdec.h:
29014 add vorbisdec raw vorbis decoder
29015 * ext/vorbis/vorbis.c: (plugin_init):
29016 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29017 * gst/intfloat/Makefile.am:
29018 * gst/intfloat/float22int.c:
29019 * gst/intfloat/float22int.h:
29020 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29021 add float2intnew plugin. It converts multichannel interleaved float to
29022 multichannel interleaved int. The name should probably be changed.
29023 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29025 add typefinding for raw theora video so oggdemux can detect it.
29027 2004-01-28 Julien MOUTTE <julien@moutte.net>
29029 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29030 sink element first.
29031 * gst/videoscale/gstvideoscale.c:
29032 (gst_videoscale_handle_src_event): Fixing src event handler.
29034 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
29036 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29037 (gst_v4lsrc_open), (gst_v4lsrc_close),
29038 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29039 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29040 * sys/v4l/gstv4lsrc.h:
29041 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29042 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29043 Implement resizing... Hack. But that's why v4l is b0rked...
29045 2004-01-28 Julien MOUTTE <julien@moutte.net>
29047 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29048 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29049 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29050 (gst_ximagesink_xwindow_destroy):
29051 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29052 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29053 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29054 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29055 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29056 correctly cleaning the image created to check xshm calls on succes,
29057 added a lot of XSync calls in X11 functions, and fixed a segfault when
29058 no image format was defined before negotiation happened.
29060 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
29062 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29063 use gst_element_get_time to get correct time
29065 2004-01-28 Julien MOUTTE <julien@moutte.net>
29067 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29068 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29069 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29070 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29071 (gst_xvimagesink_check_xshm_calls),
29072 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29073 X plugins are now able to detect that XShm calls will fail even if the
29074 server claims that it has XShm support (remote displays most of the
29075 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29076 so that we use non XShm functions. This feature is almost useless for
29077 xvimagesink as Xv is not supported on remote displays anyway, but
29078 it might happen than even on the local display XShm calls fail.
29080 2004-01-27 David Schleef <ds@schleef.org>
29082 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29083 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29084 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
29085 changed esdsink to only use 44100,16,2, since esd sucks at rate
29086 conversion and esdsink has had difficulty negotiating.
29088 2004-01-27 Julien MOUTTE <julien@moutte.net>
29090 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29091 (gst_play_seek_to_time): Fixing the way to get current position.
29093 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29095 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29096 use gst_element_get_time to get correct time
29098 2004-01-27 Julien MOUTTE <julien@moutte.net>
29100 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29101 fix ever... Inverting 2 lines of code make spider autoplug correctly
29104 2004-01-27 David Schleef <ds@schleef.org>
29106 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29107 Use gst_pad_try_set_caps_nonfixed().
29109 2004-01-27 David Schleef <ds@schleef.org>
29111 * gst/ac3parse/gstac3parse.c: update to checklist 5
29112 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
29113 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29114 * gst/audioscale/gstaudioscale.c: same
29115 * gst/auparse/gstauparse.c: same
29116 * gst/avi/gstavidemux.c: same
29118 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29120 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29121 stop processing after EOS
29123 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29125 * gst/asfdemux/asfheaders.h:
29126 * gst/asfdemux/gstasfdemux.c:
29127 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29128 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29129 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29130 lot's of fixes to make data extraction simpler and get the code
29131 architecture and compiler independant. Add debugging category
29132 * gst/goom/gstgoom.c: (gst_goom_change_state):
29133 reset channel count on PAUSED=>READY, not READY=>PAUSED
29135 2004-01-26 Colin Walters <walters@verbum.org>
29137 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29138 code to pull a bigger buffer in iradio mode. This as a side effect
29139 makes typefinding work.
29141 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29143 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29144 Fix SVQ3 decoding on PPC
29146 2004-01-26 Julien MOUTTE <julien@moutte.net>
29148 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29149 that one managed to stay there... Fixed.
29151 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29153 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29154 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29155 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29156 (qtdemux_video_caps):
29157 * gst/qtdemux/qtdemux.h:
29158 Add SVQ3 specific flags to qtdemux and ffmpeg
29160 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
29162 * gst-libs/gst/audio/audio.h:
29163 remove buffer-frames from audio caps
29164 * gst/audioconvert/gstaudioconvert.c:
29165 fix plugin to really work.
29167 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29169 * gst-libs/gst/mixer/mixer.c:
29170 * gst-libs/gst/propertyprobe/propertyprobe.c:
29171 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29172 (gst_tuner_find_channel_by_name):
29173 * gst-libs/gst/tuner/tuner.h:
29174 Add gtk-doc style comments. Also fix a function name.
29176 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29178 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29179 (gst_divxdec_negotiate):
29180 Fix for new capsnego - also fixes gst-player with divxdec.
29182 2004-01-25 Julien MOUTTE <julien@moutte.net>
29184 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29185 (gst_play_identity_handoff), (gst_play_set_location),
29186 (gst_play_set_visualization), (gst_play_connect_visualization): Another
29187 try in visualization implementation. Still have an issue with switch
29188 blocking when pulling from video_queue and only audio comes out of
29190 * gst/switch/gstswitch.c: (gst_switch_release_pad),
29191 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29192 release method. And check if the pad is usable before pulling.
29194 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29196 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29197 (gst_videobalance_init),
29198 (gst_videobalance_colorbalance_list_channels),
29199 (gst_videobalance_colorbalance_set_value),
29200 (gst_videobalance_colorbalance_get_value),
29201 (gst_videobalance_update_properties),
29202 (gst_videobalance_update_tables_planar411),
29203 (gst_videobalance_planar411):
29204 * gst/videofilter/gstvideobalance.h:
29205 Implement lookup-tables. +/- 10x faster.
29207 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29209 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29210 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29211 The index reading was broken. The rest worked fine, but the whole
29212 goal of my rewrite was to make avidemux readable, and this was
29213 not at all readable. Please use typed variables.
29215 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29217 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29218 Additional pad usability check.
29219 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29220 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29221 (gst_mp1videoparse_real_chain):
29222 Fix MPEG video stream parsing. The original plugin had several
29223 issues, including not timestamping streams where the source was
29224 not timestamped (this happens with PTS values in mpeg system
29225 streams, but MPEG video is also a valid stream on its own so
29226 that needs timestamps too). We use the display time code for that
29227 for now. Also, if one incoming buffer contains multiple valid
29228 frames, we push them all on correctly now, including proper EOS
29229 handling. Lastly, several potential segfaults were fixed, and we
29230 properly sync on new sequence/gop headers to include them in next,
29231 not previous frames (since they're header for the next frame, not
29232 the previous). Also see #119206.
29233 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29235 Move caps setting so we only do it after finding several valid
29236 MPEG-1 fraes sequentially, not right after the first one (which
29237 might be coincidental).
29238 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29239 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29241 Add unsynced MPEG video stream typefinding, and change some
29242 probability values so we detect streams rightly. The idea is as
29243 follows: I can have an unsynced system stream which contains
29244 video. In the current code, I would randomly get a type for either
29245 system or video stream type found, because the probabilities are
29246 being calculated rather randomly. I now use fixed values, so we
29247 always prefer system stream if that was found (and that is how it
29248 should be). If no system stream was found, we can still identity the stream as video-only.
29250 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29252 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29253 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29254 don't write to buffer. Extract data without the need of
29255 __attribute__ ((packed))
29257 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29259 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29260 (mpeg1_sys_type_find):
29261 Fix MPEG-1 stream typefinding.
29263 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29265 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29266 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29268 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29270 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29271 * ext/esd/gstesd.c: (plugin_init):
29272 private debugging, better error reporting
29274 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29276 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29277 (gst_riff_read_init), (gst_riff_read_change_state):
29278 * gst-libs/gst/riff/riff-read.h:
29279 Remove stuff fromold metadata system.
29281 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29283 * ext/ogg/gstoggdemux.c:
29284 Fix wrong file comment.
29285 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29286 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29287 Add metadata reading properly.
29289 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29292 Fix nas DIST_SUBDIRS
29294 Fix bug where make distcheck doesn't get run on adding stuff to
29297 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29299 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29300 * ext/divx/gstdivxdec.h:
29301 Fix divx3 ("msmpeg4") playback using divxdec.
29303 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29305 * gst/typefind/gsttypefindfunctions.c:
29306 (mp3_type_frame_length_from_header): fix bug in length computation
29307 (mp3_type_find): improve debugging output
29309 2004-01-23 Julien MOUTTE <julien@moutte.net>
29311 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29312 (gst_play_set_location), (gst_play_seek_to_time),
29313 (gst_play_set_audio_sink), (gst_play_set_visualization),
29314 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29315 the pipeline from scratch. Visualization is back and switch went out as
29316 i realized it was not possible to use the way i wanted.
29317 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29318 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29319 clearing in state change from READY to NULL. So that one can clean the
29320 X ressources keeping the element.
29321 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29322 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29323 (gst_xvimagesink_colorbalance_set_value),
29324 (gst_xvimagesink_colorbalance_get_value),
29325 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29326 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29327 change from READY to NULL and fixed some stupid bugs in colorbalance
29328 get/set values. Also added the following feature : when nobody tries to
29329 set some values to the colorbalance levels before the xcontext is
29330 grabbed, then when creating channels list from Xv attributes we set the
29331 internal values to the Xv defaults. This way we handle buggy Xv drivers
29332 that set default hue values far from the middle of the range (Thanks
29333 to Jon Trowbridge for pointing that issue).
29334 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29335 colorbalance levels have been set before xcontext is grabbed.
29337 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
29339 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29340 Fix the ossmixer case where we shouldn't open /dev/dsp* because
29341 it might block operations (which is bad for a mixer).
29343 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29345 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29346 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29347 (gmip_find_type_pre):
29348 * gst-libs/gst/media-info/media-info-priv.h:
29349 * gst-libs/gst/media-info/media-info.c:
29350 (gst_media_info_instance_init), (gst_media_info_read_idler):
29351 add fakesink to get caps on decoder src pad again
29352 fix callback prototype to match new have_type signal signature
29354 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29356 * gst/adder/gstadder.c: (gst_adder_link):
29357 fix non-compile and cut-n-paste code
29359 2004-01-21 David Schleef <ds@schleef.org>
29361 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29362 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29363 (gst_swfdec_init), (gst_swfdec_change_state):
29364 * ext/swfdec/gstswfdec.h:
29366 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29367 (gst_adder_request_new_pad): Fix negotiation.
29368 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29369 Add a fixate function.
29370 * gst/intfloat/gstfloat2int.c:
29371 * gst/intfloat/gstfloat2int.h:
29372 * gst/intfloat/gstint2float.c:
29373 * gst/intfloat/gstint2float.h:
29374 Completely rewrite the negotiation. Doesn't quite work yet,
29375 due to some buffer-frames problem.
29377 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
29379 * ext/gnomevfs/gstgnomevfssrc.c:
29380 * sys/v4l2/v4l2_calls.h:
29381 fix includes for distcheck
29383 2004-01-21 Christian Schaller <uraeus@gnome.org>
29386 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29387 based on earlier patch from Laurent Vivier
29389 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
29391 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29392 Fix wma caps property
29393 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29394 Fix typo (flags1 and flags2)
29396 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29398 * gst-libs/gst/media-info/media-info-priv.c:
29399 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29400 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29401 (gmip_find_stream), (gmip_find_track_metadata),
29402 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29403 (gmip_find_track_format):
29404 * gst-libs/gst/media-info/media-info-priv.h:
29405 * gst-libs/gst/media-info/media-info-test.c: (main):
29406 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29407 (gst_media_info_read_idler), (gst_media_info_read):
29408 * gst-libs/gst/media-info/media-info.h:
29409 register debugging category and use it for debugging
29411 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29413 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29414 (gst_vorbisfile_new_link):
29415 signal streaminfo through tags
29417 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29419 * ext/mplex/gstmplex.cc:
29420 * ext/mplex/gstmplexibitstream.cc:
29421 g++ doesn't like NULL in our i18n/error macros, should be
29422 either (NULL) or ("").
29424 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29426 * sys/dxr3/dxr3audiosink.c:
29427 * sys/dxr3/dxr3init.c:
29428 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29429 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29430 Fix more error error error errors (missing includes here).
29432 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29434 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29435 fix thomas' error errors.
29437 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29439 * ext/mpeg2enc/gstmpeg2enc.cc:
29442 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29444 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29445 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29446 Fix for new error system.
29448 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29450 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29451 fix for new error reporting
29453 2004-01-20 David Schleef <ds@schleef.org>
29455 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29456 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29457 (gst_ximagesink_set_xwindow_id): Change to using a framerate
29458 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29459 and neither is 100+, most likely.
29460 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29461 (gst_xvimagesink_getcaps): same
29463 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
29466 Up version requirement to 2.0.3 (not yet released) to avoid symbol
29467 clashes with ffmpeg.
29469 2004-01-20 Julien MOUTTE <julien@moutte.net>
29471 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29472 (gst_switch_init): Fixed switch element : proxying link and setting
29473 caps from src to sink on request.
29475 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29477 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29478 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29479 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29482 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29484 * sys/v4l/v4l_calls.h:
29485 * sys/v4l2/v4l2_calls.h:
29486 element_error fixes
29488 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29490 * gst-libs/gst/gst-i18n-plugin.h:
29492 remove config.h inclusion
29494 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29497 adding autopoint invocation
29500 * gst-libs/gst/gettext.h:
29501 adding gettext bits
29502 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29503 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29504 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29505 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29506 (gst_gnomevfssink_close_file):
29507 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29508 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29509 * gst-libs/gst/gst-i18n-plugin.h:
29510 * gst/avi/gstavi.c: (plugin_init):
29511 * sys/dxr3/dxr3init.c: (plugin_init):
29512 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29513 * sys/oss/gstossaudio.c: (plugin_init):
29514 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29515 * sys/v4l/gstv4l.c: (plugin_init):
29516 * sys/v4l/v4l_calls.c: (gst_v4l_open):
29517 * sys/v4l2/gstv4l2.c: (plugin_init):
29518 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29519 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29520 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29521 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29522 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29523 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29524 make sure locale and translation domain are set
29525 fix translated strings
29531 put translation files into place
29532 * sys/xvideo/imagetest.c: (main):
29533 * ext/dv/demo-play.c: (main):
29534 fix unnecessary translations
29536 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
29538 * ext/sndfile/gstsf.c:
29539 * gst/avi/gstavimux.c:
29540 * ext/audiofile/gstafsink.c:
29541 * ext/audiofile/gstafsrc.c:
29542 * ext/gnomevfs/gstgnomevfssink.c:
29543 * ext/gnomevfs/gstgnomevfssrc.c:
29544 * sys/oss/gstosselement.c:
29545 * sys/v4l/v4l_calls.h:
29548 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29550 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29551 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29552 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29553 (gst_v4l2_get_output), (gst_v4l2_set_output),
29554 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29555 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29556 (gst_v4l2_set_attribute):
29557 update to new error handling
29559 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29561 * ext/sidplay/gstsiddec.cc:
29562 * gst/modplug/gstmodplug.cc:
29563 parenthese NULL because C++ seems angry about it
29565 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29567 * gst-libs/gst/gst-i18n-plugin.h:
29568 add skeleton i18n stuff, but needs to be further implemented
29570 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
29572 * examples/gstplay/player.c: (main):
29573 * ext/aalib/gstaasink.c: (gst_aasink_open):
29574 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29575 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29576 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29577 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29578 (gst_afsink_close_file):
29579 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29580 (gst_afsrc_close_file):
29581 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29582 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29583 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29584 * ext/esd/esdmon.c: (gst_esdmon_get):
29585 * ext/esd/esdsink.c: (gst_esdsink_chain):
29586 * ext/faac/gstfaac.c: (gst_faac_chain):
29587 * ext/faad/gstfaad.c: (gst_faad_chain):
29588 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29589 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29590 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29591 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29592 (gst_flacdec_loop):
29593 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29594 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29595 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29596 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29597 (gst_gnomevfssink_close_file):
29598 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29599 (gst_gnomevfssrc_open_file):
29600 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29601 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29602 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29603 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29604 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29605 * ext/mad/gstmad.c: (gst_mad_chain):
29606 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29607 * ext/mpeg2dec/gstmpeg2dec.c:
29608 * ext/mpeg2enc/gstmpeg2enc.cc:
29609 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29610 * ext/mplex/gstmplex.cc:
29611 * ext/mplex/gstmplexibitstream.cc:
29612 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29613 (gst_ogg_demux_push), (gst_ogg_pad_push):
29614 * ext/raw1394/gstdv1394src.c:
29615 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29616 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29617 * ext/sidplay/gstsiddec.cc:
29618 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29620 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29621 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29622 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29623 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29624 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29625 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29626 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29627 * gst-libs/gst/Makefile.am:
29628 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29629 (gst_riff_read_element_data), (gst_riff_read_seek),
29630 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29631 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29632 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29633 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29634 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29635 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29636 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29637 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29638 * gst/goom/gstgoom.c: (gst_goom_chain):
29639 * gst/id3/gstid3types.c: (gst_id3types_loop):
29640 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29641 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29642 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29643 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29644 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29645 (gst_ebml_read_float), (gst_ebml_read_header):
29646 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29647 (gst_matroska_demux_parse_blockgroup):
29648 * gst/modplug/gstmodplug.cc:
29649 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29650 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29651 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29652 * gst/silence/gstsilence.c: (gst_silence_get):
29653 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29654 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29655 * gst/speed/gstspeed.c: (speed_loop):
29656 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29657 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29658 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29659 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29660 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29661 (gst_wavparse_loop):
29662 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29663 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29664 (dxr3audiosink_close):
29665 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29666 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29667 (dxr3videosink_close), (dxr3videosink_write_data):
29668 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29669 * sys/oss/gstosselement.h:
29670 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29671 (gst_osssink_chain):
29672 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29673 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29674 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29675 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29676 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29677 (gst_v4l_enable_overlay):
29678 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29679 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29680 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29681 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29682 (gst_v4l_set_audio):
29683 * sys/v4l/v4l_calls.h:
29684 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29685 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29686 (gst_v4lmjpegsink_playback_init),
29687 (gst_v4lmjpegsink_playback_start):
29688 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29689 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29690 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29691 (gst_v4lmjpegsrc_requeue_frame):
29692 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29693 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29694 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29695 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29696 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29697 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29698 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29699 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29700 (gst_v4l2src_capture_stop):
29701 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29702 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29703 (gst_ximagesink_chain):
29704 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29705 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29706 (gst_xvideosink_xwindow_new):
29707 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29708 (gst_xvimagesink_chain):
29709 use new error signal, function and categories
29711 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
29715 * ext/musicbrainz/gsttrm.c:
29716 * ext/musicbrainz/gsttrm.h:
29717 * ext/musicbrainz/Makefile.am:
29720 2004-01-18 Julien MOUTTE <julien@moutte.net>
29722 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29723 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29724 synchronous property for debugging.
29725 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29726 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29727 (gst_xvimagesink_set_property): Moving a pointer declaration to a
29728 smaller block, fixing indent.
29730 2004-01-16 David Schleef <ds@schleef.org>
29732 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29733 property affects the video stream.
29734 * sys/xvimage/xvimagesink.c:
29735 * sys/xvimage/xvimagesink.h:
29736 Add synchronous property for debugging. Should probably be
29737 disabled in non-CVS builds. Make sure that the Xv attribute
29738 exists before we set it (crash!). Fix a silly float bug that
29739 caused colorbalance to just not work.
29741 2004-01-17 Christian Schaller <Uraeus@gnome.org>
29743 * tools/gst-launch-ext.in - update for new plugins
29745 2004-01-16 David Schleef <ds@schleef.org>
29747 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29748 already-freed caps.
29750 2994-01-16 Christian Schaller <Uraeus@gnome.org>
29752 * Update spec for new colorspace plugin and libcaca plugin
29753 * Fix compilation of libcaca plugin (clock -> id)
29755 2004-01-16 Julien MOUTTE <julien@moutte.net>
29757 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29758 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29759 (gst_xvimagesink_set_xwindow_id),
29760 (gst_xvimagesink_colorbalance_set_value),
29761 (gst_xvimagesink_colorbalance_get_value),
29762 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29763 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29764 correct colorbalance properties. They can now be set when the element
29765 is still in NULL state. The values will be committed to the Xv Port
29766 when xcontext is initialized.
29767 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29768 brightness int values in the GstXvImagesink structure.
29770 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
29772 * gst-libs/gst/Makefile.am:
29773 restructure so having local patches works easier.
29775 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
29777 * ext/mpeg2enc/Makefile.am:
29778 * ext/mpeg2enc/gstmpeg2enc.cc:
29779 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29780 Bugfix with respect to EOS handling.
29782 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
29784 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29785 Link with right caps (else, it segfaults).
29786 * ext/mplex/gstmplexjob.cc:
29787 Fix for slight API change in 1.6.1.93 release of mjpegtools.
29789 2004-01-15 David Schleef <ds@schleef.org>
29791 * gst-libs/gst/audio/Makefile.am:
29792 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29794 * gst-libs/gst/audio/gstaudiofilter.c:
29795 * gst-libs/gst/audio/gstaudiofilter.h:
29796 Add bytes_per_sample and size and n_samples calculation.
29797 * gst-libs/gst/audio/gstaudiofilterexample.c:
29798 Remove, now autogenerated.
29799 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29800 Moved from gstaudiofilterexample, object name changed, code added
29801 so that it actually works.
29802 * gst-libs/gst/audio/make_filter:
29803 Script to build an audiofilter subclass from the template.
29804 * gst/colorspace/Makefile.am:
29805 * gst/colorspace/yuv2yuv.c:
29806 Remove file, since it's GPL, and we don't use it.
29808 2004-01-15 Julien MOUTTE <julien@moutte.net>
29810 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29811 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29812 them use the buffer free function to test how the buffer was allocated.
29814 2004-01-15 David Schleef <ds@schleef.org>
29816 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
29817 that handles osssink fallback.
29818 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
29819 (gst_audio_convert_getcaps):
29820 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29821 Add audio/x-qdm2 for QDM2 audio.
29822 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29823 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
29824 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29825 Decrease minimum size to 16x16.
29826 * gst/wavparse/gstwavparse.c:
29827 Convert disabled pad template caps to new caps.
29828 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29829 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29830 (gst_xvimagesink_chain): Throw element error when display cannot
29831 be opened. Increase minimum framerate to 1.0. Check the data
29832 free function on a buffer to make sure it is the type we expect
29833 before manipulating it.
29835 2004-01-15 Julien MOUTTE <julien@moutte.net>
29837 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29838 (gst_videobalance_colorbalance_set_value): Implement passthru if
29839 settings are in the middle.
29840 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
29842 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
29844 * gst/videofilter/Makefile.am:
29845 * gst/volume/Makefile.am:
29846 Since we use videofilter symbols, link to it.
29848 2004-01-15 Julien MOUTTE <julien@moutte.net>
29850 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
29851 mixer interface type to HARDWARE.
29852 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
29854 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
29855 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
29856 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
29857 (gst_volume_interface_init), (gst_volume_list_tracks),
29858 (gst_volume_set_volume), (gst_volume_get_volume),
29859 (gst_volume_set_mute), (gst_volume_mixer_init),
29860 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
29861 (volume_init): Implementing mixer interface.
29862 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
29863 * sys/oss/gstosselement.c: (gst_osselement_get_type),
29864 (gst_osselement_change_state): Removing some trailing commas in
29866 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
29867 interface type to HARDWARE.
29868 * sys/v4l/gstv4lcolorbalance.c:
29869 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
29871 * sys/v4l2/gstv4l2colorbalance.c:
29872 (gst_v4l2_color_balance_interface_init): Setting colorbalance
29873 interface type to HARDWARE.
29874 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
29875 same code than ximagesink for event handling.
29877 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
29879 * ext/snapshot/Makefile.am:
29880 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
29881 (gst_snapshot_chain):
29882 * ext/snapshot/gstsnapshot.h:
29883 This has to be a joke... Snapshot should be connected to a tee,
29884 colorspace element before it and EOS after that, where the other
29885 src of the tee receives normal data.
29886 The current way is *wrong*.
29888 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
29890 * ext/hermes/gsthermescolorspace.c:
29891 Fix another compile error. Same as below.
29893 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
29895 * gst/colorspace/gstcolorspace.c:
29896 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
29897 (gst_colorspace_i420_to_yv12):
29898 Fix compiling... Didn't test if it actually works.
29900 2004-01-15 David Schleef <ds@schleef.org>
29903 * gst/colorspace/Makefile.am:
29904 * gst/colorspace/gstcolorspace.c:
29905 * gst/colorspace/gstcolorspace.h:
29906 * gst/colorspace/yuv2rgb.c:
29907 * gst/colorspace/yuv2rgb.h:
29908 Duplicate the ext/hermes colorspace plugin, and remove Hermes
29909 code and GPL code. Fix for new caps negotiation. Rewrite
29910 much of the format handling code, and some of the conversion
29911 code. Basically, rewrote almost everything. This element
29912 handles I420, YV12 to RGB conversions.
29913 * ext/hermes/Makefile.am:
29914 * ext/hermes/gsthermescolorspace.c:
29915 Rename colorspace to hermescolorspace. Fix negotiation issues.
29916 Remove non-Hermes related code. This element handles lots of
29917 RGB to RGB conversions, but no YUV.
29918 * ext/hermes/gstcolorspace.c:
29919 * ext/hermes/gstcolorspace.h:
29920 * ext/hermes/rgb2yuv.c:
29921 * ext/hermes/yuv2rgb.c:
29922 * ext/hermes/yuv2rgb.h:
29923 * ext/hermes/yuv2rgb_mmx16.s:
29924 * ext/hermes/yuv2yuv.c:
29925 * ext/hermes/yuv2yuv.h:
29928 2004-01-14 Colin Walters <walters@verbum.org>
29930 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
29931 they've already been.
29933 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
29935 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29936 assume tag mode when pad is not connected
29938 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
29940 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29941 Don't update the time of the clock
29942 (gst_alsa_sink_loop):
29943 sync to the clock given to alsasink, not the own clock
29944 * sys/oss/gstosssink.c: (gst_osssink_chain):
29946 (gst_osssink_change_state):
29948 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29949 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29950 remove bogus code that made DISCONT events unhandled
29951 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29952 explicitly case to double in _set_simple. (fixes 2nd warning in bug
29954 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
29955 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
29956 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
29957 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
29958 2nd warning in bug #131502)
29960 2004-01-14 Julien MOUTTE <julien@moutte.net>
29962 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29963 (gst_videobalance_colorbalance_set_value),
29964 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
29965 for colorbalance interface implementation.
29966 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29967 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
29968 (gst_ximagesink_dispose), (gst_ximagesink_init),
29969 (gst_ximagesink_class_init): Adding DISPLAY property.
29970 * sys/ximage/ximagesink.h: Adding display_name to store display.
29971 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29972 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29973 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
29974 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
29975 properties (they still need polishing though for gst-launch use : no
29976 xcontext yet, i ll do that tomorrow).
29977 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
29979 2004-01-14 Julien MOUTTE <julien@moutte.net>
29981 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29982 (gst_play_set_location), (gst_play_set_visualization): Preparing
29983 switch integration, adding videobalance in the pipeline.
29985 2004-01-14 Julien MOUTTE <julien@moutte.net>
29987 * gst-libs/gst/colorbalance/colorbalance.c:
29988 (gst_color_balance_class_init): Adding a default type.
29989 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
29991 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
29992 (gst_videobalance_dispose), (gst_videobalance_class_init),
29993 (gst_videobalance_init), (gst_videobalance_interface_supported),
29994 (gst_videobalance_interface_init),
29995 (gst_videobalance_colorbalance_list_channels),
29996 (gst_videobalance_colorbalance_set_value),
29997 (gst_videobalance_colorbalance_get_value),
29998 (gst_videobalance_colorbalance_init): Implementing colorbalance
30000 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30002 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30003 bug which was triggering a BadAccess X error when setting an overlay
30004 before pad was really negotiated.
30005 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30006 Using the colorbalance type macro.
30008 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30010 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30011 (gst_flacenc_chain):
30012 handle tags correctly
30013 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30014 extract ID3v1 tags correctly
30016 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30018 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30020 Improve matroska typefinding for odd-typed headers...
30022 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30024 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30025 Fix for using incremental number on padnames.
30027 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30029 * ext/divx/gstdivxdec.c:
30030 * ext/divx/gstdivxenc.c:
30031 Set category to divx4linux instead of divx (too generic).
30032 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30033 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30034 (gst_wavparse_loop), (gst_wavparse_change_state):
30035 * gst/wavparse/gstwavparse.h:
30036 fix parsing of WAV files with non-standard fmt-tag size and fix
30037 skipping of unrecognized chunks... Someone please fix this thing
30038 to use rifflib so all this is automated.
30039 * sys/v4l/Makefile.am:
30040 * sys/v4l2/Makefile.am:
30041 Add X_CFLAGS because we depend on X (for overlay).
30043 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
30045 * ext/mpeg2dec/gstmpeg2dec.c:
30046 Don't issue a timestamp unless we tagged the frame
30049 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30051 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30052 Query the audio element to get the time, not the clock. We're
30053 interested in the element's time here.
30055 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30057 * ext/aalib/gstaasink.c: (gst_aasink_chain):
30058 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30059 * ext/esd/esdsink.c: (gst_esdsink_chain):
30060 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30061 * ext/mas/massink.c: (gst_massink_chain):
30062 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30063 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30064 (gst_matroska_demux_parse_metadata):
30065 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30066 (gst_mpeg_parse_release_locks):
30067 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30068 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30069 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30070 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30071 (gst_osssink_change_state):
30072 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30073 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30074 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30075 (gst_xvideosink_release_locks):
30076 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30078 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30079 (gst_alsa_clock_stop):
30080 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30081 (gst_audio_clock_get_internal_time):
30082 simplify for use with new clocking code.
30083 * testsuite/alsa/Makefile.am:
30084 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30085 fix testsuite for new caps system
30087 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30089 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30090 * ext/flac/gstflacenc.c: (add_one_tag):
30091 length is already host endian, no need to convert. Fixes playback of
30092 tagged files on PPC. (bug #128384)
30094 2004-01-13 Julien MOUTTE <julien@moutte.net>
30096 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30097 colorbalance interface stating if it is hardware based or software
30099 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30100 Removing a trailing comma.
30101 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30102 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30103 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30104 the documentation seems to be wrong on the -1000 to 1000 interval.
30106 2004-01-12 David Schleef <ds@schleef.org>
30108 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30109 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30110 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30111 Fix negotiation. Add a bufferalloc function for the sink pad,
30112 and generally clean up some of the code.
30114 2004-01-12 Julien MOUTTE <julien@moutte.net>
30116 * gst-libs/gst/colorbalance/colorbalancechannel.c:
30117 (gst_color_balance_channel_dispose): Adding safety check in dispose
30119 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30120 (gst_xvimagesink_xcontext_clear),
30121 (gst_xvimagesink_interface_supported),
30122 (gst_xvimagesink_colorbalance_list_channels),
30123 (gst_xvimagesink_colorbalance_set_value),
30124 (gst_xvimagesink_colorbalance_get_value),
30125 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30126 Adding colorbalance interface support to set XV parameters such as
30127 HUE, BRIGHTNESS, CONTRAST, SATURATION.
30128 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30131 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30133 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30134 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30135 (gst_audio_convert_init), (gst_audio_convert_set_property),
30136 (gst_audio_convert_get_property), (gst_audio_convert_chain),
30137 (gst_audio_convert_link),
30138 (gst_audio_convert_buffer_to_default_format),
30139 (gst_audio_convert_buffer_from_default_format), (plugin_init):
30140 - implement _getcaps and use it
30142 - remove float caps since no float conversion is actually done
30143 - remove properties and arguments that were to be used for rate
30146 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30148 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30149 (gst_audio_structure_set_int):
30150 * gst-libs/gst/audio/audio.h:
30151 add helper functions for _getcaps matching the standard audio
30154 2004-01-12 David Schleef <ds@schleef.org>
30156 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30157 Test that pad is negotiated before getting its caps.
30159 2004-01-12 Julien MOUTTE <julien@moutte.net>
30161 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30162 analyzing the pads of an element the bin is mostly in READY state so
30163 no caps were negotiated. This helper function needs to work with
30164 _get_caps directly then. I was not freeing them though, added that to
30167 2004-01-12 Julien MOUTTE <julien@moutte.net>
30169 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30170 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30171 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30172 than the free_func.
30174 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30176 * sys/oss/gstossaudio.c: (plugin_init):
30177 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30178 * sys/oss/gstosselement.h:
30179 make an oss debugging category
30180 make failure more descriptive
30182 2004-01-11 David Schleef <ds@schleef.org>
30184 * ext/ffmpeg/gstffmpeg.c:
30185 * ext/ffmpeg/gstffmpegcodecmap.c:
30186 * ext/ffmpeg/gstffmpegdec.c:
30187 * ext/ffmpeg/gstffmpegenc.c:
30188 * ext/ffmpeg/gstffmpegprotocol.c:
30189 * ext/gdk_pixbuf/gstgdkanimation.c:
30190 * ext/jpeg/gstjpeg.c:
30191 * ext/libpng/gstpng.c:
30192 * ext/mpeg2dec/perftest.c:
30193 * ext/speex/gstspeex.c:
30194 * gst-libs/gst/resample/dtos.c:
30195 * gst/intfloat/gstintfloatconvert.c:
30196 * gst/oneton/gstoneton.c:
30197 * gst/rtjpeg/RTjpeg.c:
30198 * gst/rtp/gstrtp.c:
30199 * sys/dxr3/dxr3init.c:
30200 * sys/glsink/gstgl_nvimage.c:
30201 * sys/glsink/gstgl_pdrimage.c:
30202 * sys/glsink/gstglsink.c:
30203 * testsuite/gst-lint:
30204 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30206 2004-01-11 David Schleef <ds@schleef.org>
30208 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30209 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30210 * ext/gdk_pixbuf/gstgdkanimation.c:
30211 (gst_gdk_animation_iter_create_pixbuf):
30212 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30213 (gst_gdk_pixbuf_chain):
30214 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30215 * ext/jack/gstjack.c: (gst_jack_change_state):
30216 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30217 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30218 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30219 * gst/videofilter/gstvideofilter.c:
30220 (gst_videofilter_set_output_size):
30221 Remove all usage of gst_pad_get_caps(), and replace it with
30222 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30224 2004-01-11 David Schleef <ds@schleef.org>
30227 * ext/Makefile.am: Fixes to make ext/libcaca compile.
30228 * ext/divx/gstdivxdec.c:
30229 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30230 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30231 handle images that span multiple buffers. Now work with both
30232 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30233 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30234 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30235 video/video.h changes
30236 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30237 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30238 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30239 of GstData free function.
30240 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30243 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30245 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30246 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30247 (gst_v4l2element_get_property):
30248 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30249 add norm, channel and frequency properties.
30250 * sys/v4l2/gstv4l2tuner.c:
30251 fixes for tuner interface changes
30252 * sys/v4l2/gstv4l2element.h:
30253 * sys/v4l2/gstv4l2src.c:
30254 * sys/v4l2/gstv4l2src.h:
30255 * sys/v4l2/v4l2src_calls.c:
30256 * sys/v4l2/v4l2src_calls.h:
30257 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30259 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30261 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30262 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30263 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30264 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30265 * gst-libs/gst/tuner/tuner.h:
30266 GObjects aren't const.
30267 Add find_by_name functions.
30268 Add checks to _changed functions.
30269 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30270 (gst_v4l_tuner_get_norm):
30273 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30275 * gst-libs/gst/video/video.h:
30276 Fix caps template names to be understandable.
30277 Prefix everything with GST_VIDEO.
30278 * ext/aalib/gstaasink.c:
30279 * ext/divx/gstdivxdec.c:
30280 * ext/divx/gstdivxenc.c:
30281 * ext/gdk_pixbuf/gstgdkpixbuf.c:
30282 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30283 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30284 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30285 * ext/libcaca/gstcacasink.c:
30286 * ext/libpng/gstpngenc.c: (raw_caps_factory):
30287 * ext/snapshot/gstsnapshot.c:
30288 * ext/swfdec/gstswfdec.c:
30289 * ext/xvid/gstxviddec.c:
30290 * ext/xvid/gstxvidenc.c:
30291 * gst/chart/gstchart.c:
30292 * gst/deinterlace/gstdeinterlace.c:
30293 * gst/effectv/gsteffectv.c:
30294 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30295 * gst/goom/gstgoom.c:
30296 * gst/median/gstmedian.c:
30297 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30298 (gst_monoscope_srcconnect), (gst_monoscope_chain):
30299 * gst/overlay/gstoverlay.c:
30300 * gst/smooth/gstsmooth.c:
30301 * gst/smpte/gstsmpte.c:
30302 * gst/synaesthesia/gstsynaesthesia.c:
30303 * gst/videocrop/gstvideocrop.c:
30304 * gst/videodrop/gstvideodrop.c:
30305 * gst/y4m/gsty4mencode.c:
30306 * sys/qcam/gstqcamsrc.c:
30307 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30308 Make them work with new video.h file.
30309 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30310 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30311 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30312 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30313 Make it work with new buffer allocation system.
30315 2004-01-11 Julien MOUTTE <julien@moutte.net>
30317 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30318 pad_alloc_buffer implementation to use ->srcpad
30319 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30320 pad_alloc_buffer implementation to use ->srcpad
30321 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
30322 pad_alloc_buffer implementation to use ->srcpad
30323 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30324 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30325 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30326 a reference to everything we need.
30327 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30328 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30329 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30330 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30331 a reference to everything we need.
30332 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30334 2004-01-11 David Schleef <ds@schleef.org>
30336 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30337 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30338 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30340 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30341 value during a resize/renegotiation.
30342 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30343 gst_pad_alloc_buffer();
30344 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30345 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30347 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30348 Fix for rename of buffer private structure members.
30349 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30350 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30351 Fix for rename of buffer private structure members.
30352 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30353 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30354 Fix for rename of buffer private structure members.
30356 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
30358 reviewed by: David Schleef <ds@schleef.org>
30360 * gst/videofilter/Makefile.am:
30361 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
30362 from the patch by ds to fit in with recent make_filter changes.
30364 2004-01-11 Julien MOUTTE <julien@moutte.net>
30366 * configure.ac: Adding examples/switch/Makefile
30367 * examples/Makefile.am: Adding examples/switch
30368 * examples/switch/Makefile.am: Adding switcher example.
30369 * examples/switch/switcher.c: (got_eos), (idle_iterate),
30370 (switch_timer), (main): Adding an example demonstrating switch usage
30371 with 2 videotestsrc showing different patterns.
30372 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30373 (gst_switch_init): Fixing switch with the new caps system.
30375 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30377 * gst-libs/gst/video/video.h:
30378 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30379 They should probably be like
30380 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30382 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30384 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30385 (qtdemux_parse_trak):
30386 fix audio chunk size/timestamp calculation
30388 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30390 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30393 2004-01-11 Steve Baker <steve@stevebaker.org>
30395 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30396 (gst_agingtv_base_init), (gst_agingtv_class_init),
30397 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30398 (gst_agingtv_set_property), (gst_agingtv_get_property):
30399 Port agingTV to videofilter
30401 2004-01-09 Julien MOUTTE <julien@moutte.net>
30403 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30404 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30406 2004-01-09 Julien MOUTTE <julien@moutte.net>
30408 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30409 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30410 * gst-libs/gst/xoverlay/xoverlay.c:
30411 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30412 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30413 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30414 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30415 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30416 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30417 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30418 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30419 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30420 interface implementation to handle xid being 0 and fix some bugs
30421 triggered by Benjamin's testcase.
30422 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30423 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30424 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30425 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30426 interface implementation to handle xid being 0 and fix some bugs
30427 triggered by Benjamin's testcase.
30429 2004-01-09 David Schleef <ds@schleef.org>
30431 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
30432 mouse pointer events. It works.
30434 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
30436 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30437 Use explicit caps - fix capsnego.
30438 * ext/xvid/gstxviddec.c:
30439 * ext/xvid/gstxvidenc.c:
30440 Remove macro-inside-macro which caused compile errors.
30441 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30442 Error out if it's not a RIFF file. Else we error out without
30443 gst_element_error() which is not good...
30445 2004-01-08 David Schleef <ds@schleef.org>
30447 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30448 Fix pad_link function to handle formats that ffmpeg returns
30449 as multiple caps structures.
30450 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30451 Only complain if source buffer is _smaller_ than expected.
30452 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30453 (gst_videoscale_handle_src_event): Resize navigation events
30454 when passing them upstream.
30455 * gst/videotestsrc/gstvideotestsrc.c:
30456 * gst/videotestsrc/gstvideotestsrc.h:
30457 * gst/videotestsrc/videotestsrc.c:
30458 * gst/videotestsrc/videotestsrc.h:
30459 Rewrite many of the buffer painting functions to handle odd
30460 sizes (for many formats, size%4!=0 or size%8!=0). Most have
30461 been verified to work with my video card.
30462 * testsuite/gst-lint: Add check for elements calling
30463 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30465 2004-01-08 David Schleef <ds@schleef.org>
30467 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30468 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30470 2004-01-08 Julien MOUTTE <julien@moutte.net>
30472 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30473 configure event is not emiting the desired size signal. That fixes
30474 aspect ratio issues with gst-player.
30476 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
30478 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30481 2004-01-08 Julien MOUTTE <julien@moutte.net>
30483 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30484 public method to fire size signal.
30486 2004-01-07 Julien MOUTTE <julien@moutte.net>
30488 * examples/gstplay/Makefile.am: Adding the interface library.
30489 * gst-libs/gst/play/Makefile.am: Adding the interface library.
30490 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
30491 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30492 GST_IS_X_OVERLAY before signal connect.
30493 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30494 Removing the have_video_size signal.
30495 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30496 and associated public method.
30497 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30498 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30500 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30501 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30503 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30504 Using XOverlay public method to fire size signal.
30506 2004-01-07 David Schleef <ds@schleef.org>
30508 * gst/videofilter/Makefile.am:
30509 * gst/videofilter/gstvideotemplate.c:
30510 * gst/videofilter/make_filter:
30511 Create gstvideoexample.c in a srcdir!=builddir friendly way.
30512 Convert make_filter to /bin/sh script.
30514 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
30516 * gst/modplug/gstmodplug.cc: fix element description
30518 2004-01-07 Julien MOUTTE <julien@moutte.net>
30520 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30521 (got_video_size): Adding some new lines in g_print calls.
30522 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30523 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30524 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30525 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30526 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30527 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30528 Complete code review, reverting some stuff i disagree with, adding
30529 some fixes : time synchronization on invalid timestamps, renegotiation
30531 * sys/ximage/ximagesink.h:
30532 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30533 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30534 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30535 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30536 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30537 (gst_xvimagesink_buffer_new),
30538 (gst_xvimagesink_navigation_send_event),
30539 (gst_xvimagesink_set_xwindow_id),
30540 (gst_xvimagesink_get_desired_size),
30541 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30542 stuff i disagree with, adding some fixes : Renegotiation of private
30543 window, implementing get_desired_size.
30545 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
30547 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30548 (gst_afsink_handle_event):
30549 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30550 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30551 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30552 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30553 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30554 Fix for instantiate-test (see core). Also remove dead code from
30555 jpegenc (which still needs fixing, but that's lower on my TODO
30557 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30558 Never return NULL as caps.
30560 2004-01-07 David Schleef <ds@schleef.org>
30564 * ext/librfb/Makefile.am:
30565 * ext/librfb/gstrfbsrc.c:
30566 New source plugin based on librfb-0.1. RFB (remote framebuffer)
30567 is the protocol used by VNC.
30569 2004-01-07 David Schleef <ds@schleef.org>
30571 * gst/videofilter/gstvideotemplate.c:
30572 * gst/videofilter/gstvideotemplate.h:
30573 * gst/videofilter/make_filter:
30574 Merge videotemplate header into source file.
30575 * gst/effectv/Makefile.am:
30576 * gst/effectv/gsteffectv.c: (plugin_init):
30577 * gst/effectv/gstwarp.c:
30578 Make warpTV a subclass of videofilter.
30580 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30582 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30583 Add guard against invalid utf-8 conversions in mad. Just in case.
30585 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30587 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30588 Fix for bug shown by poisoning
30590 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30592 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30593 (gst_v4lmjpegsrc_buffer_free):
30594 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30595 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30596 (gst_v4lsrc_buffer_free):
30597 Fix for removed bufferpools.
30599 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
30601 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30602 Fix caps negotiation.
30604 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30605 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30606 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30608 * ext/mpeg2dec/gstmpeg2dec.c:
30609 * gst-libs/gst/navigation/navigation.c:
30610 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30611 * gst-libs/gst/navigation/navigation.h:
30612 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30613 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30614 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30615 Super-simple first version of mouse and keyboard events. Clicking
30616 on a DVD menu now works, although it may not take you where you
30619 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30620 * gst/videotestsrc/gstvideotestsrc.c:
30621 (gst_videotestsrc_src_fixate):
30622 These fixate functions were broken - they never actually
30625 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30627 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30628 (gst_icecastsend_init):
30629 fix for new caps system.
30630 * gst-libs/gst/mixer/mixertrack.h:
30631 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30632 Add 'master track' flag (for tools like ACME that only want to
30633 change the main volume).
30635 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
30637 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30638 (gst_xvid_csp_to_caps):
30639 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30640 * ext/xvid/gstxvidenc.c:
30641 ifdef out ARGB type when it isn't available
30642 in xvidcore 1.0.0beta2
30644 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30646 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30647 When we have received a new SCR right in the first buffer after
30648 a seek (so in the same cycle that handles the discont), we should
30649 handle the buffer instead of unreffing it, else we lose data.
30651 2004-01-06 Iain <iain@prettypeople.org>
30653 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30654 buffer-frames caps too.
30656 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30657 caps that we need, don't destroy them all and rebuild them. And when
30658 creating src pads, use the src pad template rather than the sink...
30660 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
30662 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30663 Add pad to element *after* setting functions such as event handler.
30664 Without this, the scheduler (opt) will link pads, set the event
30665 handler from the default event function (dispatcher in gstpad.c)
30666 and *after* that, we will set our own event function, which will
30667 thus never be used (and thus mpegdemux doesn't handle events).
30669 2004-01-04 David Schleef <ds@schleef.org>
30671 Fix the fixate functions to handle new prototype:
30672 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30673 * gst/videotestsrc/gstvideotestsrc.c:
30674 (gst_videotestsrc_src_fixate):
30675 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30676 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30677 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30679 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
30681 * sys/ximage/ximagesink.h:
30682 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30683 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30684 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30685 (gst_ximagesink_xoverlay_init):
30686 assorted fixes to make (re)embedding work
30687 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30688 (gst_ximagesink_get_desired_size):
30689 implement desired size additions to XOverlay
30691 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
30693 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30694 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30695 (gst_x_overlay_got_desired_size):
30696 * gst-libs/gst/xoverlay/xoverlay.h:
30697 Add optional "desired size" signal and querying.
30699 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30701 * gst/matroska/matroska-demux.c:
30702 (gst_matroska_demux_parse_blockgroup):
30703 Fix EBML-laced block parsing. Diffs are relative to previous
30704 lace, not the first lace. Thanks to Mosu from the Matroska
30705 team for detecting this.
30706 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30707 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30708 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30709 (gst_wavparse_change_state):
30710 * gst/wavparse/gstwavparse.h:
30711 Quickfix for capsnego.
30713 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30715 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30716 Fix indenting, fix pad creation.
30718 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30720 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30721 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30722 (gst_xviddec_sink_link):
30723 Implement src_getcaps() so proper size caps is negotiated.
30725 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30727 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30728 Finish flac decoder on EOS. See #116178.
30730 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30732 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30733 (gst_matroska_demux_add_stream):
30734 * gst/matroska/matroska-ids.h:
30735 Add getcaps() function to fix capsnego...
30737 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30739 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30740 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30741 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30742 Fix more integer overflows. Again, see #126967.
30744 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30746 * ext/mpeg2dec/gstmpeg2dec.c:
30747 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30750 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30753 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30754 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30755 * ext/xvid/gstxvid.h:
30756 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30757 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30758 (gst_xviddec_src_link), (gst_xviddec_sink_link),
30759 (gst_xviddec_change_state):
30760 * ext/xvid/gstxviddec.h:
30761 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30762 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30763 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30764 (gst_xvidenc_link), (gst_xvidenc_set_property),
30765 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30766 * ext/xvid/gstxvidenc.h:
30767 Update xvid plugin to latest xvid (1.0.0-beta3) API.
30769 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30771 * gst/rtp/rtp-packet.c:
30772 Add sys/types.h include, since OS X doesn't define in_addr_t
30773 in netinet/in.h, like it does on Linux (see #129600).
30775 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
30777 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
30779 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30780 Correct logic of dispose function (see #129306).
30782 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30784 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30785 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30786 (gst_mpeg_parse_init):
30787 * gst/mpegstream/gstmpegparse.h:
30788 Remove clock (which was never provided, i.e. dead code), and
30789 also fix integer overflows at high PTS values (see #126967).
30791 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30793 * ext/flac/gstflacdec.c:
30794 * ext/libpng/gstpngenc.h:
30795 * ext/mikmod/gstmikmod.h:
30796 OS X fixes (see #126628).
30798 2004-01-02 David Schleef <ds@schleef.org>
30800 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30801 (gst_alsa_src_base_init): Remove bogus "src" request pad.
30802 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30803 (gst_mpeg_parse_class_init): Move pad template registration
30804 to class_init, since the derived class (mpegdemux) doesn't
30807 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30809 * sys/ximage/Makefile.am:
30810 * sys/xvideo/Makefile.am:
30811 * sys/xvimage/Makefile.am:
30812 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
30813 after installation (see #127664).
30815 2004-01-02 David Schleef <ds@schleef.org>
30817 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
30818 (gst_ffmpegenc_connect): Negotiation fixes.
30819 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
30820 Remove inappropriate gst_caps_free().
30821 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30822 Reenable Ronald's internal resize code, since the core handles
30825 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
30827 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
30828 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
30829 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
30830 Fix pad template stuff.
30832 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
30834 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
30835 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
30836 fix signed integer reading/writing.
30838 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
30841 Remove outdated document
30843 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
30845 * gst/cutter/gstcutter.c: (gst_cutter_init):
30846 src pad was being created twice - oops.
30848 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
30850 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30851 Comment out internal resize. It doesn't handle the resulting
30852 XEvent internally, does another try_set_caps() which leads to
30853 a really nice loop.
30854 Real fix will come when Julien and Dave are awake. ;).
30856 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
30858 * ext/mpeg2enc/gstmpeg2enc.cc:
30859 fix const/nonconst compile issue.
30861 2004-01-02 David Schleef <ds@schleef.org>
30863 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
30864 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
30865 Add fixate function and a check for bad formats.
30867 2004-01-01 David Schleef <ds@schleef.org>
30870 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
30871 (gst_audiofilter_init):
30872 * gst/debug/efence.c: (gst_efence_init):
30873 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
30874 (gst_deinterlace_init):
30875 * gst/volume/gstvolume.c: (volume_connect):
30877 2004-01-01 David Schleef <ds@schleef.org>
30879 Convert elements to use gst_pad_use_explicit_caps() where
30881 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
30882 * ext/audiofile/gstafparse.c: (gst_afparse_init),
30883 (gst_afparse_open_file):
30884 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
30885 (gst_afsrc_open_file):
30886 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
30887 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
30888 (gst_ffmpegdec_chain):
30889 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30890 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
30891 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
30892 (gst_gdk_pixbuf_chain):
30893 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
30894 (gst_jpegdec_chain):
30895 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
30896 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30897 (gst_mikmod_negotiate):
30898 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
30899 (gst_mpeg2dec_negotiate_format):
30900 * ext/mpeg2enc/gstmpeg2enc.cc:
30901 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30902 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
30903 (gst_speexdec_sinkconnect):
30904 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
30905 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
30906 (gst_vorbisfile_new_link):
30907 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
30908 (gst_ac3parse_chain):
30909 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
30910 (gst_asf_demux_setup_pad):
30911 * gst/auparse/gstauparse.c: (gst_auparse_init),
30912 (gst_auparse_chain):
30913 * gst/id3/gstid3types.c: (gst_id3types_loop):
30914 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30915 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30916 (mp1videoparse_parse_seq):
30917 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
30919 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30920 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
30921 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
30922 (gst_mpeg_parse_send_data):
30923 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30924 (gst_qtdemux_add_stream):
30925 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30926 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30927 (gst_wavparse_parse_fmt):
30929 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
30932 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
30933 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
30934 it therefore uses the wrong include paths. Too bad... Note
30935 that 1.6.1.93 is not release yet. ;).
30936 Also add a check for mplex, which is now using the lib'ified
30937 mplex from mjpegtools, too.
30938 * ext/ffmpeg/gstffmpegcodecmap.c:
30939 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
30940 issues. I don't think ffmpeg handles 3ivx correctly, so this
30941 probably won't work. But it won't hurt either.
30942 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
30943 (gst_ffmpegdec_chain):
30944 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
30945 (gst_ffmpegenc_chain_audio):
30946 Fix memleak in audio encoding. Close codec if open fails, this
30947 calls the cleanup routines so we can re-use the context.
30948 * ext/mpeg2enc/gstmpeg2enc.cc:
30949 Fix pad template names/types, fix memory issue with getcaps().
30950 * ext/mpeg2enc/gstmpeg2encoder.cc:
30951 * ext/mpeg2enc/gstmpeg2encoder.hh:
30952 Fix compile issue with new caps system (const thingy).
30953 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30954 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
30955 We read a first frame right on initing, so that we have a caps
30956 when we init the output. This caps is cached in padprivate and
30957 read as first frame.
30958 * ext/mplex/Makefile.am:
30959 * ext/mplex/gstmplex.cc:
30960 * ext/mplex/gstmplex.h:
30961 * ext/mplex/gstmplex.hh:
30962 * ext/mplex/gstmplexibitstream.cc:
30963 * ext/mplex/gstmplexibitstream.hh:
30964 * ext/mplex/gstmplexjob.cc:
30965 * ext/mplex/gstmplexjob.hh:
30966 * ext/mplex/gstmplexoutputstream.cc:
30967 * ext/mplex/gstmplexoutputstream.hh:
30968 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
30969 had issues, didn't do capsnego, supported only a subset of the
30970 mplex features and required a mplex fork in our local CVS. Plus
30971 that it worked agaist a very old mplex version. Rewriting was
30972 faster than updating it.
30973 * gst-libs/ext/Makefile.am:
30974 * gst-libs/ext/mplex/INSTRUCT:
30975 * gst-libs/ext/mplex/Makefile.am:
30976 * gst-libs/ext/mplex/README:
30977 * gst-libs/ext/mplex/TODO:
30978 * gst-libs/ext/mplex/ac3strm_in.cc:
30979 * gst-libs/ext/mplex/audiostrm.hh:
30980 * gst-libs/ext/mplex/audiostrm_out.cc:
30981 * gst-libs/ext/mplex/aunit.hh:
30982 * gst-libs/ext/mplex/bits.cc:
30983 * gst-libs/ext/mplex/bits.hh:
30984 * gst-libs/ext/mplex/buffer.cc:
30985 * gst-libs/ext/mplex/buffer.hh:
30986 * gst-libs/ext/mplex/fastintfns.h:
30987 * gst-libs/ext/mplex/format_codes.h:
30988 * gst-libs/ext/mplex/inputstrm.cc:
30989 * gst-libs/ext/mplex/inputstrm.hh:
30990 * gst-libs/ext/mplex/lpcmstrm_in.cc:
30991 * gst-libs/ext/mplex/mjpeg_logging.cc:
30992 * gst-libs/ext/mplex/mjpeg_logging.h:
30993 * gst-libs/ext/mplex/mjpeg_types.h:
30994 * gst-libs/ext/mplex/mpastrm_in.cc:
30995 * gst-libs/ext/mplex/mpegconsts.cc:
30996 * gst-libs/ext/mplex/mpegconsts.h:
30997 * gst-libs/ext/mplex/mplexconsts.hh:
30998 * gst-libs/ext/mplex/multplex.cc:
30999 * gst-libs/ext/mplex/outputstream.hh:
31000 * gst-libs/ext/mplex/padstrm.cc:
31001 * gst-libs/ext/mplex/padstrm.hh:
31002 * gst-libs/ext/mplex/stillsstream.cc:
31003 * gst-libs/ext/mplex/stillsstream.hh:
31004 * gst-libs/ext/mplex/systems.cc:
31005 * gst-libs/ext/mplex/systems.hh:
31006 * gst-libs/ext/mplex/vector.cc:
31007 * gst-libs/ext/mplex/vector.hh:
31008 * gst-libs/ext/mplex/videostrm.hh:
31009 * gst-libs/ext/mplex/videostrm_in.cc:
31010 * gst-libs/ext/mplex/videostrm_out.cc:
31011 * gst-libs/ext/mplex/yuv4mpeg.cc:
31012 * gst-libs/ext/mplex/yuv4mpeg.h:
31013 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31014 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31015 We don't fork mjpegtools' mplex in our CVS anymore.
31016 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31017 (gst_avi_demux_add_stream):
31018 * gst/avi/gstavidemux.h:
31019 Add getcaps() function for proper caps nego. This makes some
31020 parts of AVI playback/reading work.
31021 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31022 Resize window on new capsnego. This is probably wrong, but
31023 I'm still committing it because with current capsnego, the
31024 first successfull capsnego is auto-fixated, therefore rounded
31025 down to the lowest values in the caps. this results in a 16x16
31026 XWindow that is not reized when real capsnego finishes.
31027 Dave, I see more cases of this, do you know a proper solution?
31028 * tools/gst-launch-ext.in:
31029 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31031 2003-12-31 David Schleef <ds@schleef.org>
31033 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31034 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31035 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31037 2003-12-30 David Schleef <ds@schleef.org>
31039 * ext/ffmpeg/gstffmpegcolorspace.c:
31040 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31041 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31042 (gst_ffmpegcsp_chain): Negotiation fixes
31043 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31044 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31045 (gst_audio_convert_link), (gst_audio_convert_channels):
31046 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31047 (gst_audioscale_link), (gst_audioscale_get_buffer),
31048 (gst_audioscale_chain): Negotiation fixes
31049 * gst/audioscale/gstaudioscale.h:
31050 * gst/videofilter/gstvideofilter.c:
31051 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31052 (gst_videofilter_link), (gst_videofilter_init),
31053 (gst_videofilter_set_output_size), (gst_videofilter_setup),
31054 (gst_videofilter_find_format_by_structure):
31055 * gst/videofilter/gstvideofilter.h: Negotiation fixes
31056 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31057 (gst_videoscale_link):
31058 * gst/videoscale/videoscale.c: (videoscale_get_structure),
31059 (videoscale_find_by_structure), (gst_videoscale_setup):
31060 * gst/videoscale/videoscale.h: Negotiation fixes
31061 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31062 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31063 function, restrict resizing to a multiple of 4 (hack until
31064 everyone supports odd sizes correctly).
31066 2003-12-29 Colin Walters <walters@verbum.org>
31068 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31071 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
31073 * ext/sndfile/gstsf.c: (gst_sf_loop):
31074 Fix warning about discarding const qualifier
31076 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
31078 * gst/cutter/gstcutter.c:
31079 * gst/videoscale/gstvideoscale.c:
31080 * gst/volenv/gstvolenv.c:
31081 * gst-libs/gst/audio/audio.c:
31082 * gst-libs/gst/video/video.c:
31085 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31087 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31088 Don't send ALSA debugging to stderr.
31089 * ext/alsa/gstalsa.h:
31090 Use GST_WARNING instead of g_warning when ALSA functions fail.
31092 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31094 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31095 Free XVAdapterInfo correctly.
31097 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31099 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31100 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31101 Make id3tag use correct caps nego.
31103 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
31105 * ext/ivorbis/vorbis.c:
31106 * ext/ivorbis/vorbisenc.h:
31107 * ext/ivorbis/vorbisfile.c:
31108 Modify so that it uses the new caps things
31110 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31112 * testsuite/spider/spider1.c: (main):
31113 * testsuite/spider/spider2.c: (main):
31114 * testsuite/spider/spider3.c: (main):
31115 Make tests compile again. They probably don't work.
31117 2003-12-24 Colin Walters <walters@verbum.org>
31119 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31120 we can't fixate the caps anymore.
31122 2003-12-23 David Schleef <ds@schleef.org>
31124 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31125 * sys/oss/gstosssink.c: (gst_osssink_init),
31126 (gst_osssink_sink_fixate): Add fixate function.
31128 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
31130 * ext/ffmpeg/gstffmpegcodecmap.c:
31131 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31132 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31133 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31134 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31135 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31136 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31137 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31138 fix typo in RGB masks, and move back to "old" colorspace
31139 capsnego code until whoever wrote this new crap has actually
31140 tested it so that it works.
31141 And yes, this works, keep it that way please.
31143 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31145 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31146 (gst_divxdec_init), (gst_divxdec_negotiate):
31147 * ext/divx/gstdivxdec.h:
31148 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31149 (gst_divxenc_init):
31150 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31151 (gst_faac_sinkconnect), (gst_faac_srcconnect):
31152 * ext/mpeg2enc/gstmpeg2enc.cc:
31153 * ext/mpeg2enc/gstmpeg2encoder.cc:
31154 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31155 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31156 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31157 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31158 (dxr3spusink_init):
31159 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31160 (dxr3videosink_init):
31161 Fix caps breakage after Dave's caps branch merge.
31163 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31165 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31166 Fix for 24bpp display.
31168 2003-12-23 Colin Walters <walters@verbum.org>
31170 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31171 a GnomeVFSHandle directly.
31173 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31175 * gst/volume/Makefile.am:
31176 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31177 (volume_base_init), (volume_init):
31178 Reenable volume element and fix to work with new caps stuff.
31179 Rhythmbox needs this.
31181 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31183 * gst/qtdemux/qtdemux.c: (plugin_init):
31184 qtdemux requires bytestream
31186 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31188 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31189 Fix remaining caps handling errors due to CAPS merge.
31191 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31193 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31194 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31195 (gst_faad_srcconnect):
31196 Port to new caps system.
31198 2003-12-21 Julien MOUTTE <julien@moutte.net>
31200 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31201 (got_video_size), (main): using g_print instead of g_message.
31202 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31203 signal which was not emitted because of "switch" element added to the
31204 bin but not connected. (Removing from the bin temporarily)
31206 2003-12-21 Julien MOUTTE <julien@moutte.net>
31208 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31209 find X development files. I don't understand the previous tests and
31210 they fail on my debian/ppc unstable. This one works.
31211 * examples/gstplay/player.c: (main): Set the pipeline to READY before
31213 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31214 (gst_play_set_video_sink), (gst_play_set_audio_sink),
31215 (gst_play_set_visualization): Add some safety checks in set_ methods
31216 and state_change. This was throwing some ugly CRITICAL messages when
31217 pipeline was getting disposed and casts were failing.
31219 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
31222 Improve mpeg2enc detection. This is for distributions that do
31223 ship mjpegtools, but without mpeg2enc. Also does object check
31224 for might there ever be ABI incompatibility.
31225 * ext/mpeg2enc/gstmpeg2enc.cc:
31226 Add Andrew as second maintainer (he's helping me), and also add
31227 an error if no caps was set. This happens if I pull before capsnego
31228 and that's something I should solve sometime else.
31229 * gst/matroska/matroska-demux.c:
31230 (gst_matroska_demux_parse_blockgroup):
31232 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31233 (gst_matroska_mux_track_header):
31234 Add caps to templates.
31235 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31236 Add mpegversion=1 to prevent confusion with MPEG/AAC.
31237 * gst/mpegstream/gstmpegdemux.c:
31238 Remove layer since it causes warnings about unfixed caps.
31239 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31240 Fix obvious typo (we error out if caps were set, we should of
31241 course error out if *no* caps were set).
31242 * sys/oss/gstosselement.c: (gst_osselement_convert):
31243 Fix format conversion, we confused bits/bytes.
31244 * sys/oss/gstosselement.h:
31245 Improve documentation for 'bps'.
31247 Remove stuff about plugins that need removing - this was done
31249 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31250 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31251 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31252 (gst_v4lsrc_src_query):
31253 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31254 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31255 Add get_query_types(), get_formats() and query() functions.
31257 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
31259 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31260 * moved CVS to freedesktop.org