ext/alsa/gstalsasink.*: Remove unused dispose function.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-01  Wim Taymans  <wim@fluendo.com>
2
3         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
4         (gst_alsasink_write), (gst_alsasink_reset):
5         * ext/alsa/gstalsasink.h:
6         Remove unused dispose function.
7         Rename lock to not interfere with alsasrc lock.
8
9         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
11         (gst_alsasrc_read), (gst_alsasrc_reset):
12         * ext/alsa/gstalsasrc.h:
13         Implement finalize function.
14         Use lock to protect alsa access.
15         Implement _reset.
16         Fine tune sw params.
17
18 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19
20         * configure.ac:
21           Convert to new AG_GST style.
22
23 2007-02-28  Wim Taymans  <wim@fluendo.com>
24
25         Patch by: Ed Catmur <ed at catmur dot co dot uk>
26
27         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
28         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
29         Fix race condition when rapidly switching visualisations in playbin.
30         Fixes #401029.
31
32 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
33
34         * tests/check/Makefile.am:
35         Include local stuff before system installed things in LDFLAGS and
36         CFLAGS.
37
38 2007-02-28  Wim Taymans  <wim@fluendo.com>
39
40         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
41         Improve debugging.
42
43 2007-02-28  Wim Taymans  <wim@fluendo.com>
44
45         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
46         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
47         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
48         Fix duration and timestamping, taking latency into account.
49         Implement latency query.
50
51 2007-02-28  Wim Taymans  <wim@fluendo.com>
52
53         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
54         (gst_audio_clock_new):
55         Fix clock name.
56
57         * gst-libs/gst/audio/gstbaseaudiosink.c:
58         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
59         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
60         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
61         (gst_base_audio_src_create):
62         Improve latency query code.
63         Use proper clock names.
64
65 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
66
67         * tests/check/generic/states.c: (GST_START_TEST):
68           Copy the states.c test from core again
69         * tests/check/Makefile.am:
70           ignore cdio and cdparanoiasrc
71
72 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
73
74         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
75         (double_hq), (audio_convert_get_func_index), (check_default),
76         (audio_convert_prepare_context), (audio_convert_convert):
77           Also make valgrind happy and avoid copying data in some cases.
78
79 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
80
81         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
82         (double_hq), (audio_convert_get_func_index),
83         (audio_convert_prepare_context), (audio_convert_convert):
84         * gst/audioconvert/gstaudioconvert.c:
85         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
86         (gst_audio_convert_transform_caps):
87         * tests/check/elements/audioconvert.c: (GST_START_TEST),
88         (audioconvert_suite):
89           Don't run inplace if that overwrites source data as we go. Add more
90           tests. Fixes #339837 even more.
91
92 2007-02-27  Julien MOUTTE  <julien@moutte.net>
93
94         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
95         (msg_segment_done): Fix various seeking bugs (Slider was not
96         updating when doing a non flushing seek, Reverse playback 
97         on segment seek was wrong).
98
99 2007-02-26  Wim Taymans  <wim@fluendo.com>
100
101         * tests/examples/seek/seek.c: (stop_seek):
102         When we stop scrubbing, don't leave the pipeline PLAYING when we
103         requested a PAUSED state.
104
105 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
106
107         Patch by: René Stadler <mail at renestadler de>
108
109         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
110           Parse date strings in vorbis comments that have an invalid (zero)
111           month or day (#410396).
112
113         * tests/check/libs/tag.c: (GST_START_TEST):
114           Test case for the above.
115
116 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
117
118         Patch by: Loïc Minier <lool+gnome at via ecp fr>
119
120         * configure.ac:
121         * ext/alsa/Makefile.am:
122         * gst/audiotestsrc/Makefile.am:
123           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
124
125 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
126
127         * gst/playback/gstplaybin.c:
128           Improve docs: point out that the application needs to assist playbin
129           with buffering.
130
131 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
132
133         * gst-libs/gst/utils/install-plugins.c:
134         * gst-libs/gst/utils/missing-plugins.c:
135         * tests/check/libs/utils.c: (missing_msg_check_getters):
136           Change GStreamer marker prefix in detail string from 'gstreamer.net'
137           to just 'gstreamer'. Document the caps string component of the
138           decoder/encoder detail a bit better, since not everyone will be
139           familiar with the GStreamer media type/caps system (but they better
140           enjoy nested itemized lists).
141
142 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
143
144         * gst-libs/gst/netbuffer/gstnetbuffer.c:
145         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
146           Fix copying of GstNetBuffer (would crash before, or at least lead to
147           invalid memory access, #410772), for now by copying the GstBuffer copy
148           code from the core over here so we can copy the GstBuffer fields on a
149           provided buffer instance (of type GstNetBuffer in this case). Would be
150           better to fix this with some support by the core though (and in the long
151           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
152
153         * tests/check/Makefile.am:
154           Enable unit test for GstNetBuffer.
155
156 2007-02-22  Andy Wingo  <wingo@pobox.com>
157
158         * gst-libs/gst/audio/gstbaseaudiosink.c
159         (gst_base_audio_sink_init): Disable pull-mode activation until we
160         figure out how to make audio sinks go to PLAYING.
161
162 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
163
164         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
165         (double_hq), (audio_convert_get_func_index),
166         (audio_convert_prepare_context), (audio_convert_convert):
167         * gst/audioconvert/audioconvert.h:
168         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
169         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
170         * gst/audioconvert/gstchannelmix.h:
171         * tests/check/elements/audioconvert.c: (GST_START_TEST):
172           Add float as an intermediate format, as well as float mixing. Enable
173           test that was failing before. Fixes #339837
174
175 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
176
177         * tests/examples/seek/seek.c: (do_seek):
178         Undo the previous commit: -1 as a stop time implies that the stop
179         time is the end of file, clearing any previously configured segment.
180
181 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
182
183         * tests/examples/seek/seek.c: (do_seek):
184         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
185
186 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
187
188         * gst/volume/gstvolume.c: (volume_process_int16),
189         (volume_process_int16_clamp), (volume_set_caps):
190           Unbreak volume, value remains gint.
191
192 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
193
194         * gst/volume/gstvolume.c: (volume_choose_func),
195         (volume_update_real_volume), (gst_volume_set_volume),
196         (gst_volume_init), (volume_process_double), (volume_process_float),
197         (volume_process_int16), (volume_process_int16_clamp),
198         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
199         * gst/volume/gstvolume.h:
200           Extend float audio support (double) and some int->uint cleanups.
201
202 2007-02-20  Edward Hervey  <edward@fluendo.com>
203
204         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
205         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
206         (sort_end_pads), (gst_decode_group_expose),
207         (gst_decode_group_hide):
208         Don't free groups from the streaming threads. Just put them aside and
209         free them in dispose.
210
211 2007-02-20  Edward Hervey  <edward@fluendo.com>
212
213         * gst/playback/gstdecodebin2.c: (connect_element),
214         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
215         (sort_end_pads), (gst_decode_group_expose):
216         Handle dynamic pads within groups.
217         Sort pads before exposing them in order to make playbin happy.
218         There still is a race with the multiqueue filling up. This should be
219         solved separately.
220         Fixes #398721
221
222 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
223
224         * gst-libs/gst/utils/base-utils.c:
225         * gst-libs/gst/utils/descriptions.c:
226         * gst-libs/gst/utils/install-plugins.c:
227         * gst-libs/gst/utils/missing-plugins.c:
228           Some more docs (and descriptions for two subtitle formats).
229
230 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
231
232         * gst-libs/gst/audio/audio.c:
233           Fix documentation.
234
235 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
236
237         Patch by: Yves Lefebvre  <ivanohe abacom com>
238
239         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
240           Don't leak caps. Fixes #408278.
241
242 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
243
244         * ext/cdparanoia/gstcdparanoiasrc.h:
245         * ext/ogg/gstoggdemux.h:
246         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
247         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
248         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
249         * gst-libs/gst/audio/audio.h:
250         * gst-libs/gst/audio/gstaudiofilter.h:
251         * gst-libs/gst/interfaces/videoorientation.h:
252         * gst/adder/gstadder.h:
253           More docs coverage and some ChangeLog surgery (add missing names)
254
255 2007-02-15  Wim Taymans  <wim@fluendo.com>
256
257         * sys/ximage/ximagesink.c:
258         (gst_ximagesink_calculate_pixel_aspect_ratio):
259         * sys/xvimage/xvimagesink.c:
260         (gst_xvimagesink_calculate_pixel_aspect_ratio):
261         Small constifications.
262
263 2007-02-15  Wim Taymans  <wim@fluendo.com>
264
265         * gst-libs/gst/audio/gstbaseaudiosink.c:
266         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
267         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
268         (gst_base_audio_sink_async_play),
269         (gst_base_audio_sink_change_state):
270         Answer latency query.
271         Use configured latency when syncing.
272         Fix clock slaving.
273
274         * gst-libs/gst/audio/gstbaseaudiosrc.c:
275         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
276         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
277         Fix possible memleak.
278         Implement latency query.
279         Small cleanups.
280
281 2007-02-15  Wim Taymans  <wim@fluendo.com>
282
283         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
284         Ignore errors in reset, these are not fatal. They also grab the element
285         lock which is already taking when this function is called. Fixes
286         #405451.
287
288 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
289
290         * configure.ac:
291           Remove 'tests/examples/xerror/Makefile' from output files again.
292
293 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
294
295         * configure.ac:
296         * docs/plugins/Makefile.am:
297           Also crossref against gst-plugins-base-libs.
298
299 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
300
301         * configure.ac:
302         * docs/libs/Makefile.am:
303         * docs/plugins/Makefile.am:
304           Add crossreferences to glib/gobject/gstream docs.
305
306         * gst-libs/gst/audio/audio.h:
307           Source formatting.
308
309         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
310           Add own debug category.
311
312 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
313
314         Patch by: René Stadler <mail at renestadler de>
315
316         * gst-libs/gst/tag/gstvorbistag.c:
317           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
318           (#403597).
319
320 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
321
322         * gst/playback/gstplaybasebin.c: (setup_source):
323           When we have external subtitles and wait for the subtitle decodebin
324           to get up and running, we set up a (sync) bus handler for the
325           subtitle decodebin, so we can stop waiting when it posts an error
326           message. However, we should do that before we set the subtitle
327           decodebin's state to playing, otherwise things are racy and we might
328           miss error messages posted before we had a chance to set up the bus.
329           This should finally fix totem hanging on .txt pseudo-subtitle files.
330           
331 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
332
333         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
334           Use gst_gdouble_to_guint64 for conversions.
335         * win32/common/config.h.in:
336           Add a define for GST_INSTALL_PLUGINS_HELPER
337         * win32/common/libgstaudio.def:
338         * win32/common/libgstcdda.def:
339         * win32/common/libgstnetbuffer.def:
340         * win32/common/libgstrtp.def:
341         * win32/common/libgutils.def:
342           Add new exported functions.
343         * win32/vs6/gst_plugins_base.dsw:
344         * win32/vs6/libgstdecodebin.dsp:
345         * win32/vs6/libgstnetbuffer.dsp:
346         * win32/vs6/libgstplaybin.dsp:
347         * win32/vs6/libgstrtp.dsp:
348         * win32/vs6/libgstvorbis.dsp:
349         * win32/vs6/libgstcdda.dsp:
350         * win32/vs6/libgstgdp.dsp:
351         * win32/vs6/libgstutils.dsp:
352           Update and add new project files.
353
354 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
355
356         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
357         (subrip_remove_unhandled_tags), (parse_subrip):
358           For SubRip (.srt) subtitles, ignore all markup tags we don't
359           handle (like font tags, for example).
360
361         * tests/check/elements/subparse.c:
362           Add test for this.
363
364 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
365
366         * gst/playback/gstdecodebin.c: (add_fakesink),
367         (gst_decode_bin_change_state):
368         * gst/playback/gstdecodebin2.c: (add_fakesink),
369         (gst_decode_bin_change_state):
370           Don't error out if there is no fakesink in the NULL to READY state
371           change, since when decodebin is re-used, we're only adding the
372           fakesink element in READY to PAUSED.
373
374         * tests/check/elements/decodebin.c:
375         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
376         (decodebin_suite):
377           Minimal unit test to make sure we can use the same decodebin
378           instance twice (at least with audiotestsrc input).
379
380 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
381
382         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
383           Try to get devic-name from device string first, and from handle only
384           as fallback (seems to yield better results and is more robust
385           against buggy probing code on the application side).
386
387 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
388
389         Based on patch by: Julien Puydt <julien.puydt at laposte net>
390
391         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
392         (gst_alsa_find_device_name):
393         * ext/alsa/gstalsa.h:
394         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
395         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
396           Improve device-name detection a bit, especially in the case where
397           the device is not actually open (#405020, #405024). Move common code
398           into gstalsa.c instead of duplicating it.
399
400 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
401
402         * gst/audioconvert/gstaudioconvert.c:
403           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
404
405 2007-02-06  Julien MOUTTE  <julien@moutte.net>
406
407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
408         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
409         (gst_xvimagesink_interface_supported),
410         (gst_xvimagesink_probe_get_properties),
411         (gst_xvimagesink_probe_probe_property),
412         (gst_xvimagesink_probe_needs_probe),
413         (gst_xvimagesink_probe_get_values),
414         (gst_xvimagesink_property_probe_interface_init),
415         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
416         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
417         (gst_xvimagesink_get_type):
418         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
419         for XVAdaptors so that one can choose the adaptor to use with 
420         gstreamer-properties.
421
422 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
423
424         * gst/audioconvert/gstaudioconvert.c:
425           Also mention that a conversion from double to float is suboptimal still.
426
427 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
428
429         * gst-libs/gst/audio/gstaudiofilter.c:
430         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
431           Clear our formats structure and free the caps contained in it when
432           shutting down.
433
434 2007-02-05  Andy Wingo  <wingo@pobox.com>
435
436         * gst-libs/gst/audio/gstbaseaudiosink.c
437         (gst_base_audio_sink_callback): Update basesink->offset so that we
438         pull monotonically increasing offsets instead of, um, seeking back
439         to 0 each time. Fixes alsasrc ! alsasink!
440
441 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
442
443         * gst/videoscale/gstvideoscale.c:
444           A width and height of 1 makes us crash, so increase minimum size to
445           2x2 pixels until someone feels like fixing this (#404512).
446
447 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
448
449         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
450           Add small test to make sure request pads are cleaned up properly
451           even if oggmux never changes state out of NULL.
452
453 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
454
455         * tests/check/libs/utils.c: (GST_START_TEST):
456           Fix unit test. Turns out things work much better when you
457           NULL-terminate string arrays. Should make p5 build bot happy again.
458
459 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
460
461         * gst-libs/gst/audio/Makefile.am:
462         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
463         (gst_audio_filter_template_base_init),
464         (gst_audio_filter_template_class_init),
465         (gst_audio_filter_template_init),
466         (gst_audio_filter_template_set_property),
467         (gst_audio_filter_template_get_property),
468         (gst_audio_filter_template_setup),
469         (gst_audio_filter_template_filter),
470         (gst_audio_filter_template_filter_inplace), (plugin_init):
471           Oops, forgot to commit fixed-up example.
472
473 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
474
475         * docs/libs/gst-plugins-base-libs-sections.txt:
476         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
477         (gst_audio_filter_class_init), (gst_audio_filter_init),
478         (gst_audio_filter_set_caps),
479         (gst_audio_filter_class_add_pad_templates):
480         * gst-libs/gst/audio/gstaudiofilter.h:
481           Port GstAudioFilter to 0.10. This change technically breaks
482           API and ABI (and thus also every library developer's heart),
483           but seems justifiable on the grounds that the base class was
484           completely unusable before (ie. would crash immediately when
485           actually used). Fixes #403963 (and eventually also #403572).
486           Also document all of this a bit.
487
488 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
489
490         * gst-libs/gst/utils/install-plugins.c:
491         (gst_install_plugins_spawn_child):
492         * tests/check/libs/utils.c:
493         (test_base_utils_install_plugins_do_callout):
494           Lowering log level to see why things fail on the p5 build bot;
495           fix some typos in unit test messages.
496
497 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
498
499         * tests/check/libs/utils.c:
500         (test_base_utils_install_plugins_do_callout):
501           Don't hard-code temp directory for test helper; use GLib functions
502           to write out file and do error checking etc.
503
504 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
505
506         * gst-libs/gst/utils/Makefile.am:
507         * gst-libs/gst/utils/base-utils.h:
508         * gst-libs/gst/utils/install-plugins.c:
509         (gst_install_plugins_context_set_xid),
510         (gst_install_plugins_context_new),
511         (gst_install_plugins_context_free),
512         (gst_install_plugins_get_helper),
513         (gst_install_plugins_spawn_child),
514         (gst_install_plugins_return_from_status),
515         (gst_install_plugins_installer_exited),
516         (gst_install_plugins_async), (gst_install_plugins_sync),
517         (gst_install_plugins_return_get_name),
518         (gst_install_plugins_installation_in_progress):
519         * gst-libs/gst/utils/install-plugins.h:
520           API: add API for applications to initiate installation of missing
521           plugins, ie. gst_install_plugins_async() primarily.
522           Based on libgimme-codec by Ryan Lortie.
523
524         * configure.ac:
525           Add --with-install-plugins-helper configure option so distros can specify
526           the path of the helper script or program to call when plugin installation
527           is requested (distros: please do any argument munging in this helper
528           script instead of patching GStreamer to pass arguments differently
529           to another program directly).
530
531         * docs/libs/gst-plugins-base-libs-docs.sgml:
532         * docs/libs/gst-plugins-base-libs-sections.txt:
533           Build and document new API.
534
535         * tests/check/libs/utils.c: (result_cb),
536         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
537         (libgstbaseutils_suite):
538           Some simple checks for the new API.
539
540 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
541
542         * tests/check/elements/audioconvert.c: (test_float_conversion):
543           Add small test for 32bit float <=> 64bit float conversion (works
544           only one way so far, 32=>64 produces structured noise).
545
546 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
547
548         * gst/audioconvert/gstaudioconvert.c:
549         (set_structure_widths_32_and_64), (make_lossless_changes):
550           We don't support floats with a width of 40, 48 or 56 bits.
551
552 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
553
554         * gst/audioconvert/audioconvert.c: (float), (double),
555         (audio_convert_get_func_index):
556         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
557         (make_lossless_changes):
558           Support for 64-bit float audio in audioconvert (#339837)
559
560 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
561
562         Patch by: Holger Wansing  <linux wansing-online de>
563
564         * po/LINGUAS:
565         * po/de.po:
566           Add German translation (#352069).
567
568 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
569
570         reviewed by: Wim Taymans <wim@fluendo.com>
571
572         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
573         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
574         Use newly added GstCollectPads API to free the allocated resources in
575         the GstOggPad structures (#402393).
576
577 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
578
579         * gst/playback/gstplaybin.c: (gen_vis_element):
580           Add audioresample+audioconvert in front of the visualisation
581           element, so that elements like libvisual 0.4 that don't support all
582           samplerates can work.
583
584           Fixes: #402505
585
586 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
587
588         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
589         (gst_play_base_bin_get_streaminfo_value_array):
590           Take some locks and make a copy of the streaminfo value array we
591           maintain while holding the lock, so that the application can
592           retrieve the stream-info as a value array in a thread-safe way.
593
594 2007-01-30  Wim Taymans  <wim@fluendo.com>
595
596         * gst/audioconvert/gstaudioconvert.c:
597         Don't fail on 0 sized buffers. Fixes #396835.
598
599 2007-01-29  David Schleef  <ds@schleef.org>
600
601         * gst/typefind/gsttypefindfunctions.c:
602           Detect BBCD as video/x-dirac, so we can play raw dirac
603           streams.
604
605 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
606
607         * ext/theora/theoraenc.c: (theora_enc_chain):
608           Check return value of theora_encode_header(), or we might try to
609           allocate a random number of bytes. theora_encode_header() can fail
610           if libtheora has been compiled with encoding support disabled.
611           Fixes #398110.
612
613 2007-01-29  Wim Taymans  <wim@fluendo.com>
614
615         * tests/check/gst/.cvsignore:
616         Do as buildbot says.
617
618 2007-01-29  Wim Taymans  <wim@fluendo.com>
619
620         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
621         Fix strides in libvisual. Gst uses X strides.
622         Inspired by: <ed at catmur dot co dot uk> and 
623         <tim at centricular dot net>
624         Fixes #401118.
625
626 2007-01-27  Wim Taymans  <wim@fluendo.com>
627
628         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
629         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
630         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
631         (gst_ogg_demux_perform_seek),
632         (gst_ogg_demux_bisect_forward_serialno),
633         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
634         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
635         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
636         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
637         * ext/ogg/gstoggdemux.h:
638         Properly propagate streaming errors when we are scanning the file for
639         chains so that we don't crash when shut down. Might fix some crashers
640         when quickly switching oggs in RB such as #332503 and #378436.
641
642 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
643
644         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
645           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
646           error code as well.
647
648 2007-01-25  Wim Taymans  <wim@fluendo.com>
649
650         * gst/playback/gstplaybasebin.c: (remove_source):
651         Don't try to disconnect a signal from a finalized object.
652
653 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
654
655         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
656           Cast lock macro parameters to make sure we're actually accessing the
657           lock member at the right class level. Free list itself in _dispose()
658           as well and NULL it in case dispose gets called multiple times.
659
660 2007-01-25  Edward Hervey  <edward@fluendo.com>
661
662         * gst/playback/gstdecodebin2.c:
663         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
664         Free GstDecodeGroups no longer used.
665         (gst_decode_group_expose):
666         Don't unlock too many times !
667         (deactivate_free_recursive):
668         Free iterator once we're done with it.
669         Fix for recursively deactivating elements (stop at ghostpads).
670
671 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
672
673         * gst/playback/gstplaybin.c: (handoff):
674           Fix up caps on the frame buffer before we save it and potentially
675           make it accessible to other threads via g_object_get; also use
676           gst_buffer_replace() instead of gst_mini_object_replace().
677
678 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
679
680         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
681           Make getting the current frame thread-safe.
682
683 2007-01-25  Edward Hervey  <edward@fluendo.com>
684
685         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
686         (gst_decode_group_new), (gst_decode_group_free):
687         Set queues to bigger sizes to cope with HD contents.
688         Fix some mutex freeing and add comment about MT safe methods.
689
690 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
691
692         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
693         (gst_text_overlay_text_event):
694           Don't unnecessarily ref (and then leak) upstream events if the text
695           pad is not linked. Fixes #399948.
696
697         * tests/check/gst-plugins-base.supp:
698           Add suppression for pango on edgy/x86 for textoverlay test.
699
700 2007-01-24  Wim Taymans  <wim@fluendo.com>
701
702         * gst-libs/gst/rtp/gstrtpbuffer.h:
703         Add some more fixed payloads.
704
705 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
706
707         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
708           Error out properly if we get an error from libogg while reading the
709           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
710
711 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
712
713         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
714           Don't leak mutex.
715
716         * tests/check/elements/playbin.c:
717         (test_sink_usage_video_only_stream),
718         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
719         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
720         (test_missing_suburisource_handler),
721         (test_missing_primary_decoder), (playbin_suite):
722           Run all tests once with decodebin and once with decodebin2.
723           One test does not pass yet with decodebin2.
724
725 2007-01-23  Edward Hervey  <edward@fluendo.com>
726
727         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
728         Fix the cases where oggmux doesn't properly figure out that all
729         sinkpads have gone EOS, and therefore doesn't push out the remaining
730         buffers and the final EOS event.
731         Fixes #363379
732
733 2007-01-23  Julien MOUTTE  <julien@moutte.net>
734
735         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
737         Don't lock on navigation event push, just on keysym to string.
738         Fixes #397673 again.
739
740 2007-01-22  Edward Hervey  <edward@fluendo.com>
741
742         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
743         (get_current_group), (group_demuxer_event_probe),
744         (gst_decode_group_expose), (deactivate_free_recursive),
745         (gst_decode_group_free):
746         Cleanups.
747         Don't forget to emit 'no-more-pads' once a group is exposed.
748         Cleanup elements from a DecodeGroup once we remove it.
749         Protect call to gst_decode_group_expose() with the decodebin lock.
750
751 2007-01-22  Julien MOUTTE  <julien@moutte.net>
752
753         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
755         Looking at Xorg code i can't figure out if that XKeysymToString
756         function is thread sensible or not. Lock it just in case as
757         recommended by Radek Doulik <rodo at ximian dot com>.
758
759 2007-01-22  Julien MOUTTE  <julien@moutte.net>
760
761         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
762         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
763         Lock that X Call as well. Fixes #397673.
764
765 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
766
767         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
768           Don't go into an endless loop if the file starts with 00 00 01 2X,
769           like quicktime redirect files might. Fixes #396042.
770
771         * tests/check/Makefile.am:
772         * tests/check/gst/.cvsignore:
773         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
774         (typefindfunctions_suite):
775           Add unit test for the above.
776
777 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
778
779         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
780           On second thought, use "depth" field rather than "bpp" field.
781
782 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
783
784         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
785           Camtasia caps apparently need a bpp field (#398875).
786
787 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
788
789         * gst/playback/gstplaybasebin.c: (setup_subtitle),
790         (gen_source_element), (gst_play_base_bin_change_state):
791           Attempt at a better error message in case we don't have the required
792           URI handler installed; post missing-plugin message also when we're
793           missing an URI handler for the subtitle URI; clean up properly also
794           when an error occurs and we never made it to PAUSED state.
795
796         * tests/check/elements/playbin.c: (GST_START_TEST),
797         (playbin_suite):
798           Check that we're also getting a missing-plugin messsage for a
799           missing subtitle URI handler (and clean up properly).
800
801 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
802
803         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
804           Plug a few reference leaks.
805
806 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
807
808         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
809           Lower probability a bit if the marker isn't right at the start,
810           to decrease the chance of false positives.
811
812 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
813
814         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
815           Small mpeg2 system stream typefinding improvement: make typefinder
816           probe a bit into the stream instead of just looking for a marker
817           at the beginning. Fixes #397810.
818
819 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
820
821         * gst/audioconvert/gstchannelmix.c:
822           Remove compatibility cruft for prehistoric GLib versions.
823
824 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
825
826         * gst/playback/Makefile.am:
827         * gst/playback/gstdecodebin.c: (close_pad_link):
828         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
829         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
830         (gst_play_base_bin_handle_message_func), (unknown_type):
831           Let decodebin be the element to post missing-plugin messages for
832           missing decoders (rather than playbin); make playbin implement
833           GstBin::handle_message so we can suppress missing-plugin messages
834           for types we're not handling on purpose (don't want to bring up an
835           installer in those cases).
836
837 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
838
839         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
840         * gst-libs/gst/tag/gstvorbistag.c:
841         (gst_tag_list_to_vorbiscomment_buffer):
842         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
843           Fix potentially unaligned access (#397207).
844
845 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
846
847         * tests/examples/seek/seek.c: (set_scale), (update_scale),
848         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
849         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
850         (main):
851           Allow to toggle looping while it plays. Fix callback prototype. Clean
852           up code a bit more. Add copyright header.
853
854 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
855
856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
857           Red and blue mask was swapped (spotted by Dan Williams).
858
859 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
860
861         * gst-libs/gst/tag/gstid3tag.c:
862         * gst-libs/gst/tag/gstvorbistag.c:
863           Use new beats-per-minute tag from core.
864
865 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
866
867         * po/POTFILES.in:
868           Add new files with translatable strings, so they actually make it
869           into the template file one day.
870
871 2007-01-12  Andy Wingo  <wingo@pobox.com>
872
873         * gst-libs/gst/audio/gstbaseaudiosink.c
874         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
875         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
876         stuff, as the base class handles this now. Actually tell the ring
877         buffer to start.
878         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
879         How did this work before? Maybe I'm not as awesome a programmer as
880         I think.
881
882         * gst-libs/gst/audio/gstbaseaudiosrc.c
883         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
884         of a pad function.
885
886 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
887
888         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
889           Remove more fields so that the application can better blacklist
890           formats that have been tried before.
891
892 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
893
894         * gst-libs/gst/audio/mixerutils.h:
895           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
896           used when compiling with c++ compilers as well.
897
898 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
899
900         * gst/typefind/gsttypefindfunctions.c:
901           Fix comment.
902
903 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
904
905         * gst/playback/gstplaybin.c: (post_missing_element_message),
906         (gen_video_element), (gen_text_element), (gen_audio_element),
907         (gen_vis_element):
908           Post missing-plugin messages also when we error out because
909           converters, textoverlay or auto*sinks are missing (#161922).
910
911 2007-01-10  Wim Taymans  <wim@fluendo.com>
912
913         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
914         (is_demuxer_element), (new_caps):
915         * gst/playback/gstplaybasebin.c: (source_new_pad):
916         Fix the case where we try to ref a NULL element when we delay a link
917         because of unfixed caps.
918         Set the state of autoplugged decodebins to PAUSED.
919         RTSP now works in playbin, we can remove it from the blacklist.
920
921 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
922
923         * gst/playback/Makefile.am:
924         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
925         (unknown_type), (setup_subtitle), (gen_source_element):
926         * gst/playback/gstplaybin.c: (plugin_init):
927           Post missing-plugin messages on the bus for missing sources and
928           missing decoders/demuxers/depayloaders; fix error code used when
929           we're missing an URI handler source; for media types that we are not
930           handling on purpose at the moment, don't print "don't know how to
931           handle xyz" messages to the terminal or post missing-plugin
932           messages on the bus.
933
934         * tests/check/elements/playbin.c: (create_playbin),
935         (GST_START_TEST), (gst_codec_src_uri_get_type),
936         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
937         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
938         (gst_codec_src_init_type), (gst_codec_src_base_init),
939         (gst_codec_src_create), (gst_codec_src_class_init),
940         (gst_codec_src_init), (plugin_init), (playbin_suite):
941           Add some tests for the missing-plugin stuff.
942
943 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
944
945         * configure.ac:
946         * gst-libs/gst/Makefile.am:
947         * gst-libs/gst/utils/Makefile.am:
948         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
949         * gst-libs/gst/utils/base-utils.h:
950         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
951         (find_format_info), (caps_are_rtp_caps),
952         (gst_base_utils_get_source_description),
953         (gst_base_utils_get_sink_description),
954         (gst_base_utils_get_decoder_description),
955         (gst_base_utils_get_encoder_description),
956         (gst_base_utils_get_element_description),
957         (gst_base_utils_add_codec_description_to_tag_list),
958         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
959         * gst-libs/gst/utils/descriptions.h:
960         * gst-libs/gst/utils/missing-plugins.c:
961         (missing_structure_get_type), (copy_and_clean_caps),
962         (gst_missing_uri_source_message_new),
963         (gst_missing_uri_sink_message_new),
964         (gst_missing_element_message_new),
965         (gst_missing_decoder_message_new),
966         (gst_missing_encoder_message_new),
967         (missing_structure_get_string_detail),
968         (missing_structure_get_caps_detail),
969         (gst_missing_plugin_message_get_installer_detail),
970         (gst_missing_plugin_message_get_description),
971         (gst_is_missing_plugin_message):
972         * gst-libs/gst/utils/missing-plugins.h:
973           API: add new libgstbaseutils library with functions
974           - to create and parse missing-plugins messages
975           - that provide (translated) descriptions for caps/decoders/sources/etc.
976           Closes #392393.
977
978         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
979         * pkgconfig/gstreamer-plugins-base.pc.in:
980           Add new lib.
981
982         * docs/libs/gst-plugins-base-libs-docs.sgml:
983         * docs/libs/gst-plugins-base-libs-sections.txt:
984           Generate docs for new lib and API.
985
986         * tests/check/Makefile.am:
987         * tests/check/libs/.cvsignore:
988         * tests/check/libs/utils.c: (missing_msg_check_getters),
989         (GST_START_TEST), (libgstbaseutils_suite):
990           Add some basic unit tests.
991
992 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
993
994         * ext/ogg/Makefile.am:
995           Dist gstoggdemux.h to fix 'make distcheck'.
996
997         * sys/v4l/Makefile.am:
998           Fix 'make distcheck' even more.
999
1000 2007-01-09  Wim Taymans  <wim@fluendo.com>
1001
1002         * docs/plugins/Makefile.am:
1003         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1004         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1005         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1006         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1007         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1008         (gst_ogg_demux_perform_seek):
1009         * ext/ogg/gstoggdemux.h:
1010         Added docs.
1011         Add some more comments.
1012         Small cleanups.
1013
1014 2007-01-09  Wim Taymans  <wim@fluendo.com>
1015
1016         * ext/theora/theoradec.c:
1017         * ext/vorbis/vorbisdec.c:
1018         * gst-libs/gst/audio/gstringbuffer.c:
1019         (gst_ring_buffer_commit_full):
1020         * gst-libs/gst/audio/gstringbuffer.h:
1021         * gst-libs/gst/rtp/gstrtpbuffer.c:
1022         * gst-libs/gst/tag/gstvorbistag.c:
1023         Small documentation updates/fixes
1024
1025 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1026
1027         * configure.ac:
1028           Require core CVS HEAD for Andy's basesrc/sink API additions.
1029
1030 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1031
1032         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1033
1034         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1035         (plugin_init):
1036           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1037           on flac.sf.net (there appear to be other versions of the first
1038           ogg page in the wild) (#391365).
1039
1040 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1041
1042         * configure.ac:
1043           Check if localtime_r() is available.
1044
1045         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1046           If localtime_r() is not available, fall back to localtime(). Should
1047           fix build on MingW (#393310).
1048
1049 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1050
1051         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1052         * gst/subparse/gstsubparse.h:
1053           Remove spurious 1000 subtrahend when calculating the timestamp from
1054           the frame number and the frame rate . Also, use the frames/second
1055           value specified in the first line of the file, if one is specified
1056           there. Should fix #357503.
1057
1058         * tests/check/elements/subparse.c: (do_test),
1059         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1060         (subparse_suite):
1061           Add some basic unit tests for the microdvd subtitle format.
1062
1063 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1064
1065         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1066         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1067         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1068         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1069         (gst_xvimagesink_set_xwindow_id),
1070         (gst_xvimagesink_set_event_handling),
1071         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1072         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1073         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1074         Fixes : #390076.
1075         Add an adaptor property to select a specific XV adaptor.
1076         * sys/xvimage/xvimagesink.h:
1077
1078 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1079
1080         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1081         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1082         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1083         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1084         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1085         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1086         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1087         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1088         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1089         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1090         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1091         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1092         Use flow_lock much more to protect every access to xwindow.
1093         Try to catch erros while creating images in case some drivers are
1094         just generating an XError when the requested image is too big.
1095         Should fix : #354698, #384008, #384060.
1096         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1097         Implement some stress testing of setting window xid.
1098
1099 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1100
1101         * win32/common/libgsaudio.def:
1102           Add new exported function.
1103         * win32/common/libgstogg.dsp:
1104           Add gstoggaviparse.c to the build.
1105         * win32/common/libgstvideoscale.dsp:
1106           Add vs_4tap.c to the build.
1107         * win32/common/libgstvorbis.dsp:
1108           Add vorbistag.c to the build.
1109         
1110 2007-01-06  Andy Wingo  <wingo@pobox.com>
1111
1112         * gst-libs/gst/audio/gstbaseaudiosink.c
1113         (gst_base_audio_sink_class_init)
1114         (gst_base_audio_sink_init): 
1115         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1116         to baseaudiosink, and tell basesink that we can work in pull mode.
1117         This way the ring buffer thread drives the pipeline directly, if
1118         pull mode is possible. There is some lingering nastiness regarding
1119         capsnego, however.
1120         (gst_base_audio_sink_callback): Implement the callback to pull
1121         data. This interface is a bit light, though -- it should get a
1122         GstFlowReturn return value at least.
1123
1124 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1125
1126         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1127         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1128         * gst/playback/gstdecodebin2.c:
1129         (gst_decode_group_check_if_blocked):
1130           Printf format and missing argument fixes.
1131
1132 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1133
1134         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1135         (gst_ogm_parse_change_state):
1136         Activate pads before adding them to the element.
1137
1138 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1139
1140         * tests/examples/seek/scrubby.c: (main):
1141         * tests/examples/seek/seek.c: (main):
1142           Call g_thread_init() first thing in main() (see #391278).
1143
1144 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1145
1146         * tests/check/Makefile.am:
1147         * tests/check/libs/.cvsignore:
1148         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1149         (netbuffer_suite):
1150           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1151           for the time being, since it's broken, see #393099.
1152
1153 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1154
1155         * tests/check/Makefile.am:
1156           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1157
1158 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1159
1160         * configure.ac:
1161           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1162           so that GST_BASE_CFLAGS can go inbetween them, making sure
1163           we use uninstalled gst-libs headers
1164         * docs/libs/Makefile.am:
1165         * ext/alsa/Makefile.am:
1166         * ext/cdparanoia/Makefile.am:
1167         * ext/gnomevfs/Makefile.am:
1168         * ext/libvisual/Makefile.am:
1169         * ext/ogg/Makefile.am:
1170         * ext/theora/Makefile.am:
1171         * ext/vorbis/Makefile.am:
1172         * gst-libs/gst/audio/Makefile.am:
1173         * gst-libs/gst/cdda/Makefile.am:
1174         * gst-libs/gst/interfaces/Makefile.am:
1175         * gst-libs/gst/riff/Makefile.am:
1176         * gst-libs/gst/rtp/Makefile.am:
1177         * gst-libs/gst/tag/Makefile.am:
1178         * gst/adder/Makefile.am:
1179         * gst/audioconvert/Makefile.am:
1180         * gst/audiorate/Makefile.am:
1181         * gst/audioresample/Makefile.am:
1182         * gst/playback/Makefile.am:
1183         * gst/tcp/Makefile.am:
1184         * gst/videoscale/Makefile.am:
1185         * gst/volume/Makefile.am:
1186         * sys/ximage/Makefile.am:
1187         * sys/xvimage/Makefile.am:
1188         * tests/icles/Makefile.am:
1189           adapt
1190
1191 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1192
1193         * gst-libs/gst/interfaces/xoverlay.c:
1194         (gst_x_overlay_handle_events):
1195         * gst-libs/gst/interfaces/xoverlay.h:
1196         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1197         (gst_ximagesink_set_xwindow_id),
1198         (gst_ximagesink_set_event_handling),
1199         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1200         (gst_ximagesink_get_property), (gst_ximagesink_init),
1201         (gst_ximagesink_class_init):
1202         * sys/ximage/ximagesink.h:
1203         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1204         (gst_xvimagesink_set_xwindow_id),
1205         (gst_xvimagesink_set_event_handling),
1206         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1207         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1208         (gst_xvimagesink_class_init):
1209         * sys/xvimage/xvimagesink.h:
1210         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1211         Add a method to the XOverlay interface to allow disabling of 
1212         event handling in x[v]imagesink elements. This will let X events
1213         propagate to parent windows which can be usefull in some cases.
1214         Be carefull that the application is then responsible of pushing
1215         navigation events and expose events to the video sink.
1216         Fixes: #387138.
1217
1218 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1219
1220         * gst-libs/gst/tag/gstvorbistag.c:
1221         * tests/check/libs/tag.c: (GST_START_TEST):
1222           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1223           (fixes #392070).
1224
1225 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1226
1227         * configure.ac:
1228         * docs/Makefile.am:
1229         * docs/design/Makefile.am:
1230           Dist design docs.
1231
1232 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1233
1234         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1235         typo. Fixes: #390063.
1236
1237 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1238
1239         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1241         caps leak.
1242         * win32/common/config.h: Updated.
1243
1244 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1245
1246         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1247         (setup_gdpdepay_streamheader):
1248         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1249         (setup_gdppay_streamheader):
1250           Fix the dp tests, but activating the pads for the streamheader tests
1251           too and cleaning up conditionaly
1252
1253 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1254
1255         * gst/ffmpegcolorspace/avcodec.h:
1256         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1257         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1258         (gst_ffmpegcsp_avpicture_fill):
1259         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1260         (img_get_alpha_info):
1261         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1262         other end of the word. Fixes: #387073.
1263
1264         Add some inconsequential branch hints in a couple of places.
1265
1266 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1267
1268         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1269         (gst_ffmpeg_caps_to_smpfmt):
1270           The "signed" field in raw audio caps is of boolean type, trying to
1271           extract the value with _get_int() will fail (fix to keep in sync with
1272           the copy in gst-ffmpeg)
1273
1274 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1275
1276         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1277         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1278         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1279         (cleanup_gdpdepay):
1280         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1281         * tests/check/elements/subparse.c: (teardown_subparse):
1282         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1283         * tests/check/elements/videorate.c: (cleanup_videorate):
1284         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1285         * tests/check/elements/volume.c: (cleanup_volume):
1286         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1287         (cleanup_vorbisdec):
1288         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1289         (cleanup_vorbistag):
1290           consistent pad (de)activation
1291
1292 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1293
1294         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1295           Forgot to register the extensions.
1296
1297 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1298
1299         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1300         (plugin_init):
1301           Add typefinder for VIVO files (my christmas present to the 90s).
1302
1303 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1304
1305         * gst/playback/gstdecodebin.c: (type_found):
1306           Special-case the text/plain media type: we only want to recognise it
1307           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1308           parser, but not if the entire stream is of text/plain type. If the
1309           entire stream is text/plain, we should just error out.
1310
1311           This fixes playback of audio files with lyrics in totem. Totem can't
1312           distinguish between text files and subtitle files and passes any
1313           .txt file with the same basename as the main file to playbin as
1314           suburi, and playbin will then throw a 'subtitle found, but no video
1315           stream' error, which isn't entirely helpful. See #380342.
1316
1317           Also, with this change we'll show a slightly more correct error
1318           message in case totem passes a playlist file to us (although a
1319           custom error message wording instead of the default text would
1320           probably not be a bad idea either).
1321
1322           Same problem also needs to be fixed for playbin+decodebin2.
1323
1324         * tests/check/Makefile.am:
1325         * tests/check/elements/decodebin.c: (src_handoff_cb),
1326         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1327         (decodebin_suite):
1328           Add simple unit test for decodebin for the above.
1329
1330 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1331
1332         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1333         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1334           Refuse to change state to READY when we failed to create any of the
1335           required elements in our instance init function.
1336
1337 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1338
1339         * docs/libs/gst-plugins-base-libs-sections.txt:
1340           Small docs fixes/updates.
1341
1342         * gst-libs/gst/video/gstvideosink.h:
1343           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1344           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1345           removed from the base sink API between 0.9.6 and 0.9.7).
1346           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1347           accessor macros, so we don't do a runtime GObject type check every
1348           time we use them.
1349
1350 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1351
1352         * Makefile.am:
1353         * gst-plugins-base.doap:
1354         * gst-plugins-base.spec.in:
1355           add doap file
1356
1357 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1358
1359         Patch by: Jens Granseuer <jensgr at gmx net>
1360
1361         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1362         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1363         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1364         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1365         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1366           Declare variables at the beginning of a block. Fixes #383195.
1367
1368 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1369
1370         * configure.ac:
1371         Bump version nano - back to CVS.
1372
1373
1374 === release 0.10.11 ===
1375
1376 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1377
1378         * configure.ac:
1379           releasing 0.10.11, "Dumb things"
1380
1381 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1382
1383         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1384         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1385         Handle the case where an element has multiple pads with 
1386         unfixed caps as well as still possibly producing more dynamic 
1387         pads by storing each case as a distinct entry in the dynamic list.
1388         Fixes #38223 again.
1389
1390 2006-12-04  Wim Taymans  <wim@fluendo.com>
1391
1392         * gst/playback/gstdecodebin.c: (close_pad_link):
1393         Fix #382223, add more dynamic caps handling.
1394
1395 2006-12-04  Wim Taymans  <wim@fluendo.com>
1396
1397         reviewed by: <delete if not using a buddy>
1398
1399         * gst-libs/gst/audio/gstringbuffer.h:
1400         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1401         (gst_netaddress_set_ip4_interface),
1402         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1403         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1404         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1405         (gst_netaddress_get_ttl):
1406         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1407         * gst/playback/gstdecodebin.c: (close_pad_link):
1408         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1409         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1410         * win32/common/config.h:
1411
1412 2006-12-01  Michael Smith  <msmith@fluendo.com>
1413
1414         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1415           Delete bad debug code.
1416           Fixes #381219
1417
1418 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1419
1420         * gst/videoscale/vs_4tap.c:
1421         * win32/MANIFEST:
1422         * win32/common/config.h:
1423         * win32/vs8/libgstvideoscale.vcproj:
1424         Fix compilation on win32 under VS8
1425         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1426         Partially fixes #381175
1427
1428 2006-11-30  Michael Smith  <msmith@fluendo.com>
1429
1430         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1431         (GST_START_TEST):
1432           It would be very bad if, after a discont buffer, we thought every
1433           single following buffer was also discont. So, add to the test to
1434           ensure that this isn't the case.
1435           
1436         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1437           ... it was the case. So fix it.
1438
1439 2006-11-28  Wim Taymans  <wim@fluendo.com>
1440
1441         * gst/playback/gstplaybasebin.c: (check_queue_event):
1442         Improve debug.
1443
1444         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1445         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1446         padtemplate caps. Refixes #357577.
1447
1448 2006-11-28  Wim Taymans  <wim@fluendo.com>
1449
1450         * gst/playback/gstplaybasebin.c: (check_queue_event),
1451         (queue_threshold_reached), (queue_out_of_data),
1452         (gen_preroll_element):
1453         Add event probe to see when EOS is in a queue and we can disable the
1454         underrun signals. Fixes #357577.
1455
1456 2006-11-28  Edward Hervey  <edward@fluendo.com>
1457
1458         * gst/playback/Makefile.am:
1459         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1460         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1461         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1462         (gst_decode_bin_init), (gst_decode_bin_dispose),
1463         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1464         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1465         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1466         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1467         (connect_element), (expose_pad), (type_found),
1468         (pad_added_group_cb), (pad_removed_group_cb),
1469         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1470         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1471         (are_raw_caps), (multi_queue_overrun_cb),
1472         (multi_queue_underrun_cb), (gst_decode_group_new),
1473         (get_current_group), (group_demuxer_event_probe),
1474         (gst_decode_group_control_demuxer_pad),
1475         (gst_decode_group_control_source_pad),
1476         (gst_decode_group_check_if_blocked),
1477         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1478         (gst_decode_group_hide), (gst_decode_group_free),
1479         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1480         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1481         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1482         (plugin_init):
1483         New decodebin2 element.
1484         Closes #370092
1485         * gst/playback/gstplay-marshal.list:
1486         Added marshallers for new signals in decodebin2
1487         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1488         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1489         is set.
1490
1491 2006-11-28  Wim Taymans  <wim@fluendo.com>
1492
1493         * gst/playback/gstplaybasebin.c: (setup_source),
1494         (gst_play_base_bin_change_state):
1495         Disable rtsp:// uris for the release, it's not good enough yet.
1496         Remove unused var.
1497
1498 2006-11-26  Wim Taymans  <wim@fluendo.com>
1499
1500         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1501         (theora_dec_push_forward), (theora_dec_push_reverse),
1502         (theora_handle_data_packet), (theora_dec_decode_buffer),
1503         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1504         (theora_dec_chain_forward), (theora_dec_chain):
1505         Implement reverse playback.
1506
1507         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1508         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1509         (vorbis_dec_chain_forward):
1510         Clear buffers used for reverse playback in _reset.
1511         No need to set the eos flag, we clip samples using the segment.
1512
1513 2006-11-24  Wim Taymans  <wim@fluendo.com>
1514
1515         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1516         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1517         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1518         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1519         Some cleanups.
1520         Handle continued pages in reverse mode.
1521
1522 2006-11-24  Wim Taymans  <wim@fluendo.com>
1523
1524         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1525         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1526         (vorbis_dec_flush_decode):
1527         Small cleanups.
1528         Don't try to add invalid timestamps.
1529         Clipping will unref the buffer.
1530
1531 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1532
1533         * gst/adder/gstadder.h:
1534         * gst/audiotestsrc/gstaudiotestsrc.h:
1535           remove obsolete _factory_init protos
1536
1537 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1538
1539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1540           Fix spacing in debug message.
1541
1542 2006-11-23  Wim Taymans  <wim@fluendo.com>
1543
1544         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1545         (gst_ogg_demux_chain):
1546         Don't just ignore return values from _pad_push().
1547         Small debug improvements.
1548
1549 2006-11-23  Michael Smith  <msmith@fluendo.com>
1550
1551         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1552           If our incoming buffer is marked as DISCONT, then increment the page
1553           number (so that the discontinuity is marked in the final ogg
1554           bitstream) and flush the previous page.
1555
1556 2006-11-22  Michael Smith  <msmith@fluendo.com>
1557
1558         * ext/theora/gsttheoraenc.h:
1559         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1560         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1561         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1562         (theora_enc_chain), (theora_enc_change_state):
1563           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1564
1565         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1566         (GST_START_TEST), (theoraenc_suite):
1567           Enable discontinuity test, fix it.
1568
1569 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1570
1571         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1572         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1573         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1574         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1575         (gst_text_overlay_change_state):
1576         * ext/pango/gsttextoverlay.h:
1577           Some textoverlay fixes: for one, in the video chain function,
1578           actually wait for a text buffer to come in if there is none at the
1579           moment and there should be one; also, deal more gracefully with
1580           incoming buffers that do not have a timestamp or duration; discard
1581           text buffer when not needed any longer. Fixes #341681.
1582
1583         * tests/check/Makefile.am:
1584         * tests/check/elements/.cvsignore:
1585         * tests/check/elements/textoverlay.c:
1586         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1587         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1588         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1589         (test_video_waits_for_text_send_text_newsegment_thread),
1590         (test_video_waits_for_text_shutdown_element),
1591         (test_render_continuity_push_video_buffers_thread),
1592         (textoverlay_suite):
1593           Add some unit tests for textoverlay.
1594
1595 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1596
1597         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1598           Avoid integer underflow when the found probability for mp3 is
1599           smaller than the 'penalty' we subtract if there's not a clean
1600           mp3 header sync at offset 0.
1601
1602 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1603
1604         * docs/libs/gst-plugins-base-libs-sections.txt:
1605           Add some new symbols to the docs
1606
1607 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1608
1609         * tests/check/Makefile.am:
1610         * tests/check/elements/ffmpegcolorspace.c:
1611         (ffmpegcolorspace_suite):
1612           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1613           (for now not for valgrinding though, since it takes too long).
1614
1615 2006-11-20  Wim Taymans  <wim@fluendo.com>
1616
1617         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1618         (gst_ffmpeg_pixfmt_to_caps):
1619         Fix RGBA32 caps. Fixes #357038.
1620
1621 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1622
1623         * gst-libs/gst/interfaces/mixertrack.h:
1624           Add FIXME so we can add some padding here in 0.11
1625
1626 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1627
1628         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1629           Fix GstBaseRTPAudioPayload structure so the whole GObject
1630           inheritance business actually works (parent class instance structure
1631           must always come first in the derived class instance structure).
1632
1633 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1634
1635         * gst/videotestsrc/Makefile.am:
1636         * tests/check/Makefile.am:
1637           Make sure our checks and the videotestsrc plugin link against the
1638           local uninstalled gst libs and not any installed gst libs that
1639           might happen to exist as well.
1640
1641         * tests/check/elements/adder.c: (message_received),
1642         (test_event_message_received), (test_play_twice_message_received):
1643         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1644           Fix compiler warnings when compiling against core with disabled
1645           debugging system.
1646
1647 2006-11-16  Michael Smith  <msmith@fluendo.com>
1648
1649         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1650         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1651           Fix audiorate, so that it accurately sets offsets and timestamps.
1652           Doesn't change the fundamental algorithmic decisions; so should be
1653           safe.
1654
1655         * tests/check/Makefile.am:
1656           Enable audiorate test now that it passes.
1657
1658 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1659
1660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1661           clear xv when going to NULL, remove // commented non-existant proto
1662
1663         * tests/examples/seek/seek.c: (main):
1664           add missing tooltip description for scrub and play_scrub
1665
1666 2006-11-14  David Schleef  <ds@schleef.org>
1667
1668         * configure.ac:
1669           Bump liboil requirement to 0.3.8.
1670         * gst-libs/gst/riff/riff-media.c:
1671           Add Dirac fourcc.
1672         * gst/videoscale/vs_image.h:
1673         * gst/videoscale/vs_scanline.h:
1674           Use liboil's stdint.h.
1675         * gst/videotestsrc/videotestsrc.c:
1676           Remove liboil related ifdef's, since they aren't needed now, and
1677           won't work with future versions.
1678
1679 2006-11-14  David Schleef  <ds@schleef.org>
1680
1681         * gst/videoscale/Makefile.am:
1682         * gst/videoscale/gstvideoscale.c:
1683         * gst/videoscale/gstvideoscale.h:
1684         * gst/videoscale/vs_4tap.c:
1685         * gst/videoscale/vs_4tap.h:
1686         * gst/videoscale/vs_image.c:
1687         * gst/videoscale/vs_image.h:
1688         * gst/videoscale/vs_scanline.c:
1689         * gst/videoscale/vs_scanline.h:
1690           Add a 4-tap image scaler.  Theoretically looks much prettier.
1691           The tap calculation could use some improvement.
1692
1693 2006-11-14  Wim Taymans  <wim@fluendo.com>
1694
1695         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1696
1697         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1698         (gst_riff_parse_strf_iavs):
1699         * gst/subparse/gstsubparse.c: (convert_encoding):
1700         * gst/tcp/gstmultifdsink.c:
1701         (gst_multi_fd_sink_handle_client_write):
1702         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1703         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1704         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1705         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1706         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1707         (gst_ximagesink_ximage_new):
1708         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1709         Various gsize and gssize printf fixes. Fixes #372507.
1710
1711 2006-11-13  Wim Taymans  <wim@fluendo.com>
1712
1713         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1714         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1715         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1716         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1717         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1718         * ext/vorbis/vorbisdec.h:
1719         First stab at vorbis reverse playback.
1720
1721 2006-11-13  Wim Taymans  <wim@fluendo.com>
1722
1723         * gst-libs/gst/audio/gstbaseaudiosink.c:
1724         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1725         * gst-libs/gst/audio/gstbaseaudiosink.h:
1726         Make the clock sync code more accurate wrt resampling and playback
1727         at different rates.
1728         
1729         * gst-libs/gst/audio/gstringbuffer.c:
1730         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1731         * gst-libs/gst/audio/gstringbuffer.h:
1732         Use better algorithm to interpolate sample rates. 
1733
1734 2006-11-13  Michael Smith  <msmith@fluendo.com>
1735
1736         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1737           Improve a debug line slightly.
1738
1739         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1740           Call gst_riff_init() in plugin_init, to avoid getting errors from
1741           the debug system (unrelated changes to another plugin made this turn
1742           up; not sure why).
1743
1744 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1745
1746         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1747
1748         * win32/common/libgsttag.def:
1749           Add missing symbol (#366492).
1750
1751 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1752
1753         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1754           Don't unref a NULL pad.
1755
1756 2006-11-09  Wim Taymans  <wim@fluendo.com>
1757
1758         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1759         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1760         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1761         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1762         (gst_ogg_demux_loop):
1763         Implement first stab at reverse playback.
1764
1765 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1766
1767         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1768         (gst_riff_create_video_template_caps):
1769           add h263/h264 variants to the caps, Fixes #363118
1770
1771 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1772
1773         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1774         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1775           Use g_strerror instead of strerror so we get UTF-8.
1776
1777 2006-11-03  David Schleef  <ds@schleef.org>
1778
1779         * ext/ogg/gstoggdemux.c:
1780         * ext/ogg/gstoggmux.c:
1781           Add/remove KW-DIRAC header here, since it is ogg-specific.
1782
1783 2006-11-03  Michael Smith  <msmith@fluendo.com>
1784
1785         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1786           Recognise more mpeg4 elementary video streams.
1787
1788 2006-11-02  Edward Hervey  <edward@fluendo.com>
1789
1790         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1791         Lower the probability of mp3 typefinding functions if we don't find a
1792         valid mp3 header at the start of the file.
1793         Closes #369482
1794
1795 2006-11-02  Wim Taymans  <wim@fluendo.com>
1796
1797         * ext/theora/gsttheoradec.h:
1798         * ext/theora/theoradec.c: (gst_theora_dec_init),
1799         (theora_dec_sink_event), (theora_dec_chain_forward),
1800         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1801         (theora_dec_chain):
1802         Document and partially implement an algorithm for doing reverse playback
1803         of theora video.
1804
1805 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1806
1807         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
1808
1809         * win32/common/config.h:
1810         * win32/common/interfaces-enumtypes.c:
1811         * win32/common/libgsttag.def:
1812         * win32/vs8/gst-plugins-base.sln:
1813         * win32/vs8/libgstaudioresample.vcproj:
1814         * win32/vs8/libgstinterfaces.vcproj:
1815         * win32/vs8/libgstogg.vcproj:
1816         * win32/vs8/libgstriff.vcproj:
1817         * win32/vs8/libgsttag.vcproj:
1818         * win32/vs8/libgsttheora.vcproj:
1819         * win32/vs8/libgstvideoscale.vcproj:
1820         * win32/vs8/libgstvorbis.vcproj:
1821           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1822           to libgsttag.def; add missing dependencies for some vs8 projects;
1823           re-arrange placement of .def files in vs8 projects (#366334).
1824
1825 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1826
1827         * ext/ogg/gstogg.c:
1828           Remove unused variable.
1829
1830         * ext/ogg/gstoggdemux.c:
1831           Fix Wim's surname in plugin description.
1832
1833 2006-10-31  Wim Taymans  <wim@fluendo.com>
1834
1835         * gst-plugins-base.spec.in:
1836         spec new .h file. Fixes #368310.
1837
1838 2006-10-31  Michael Smith  <msmith@fluendo.com>
1839
1840         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1841         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1842         (gst_multi_fd_sink_get_stats),
1843         (gst_multi_fd_sink_remove_client_link),
1844         (gst_multi_fd_sink_queue_buffer),
1845         (gst_multi_fd_sink_handle_clients):
1846         * gst/tcp/gstmultifdsink.h:
1847           Make using the remove or clear signals threadsafe.
1848           Make calling get-stats with an invalid fd not segfault.
1849           Fixes 368273.
1850
1851 2006-10-31  Wim Taymans  <wim@fluendo.com>
1852
1853         * gst-libs/gst/rtp/Makefile.am:
1854         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1855         (gst_base_rtp_audio_payload_init):
1856         Fix and activate base audio payloader.
1857
1858 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1859
1860         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
1861         (plugin_init):
1862           Add typefinder for QuickTime Image Files (see #366156).
1863
1864 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1865
1866         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1867           Another typo fix (#366212).
1868
1869 2006-10-27  Wim Taymans  <wim@fluendo.com>
1870
1871         * gst/volume/gstvolume.c: (volume_transform_ip):
1872         Use stream time to synchronize volume property instead of rather random
1873         timestamps. This is needed when gnonlin does its time shifting.
1874
1875 2006-10-27  Wim Taymans  <wim@fluendo.com>
1876
1877         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
1878
1879         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
1880         Remove the pad from the element in release_pad. Fixes #364812.
1881
1882 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1883
1884         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
1885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
1886           Explicitly create our custom buffer classes at a thread-safe
1887           location as well, since g_type_class_ref() doesn't seem to be
1888           entirely thread-safe either (#365501; also see #349410).
1889
1890 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1891
1892         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
1893         (gst_riff_parse_info):
1894           If strings in INFO chunk are not UTF-8, do something similar to
1895           what we do for ID3v1 tags: check a number of environment variables
1896           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
1897           character sets to try, otherwise try the current locale and/or fall
1898           back on ISO-8859-1. Fixes #360552.
1899
1900 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1901
1902         * gst/videotestsrc/gstvideotestsrc.c:
1903         (gst_video_test_src_pattern_get_type),
1904         (gst_video_test_src_set_pattern):
1905         * gst/videotestsrc/gstvideotestsrc.h:
1906         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
1907         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
1908         (gst_video_test_src_checkers8):
1909         * gst/videotestsrc/videotestsrc.h:
1910           Add a bunch of exciting new checkers patterns.
1911
1912 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1913
1914         * gst/subparse/Makefile.am:
1915         * gst/subparse/gstsubparse.c:
1916         (gst_sub_parse_data_format_autodetect),
1917         (gst_sub_parse_format_autodetect), (handle_buffer),
1918         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
1919         * gst/subparse/gstsubparse.h:
1920         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
1921         (parse_tmplayer):
1922         * gst/subparse/tmplayerparse.h:
1923           Add support for TMPlayer-type subtitles (#362845).
1924
1925         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
1926         (GST_START_TEST), (subparse_suite):
1927           Add some basic unit tests for the above.
1928
1929 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1930
1931         * tests/check/elements/audiorate.c: (test_injector_base_init),
1932         (test_injector_class_init), (test_injector_chain),
1933         (test_injector_init), (probe_cb), (do_perfect_stream_test),
1934         (GST_START_TEST), (audiorate_suite):
1935           More tests for audiorate: inject buffers to check behaviour when
1936           buffers overlap.
1937
1938 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
1939
1940         * tests/check/Makefile.am:
1941         * tests/check/elements/.cvsignore:
1942         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
1943         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
1944           Add some basic unit tests for audiorate. Disabled at the moment
1945           since it doesn't pass yet (see bug #363119).
1946
1947 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1948
1949         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
1950         (parse_subrip), (handle_buffer):
1951           Add missing closing tags for markup and fix broken markup,
1952           otherwise pango won't render anything (fixes #357531). Also,
1953           make sure the text we send out is always NUL-terminated
1954           (better safe than sorry etc.).
1955
1956         * tests/check/elements/subparse.c: (test_srt_do_test),
1957         (test_srt):
1958           Some more tests for .srt incl. tests for the above stuff.
1959
1960 2006-10-20  Julien MOUTTE  <julien@moutte.net>
1961
1962         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1964         Patch by: Stefan Kost  <ensonic@users.sf.net>
1965         Try to redraw borders only when needed. Apparently this consumes
1966         resources on small devices... :-O (#363607)
1967
1968 2006-10-20  Michael Smith  <msmith@fluendo.com>
1969
1970         * gst/tcp/gstmultifdsink.c:
1971         (gst_multi_fd_sink_client_queue_buffer):
1972           If caps change, then update the client's idea of the caps so that we
1973           don't end up re-sending streamheaders for every single buffer after
1974           the caps change.
1975
1976 2006-10-20  Michael Smith  <msmith@fluendo.com>
1977
1978         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
1979         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
1980           Set caps on pushed buffers; fix up refcounting of caps objects.
1981
1982 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1983
1984         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
1985         (plugin_init):
1986           Typefind mmsh header data packet to application/x-mmsh (#362625).
1987
1988 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1989
1990         * tests/check/Makefile.am:
1991         * tests/check/elements/.cvsignore:
1992         * tests/check/elements/subparse.c: (buffer_from_static_string),
1993         (setup_subparse), (teardown_subparse), (test_srt_do_test),
1994         (GST_START_TEST), (subparse_suite):
1995           Add very simple unit test for subparse.
1996
1997 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1998
1999         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2000         (parse_subrip):
2001           Strip trailing newlines from subtitle text output.
2002
2003 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2004
2005         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2006         (gst_sub_parse_change_state):
2007           Fix memleak; clear subparse->textbuf n state change function.
2008
2009 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2010
2011         * gst/subparse/gstsubparse.c:
2012         (gst_sub_parse_data_format_autodetect):
2013           Don't require subrip (.srt) files to start with a chunk number of 1.
2014
2015 2006-10-18  Wim Taymans  <wim@fluendo.com>
2016
2017         * gst-libs/gst/audio/gstbaseaudiosink.c:
2018         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2019         * gst-libs/gst/audio/gstbaseaudiosink.h:
2020         Extract rate from the NEWSEGMENT event.
2021         Use commit_full to also take rate adjustment into account when writing
2022         samples to the ringbuffer.
2023         
2024         * gst-libs/gst/audio/gstringbuffer.c:
2025         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2026         (gst_ring_buffer_read):
2027         * gst-libs/gst/audio/gstringbuffer.h:
2028         Added _commit_full() to also take rate into account.
2029         Use simple interpolation algorithm to resample audio.
2030         API: gst_ring_buffer_commit_full()
2031
2032         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2033         * tests/examples/seek/seek.c: (segment_done):
2034         Don't try to seek with 0.0 rate, just pause instead.
2035         Remove bogus debug line.
2036
2037 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2038
2039         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2040         (setup_source):
2041           Catch async errors when starting up the subtitle bin, so we can
2042           stop waiting and continue with the main film instead of hanging
2043           forever. Fixes #339366.
2044
2045         * tests/check/elements/playbin.c: (playbin_suite):
2046           Enable unit test for the above.
2047
2048 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2049
2050         * tests/check/Makefile.am:
2051         * tests/check/elements/.cvsignore:
2052         * tests/check/elements/playbin.c: (GST_START_TEST),
2053         (gst_red_video_src_uri_get_type),
2054         (gst_red_video_src_uri_get_protocols),
2055         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2056         (gst_red_video_src_uri_handler_init),
2057         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2058         (gst_red_video_src_create), (gst_red_video_src_class_init),
2059         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2060           Some small and basic unit tests for playbin; not very useful yet,
2061           but at least a start.
2062
2063 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2064
2065         * gst/playback/gstplaybin.c: (setup_sinks):
2066           The old pad activation spiel.
2067
2068 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2069
2070         * gst/playback/gstplaybasebin.c: (setup_source):
2071           Don't hang forever if the subbin already fails to start up in 
2072           the state change to PAUSED (#339366).
2073
2074 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2075
2076         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2077         (gst_tuner_set_channel), (gst_tuner_get_channel),
2078         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2079         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2080         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2081         (gst_tuner_find_channel_by_name):
2082           Fix some function guards, add some more function guards.
2083
2084 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2085
2086         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2087         (remove_element_chain):
2088         Don't return a pad from get_our_ghost_pad unless it is actually the
2089         one we want.
2090         Change a cast in remove_element_chain slightly.
2091
2092 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2093
2094         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2095         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2096         Segment seeking needs to use the rate and set stop to -1.
2097
2098 2006-10-13  Wim Taymans  <wim@fluendo.com>
2099
2100         * gst-libs/gst/audio/gstbaseaudiosink.c:
2101         (gst_base_audio_sink_setcaps):
2102         Don't crash when ringbuffer is not yet created.
2103         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2104         Fixes #361634.
2105
2106         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2107         * gst/playback/gststreamselector.c:
2108         (gst_stream_selector_request_new_pad):
2109         Activate pads befre adding them to running elements.
2110
2111 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2112
2113         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2114         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2115         updater when we start grabing the slider. Don't wait for the
2116         pipeline to be PAUSED.
2117
2118 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2119
2120         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2121         (gst_mixer_set_volume), (gst_mixer_get_volume),
2122         (gst_mixer_set_mute), (gst_mixer_set_option),
2123         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2124         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2125         (gst_mixer_option_changed):
2126           Guard mixer interface functions against bogus arguments.
2127
2128 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2129
2130         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2131         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2132         (msg_state_changed), (main): Use state-changed messages to trigger
2133         start/stop of scale update timer. Indeed the scale slider was
2134         jumping here and there because the update timer was activated 
2135         before seek completed. This fixes instant applying of rate changes
2136         by pressing the spinbutton like a crazy man !
2137
2138 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2139
2140         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2141
2142         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2143         (gst_basertppayload_finalize):
2144           Fix two small memory leaks (#361456).
2145
2146 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2147
2148         * tests/examples/seek/seek.c: (do_seek),
2149         (rate_spinbutton_changed_cb): When changing spinbutton we try
2150         to change the rate on the fly.
2151
2152 2006-10-10  Wim Taymans  <wim@fluendo.com>
2153
2154         * gst-libs/gst/riff/riff-ids.h:
2155         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2156         (gst_riff_create_audio_template_caps):
2157         Add WMS caps.
2158
2159 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2160
2161         Patch by: Josep Torre Valles <josep@fluendo.com>
2162
2163         * ext/gnomevfs/gstgnomevfssink.c:
2164         * ext/gnomevfs/gstgnomevfssrc.c:
2165         Fix URI interface implementation return type.
2166         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2167         Fix what looks like a copy/paste issue when assigning values.
2168         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2169         (gst_audio_filter_template_get_type):
2170         Cast to prevent Forte warnings.
2171         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2172         Fix URI interface implementation return type.
2173         gst_pad_query_position requires a signed integer pointer as
2174         3rd parameter, GstClockTime is unsigned.
2175         * gst/audioconvert/audioconvert.c:
2176         Fix integer overflow when treated as signed.
2177         * gst/audioresample/resample.c: (resample_add_input_data):
2178         Cast to prevent warnings on Forte.
2179         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2180         Fix integer overflow when treated as signed.
2181         * gst/ffmpegcolorspace/imgconvert_template.h:
2182         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2183         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2184         (cleanup_decodebin):
2185         Who initialises a guint to -1!
2186         Cast function pointers to prevent warnings on Forte.
2187         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2188         (queue_threshold_reached):
2189         Cast function pointers correctly to prevent warnings on Forte.
2190         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2191         Cast function pointers correctly to prevent warnings on Forte.
2192         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2193         Obvious change to unsigned, 0xEF > max signed char.
2194         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2195         GstClockTime is unsigned, initialise correctly.
2196         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2197         Cast so pointer arithemetic doesn't cause warnings on Forte.
2198         * gst/videorate/gstvideorate.c:
2199         Use correct return value.
2200         * tests/examples/seek/scrubby.c:
2201         GstClockTime is unsigned, initialise correctly.
2202
2203 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2204
2205         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2206
2207         * gst/typefind/gsttypefindfunctions.c:
2208           Recognise XML files and XML-like files shorter than 256 bytes as
2209           well (fixes #359237).
2210
2211 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2212
2213         Patch by: Renato Filho <renato.filho@indt.org.br>
2214         
2215         * gst/typefind/gsttypefindfunctions.c:
2216         Added typefind functions to video/x-nuv media.
2217         
2218 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2219
2220         * gst-libs/gst/interfaces/xoverlay.c:
2221         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2222           Some more guards against invalid input.
2223
2224 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2225
2226         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2227         Useless goto.
2228         * tests/examples/seek/seek.c: (do_seek),
2229         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2230         seek example to experiment with rates != 1.0 (reverse playback !)
2231
2232 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2233
2234         * gst-libs/gst/interfaces/xoverlay.c:
2235           Unref message in doc-example (spotted by Robert McQueen)
2236
2237 2006-10-06  Wim Taymans  <wim@fluendo.com>
2238
2239         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2240         (mpeg1_parse_header), (mpeg1_sys_type_find):
2241         printf fix.
2242
2243 2006-10-06  Wim Taymans  <wim@fluendo.com>
2244
2245         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2246         (close_pad_link):
2247         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2248         Activate dynamic pads before adding them to the element.
2249
2250 2006-10-06  Michael Smith  <msmith@fluendo.com>
2251
2252         * gst-libs/gst/floatcast/floatcast.h:
2253           Fix obviously-bogus macros; use the correct types.
2254
2255 2006-10-06  Wim Taymans  <wim@fluendo.com>
2256
2257         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2258         (gst_base_rtp_depayload_change_state):
2259         Also call parent state change function to activate pads.
2260
2261         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2262         (mpeg1_parse_header), (mpeg1_sys_type_find):
2263         Add some more debug info in mpeg typefinding.
2264
2265 2006-10-06  Michael Smith  <msmith@fluendo.com>
2266
2267         * ext/theora/theoradec.c: (theora_dec_chain):
2268           Zero byte theora packets are valid and well-defined; don't warn on
2269           them.
2270
2271 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2272
2273         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2274         (gst_multi_fd_sink_get_stats), (find_limits),
2275         (gst_multi_fd_sink_queue_buffer):
2276           API: add dropped_buffers to the get-stats GValueArray
2277
2278 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2279
2280         * ext/alsa/gstalsadeviceprobe.c:
2281         (gst_alsa_device_property_probe_get_values):
2282         * ext/alsa/gstalsasink.c: (set_hwparams):
2283         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2284         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2285         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2286         (gst_ogg_mux_process_best_pad):
2287         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2288         (gst_ogg_parse_chain):
2289         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2290         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2291         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2292         (gst_vorbis_enc_buffer_check_discontinuous):
2293         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2294         * gst-libs/gst/audio/gstbaseaudiosink.c:
2295         (gst_base_audio_sink_render):
2296         * gst-libs/gst/cdda/gstcddabasesrc.c:
2297         (gst_cdda_base_src_handle_track_seek):
2298         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2299         (gst_base_rtp_depayload_push_full):
2300         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2301         * gst/audioresample/resample.c: (resample_input_pushthrough):
2302         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2303         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2304         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2305         (wavpack_type_find):
2306         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2307         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2308         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2309         * tests/check/elements/volume.c: (GST_START_TEST):
2310           Printf format fixes.
2311
2312 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2313
2314         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2315           Fix a simple mistake (see the docs)
2316           Fixes #359580
2317
2318 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2319
2320         * docs/plugins/Makefile.am:
2321         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2322         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2323         * docs/plugins/gst-plugins-base-plugins.args:
2324         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2325         * docs/plugins/inspect/plugin-adder.xml:
2326         * docs/plugins/inspect/plugin-alsa.xml:
2327         * docs/plugins/inspect/plugin-audioconvert.xml:
2328         * docs/plugins/inspect/plugin-audiorate.xml:
2329         * docs/plugins/inspect/plugin-audioresample.xml:
2330         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2331         * docs/plugins/inspect/plugin-cdparanoia.xml:
2332         * docs/plugins/inspect/plugin-decodebin.xml:
2333         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2334         * docs/plugins/inspect/plugin-gdp.xml:
2335         * docs/plugins/inspect/plugin-gnomevfs.xml:
2336         * docs/plugins/inspect/plugin-libvisual.xml:
2337         * docs/plugins/inspect/plugin-ogg.xml:
2338         * docs/plugins/inspect/plugin-pango.xml:
2339         * docs/plugins/inspect/plugin-playbin.xml:
2340         * docs/plugins/inspect/plugin-subparse.xml:
2341         * docs/plugins/inspect/plugin-tcp.xml:
2342         * docs/plugins/inspect/plugin-theora.xml:
2343         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2344         * docs/plugins/inspect/plugin-video4linux.xml:
2345         * docs/plugins/inspect/plugin-videorate.xml:
2346         * docs/plugins/inspect/plugin-videoscale.xml:
2347         * docs/plugins/inspect/plugin-videotestsrc.xml:
2348         * docs/plugins/inspect/plugin-volume.xml:
2349         * docs/plugins/inspect/plugin-vorbis.xml:
2350         * docs/plugins/inspect/plugin-ximagesink.xml:
2351         * docs/plugins/inspect/plugin-xvimagesink.xml:
2352           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2353
2354 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2355
2356         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2357
2358         * ext/vorbis/Makefile.am:
2359         * ext/vorbis/vorbis.c: (plugin_init):
2360         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2361         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2362         * ext/vorbis/vorbisparse.h:
2363         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2364         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2365         (gst_vorbis_tag_parse_packet):
2366         * ext/vorbis/vorbistag.h:
2367           Add new vorbistag element which derives from vorbisparse
2368           and is essentially the same as well, only that it implements
2369           the GstTagSetter interface and can modify the stream's
2370           vorbiscomment on the fly (#335635).
2371
2372         * tests/check/Makefile.am:
2373         * tests/check/elements/.cvsignore:
2374         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2375         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2376         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2377         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2378           Add unit test for new vorbistag element.
2379
2380 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2381
2382         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2383         (vorbis_parse_push_headers), (vorbis_parse_chain):
2384           Set BOS flag in packet structure to fix 'jump depends
2385           on unitialized value' errors in valgrind; various minor
2386           clean-ups.
2387
2388 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2389
2390         * gst/playback/gstdecodebin.c: (close_pad_link):
2391         Fix typo in a debug statement.
2392
2393         * gst/playback/gstplaybasebin.c: (probe_triggered),
2394         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2395         (gen_source_element), (source_new_pad), (analyse_source),
2396         (setup_source):
2397         When handling no_more_pads in new_decoded_pad, make sure to treat
2398         subtitle pads correctly. Fixes playback with subtitle files.
2399
2400         Move a recurring message to LOG level.
2401
2402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2403         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2404         which ends up as -1 when cast to an int. Make the logic handle the
2405         max value as an unsigned mask and only change the colorkey when it's
2406         a value we recognise.
2407
2408 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2409
2410         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2411         Removed empty * between paragraphs
2412
2413 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2414
2415         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2416         * gst-libs/gst/rtp/README:
2417         Moved some documentation into .c file
2418
2419 2006-09-29  Wim Taymans  <wim@fluendo.com>
2420
2421         * gst/playback/gstdecodebin.c: (no_more_pads):
2422         Fix compilation.
2423
2424 2006-09-29  Wim Taymans  <wim@fluendo.com>
2425
2426         * gst/playback/gstdecodebin.c: (new_caps):
2427         Remove g_print
2428
2429         * gst/playback/gstplaybin.c:
2430         Add some docs.
2431
2432 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2433
2434         * tests/check/Makefile.am:
2435           Re-enable cddabasesrc test to see if it works again
2436           now.
2437
2438 2006-09-29  Wim Taymans  <wim@fluendo.com>
2439
2440         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2441         (gen_source_element):
2442         Handle invalid URIs a bit more gracefully.
2443
2444 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2445
2446         * tests/check/pipelines/oggmux.c:
2447           Remove obsolete comment.
2448
2449 2006-09-29  Michael Smith  <msmith@fluendo.com>
2450
2451         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2452         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2453         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2454         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2455         (gst_ogg_mux_collected):
2456           Commit patch from James "Doc" Livingston, adds proper EOS handling
2457           in oggmux. GStreamer can, for the first time ever, create a valid
2458           Ogg file! Yay!
2459
2460         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2461         (oggmux_suite):
2462           Reenable tests now that they pass.
2463
2464 2006-09-29  Wim Taymans  <wim@fluendo.com>
2465
2466         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2467         Stop reading commands when EOF (we read 0) as well.
2468
2469 2006-09-28  Wim Taymans  <wim@fluendo.com>
2470
2471         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2472         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2473         (find_dynamic), (unlinked), (close_link):
2474         Implement delayed caps linking needed for element with a lot of
2475         different caps on the src pads that get fixed at runtime.
2476         Improve management of dynamic elements.
2477
2478         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2479         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2480         (gen_preroll_element), (remove_groups), (unknown_type),
2481         (add_element_stream), (no_more_pads_full), (no_more_pads),
2482         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2483         (new_decoded_pad), (setup_subtitle), (array_has_value),
2484         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2485         (analyse_source), (remove_decoders), (make_decoder),
2486         (remove_source), (setup_source), (finish_source), (prepare_output),
2487         (gst_play_base_bin_change_state):
2488         * gst/playback/gstplaybasebin.h:
2489         Use more _CAST instead of full type checking casts.
2490         Small cleanups, plug some leaks.
2491         Handle dynamic sources.
2492         Add some helper functions to create lists of strings used for
2493         blacklisting and other stuff.
2494         Refactor some code dealing with analysing the source.
2495         Re-enable sources without pads (like cd:// or other selfcontained
2496         elements).
2497
2498 2006-09-28  Wim Taymans  <wim@fluendo.com>
2499
2500         * gst-libs/gst/audio/gstbaseaudiosink.c:
2501         (gst_base_audio_sink_render):
2502         When we have a timestamp, we can still perform clipping.
2503         When we have no clock, we must play the sample ASAP.
2504
2505 2006-09-28  Wim Taymans  <wim@fluendo.com>
2506
2507         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2508         Set caps on outgoing buffers.
2509
2510         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2511         (gst_video_rate_event), (gst_video_rate_chain):
2512         * gst/videorate/gstvideorate.h:
2513         Fix videorate some more. Fixes #357977
2514
2515 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2516
2517         * tests/check/elements/adder.c: (adder_suite):
2518           Don't set timeout to 6 seconds when we're running
2519           in valgrind ... (and how is 6 seconds longer than
2520           the default anyway?)
2521
2522 2006-09-28  Wim Taymans  <wim@fluendo.com>
2523
2524         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2525         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2526         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2527         Keep sink and src segment to keep track of time and support more
2528         input formats.
2529         Fix bogus next_offset and run_time calculation, don't understand how
2530         this could have worked before. Fixes #357976.
2531         Remove some unneeded vars.
2532
2533 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2534
2535         * gst/playback/gstplaybin.c: (remove_sinks):
2536           Only remove visualisation from visbin if there is a visbin (or:
2537           don't throw warnings when closing totem without playing a file).
2538
2539 2006-09-27  Wim Taymans  <wim@fluendo.com>
2540
2541         * gst-libs/gst/audio/gstbaseaudiosink.c:
2542         (gst_base_audio_sink_render):
2543         Add some more info in a WARNING.
2544
2545         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2546         (gst_base_audio_src_create):
2547         Handle PAUSE in create function, use new -core addition to
2548         wait for playing. Fixes pausing and resuming capture from an
2549         audiosrc.
2550
2551         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2552         (gst_ring_buffer_read):
2553         Constify some more.
2554         Caller supports interrupted reads now.
2555
2556 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2557
2558         * tests/check/Makefile.am:
2559           Another attempt to make the gen64 buildbot happy.
2560
2561 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2562
2563         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2564
2565         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2566         (gst_visual_chain), (gst_visual_change_state):
2567           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2568           correctly. Fixes #357800
2569
2570 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2571
2572         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2573           Add timeout to _get_state() so we see which pipeline it is
2574           that causes trouble on the gen64 build bot.
2575
2576 2006-09-27  Wim Taymans  <wim@fluendo.com>
2577
2578         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2579         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2580         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2581         (gst_base_rtp_depayload_set_gst_timestamp):
2582         the source pad always uses fixed caps.
2583
2584 2006-09-27  Wim Taymans  <wim@fluendo.com>
2585
2586         * docs/libs/gst-plugins-base-libs-docs.sgml:
2587         * docs/libs/gst-plugins-base-libs-sections.txt:
2588         * gst-libs/gst/audio/gstaudioclock.c:
2589         * gst-libs/gst/audio/gstaudioclock.h:
2590         * gst-libs/gst/audio/gstaudiosink.c:
2591         * gst-libs/gst/audio/gstaudiosink.h:
2592         * gst-libs/gst/audio/gstaudiosrc.c:
2593         * gst-libs/gst/audio/gstbaseaudiosink.c:
2594         (gst_base_audio_sink_render):
2595         * gst-libs/gst/audio/gstbaseaudiosink.h:
2596         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2597         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2598         * gst-libs/gst/audio/gstringbuffer.h:
2599         Added docs for the audio libs.
2600
2601 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2602
2603         * tests/check/Makefile.am:
2604           Temporarily disable test that fails on the bots for unknown reasons.
2605
2606 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2607
2608         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2609         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2610         Moved AudioCodecType into priv
2611         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2612
2613 2006-09-25  Wim Taymans  <wim@fluendo.com>
2614
2615         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2616         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2617         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2618         (new_pad):
2619         Cleanups and small leak fixes.
2620         Added Depayloaders to valid list of autopluggable elements.
2621
2622 2006-09-25  Wim Taymans  <wim@fluendo.com>
2623
2624         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2625         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2626         (gen_video_element), (gen_text_element), (gen_audio_element),
2627         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2628         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2629         Detect NO_PREROLL state change returns and disable clock distribution to
2630         the sinks so that sync is disabled.
2631         Avoid some type checking and do simple casts instead.
2632         Small cleanups, fix some FIXMEs.
2633         Be more robust when linking user specified elements, catch an report
2634         errors. Fixes #357404.
2635         Fix some leaks in the error paths.
2636
2637 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2638
2639         * ChangeLog:
2640           ChangeLog surgery for missing bug-number
2641
2642 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2643
2644         Patch by: Peter Kjellerstedt  <pkj at axis com>
2645
2646         * gst/playback/test.c:
2647           Fix compilation with uClibc and -Werror (#357591).
2648
2649 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2650
2651         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2652           Parse dates that are followed by a time as well (#357532).
2653
2654         * tests/check/libs/tag.c: (test_vorbis_tags):
2655           Add unit test for this.
2656
2657 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2658
2659         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2660         (gst_audio_convert_transform_caps):
2661         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2662         * gst/videotestsrc/videotestsrc.h:
2663           A few array const-ifications.
2664
2665 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2666
2667         * tests/check/Makefile.am:
2668           See if this makes the build bots happy.
2669
2670         * tests/check/libs/cddabasesrc.c:
2671           UTF8-ise my name.
2672
2673 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2674
2675         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2676
2677         * gst/subparse/samiparse.c: (handle_start_font),
2678         (fix_invalid_entities):
2679           More case-insensitivity for certain tags; recognise entities with
2680           decimal codes as special entities as well (#357330).
2681
2682 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2683
2684         * gst-libs/gst/Makefile.am:
2685           Need to build tag directory before cdda.
2686
2687 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2688
2689         * docs/libs/gst-plugins-base-libs-sections.txt:
2690         * gst-libs/gst/cdda/Makefile.am:
2691         * gst-libs/gst/cdda/gstcddabasesrc.c:
2692         (gst_cdda_base_src_base_init):
2693         * gst-libs/gst/cdda/gstcddabasesrc.h:
2694         * gst-libs/gst/tag/tag.h:
2695         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2696         (gst_tag_register_musicbrainz_tags):
2697           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2698           depend on libgsttag. This is required so we can extract/read tags like
2699           DISCID without depending on libgstcddabasesrc (which used to register
2700           them).
2701
2702         * gst-libs/gst/tag/gstvorbistag.c:
2703           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2704           tags (also see #347848).
2705
2706         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2707           Log vorbis comments we are actually writing. Const-ify array.
2708
2709 2006-09-23  Wim Taymans  <wim@fluendo.com>
2710
2711         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2712         Improve buffering a bit by avoiding a deadlock because we cannot assume
2713         the underrun is always called.
2714
2715 2006-09-23  Wim Taymans  <wim@fluendo.com>
2716
2717         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2718
2719         * gst-libs/gst/riff/riff-ids.h:
2720         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2721         (gst_riff_create_audio_template_caps):
2722         Added MPEG-4 AAC and id and caps. Fixes #357289
2723         Added WMA9 Lossless id.
2724
2725 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2726
2727         * ext/gnomevfs/gstgnomevfssrc.c:
2728           Fix misleading docs addition.
2729
2730         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2731           Get rid of compiler warning the right way.
2732
2733 2006-09-22  Wim Taymans  <wim@fluendo.com>
2734
2735         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2736         (gst_base_rtp_depayload_finalize),
2737         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2738         (gst_base_rtp_depayload_push_full),
2739         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2740         (gst_base_rtp_depayload_process),
2741         (gst_base_rtp_depayload_set_gst_timestamp),
2742         (gst_base_rtp_depayload_queue_release):
2743         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2744         Small cleanups.
2745         Fix some leaks.
2746         Refactored the process method and added methods to push from the process
2747         vmethod.
2748         Use _scale functions.
2749         API: gst_base_rtp_depayload_push_ts
2750         API: gst_base_rtp_depayload_push
2751
2752         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2753         timestamps are uint.
2754
2755 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2756
2757         * gst-libs/gst/interfaces/xoverlay.c:
2758           Remove unused statement from doc example.
2759
2760 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2761
2762         * gst-libs/gst/interfaces/videoorientation.c:
2763         (gst_video_orientation_iface_init),
2764         (gst_video_orientation_get_hflip),
2765         (gst_video_orientation_get_vflip),
2766         (gst_video_orientation_get_hcenter),
2767         (gst_video_orientation_get_vcenter),
2768         (gst_video_orientation_set_hflip),
2769         (gst_video_orientation_set_vflip),
2770         (gst_video_orientation_set_hcenter),
2771         (gst_video_orientation_set_vcenter):
2772           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2773           in ChangeLog)
2774
2775 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2776
2777         * tests/check/Makefile.am:
2778         * tests/check/elements/.cvsignore:
2779         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2780         (create_rgb_conversions), (rgb_conversion_free),
2781         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2782         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2783           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2784           but disable for now since it doesn't pass (something wrong with
2785           RGBA somewhere).
2786
2787 2006-09-21  Wim Taymans  <wim@fluendo.com>
2788
2789         * gst/playback/gstplaybasebin.c: (group_commit),
2790         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2791         (queue_out_of_data), (gen_preroll_element),
2792         (preroll_remove_overrun), (probe_triggered):
2793         Refactor handling of overrun detection.
2794         Separate handling of group completion and deadlock detection when doing
2795         network buffering. This should fix some deadlocks that were not detected
2796         because the group was completed.
2797         Add more comments, improve debugging.
2798
2799 2006-09-21  Wim Taymans  <wim@fluendo.com>
2800
2801         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2802         * tests/check/libs/audio.c:
2803         Some more compilation fixes.
2804
2805 2006-09-21  Wim Taymans  <wim@fluendo.com>
2806
2807         * gst-libs/gst/audio/gstringbuffer.c:
2808         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2809         (gst_ring_buffer_read):
2810         Early morning compilation fix.
2811
2812 2006-09-20  Wim Taymans  <wim@fluendo.com>
2813
2814         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2815         * tests/check/elements/multifdsink.c: (GST_START_TEST):
2816         * tests/check/elements/videorate.c: (GST_START_TEST):
2817         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2818         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2819         Fix some warnings.
2820
2821 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2822
2823         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2824         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2825         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2826           Handcrafted merge to help CVS understanding what I changed and what
2827           not.
2828
2829 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2830
2831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2832         (gst_xvimagesink_get_times):
2833           change colorkey behaviour back according to #354773 comment 6/7
2834
2835 2006-09-19  Michael Smith  <msmith@fluendo.com>
2836
2837         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2838         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
2839         (gst_multi_fd_sink_recover_client),
2840         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
2841         (gst_multi_fd_sink_get_property):
2842         * gst/tcp/gstmultifdsink.h:
2843           Implement stubbed out properties unit-type, units-soft-max,
2844           units-max, to allow specifying maximum sizes in units other than
2845           buffers.
2846           Fixes #355935
2847
2848 2006-09-19  Wim Taymans  <wim@fluendo.com>
2849
2850         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2851         (gst_riff_create_audio_template_caps):
2852         Reorder the audio formats a bit for clarity.
2853         Detect and create caps for MSGSM and MSN (WAV49).
2854         Fixes #356596.
2855
2856         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2857         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2858         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2859         Small cleanups, move error handling out of normal flow for clarity.
2860
2861 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2862
2863         * docs/libs/gst-plugins-base-libs-docs.sgml:
2864         * docs/libs/gst-plugins-base-libs.types:
2865         * gst-libs/gst/interfaces/Makefile.am:
2866         * gst-libs/gst/interfaces/videoorientation.c:
2867         (gst_video_orientation_get_type),
2868         (gst_video_orientation_iface_init),
2869         (gst_video_orientation_get_hflip),
2870         (gst_video_orientation_get_vflip),
2871         (gst_video_orientation_get_hcenter),
2872         (gst_video_orientation_get_vcenter),
2873         (gst_video_orientation_set_hflip),
2874         (gst_video_orientation_set_vflip),
2875         (gst_video_orientation_set_hcenter),
2876         (gst_video_orientation_set_vcenter):
2877         * gst-libs/gst/interfaces/videoorientation.h:
2878           API: Add new interface to control video orientation (fixes #354908)
2879
2880 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2881
2882         * gst/videotestsrc/gstvideotestsrc.c:
2883           Use G_UNLIKELY in _create and log one more detail.
2884           
2885         (gst_video_test_src_get_times), (gst_video_test_src_create):
2886         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2887           Use gst_util_uint64_scale_int in _get_times().
2888
2889 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2890
2891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
2892           Give better warning message (add object and detail).
2893
2894 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2895
2896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2897         (gst_xvimagesink_get_times):
2898           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
2899           #354773), use gst_util_uint64_scale_int in _get_times()
2900
2901 2006-09-18  Michael Smith  <msmith@fluendo.com>
2902
2903         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
2904           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
2905           always true, leading to dropping all timestamps.
2906
2907 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2908
2909         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
2910         (gst_visual_chain), (gst_visual_change_state):
2911           update to work also with libvisual 0.4 API, fix double unref (#355914)
2912           
2913         * tools/gst-launch-ext.1.in:
2914         * tools/gst-visualise.1.in:
2915           remove references to old man-pages
2916
2917         * tests/examples/seek/seek.c: (main):
2918           add real meadi-buttons, add tool-tips for the seek-options, arrange
2919           seek options in a table
2920
2921 2006-09-18  Michael Smith  <msmith@fluendo.com>
2922
2923         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
2924         (gst_ogg_mux_push_buffer):
2925           Don't generate out-of-order timestamps from oggmux, instead clamp
2926           output timestamps to be >= the previously output ts.
2927           Fixes #355595
2928
2929 2006-09-18  Michael Smith  <msmith@fluendo.com>
2930
2931         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2932         (gst_multi_fd_sink_class_init):
2933           Updates, fixes, and typo corrections for multifdsink. No functional
2934           changes.
2935
2936 2006-09-17  Michael Smith  <msmith@fluendo.com>
2937
2938         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
2939           Don't crash on truncated files - check that we got an 8 byte buffer
2940           before trying to memcmp it.
2941
2942 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2943
2944         * gst/playback/gstplaybasebin.c: (get_active_source):
2945           Make stream-switching appear instant to the application
2946           (ie. make sure that a g_object_get on 'current-foo' returns
2947           the stream previously set with g_object_set(). Totem needs
2948           this to update stream-related meta-info (like audio-codec)
2949           correctly when switching streams.
2950
2951 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2952
2953         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
2954         (gst_alsa_mixer_ensure_track_list):
2955           Try harder to guess which mixer track is the master mixer
2956           track (instead of just taking the first one that has a pvolume).
2957           Fixes #342228.
2958
2959 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2960
2961         reviewed by: <delete if not using a buddy>
2962
2963         * gst-libs/gst/audio/audio.h:
2964         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
2965
2966 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2967
2968         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
2969         (gst_audio_convert_transform_caps):
2970           Get structure-name just once.
2971
2972 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2973
2974         * tests/check/elements/audioresample.c: (GST_START_TEST):
2975         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2976         * tests/check/elements/volume.c: (GST_START_TEST):
2977         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
2978         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
2979         (test_pipeline), (GST_START_TEST):
2980         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2981         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2982           Fix big batch of compiler warnings.
2983
2984 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2985
2986         * ext/gnomevfs/gstgnomevfssrc.c:
2987           Add docs about icydemux usage in connection with gnomevfssrc
2988
2989         * ext/libvisual/visual.c:
2990         * ext/ogg/gstoggaviparse.c:
2991         * ext/ogg/gstoggdemux.c:
2992         * ext/ogg/gstoggmux.c:
2993         * ext/ogg/gstoggparse.c:
2994         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2995         * gst-libs/gst/audio/gstaudiosink.c:
2996         * gst-libs/gst/audio/gstaudiosrc.c:
2997         * gst/audiorate/gstaudiorate.c:
2998           More G_OBJECT macro fixing.
2999
3000         * gst/audiotestsrc/gstaudiotestsrc.h:
3001           Fix wrong info in header due to copy & paste
3002
3003 2006-09-15  Wim Taymans  <wim@fluendo.com>
3004
3005         * gst-libs/gst/audio/gstbaseaudiosink.c:
3006         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3007         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3008         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3009         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3010         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3011         Do the delay calculation in the source/sink base classes as this is
3012         specific for the capture/playback mode.
3013         Try to fixate a bit better, like round depth up to a multiple of 8
3014         bigger than width.
3015         Handle underruns correctly by marking DISCONT on buffers and adjusting
3016         timestamps to handle the gap.
3017         Set offset/offset_end correctly on buffers.
3018
3019         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3020         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3021         (gst_ring_buffer_read):
3022         Remove resync and underrun recovery from the ringbuffer.
3023         Fix ringbuffer read code on under/overrun.
3024
3025 2006-09-15  Wim Taymans  <wim@fluendo.com>
3026
3027         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3028         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3029         (queue_threshold_reached), (gst_play_base_bin_set_property),
3030         (gst_play_base_bin_get_property):
3031         * gst/playback/gstplaybasebin.h:
3032         Don't use a 0 low watermark when buffering, it is catching starvation
3033         way too late. Instead, use a 3 second queue with 30 and 95
3034         percent low/high watermarks. 
3035         Added queue-min-threshold property to configure low watermark.
3036         Use new _buffering message API.
3037         Make queue_threshold variable big enough to store a uint64 time value.
3038         API: playbin::queue-min-threshold property.
3039
3040 2006-09-15  Wim Taymans  <wim@fluendo.com>
3041
3042         * configure.ac:
3043         We require 0.10.10.1 now because of _wait_preroll().
3044
3045         * gst-libs/gst/audio/gstbaseaudiosink.c:
3046         (gst_base_audio_sink_render):
3047         Use gst_base_sink_wait_preroll().
3048
3049 2006-09-15  Wim Taymans  <wim@fluendo.com>
3050
3051         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3052         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3053         Use DEBUG_OBJECT more.
3054
3055 === release 0.10.10 ===
3056
3057 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3058
3059         patch by: Michael Smith <msmith at fluendo dot com>
3060
3061         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3062         (gst_multi_fd_sink_client_queue_buffer),
3063         (gst_multi_fd_sink_new_client):
3064         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3065         (multifdsink_suite):
3066           Fix implementation of sync-method 'next-keyframe'
3067           Closes #354594
3068
3069 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3070
3071         patch by: Wim Taymans <wim at fluendo dot com>
3072
3073         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3074         This patch removes the RANDOM flag that was incorrectly introduced with
3075         revision 1.91.  Fixes #354590
3076
3077 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3078
3079         * tests/check/Makefile.am:
3080           Random variation in Makefile line to see if it makes the
3081           gen64-base-full bot any happier.
3082
3083 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3084
3085         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3086           Disable test that fails at the moment (killed after timeout).
3087
3088 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3089
3090         Patch by: James Livingston  <doclivingston at gmail.com>
3091
3092         * tests/check/Makefile.am:
3093         * tests/check/pipelines/.cvsignore:
3094         * tests/check/pipelines/oggmux.c: (get_page_codec),
3095         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3096         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3097         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3098         (test_theora_vorbis), (oggmux_suite):
3099           Add simple unit test for oggmux from #337026 with checking for the
3100           EOS flags disabled for the time being.
3101
3102 2006-09-04  Wim Taymans  <wim@fluendo.com>
3103
3104         patch by: Alessandro Dessina <alessandro nnva org>
3105
3106         * ext/ogg/gstoggmux.c:
3107         Add cmml caps to oggmux. Fixes #353912
3108
3109 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3110
3111         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3112           Returning a return value often helps. In this case, we
3113           don't need the return value anyway, so just get rid of it.
3114           Should make build bots much happier.
3115
3116 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3117
3118         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3119         (paint_get_structure), (gst_video_test_src_get_size),
3120         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3121         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3122         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3123         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3124         * gst/videotestsrc/videotestsrc.h:
3125           Add support for AYUV and the various RGBA formats. Initialise
3126           fields of paintinfo structs allocated on the stack.
3127
3128         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3129         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3130         (check_rgb_buf), (videotestsrc_suite):
3131           Add unit tests for videotestsrc's RGB output.
3132
3133 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3134
3135         * gst/videotestsrc/gstvideotestsrc.c:
3136         (gst_video_test_src_pattern_get_type),
3137         (gst_video_test_src_set_pattern):
3138         * gst/videotestsrc/gstvideotestsrc.h:
3139         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3140         (gst_video_test_src_black), (gst_video_test_src_white),
3141         (gst_video_test_src_red), (gst_video_test_src_green),
3142         (gst_video_test_src_blue):
3143         * gst/videotestsrc/videotestsrc.h:
3144           Add more uni-colour patterns ("white", "red", "green", and "blue").
3145
3146 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3147
3148         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3149           Fix stride for YVYU, should be word-aligned (#353658).
3150
3151 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3152
3153         * gst/adder/gstadder.c: (gst_adder_src_event):
3154           Fix build.
3155
3156 2006-08-31  Edward Hervey  <edward@fluendo.com>
3157
3158         * gst/adder/gstadder.c: (forward_event_func),
3159         (gst_adder_src_event), (gst_adder_collected),
3160         (gst_adder_change_state):
3161         * gst/adder/gstadder.h:
3162         Remember the start position asked in the incoming seeks, so we can
3163         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3164         of assuming it will always be 0).
3165
3166 2006-08-31  Edward Hervey  <edward@fluendo.com>
3167
3168         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3169         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3170         (gst_ogg_demux_loop):
3171         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3172
3173 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3174
3175         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3176         (gst_ffmpegcsp_get_unit_size):
3177           Return FALSE instead of returning a random false unit
3178           size when the format isn't known/supported (even if
3179           this shouldn't happen under normal circumstances).
3180
3181 2006-08-29  Wim Taymans  <wim@fluendo.com>
3182
3183         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3184
3185         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3186         (gst_gnome_vfs_src_start):
3187         Try harder to get the size from a uri by using _info_uri() when
3188         _info_from_handle() does not give us enough info. 
3189         Also follow symlinks when getting the size.
3190         Partially Fixes #332864.
3191
3192 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3193
3194         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3195
3196         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3197         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3198         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3199         (gst_alsa_mixer_set_record):
3200         * ext/alsa/gstalsamixertrack.c:
3201         (gst_alsa_mixer_track_update_alsa_capabilities),
3202         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3203         (gst_alsa_mixer_track_update):
3204         * ext/alsa/gstalsamixertrack.h:
3205           Improve and fix mixer track handling, in particular better handling
3206           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3207           separate track objects for tracks that have both capture and playback
3208           volume (and label them differently as well so they're not mistakenly
3209           assumed to be duplicates); classify mixer tracks that only affect
3210           the audible volume of something (rather than the capture volume)
3211           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3212           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3213           (following the meaning documented in the mixer interface header
3214           file); add support for alsa's exclusive cswitch groups; update/sync
3215           state/flags better if mixer settings are changed by another
3216           application. Fixes #336075.
3217
3218 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3219
3220         * gst/playback/gstplaybin.c:
3221           Improve docs: add section about BUFFERING messages sent by playbin.
3222
3223 2006-08-29  Michael Smith  <msmith@fluendo.com>
3224
3225         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3226         (gst_vorbis_enc_buffer_check_discontinuous),
3227         (gst_vorbis_enc_chain):
3228           Ignore explicit DISCONT marked on buffers (which is often spurious,
3229           particularly when using multiple segments), in favour of solely
3230           using the timestamps/durations.
3231
3232 2006-08-29  Edward Hervey  <edward@fluendo.com>
3233
3234         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3235         Don't rely on incoming buffers offset anymore, since it is completely
3236         broken when using multiple segments.
3237         Instead convert the incoming buffers timestamp to running time, and
3238         then convert that value to the offsets.
3239         Also inform GstSegment of the last outputted stop position, which is
3240         needed if we received several segments with an unknown stop value.
3241
3242 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3243
3244         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3245           fix buffer unreffing on a header push failure
3246
3247 2006-08-28  Wim Taymans  <wim@fluendo.com>
3248
3249         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3250         (gst_audio_rate_chain):
3251         Make the metadata of the buffer writable before changing its
3252         flags.
3253
3254 2006-08-28  Wim Taymans  <wim@fluendo.com>
3255
3256         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3257         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3258         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3259         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3260         Fix audiorate some more.
3261         Reset and resync counters on flush and READY.
3262         Handle the DISCONT flag correctly.
3263         Use GstSegment to track position.
3264         Fail when not negotiated.
3265         Fixes #353234.
3266
3267 2006-08-25  Michael Smith  <msmith@fluendo.com>
3268
3269         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3270           Fix spelling.
3271           Remove accidently included debug line.
3272
3273 2006-08-25  Wim Taymans  <wim@fluendo.com>
3274
3275         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3276         Small cleanups.
3277         If a buffer is received with no caps, make the buffer metadata
3278         writable and set the caps, making sure that we don't screw up the
3279         refcounts.
3280
3281 2006-08-25  Michael Smith  <msmith@fluendo.com>
3282
3283         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3284         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3285           Fix memory leaks and misleading debug messages, add a couple of
3286           comments.
3287
3288         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3289         (gst_multi_fd_sink_render):
3290           Do not use gst_buffer_make_writable() in a basesink render method,
3291           as it may incorrectly unref the buffer. Instead, use convoluted
3292           dance to avoid copying the buffer except when we need to.
3293
3294 2006-08-25  Michael Smith  <msmith@fluendo.com>
3295
3296         * ext/vorbis/vorbisenc.c:
3297         (gst_vorbis_enc_buffer_check_discontinuous):
3298           Allow very small discontinuities in the timestamps. These we can't
3299           do anything useful with anyway (because vorbis's timestamps have
3300           only sample granularity), and are commonly produced by elements with
3301           minor bugs. Allow up to 1/2 a sample out.
3302           Fixes #351742.
3303
3304 2006-08-24  Wim Taymans  <wim@fluendo.com>
3305
3306         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3307         (play_scrub_toggle_cb), (main):
3308         Add a checkbox to enable play scrubbing. Makes it possible to disable
3309         normal scrubbing.
3310
3311 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3312
3313         * tests/check/elements/.cvsignore:
3314           make buildbot happy
3315
3316 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3317
3318         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3319         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3320         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3321         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3322         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3323         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3324         (gst_ogm_text_parse_strip_trailing_zeroes),
3325         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3326         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3327           Refactor ogm parse, do better input checking, misc. clean-ups.
3328           Cache incoming events and push them once the source pad has
3329           been created. Don't pass unterminated strings to sscanf().
3330           Strip trailing zeroes from subtitle text output, since they
3331           are not valid UTF-8. Don't push vorbiscomment packets on
3332           the subtitle text pad. Output perfect streams if possible.
3333
3334 2006-08-23  Wim Taymans  <wim@fluendo.com>
3335
3336         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3337         Waits for tasks to settle down so that we clean up correctly for 
3338         valgrind.
3339
3340 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3341
3342         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3343           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3344           actually return return value in taglists_are_equal.
3345
3346 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3347
3348         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3349           Fix crash due to broken bitstream parsing on x86-64: can't make
3350           any assumptions about sizeof(struct) due to alignment/packing
3351           differences on different architectures. Fixes #351790.
3352
3353 2006-08-22  Wim Taymans  <wim@fluendo.com>
3354
3355         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3356         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3357         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3358         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3359         (gst_riff_parse_info):
3360         Protect public functions against bad input.
3361         Do some cleanups.
3362         Fix documentation.
3363
3364 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3365
3366         * gst-libs/gst/riff/riff-ids.h:
3367         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3368           Add voxware audio IDs (even if we can't play it) (#351795).
3369
3370 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3371
3372         * gst-libs/gst/riff/riff-media.c:
3373         (gst_riff_create_video_template_caps),
3374         (gst_riff_create_audio_template_caps),
3375         (gst_riff_create_iavs_template_caps):
3376           Const-ify some arrays and use G_N_ELEMENTS instead
3377           of wasting oodles of RAM on terminator bits.
3378
3379 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3380
3381         * gst-libs/gst/tag/gstvorbistag.c:
3382         (gst_tag_list_to_vorbiscomment_buffer):
3383         * tests/check/libs/tag.c: (GST_START_TEST):
3384           And the same for _to_vorbiscomment_buffer(): allow
3385           id_data_len == 0 for speex.
3386
3387 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3388
3389         * configure.ac:
3390         * docs/plugins/Makefile.am:
3391         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3392         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3393         * docs/plugins/inspect/plugin-gdp.xml:
3394         * gst/gdp/Makefile.am:
3395         * tests/check/Makefile.am:
3396           Move GDP plugin to -base from -bad.  Closes #347783.
3397
3398 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3399
3400         * gst-libs/gst/tag/gstvorbistag.c:
3401         (gst_tag_list_from_vorbiscomment_buffer):
3402           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3403           Also add some checks to make sure we don't memcmp() beyond the end of
3404           vorbiscomment buffer if the ID to check for is larger than the buffer.
3405
3406         * tests/check/libs/tag.c: (GST_START_TEST):
3407           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3408
3409 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3410
3411         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3412         (gst_vorbis_enc_set_metadata):
3413           Use vorbis comment utility functions from libgsttag
3414           instead of re-inventing the wheel (partially fixes #347091).
3415
3416 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3417
3418         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3419         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3420         as some that won't.
3421
3422 2006-08-21  Wim Taymans  <wim@fluendo.com>
3423
3424         * docs/libs/Makefile.am:
3425         * docs/libs/gst-plugins-base-libs-sections.txt:
3426         * docs/libs/gst-plugins-base-libs.types:
3427         Don't try to GObject scan the netbuffer as it's not a GObject.
3428         Fixes #351308.
3429
3430         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3431         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3432         Document GstNetBuffer.
3433
3434 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3435
3436         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3437         (audioconvert_suite):
3438           Add testcase for caps-size-explosion
3439
3440 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3441
3442         * gst/audioconvert/gstaudioconvert.c:
3443         (gst_audio_convert_get_unit_size), (set_structure_widths):
3444           Lower debug, use g_assert in _get_unit_size
3445
3446         * gst/audioresample/gstaudioresample.c:
3447         (audioresample_get_unit_size):
3448         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3449         (gst_ffmpegcsp_get_unit_size):
3450         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3451           use g_assert in _get_unit_size
3452
3453 2006-08-18  Wim Taymans  <wim@fluendo.com>
3454
3455         * docs/libs/gst-plugins-base-libs-sections.txt:
3456         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3457         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3458         (gst_rtp_buffer_get_payload_buffer):
3459         * gst-libs/gst/rtp/gstrtpbuffer.h:
3460         Document GstRTPBuffer.
3461         Added function to efficiently strip payload headers.
3462         API: gst_rtp_buffer_get_payload_subbuffer()
3463
3464 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3465
3466         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3467         (gst_tag_to_vorbis_comments):
3468           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3469           tags and deserialise them properly as well (#347091).
3470           Add some more gtk-doc blurbs and also some g_return_if_fail().
3471
3472         * tests/check/libs/tag.c: (GST_START_TEST),
3473         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3474           More tests.
3475
3476 2006-08-17  Wim Taymans  <wim@fluendo.com>
3477
3478         * ext/ogg/Makefile.am:
3479         * ext/ogg/gstogg.c: (plugin_init):
3480         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3481         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3482         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3483         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3484         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3485         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3486         Added ogg-in-avi parser element. Fixes #140139.
3487
3488         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3489         Fixed a bug in oggdemux debug code.
3490
3491         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3492         (gst_riff_create_audio_template_caps):
3493         Recognise Ogg in the AVI extensible wave format.
3494
3495 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3496
3497         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3498           Make buffer durations add up (duration should be next_ts-ts for
3499           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3500           from CVS.
3501
3502         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3503         (test_buffer_timestamps), (cddabasesrc_suite):
3504           Add unit test for the above.
3505
3506         * tests/check/Makefile.am:
3507           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3508           to see what happens.
3509
3510 2006-08-16  Wim Taymans  <wim@fluendo.com>
3511
3512         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3513         (gst_alsasink_open):
3514         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3515         (gst_alsasrc_open):
3516         Avoid setting and using a NULL device name.
3517         Print more info when we fail to open a device.
3518
3519 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3520
3521         * docs/libs/gst-plugins-base-libs-sections.txt:
3522         * gst-libs/gst/tag/tag.h:
3523         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3524           API: add gst_tag_parse_extended_comment() (#351426).
3525
3526         * tests/check/Makefile.am:
3527         * tests/check/libs/.cvsignore:
3528         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3529           Add unit test for gst_tag_parse_extended_comment().
3530
3531 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3532
3533         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3535           Fix leak (#351502).
3536
3537 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3538
3539         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3540         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3541         * docs/plugins/gst-plugins-base-plugins.args:
3542         * gst/playback/gstplaybin.c:
3543           Document playbin.
3544           
3545         * docs/plugins/inspect/plugin-adder.xml:
3546         * docs/plugins/inspect/plugin-alsa.xml:
3547         * docs/plugins/inspect/plugin-audioconvert.xml:
3548         * docs/plugins/inspect/plugin-audiorate.xml:
3549         * docs/plugins/inspect/plugin-audioresample.xml:
3550         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3551         * docs/plugins/inspect/plugin-cdparanoia.xml:
3552         * docs/plugins/inspect/plugin-decodebin.xml:
3553         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3554         * docs/plugins/inspect/plugin-gnomevfs.xml:
3555         * docs/plugins/inspect/plugin-ogg.xml:
3556         * docs/plugins/inspect/plugin-pango.xml:
3557         * docs/plugins/inspect/plugin-playbin.xml:
3558         * docs/plugins/inspect/plugin-subparse.xml:
3559         * docs/plugins/inspect/plugin-tcp.xml:
3560         * docs/plugins/inspect/plugin-theora.xml:
3561         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3562         * docs/plugins/inspect/plugin-video4linux.xml:
3563         * docs/plugins/inspect/plugin-videorate.xml:
3564         * docs/plugins/inspect/plugin-videoscale.xml:
3565         * docs/plugins/inspect/plugin-videotestsrc.xml:
3566         * docs/plugins/inspect/plugin-volume.xml:
3567         * docs/plugins/inspect/plugin-vorbis.xml:
3568         * docs/plugins/inspect/plugin-ximagesink.xml:
3569         * docs/plugins/inspect/plugin-xvimagesink.xml:
3570           Update to CVS version.
3571
3572 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3573
3574         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3575         (gst_play_bin_set_property), (gst_play_bin_get_property),
3576         (value_list_append_structure_list),
3577         (gst_play_bin_handle_redirect_message),
3578         (gst_play_bin_handle_message):
3579           API: GstPlayBin::connection-speed
3580           Add "connection-speed" property; re-order redirect messages with
3581           multiple redirect locations depending on the minimum bitrate if
3582           that information is available and a connection speed is set
3583           (#350399).
3584
3585 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3586
3587         * gst/playback/gstplaybin.c:
3588           Update max volume to the same value that the volume element uses.
3589
3590 2006-08-14  Wim Taymans  <wim@fluendo.com>
3591
3592         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3593         Less uglyness..
3594
3595 2006-08-14  Wim Taymans  <wim@fluendo.com>
3596
3597         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3598         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3599         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3600         Add some more debug info.
3601         Don't crash when a seek failed.
3602         Actually return the result of the seek instead of TRUE.
3603         Ignore multiple BOS pages with the same serial so that we don't create
3604         the same stream multiple times.
3605         Post an error when we fail to do the initial seek.
3606
3607 2006-08-13  Wim Taymans  <wim@fluendo.com>
3608
3609         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3610         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3611         Small code cleanup.
3612
3613         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3614         (gst_alsa_mixer_new):
3615         Remove hack that always set the device to hw:0*.
3616         Properly find the card name for whatever device was configured.
3617         Do some better debugging.
3618         Fixes #350784.
3619
3620         * ext/alsa/gstalsamixerelement.c:
3621         (gst_alsa_mixer_element_set_property),
3622         (gst_alsa_mixer_element_change_state):
3623         Cleanups.
3624         Handle setting of a NULL device name better.
3625
3626 2006-08-11  Wim Taymans  <wim@fluendo.com>
3627
3628         * gst/adder/gstadder.c:
3629         Don't clip float values. Fixes #350900.
3630
3631 2006-08-11  Andy Wingo  <wingo@pobox.com>
3632
3633         * gst/tcp/gsttcp.c: Really fix the build?
3634
3635         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3636         fixes the build.
3637
3638 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3639
3640         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3641           Float caps shouldn't have a "signed" field.
3642
3643 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3644
3645         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3646           Implement SEEKING query in its most basic form, so that we can
3647           at least check if we're seekable or not (#350655).
3648
3649 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3650
3651         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3652           The checks here are not even close to anything that would
3653           justify MAXIMUM probability, lowering to POSSIBLE until someone
3654           fixes the checks (case at hand: quicktime redirection files
3655           might start with 00 00 01 XX and pass the checks here just
3656           fine, see #350399).
3657
3658 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3659
3660         Patch by: Sjoerd Simons  <sjoerd at luon net>
3661
3662         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3663           Better detection for multipart/x-mixed-replace: accept leading
3664           whitespaces before the boundary marker as well (as our very own
3665           multipartmux used to produce) (#349068).
3666
3667 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3668
3669         Patch by: Young-Ho Cha  <ganadist at chollian net>
3670
3671         * gst-libs/gst/riff/riff-ids.h:
3672         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3673         (gst_riff_create_audio_template_caps):
3674           Detect DTS audio streams (#350157).
3675
3676 2006-08-05  Andy Wingo  <wingo@pobox.com>
3677
3678         * ext/theora/gsttheoraparse.h:
3679         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3680         (theora_parse_dispose, theora_parse_set_property)
3681         (theora_parse_get_property, theora_parse_munge_granulepos)
3682         (theora_parse_push_buffer, theora_parse_change_state):
3683         API: GstTheoraParse::synchronization-points
3684         Add a property 'synchronization-points' to fix badly synchronized oggs.
3685
3686 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3687
3688         * tests/check/Makefile.am:
3689         * tests/check/libs/.cvsignore:
3690         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3691         (fixed_caps_have_channel_positions), (GST_START_TEST),
3692         (audio_suite), (main):
3693           Add a few tests for the channel position stuff in libgstaudio.
3694
3695 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3696
3697         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3698         (gst_alsa_detect_channels):
3699         * ext/alsa/gstalsasink.c:
3700           Add support for cards that (only) do more than 8 channels,
3701           like the Delta 44 (#345188).
3702
3703         * gst-libs/gst/audio/multichannel.c:
3704         (gst_audio_check_channel_positions):
3705         * gst-libs/gst/audio/multichannel.h:
3706           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3707           unspecified channel position and cannot be combined with any
3708           of the other audio channel positions; adjust position layout
3709           checks accordingly (#345188).
3710
3711 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3712
3713         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3714           Recognise ancient RealAudio files (see #349779).
3715
3716 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3717
3718         Patch by: Jens Granseuer  <jensgr at gmx net>
3719
3720         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3721           Add typefinder for Interplay's MVE format (#348973).
3722
3723 2006-08-02  Wim Taymans  <wim@fluendo.com>
3724
3725         Patch by: Marcel Moreaux <marcelm at luon dot net>
3726
3727         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3728         (gst_base_rtp_depayload_add_to_queue):
3729         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3730         Handle RTP sequence number rollover.
3731         Disable jitterbuffer by default.
3732
3733 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3734
3735         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3736         (audioresample_set_caps):
3737         Don't leak references to the incoming caps. Clean them up when
3738         stopping.
3739
3740         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3741         (gst_video_scale_finalize):
3742         Don't leak our temporary pixel buffer.
3743
3744         * tests/check/Makefile.am:
3745         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3746         (GST_START_TEST), (simple_launch_lines_suite):
3747
3748         Fix leaks and re-enable the test for valgrind checking.
3749
3750 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3751
3752         Patch by: Sjoerd Simons  <sjoerd at luon net>
3753
3754         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3755         (plugin_init):
3756           Add typefind function for multipart/x-mixed-replace (#348916).
3757
3758 2006-07-28  Wim Taymans  <wim@fluendo.com>
3759
3760         * gst/adder/gstadder.c: (gst_adder_setcaps),
3761         (gst_adder_query_duration):
3762         Fix leak in duration query.
3763         Reflow some docs and notes.
3764
3765 2006-07-28  Michael Smith  <msmith@fluendo.com>
3766
3767         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3768         (vorbisenc_suite):
3769           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3770           aspect of it.
3771
3772 2006-07-28  Michael Smith  <msmith@fluendo.com>
3773
3774         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3775         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3776         (gst_vorbis_enc_push_buffer),
3777         (gst_vorbis_enc_buffer_check_discontinuous),
3778         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3779         * ext/vorbis/vorbisenc.h:
3780           Handle discontinuities in the input vorbis stream correctly,
3781           so that the output is properly timestamped (and has good granulepos
3782           values). Needs some oggmux fixes too.
3783
3784 2006-07-27  Wim Taymans  <wim@fluendo.com>
3785
3786         patch by: Kai Vehmanen <kv2004 eca cx>
3787
3788         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3789         (gst_base_rtp_depayload_chain),
3790         (gst_base_rtp_depayload_handle_sink_event),
3791         (gst_base_rtp_depayload_change_state):
3792         Don't send multiple newsegments with different formats.
3793         Fixes #348677.
3794
3795 2006-07-26  Wim Taymans  <wim@fluendo.com>
3796
3797         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3798         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3799         Make seeking in ogg more accurate again by doing the more correct
3800         granuletime to stream time conversion.
3801
3802 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3803
3804         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3805         (gst_multi_fd_sink_new_client):
3806           debug a little more understandably
3807           do not use goto as a substitute for break, especially if
3808           break is also being used
3809
3810 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
3811
3812         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3813         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3814           Remove GLib-2.6 compatibility cruft.
3815
3816 2006-07-24  Wim Taymans  <wim@fluendo.com>
3817
3818         * gst-libs/gst/audio/gstbaseaudiosink.c:
3819         (gst_base_audio_sink_render):
3820         Don't try to align a sample to an unknown value.
3821
3822 2006-07-24  Wim Taymans  <wim@fluendo.com>
3823
3824         * gst-libs/gst/audio/gstbaseaudiosink.c:
3825         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3826         When the audio clock is slaved to another clock, never try to align
3827         samples but trust the rate interpolation algorithm.
3828
3829 2006-07-24  Wim Taymans  <wim@fluendo.com>
3830
3831         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3832         Don't try to calculate silence samples, base class does this much
3833         better now.
3834
3835         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3836         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
3837         (gst_ring_buffer_acquire):
3838         Calculate silence samples correctly.
3839
3840         * gst-libs/gst/audio/gstringbuffer.h:
3841         Add _CAST macro.
3842
3843 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
3844
3845         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
3846           Limit search for the first markup tag to the first few kB of
3847           the file. If we don't find one there, it's highly unlikely that
3848           this is an XML(-ish) file.
3849
3850 2006-07-21  Andy Wingo  <wingo@pobox.com>
3851
3852         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
3853         test to the one in vorbisenc. Also commented out.
3854
3855         * tests/check/pipelines/vorbisenc.c: 
3856         (test_discontinuity): New test, commented out until Mike lands
3857         some elite vorbisenc patches.
3858
3859         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
3860         Bufferstraw was actually factored out of these tests. Now we share
3861         code yay.
3862
3863         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
3864         for bufferstraw addition to gstcheck.
3865
3866 2006-07-21  Wim Taymans  <wim@fluendo.com>
3867
3868         * ext/theora/theoradec.c: (clip_buffer):
3869         Better clipping.
3870
3871 2006-07-21  Wim Taymans  <wim@fluendo.com>
3872
3873         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3874         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3875         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
3876         Fix leak.
3877         Avoid type casting when we can.
3878
3879         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
3880         Fix mem leak.
3881
3882 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
3883
3884         * ext/alsa/gstalsamixerelement.c:
3885         (gst_alsa_mixer_element_change_state):
3886           Make state change fail if the specified device can't be opened
3887           for some reason.
3888
3889 2006-07-20  Wim Taymans  <wim@fluendo.com>
3890
3891         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3892         (cb_newpad), (main):
3893         Example of a small audio/video player using decodebin.
3894
3895 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
3896
3897         * gst-libs/gst/riff/riff-ids.h:
3898           Add 'fact' chunk id
3899
3900 2006-07-19  Wim Taymans  <wim@fluendo.com>
3901
3902         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3903         (gst_base_rtp_depayload_chain),
3904         (gst_base_rtp_depayload_change_state):
3905         Don't assert when not negotiated but post a meaningfull 
3906         error message. Fixes #347918.
3907
3908         * gst-libs/gst/rtp/gstbasertppayload.c:
3909         Add comment about better default MTU size.
3910
3911         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
3912         Small cleanups, start docs.
3913
3914 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3915
3916         Patch by: Martin Szulecki
3917
3918         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
3919           If "device-name" is requested and the device is not
3920           open, try to temporarily open it to obtain this
3921           information (#342494).
3922
3923 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3924
3925         * gst-libs/gst/tag/gstid3tag.c:
3926           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
3927
3928         * gst-libs/gst/tag/gsttageditingprivate.h:
3929         * gst-libs/gst/tag/gstvorbistag.c:
3930           Some more random const-ifications.
3931
3932 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
3933
3934         * gst-libs/gst/riff/riff-ids.h:
3935         * gst-libs/gst/riff/riff-media.c:
3936         (gst_riff_create_video_template_caps):
3937           Add more FOURCCs (sort list to make stuff easier to find),
3938           add comment what those 16 bytes in struct _gst_riff_strh according to
3939           one avi-dumper are
3940
3941 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3942
3943         * gst-libs/gst/audio/multichannel.c:
3944         (gst_audio_check_channel_positions),
3945         (gst_audio_fixate_channel_positions):
3946           Const-ify two arrays.
3947
3948 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3949
3950         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
3951           Fix typo, so that alsasink also advertises 8 channels
3952           if that's supported (tags: can, worms, open, alsa, ph34r).
3953
3954 2006-07-17  Wim Taymans  <wim@fluendo.com>
3955
3956         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3957         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
3958         *sigh*, when is the compiler going to warn when the comments
3959         are out-of-sync with the code.. Refix case of busted theora
3960         headers with 0 granule pos.
3961
3962 2006-07-14  Wim Taymans  <wim@fluendo.com>
3963
3964         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3965         (gst_base_rtp_depayload_wait),
3966         (gst_base_rtp_depayload_change_state),
3967         (gst_base_rtp_depayload_set_property),
3968         (gst_base_rtp_depayload_get_property):
3969         Fix 99% cpu load by waiting for absolute times on the
3970         clock. Fixes #347300.
3971
3972 2006-07-14  Andy Wingo  <wingo@pobox.com>
3973
3974         * ext/theora/gsttheoraparse.h: 
3975         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
3976         (theora_parse_push_headers, theora_parse_clear_queue)
3977         (theora_parse_drain_queue_prematurely, )
3978         (theora_parse_sink_event, theora_parse_change_state): Queue events
3979         until we initialized our state, like in vorbisparse.
3980
3981         * ext/vorbis/vorbisparse.h: 
3982         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
3983         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
3984         (vorbis_parse_drain_queue_prematurely, )
3985         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
3986         until we have initialized our state. Fixes seeking after an
3987         initial pad block.
3988
3989 2006-07-14  Andy Wingo  <wingo@pobox.com>
3990
3991         Patch by: Iain Holmes <iaingnome@gmail.com>
3992         
3993         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
3994
3995 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
3996
3997         * configure.ac:
3998         Bump nano back to CVS
3999
4000 === release 0.10.9 ===
4001
4002 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4003
4004         * configure.ac:
4005           releasing 0.10.9, "I walk the line"
4006
4007 2006-07-14  Michael Smith  <msmith@fluendo.com>
4008
4009         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4010           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4011           (commonly happens when running this test under valgrind) when trying
4012           to remove the buffer probe.
4013
4014 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4015
4016         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4017         Fix missing g_unlock from the previous commit
4018
4019 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4020
4021         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4022         (gst_ximagesink_change_state):
4023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4024         (gst_xvimagesink_change_state):
4025         Implement a locking order to ensure we always take the object lock
4026         before the x_lock and never vice-versa.
4027
4028 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4029
4030         * gst/playback/gstdecodebin.c: (find_compatibles):
4031         Fix a caps leak when linking (#347304)
4032
4033         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4034         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4035         (gst_ximagesink_change_state):
4036         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4037         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4038         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4039         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4040         Don't leak shared memory resources. Use the object lock to protect
4041         against the xcontext disappearing while returning a buffer from the
4042         pipeline. (#347304)
4043
4044 2006-07-12  Edward Hervey  <edward@fluendo.com>
4045
4046         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4047         (vorbis_handle_comment_packet):
4048         gst_tag_list_merge() returns a new object. Take that into account when
4049         using it. This avoids memleak.
4050         Revert previous commit which is not needed.
4051
4052 2006-07-12  Edward Hervey  <edward@fluendo.com>
4053
4054         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4055         Reset the decoder in finalize so that all fields get cleared.
4056
4057 2006-07-12  Wim Taymans  <wim@fluendo.com>
4058
4059         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4060         (gst_base_audio_src_set_clock),
4061         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4062         Don't try to post an error message when setting the clock fails
4063         as this can happen when adding an element to a bin which will then
4064         deadlock. Fixes #347296.
4065
4066 2006-07-12  Edward Hervey  <edward@fluendo.com>
4067
4068         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4069         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4070         (vorbis_handle_type_packet):
4071         Post tag messages on the bus even if we're not initialized.
4072         If we're not initialized, we still postpone the event pushing of tags.
4073
4074 2006-07-12  Wim Taymans  <wim@fluendo.com>
4075
4076         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4077         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4078         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4079         Revert last two changes that broke the freeze.
4080
4081 2006-07-12  Wim Taymans  <wim@fluendo.com>
4082
4083         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4084         basesink calculates silence sample correctly for us.
4085
4086 2006-07-12  Wim Taymans  <wim@fluendo.com>
4087
4088         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4089         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4090         Calculate correct silence samples so we don't fill our ringbuffer
4091         with noise.
4092
4093 2006-07-12  Edward Hervey  <edward@fluendo.com>
4094
4095         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4096         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4097         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4098         * ext/vorbis/vorbisdec.h:
4099         Delay sending events (newsegment, tags) until the decoder is properly
4100         initialized.
4101         Fixes #347295
4102
4103 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4104
4105         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4106         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4107           Patch from #347221 adding a test for audioconvert
4108           channel remappings.
4109
4110 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4111
4112         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4113         (gst_ssa_parse_parse_line):
4114           Don't include the terminating NUL in the buffer size,
4115           it's only there for extra paranoia (would add random
4116           '*' characters at the end of each subtitle since the
4117           terminator itself is not valid UTF-8 technically).
4118           Also fix indenting after boilerplate macro.
4119
4120 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4121
4122         * gst/playback/gstdecodebin.c: (close_pad_link):
4123           Also emit 'unknown-type' signal (which should really be
4124           called unhandled-type) if we found potential decoders/demuxers
4125           in the registry but none of them worked in the end (as in the
4126           case where the plugins don't exist any longer but are still
4127           listed in the registry). Fixes #329798.
4128
4129 2006-07-08  Andy Wingo  <wingo@pobox.com>
4130
4131         * theoraparse.c (theora_parse_push_buffer)
4132         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4133         Add some more debugging. Fix granulepos reconstruction in the face
4134         of discontinuities.
4135
4136 2006-07-06  Wim Taymans  <wim@fluendo.com>
4137
4138         * gst-libs/gst/audio/gstbaseaudiosink.c:
4139         (gst_base_audio_sink_class_init),
4140         (gst_base_audio_sink_provide_clock):
4141         Use gobject_class instead of G_OBJECT_CLASS (klass)
4142
4143         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4144         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4145         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4146         (gst_base_audio_src_get_time),
4147         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4148         (gst_base_audio_src_create_ringbuffer):
4149         Fix latency and buffer-time constants and properties ala basesink.
4150         Implement pull based scheduling. Fixes #346527.
4151         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4152         one segment.
4153         Refuse slaving to another clock instead of silently not working.
4154         Only provide a clock when we are actually able to do so.
4155         Various small cleanups and compiler hints.
4156
4157 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4158
4159         Patch by: Lutz Mueller <lutz at topfrose de>
4160
4161         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4162         (plugin_init):
4163           Add typefinding for text/html (#346581).
4164
4165 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4166
4167         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4168         (xml_check_first_element), (xml_type_find), (smil_type_find):
4169           Fix SMIL typefinding, make xml_check_first_element() more
4170           useful.
4171
4172 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4173
4174         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4175         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4176         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4177         * gst/playback/gstplaybasebin.h:
4178           Protect list of elements with a subtitle-encoding property and
4179           the subtitle encoding member itself with a lock of their own
4180           instead of using the object lock. This prevents a dead-lock in
4181           the element-remove callback in some circumstances when shutting
4182           down playbin.
4183
4184 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4185
4186         * win32/common/libgsttag.def:
4187         Export some new functions.
4188         * win32/vs6/libgstogg.dsp:
4189         Add a link to libgsttag-0.10.lib.
4190
4191 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4192
4193         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4194           Some const-ification.
4195
4196 2006-07-04  Wim Taymans  <wim@fluendo.com>
4197
4198         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4199         Improve checking if we are dealing with a stream. Added some
4200         more uris that need buffering.
4201
4202 2006-07-03  Edward Hervey  <edward@fluendo.com>
4203
4204         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4205         Remove unused variable.
4206
4207 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4208
4209         * Makefile.am:
4210           include lcov.mak
4211         * configure.ac:
4212           add GCOV_LIBS to GST_LIBS
4213
4214 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4215
4216         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4217
4218         * ext/alsa/gstalsasrc.c:
4219           Add 32 bps to template caps and increase channels range
4220           from [1,2] to [1,MAX]. See #346326.
4221
4222 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4223
4224         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4225           Recognise 'WMVA' video codec fourcc (#345879).
4226           
4227 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4228          
4229         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4230           Fixed nasty memory leak
4231
4232 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4233
4234         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4235         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4236           fix logging
4237
4238 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4239
4240         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4241         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4242         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4243         Protect remove_fakesink using a mutex, so that we don't try and
4244         remove the fakesink simultaneously from multiple threads.
4245
4246         When going from READY to PAUSED, restore the fakesink, so that
4247         it is there when decodebin gets reused.
4248
4249 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4250
4251         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4252         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4253         * gst-libs/gst/rtp/gstbasertppayload.c:
4254         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4255         * gst/tcp/gstmultifdsink.c:
4256         * gst/tcp/gsttcpclientsink.c:
4257         * gst/tcp/gsttcpclientsrc.c:
4258         * gst/tcp/gsttcpserversink.c:
4259         * gst/tcp/gsttcpserversrc.c:
4260         * gst/videorate/gstvideorate.c:
4261         * gst/videotestsrc/gstvideotestsrc.c:
4262         * sys/v4l/gstv4ljpegsrc.c:
4263         * sys/v4l/gstv4lmjpegsink.c:
4264         * sys/v4l/gstv4lsrc.c:
4265         * tests/examples/seek/scrubby.c:
4266         * tests/examples/seek/seek.c:
4267           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4268
4269 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4270
4271         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4272           Second field in GEnumValue shouldn't be a description,
4273           but a stringified version of the enum value.
4274
4275 2006-06-22  Wim Taymans  <wim@fluendo.com>
4276
4277         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4278         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4279         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4280         Avoid type checking in buffer casts.
4281         Avoid caps copy in buffer_alloc when we can.
4282         Use pad_peer_accept.
4283
4284 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4285
4286         * gst-libs/gst/tag/tag.h:
4287           Oops, make that 'Since: 0.10.9'.
4288
4289 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4290
4291         * docs/libs/gst-plugins-base-libs-sections.txt:
4292         * gst-libs/gst/tag/tag.h:
4293         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4294         (gst_tag_image_type_get_type):
4295           API: add GstTagImageType enum to describe images contained
4296           in image tags (#345641).
4297
4298 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4299
4300         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4301           Fix warnings with gst-inspect: "buffers-min" property
4302           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4303           typo in property description.
4304
4305 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4306
4307         Patch by: Cody Russell <bratsche at gnome org>
4308
4309         * gst/audioresample/gstaudioresample.c:
4310         (gst_audioresample_class_init):
4311         * gst/playback/gststreamselector.c:
4312         (gst_stream_selector_class_init):
4313         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4314         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4315         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4316         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4317         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4318         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4319         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4320         * gst/videotestsrc/gstvideotestsrc.c:
4321         (gst_video_test_src_class_init):
4322         * gst/volume/gstvolume.c: (gst_volume_class_init):
4323           Avoid unnecessary class cast check in class_init
4324           functions (#337747).
4325
4326 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4327
4328         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4329         (gst_text_overlay_video_chain):
4330           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4331           and doesn't validate its input either (and neither did
4332           textoverlay it seems). Let's do that then and fix #345206.
4333
4334 2006-06-19  Wim Taymans  <wim@fluendo.com>
4335
4336         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4337         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4338         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4339         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4340         (find_syncframe), (find_limits), (assign_value),
4341         (count_burst_unit), (gst_multi_fd_sink_new_client),
4342         (gst_multi_fd_sink_handle_client_write),
4343         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4344         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4345         (gst_multi_fd_sink_change_state):
4346         * gst/tcp/gstmultifdsink.h:
4347         Added shiny new burst-on-connect methods.
4348         Add properties to control the minimal amount of data queued.
4349         Small cleanups.
4350         API: bytes-min property
4351         API: time-min property
4352         API: buffers-min property
4353         API: burst-unit property
4354         API: burst-value property
4355         API: add-full signal
4356
4357         * gst/tcp/gsttcp-marshal.list:
4358         Added new marshaller code for the new signal.
4359
4360         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4361         (multifdsink_suite):
4362         Added testcases for new burst methods.
4363
4364 2006-06-19  Edward Hervey  <edward@fluendo.com>
4365
4366         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4367         Implement clipping for accurate seeking.
4368         Closes #345225
4369
4370 2006-06-19  Wim Taymans  <wim@fluendo.com>
4371
4372         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4373
4374         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4375         (gst_video_scale_transform):
4376         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4377
4378 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4379
4380         * configure.ac:
4381           Fix --disable-external (can't set conditionals conditionally,
4382           #343602).
4383
4384 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4385
4386         * tests/check/elements/audioresample.c: (test_reuse),
4387         (audioresample_suite):
4388           Add test case for bug #342789 fixed below.
4389
4390 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4391
4392         * gst/audioresample/gstaudioresample.c:
4393         (gst_audioresample_class_init), (gst_audioresample_init),
4394         (audioresample_start), (audioresample_stop),
4395         (gst_audioresample_set_property), (gst_audioresample_get_property):
4396           Implement GstBaseTransform::start and ::stop so that audioresample
4397           can clear its internal state properly and be reused instead of
4398           causing non-negotiated errors with playbin under some circumstances
4399           (#342789).
4400
4401         * tests/check/elements/audioresample.c: (setup_audioresample),
4402         (cleanup_audioresample):
4403           Need to set element state here so that ::start and ::stop are
4404           called.
4405
4406 2006-06-16  Wim Taymans  <wim@fluendo.com>
4407
4408         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4409
4410         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4411         Parse extra data better, apparently it's right behind
4412         the normal strf header size. Fixes #343500.
4413
4414 2006-06-16  Wim Taymans  <wim@fluendo.com>
4415
4416         * ext/alsa/gstalsasink.c: (set_hwparams):
4417         If we fail to set the buffer_time and period_time alsa
4418         parameters, post a warning and leave alsa select a 
4419         default instead of failing. Fixes #342085
4420
4421 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4422
4423         * docs/libs/gst-plugins-base-libs-sections.txt:
4424         * gst-libs/gst/cdda/gstcddabasesrc.h:
4425           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4426           out in the header file and shouldn't be listed in the docs.
4427
4428         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4429           Must dereference pointer to fourcc in the debug statement.
4430
4431 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4432
4433         * docs/libs/Makefile.am:
4434         * docs/libs/gst-plugins-base-libs-docs.sgml:
4435         * docs/libs/gst-plugins-base-libs-sections.txt:
4436         * docs/libs/gst-plugins-base-libs.types:
4437         add remaining symbols into correct setions
4438         
4439         * gst-libs/gst/audio/gstringbuffer.c:
4440         fix incomplete docs
4441         
4442         * gst-libs/gst/audio/gstringbuffer.h:
4443         comment out not yet implemented function
4444         
4445         
4446         * gst-libs/gst/floatcast/floatcast.h:
4447         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4448         add short descriptions
4449         
4450         
4451         * gst-libs/gst/interfaces/propertyprobe.c:
4452         fix return value docs   
4453         
4454         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4455         simplify debug logging
4456         
4457         * gst-libs/gst/riff/riff-read.h:
4458         sync function prototype and docs
4459         
4460         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4461         remove left over symbol
4462
4463 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4464
4465         * autogen.sh:
4466         * configure.ac:
4467         * docs/Makefile.am:
4468           Use GST_PLUGIN_DOCS macro in configure.ac, add
4469           --enable-plugin-docs default to autogen.sh and use
4470           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4471
4472 2006-06-15  Wim Taymans  <wim@fluendo.com>
4473
4474         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4475         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4476         (gst_ogg_demux_loop):
4477         Combine GstFlowReturn from the source pads to give a
4478         meaningfull result to the upstream peer or to stop the
4479         processing task in case of errors.
4480
4481 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4482
4483         * gst/playback/gststreaminfo.c: (cb_probe):
4484           Try GST_TAG_CODEC as fallback when extracting the
4485           codec name; more debug info.
4486
4487 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4488
4489         * ext/ogg/Makefile.am:
4490         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4491           Extract language tags from ogm subtitle streams, so that
4492           the subtitle menu choices are labelled correctly in
4493           Totem (fixes #344708).
4494
4495 2006-06-14  Wim Taymans  <wim@fluendo.com>
4496
4497         Patch by: Alessandro Decina <alessandro at nnva dot org>
4498
4499         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4500         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4501         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4502         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4503         Fix various leaks. Fixes #343699.
4504         Add x-smoke mime type.
4505
4506 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4507
4508         * gst-libs/gst/riff/riff-ids.h:
4509           Add IDs for 'bext' chunks (see #343837).
4510
4511 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4512
4513         Patch by: Young-Ho Cha  <ganadist at chollian net>
4514
4515         * gst/subparse/samiparse.c: (sami_context_pop_state),
4516         (handle_start_font), (end_sami_element):
4517           Honour font face tags in SAMI subtitles (#344503).
4518
4519 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4520
4521         * po/POTFILES.in:
4522           add missing files containing translatable strings
4523
4524 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4525
4526         * docs/libs/tmpl/.cvsignore:
4527           we don't want those *.sgml files in CVS either
4528
4529 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4530
4531         * docs/libs/.cvsignore:
4532         * tests/check/elements/.cvsignore:
4533         * tests/check/libs/.cvsignore:
4534           ignore more
4535
4536 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4537
4538         * docs/libs/Makefile.am:
4539           also commiting the changed Makefile.am (added more libs to the
4540           doc-build)
4541
4542 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4543
4544         * docs/libs/gst-plugins-base-libs-docs.sgml:
4545         * docs/libs/gst-plugins-base-libs-sections.txt:
4546         * docs/libs/gst-plugins-base-libs.types:
4547           first batch of reordering things, add index & hierarchy
4548
4549 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4550
4551         * configure.ac:
4552           use GST_PKG_CHECK_MODULES, cleans up output
4553
4554 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4555
4556         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4557           Add support for burn:// URIs (#343385); const-ify things a bit,
4558           use G_N_ELEMENTS instead of hard-coded array size.
4559
4560 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4561
4562         Patch by: Young-Ho Cha  <ganadist at chollian net>
4563
4564         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4565           Fix up broken entities before passing them to libxml *sigh*.
4566           (#343303).
4567           
4568 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4569
4570         * configure.ac:
4571           back to TRUNK
4572
4573 === release 0.10.8 ===
4574
4575 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4576
4577         * configure.ac:
4578           releasing 0.10.8, "Moar gij ziet mij nie"
4579
4580 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4581
4582         * configure.ac:
4583         * po/af.po:
4584         * po/az.po:
4585         * po/cs.po:
4586         * po/en_GB.po:
4587         * po/hu.po:
4588         * po/it.po:
4589         * po/nb.po:
4590         * po/nl.po:
4591         * po/or.po:
4592         * po/sq.po:
4593         * po/sr.po:
4594         * po/sv.po:
4595         * po/uk.po:
4596         * po/vi.po:
4597         * win32/common/config.h:
4598           0.10.7.2 prerelease
4599
4600 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4601
4602         * docs/libs/tmpl/gstaudio.sgml:
4603         * docs/libs/tmpl/gstcolorbalance.sgml:
4604         * docs/libs/tmpl/gstmixer.sgml:
4605         * docs/libs/tmpl/gstringbuffer.sgml:
4606         * docs/libs/tmpl/gsttuner.sgml:
4607         * docs/libs/tmpl/gstxoverlay.sgml:
4608         * gst-libs/gst/audio/audio.c:
4609         * gst-libs/gst/audio/gstringbuffer.c:
4610         * gst-libs/gst/interfaces/colorbalance.c:
4611         * gst-libs/gst/interfaces/mixer.c:
4612         * gst-libs/gst/interfaces/tuner.c:
4613         * gst-libs/gst/interfaces/xoverlay.c:
4614           move last template doc snippets to source code and delete them
4615
4616 2006-06-06  Michael Smith  <msmith@fluendo.com>
4617
4618         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4619         (theora_parse_drain_queue):
4620           Mark DELTA_UNIT on non-keyframes.
4621
4622 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4623
4624         * gst-libs/gst/audio/gstbaseaudiosink.c:
4625         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4626         * gst-libs/gst/audio/gstbaseaudiosink.h:
4627         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4628         (gst_ring_buffer_samples_done):
4629         * gst-libs/gst/audio/gstringbuffer.h:
4630         Document better the fact that latency_time and buffer_time are values
4631         stored in microseconds, and not the usual GStreamer nanoseconds.
4632         Change the variables (compatibly) that store them from GstClockTime 
4633         to guint64 to make it more clear that they're not storing clock times.
4634         Also, remove the bogus property description that says the user can
4635         specify -1 to get the default value, since that's never been the case.
4636
4637         When computing the default segment size for the ring buffer, make it
4638         an integer number of samples.
4639
4640         When the sub-class indicates a delay greater than the number of
4641         samples we've written return 0 from the audio sink get_time method.
4642
4643 2006-06-02  Michael Smith  <msmith@fluendo.com>
4644
4645         * tests/check/elements/audioconvert.c: (set_channel_positions),
4646         (get_float_mc_caps), (get_int_mc_caps):
4647         * tests/check/elements/audioresample.c:
4648         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4649         * tests/check/elements/videorate.c:
4650         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4651         * tests/check/elements/volume.c:
4652         * tests/check/elements/vorbisdec.c:
4653         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4654           Don't busy-wait in tests; this was causing test timeouts very
4655           frequently when running under valgrind.
4656
4657 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4658
4659         * gst/tcp/README:
4660         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4661         (gst_multi_fd_sink_remove_client_link),
4662         (gst_multi_fd_sink_client_queue_caps),
4663         (gst_multi_fd_sink_client_queue_buffer),
4664         (gst_multi_fd_sink_handle_client_write),
4665         (gst_multi_fd_sink_render):
4666         * gst/tcp/gstmultifdsink.h:
4667           make multifdsink properly deal with streamheader:
4668           - streamheader is taken from caps
4669           - buffers marked with IN_CAPS are not sent
4670           - streamheaders are sent, on connection, from the caps of the
4671             buffer where the client gets positioned to
4672           - further streamheader changes are done every time the client
4673             will receive a buffer with different caps
4674         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4675         (gst_multifdsink_create_streamheader):
4676           add tests for this
4677
4678 2006-06-02  Michael Smith  <msmith@fluendo.com>
4679
4680         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4681           Reinstate limit on channel count. Vorbis does not define the meaning
4682           of > 6 channels, so they're just independent channels. Gstreamer
4683           currently has no mechanism to represent N independent channels.
4684
4685 2006-06-02  Michael Smith  <msmith@fluendo.com>
4686
4687         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4688           Don't arbitrarily restrict channel counts and rate in vorbis.
4689           In terms of effects likely on real-world files, this fixes 96kHz
4690           playback of vorbis.
4691
4692 2006-06-02  Michael Smith  <msmith@fluendo.com>
4693
4694         * gst/audioconvert/audioconvert.c: (float):
4695           More correct float->int conversion.
4696
4697 2006-06-02  Michael Smith  <msmith@fluendo.com>
4698
4699         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4700           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4701           value. Fixes g-critical on trying to play back ogg containing
4702           unknown codec.
4703
4704 2006-06-02  Wim Taymans  <wim@fluendo.com>
4705
4706         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4707         (setup_source):
4708         * gst/playback/gstplaybasebin.h:
4709         Make the subtitle detection work from any thread so we don't
4710         deadlock. Fixes #343397.
4711
4712 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4713
4714         * gst/volume/Makefile.am:
4715           Seriously, it's not *that* hard to get compilation right.  Even
4716           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4717
4718 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4719
4720         * gst/volume/gstvolume.c: (volume_choose_func),
4721         (volume_update_real_volume), (gst_volume_class_init),
4722         (gst_volume_init), (volume_process_float), (volume_process_int16),
4723         (volume_process_int16_clamp), (volume_set_caps),
4724         (volume_transform_ip), (plugin_init):
4725         * gst/volume/gstvolume.h:
4726         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4727         another property desc., remove unused param from process function
4728         
4729         * tests/check/elements/volume.c: (volume_suite):
4730         reactivate the passthrough test
4731
4732 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4733
4734         * ext/alsa/gstalsamixerelement.h:
4735         * ext/alsa/gstalsamixeroptions.h:
4736         * ext/alsa/gstalsamixertrack.h:
4737         * ext/gnomevfs/gstgnomevfssink.h:
4738         * ext/gnomevfs/gstgnomevfssrc.h:
4739         * ext/theora/gsttheoradec.h:
4740         * ext/theora/gsttheoraenc.h:
4741         * ext/theora/gsttheoraparse.h:
4742         * ext/vorbis/vorbisparse.h:
4743         * gst-libs/gst/audio/gstaudioclock.h:
4744         * gst-libs/gst/audio/gstaudiofilter.h:
4745         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4746         * gst/audioconvert/gstaudioconvert.h:
4747         * gst/audioresample/gstaudioresample.h:
4748         * gst/audiotestsrc/gstaudiotestsrc.h:
4749         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4750         * gst/playback/gststreamselector.h:
4751         * gst/tcp/gstmultifdsink.h:
4752         * gst/tcp/gsttcpclientsink.h:
4753         * gst/tcp/gsttcpclientsrc.h:
4754         * gst/tcp/gsttcpserversink.h:
4755         * gst/tcp/gsttcpserversrc.h:
4756         * gst/videorate/gstvideorate.h:
4757         * gst/videoscale/gstvideoscale.h:
4758         * gst/videotestsrc/gstvideotestsrc.h:
4759         * gst/volume/gstvolume.h:
4760         * sys/v4l/gstv4ljpegsrc.h:
4761         * sys/v4l/gstv4lmjpegsink.h:
4762         * sys/v4l/gstv4lmjpegsrc.h:
4763         * sys/v4l/gstv4lsrc.h:
4764         * sys/ximage/ximagesink.h:
4765         * sys/xvimage/xvimagesink.h:
4766         * tests/old/testsuite/alsa/sinesrc.h:
4767         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4768
4769 2006-05-31  Wim Taymans  <wim@fluendo.com>
4770
4771         * ext/libvisual/visual.c: (gst_visual_reset),
4772         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4773         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4774         Handle DISCONT.
4775         Use running time before doing QoS.
4776         Handle mono too.
4777
4778 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4779
4780         * docs/libs/Makefile.am:
4781           set a magic variable to indicate we know the docs are incomplete
4782
4783 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4784
4785         * win32/common/libgstvideo.def:
4786           export gst_video_calculate_display_ratio
4787         * win32/vs6/libgstvideoscale.dsp:
4788           add link to libgstvideo-0.10.lib
4789
4790 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4791
4792         * gst/playback/gstplaybasebin.c: (gen_source_element):
4793           Throw a more comprehensible error for rtsp:// URIs (rather
4794           than erroring out with a negotiation error later on) until
4795           we fix playbin to handle rtspsrc etc.
4796
4797 2006-05-30  Wim Taymans  <wim@fluendo.com>
4798
4799         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4800         (gst_text_overlay_text_event):
4801         Added some FIXMEs.
4802
4803 2006-05-30  Wim Taymans  <wim@fluendo.com>
4804
4805         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4806         (gst_adder_request_new_pad), (gst_adder_release_pad):
4807         * gst/adder/gstadder.h:
4808         Implement release_request_pad.
4809         Make padcounter atomic.
4810
4811         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4812         Added check for release_pad in adder.
4813
4814 2006-05-30  Wim Taymans  <wim@fluendo.com>
4815
4816         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4817         Fix build again.
4818
4819 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4820
4821         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4822         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4823         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4824         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4825         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4826         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4827         (gst_ogg_demux_bisect_forward_serialno),
4828         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4829         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4830           add more debugging
4831           clean up printf formats for granulepos and serialno
4832
4833 2006-05-30  Michael Smith  <msmith@fluendo.com>
4834
4835         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4836         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
4837         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
4838         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
4839         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4840         * ext/vorbis/vorbisenc.h:
4841           Multi-channel caps negotiation, so we can do proper multichannel
4842           vorbis encoding, negotiated through audioconvert.
4843
4844 2006-05-30  Wim Taymans  <wim@fluendo.com>
4845
4846         * tests/check/elements/adder.c: (test_event_message_received),
4847         (test_play_twice_message_received), (GST_START_TEST),
4848         (adder_suite):
4849         Added check to show that #339935 is fixed with ongoing
4850         adder and collectpads fixes.
4851
4852 2006-05-29  Wim Taymans  <wim@fluendo.com>
4853
4854         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
4855         Don't leak pad name.
4856
4857 2006-05-29  Wim Taymans  <wim@fluendo.com>
4858
4859         * gst/adder/gstadder.c: (gst_adder_query_duration),
4860         (forward_event_func), (forward_event), (gst_adder_src_event):
4861         Fix adder seeking.
4862         Make query/seeking code threadsafe.
4863
4864         * tests/check/Makefile.am:
4865         * tests/check/elements/adder.c: (test_event_message_received),
4866         (GST_START_TEST), (test_play_twice_message_received):
4867         Fix adder test case.
4868
4869 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
4870
4871         Patch by: Young-Ho Cha  <ganadist at chollian net>
4872
4873         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4874         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4875         (set_encoding_element), (decodebin_element_added_cb),
4876         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
4877         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4878         * gst/playback/gstplaybasebin.h:
4879           Add 'subtitle-encoding' property to playbin, so applications can
4880           force a subtitle encoding for non-UTF8 subtitles (#342268).
4881
4882         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
4883         (gst_sub_parse_set_property):
4884           Rename recently-added 'encoding' property to 'subtitle-encoding'
4885           (so it can be proxied by playbin/decodebin in a generic way
4886           with less danger of false positives).
4887
4888 2006-05-29  Michael Smith  <msmith@fluendo.com>
4889
4890         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4891         (append_with_other_format), (set_structure_widths),
4892         (gst_audio_convert_transform_caps):
4893           Patch from #341562: give more specific audio caps in get_caps, so
4894           that basetransform  can make better decisions on what caps to
4895           negotiate.
4896
4897 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4898
4899         * tests/check/elements/volume.c:
4900         make it compile again
4901
4902 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4903
4904         * tests/check/elements/volume.c: (volume_suite):
4905         disable test until #343196 gets resolved
4906
4907 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4908
4909         * gst/adder/gstadder.c: (gst_adder_get_type):
4910         Make it easier to copy&paste
4911         
4912         * gst/volume/Makefile.am:
4913         * gst/volume/gstvolume.c: (volume_update_real_volume),
4914         (gst_volume_set_volume), (gst_volume_set_mute),
4915         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
4916         (volume_transform_ip), (volume_update_mute),
4917         (volume_update_volume):
4918         * gst/volume/gstvolume.h:
4919         Add own debug category, move duplicate code to helper function, fix
4920         property texts, add more comments and prepare ffor liboil-goodness
4921         
4922         * tests/check/Makefile.am:
4923         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4924         add test for mute and passtrough case, be a bit more verbose to track
4925         failure
4926         
4927         * tests/check/generic/states.c: (GST_START_TEST):
4928         catch elements that fail to instantiate
4929
4930 2006-05-28  Edward Hervey  <edward@fluendo.com>
4931
4932         * tests/check/pipelines/simple-launch-lines.c:
4933         * tests/check/pipelines/theoraenc.c:
4934         * tests/check/pipelines/vorbisenc.c:
4935         Comment out tests using parse_launch() if core was built without
4936         parsing capabilities.
4937
4938 2006-05-27  Edward Hervey  <edward@fluendo.com>
4939
4940         * tests/check/Makefile.am:
4941         Extra bonus points for whoever explains to ensonic that you are meant
4942         to test unit tests thoroughly before commiting them, especially if
4943         you know it's going to break.
4944         De-activated element/adder tests.
4945
4946 2006-05-27  Edward Hervey  <edward@fluendo.com>
4947
4948         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4949         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
4950         Marking caps conversion issues as GST_WARNING is way too verbose,
4951         Moving them to GST_LOG.
4952
4953 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
4954
4955         * README:
4956           Replace current README (containing the release notes from
4957           some 0.9.x version) with a proper README taken from the core.
4958
4959 2006-05-26  Wim Taymans  <wim@fluendo.com>
4960
4961         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4962         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
4963         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
4964         (vorbis_dec_change_state):
4965         Small cleanups.
4966         Add some FIXMEs
4967         Clip output samples to segment boundaries.
4968
4969 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4970
4971         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4972         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
4973         Improve the errors produced on bad output, including some human
4974         readable description strings.
4975         Handle the (theoretical for ximagesink) case where the XServer 
4976         has a different idea about the size required for a particular 
4977         frame and gives us too small a memory allocation.
4978
4979 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4980
4981         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4982         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
4983         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4984         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4985         Improve the errors produced on bad output, including some human 
4986         readable description strings.
4987         Handle RGB Xv formats properly by transforming them into our 
4988         big-endian caps description.
4989         Use gst_caps_truncate to ensure that we never try and choose a
4990         non-fixed caps in buffer_alloc.
4991         Handle the case where the XServer has a different idea about the size
4992         required for a particular frame and gives us too small a memory
4993         allocation.
4994         Use -1 to indicate 'no image format', because 0 is a valid XServer
4995         image format number.
4996         Put RGB Xv formats at the end of the caps, so that we always prefer
4997         YUV format frames.
4998         Iterate the available Xv Encodings to determine the maximum width and
4999         height, and then return that in our caps.
5000         (Closes #315312, #337544)
5001
5002 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5003
5004         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5005         When there is only one unfinished pad and it receives an event that
5006         doesn't match our requirements, we need to set alldone=FALSE so that
5007         the fakesink is not removed yet.
5008
5009 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5010
5011         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5012           Use gst_type_find_helper_for_buffer() to find the type
5013           of stream from the first packet.
5014
5015         * configure.ac:
5016           Bump requirements to core CVS (needed for vorbis
5017           typefinding to work).
5018
5019 2006-05-24  Edward Hervey  <edward@fluendo.com>
5020
5021         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5022         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5023         contain.  Else they play perfectly fine with qtdemux.
5024
5025 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5026
5027         * ext/theora/theoradec.c:
5028         * ext/theora/theoraenc.c:
5029         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5030         * gst/audiorate/gstaudiorate.c:
5031           make more debug catagories static
5032         
5033         * tests/check/Makefile.am:
5034         * tests/check/elements/adder.c: (message_received),
5035         (test_event_message_received), (GST_START_TEST),
5036         (test_play_twice_message_received), (adder_suite):
5037           added test case for using element twice, extra bonus points for anyone
5038           who can make these test run reliably
5039
5040 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5041
5042         * ext/theora/theoradec.c: (theora_dec_chain):
5043           Make work with time-stamped input buffers that do not
5044           have a granulepos in BUFFER_OFFSET_END (like theora
5045           buffers coming from matroskademux). Fixes #342448.
5046
5047 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5048
5049         Patch by: Peter Kjellerstedt  <pkj at axis com>
5050
5051         * gst/tcp/Makefile.am:
5052           fdstresstest doesn't need Gtk+, fix compilation if 
5053           gtk is not available (#342566).
5054
5055 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5056          
5057         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5058           80 line columns
5059           Removed redundant floor()
5060
5061 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5062
5063         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5064           On second thought, just skip JUNK chunks automatically, so
5065           the caller doesn't have to handle this. Fixes #342345.
5066           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5067           not GST_FLOW_ERROR.
5068
5069 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5070
5071         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5072           Don't bail out on JUNK chunks with a size of 0 (would try to
5073           pull_range 0 bytes before, which sources don't like too much).
5074           See #342345.
5075
5076 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5077
5078         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5080         Use the gstutil scaling function to preserve 64 bits while calculating
5081         output width and height from the display-aspect-ratio. (A continuation
5082         of #341542)
5083
5084 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5085
5086         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5087         (gst_xvimagesink_buffer_alloc):
5088         * sys/xvimage/xvimagesink.h:
5089         When performing buffer allocations, remember the caps and image format
5090         we return so that if the same caps are asked for next time we can
5091         return them immediately without doing any caps intersections.
5092
5093 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5094          
5095         * gst-libs/gst/rtp/README:
5096           Some new documentation
5097         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5098           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5099         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5100         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5101           New RTP audio base payloader class. Supports frame or sample based
5102           codecs.  Not enabled in Makefile.am until approved.
5103
5104 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5105
5106         * tests/check/elements/alsa.c: (test_device_property_probe):
5107           Fix test case: don't try to free NULL GValueArray when there
5108           are no devices.
5109
5110 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5111
5112         * tests/check/Makefile.am:
5113         * tests/check/elements/alsa.c: (test_device_property_probe),
5114         (alsa_suite), (main):
5115           Add simple test that runs a device property probe on alsasrc,
5116           alsasink and alsamixer. Disable valgrind check for now (too
5117           many leaks in libasound, and valgrind ignored my suppressions
5118           additions).
5119
5120 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5121
5122         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5123         (gst_alsa_device_property_probe_probe_property),
5124         (gst_alsa_device_property_probe_needs_probe),
5125         (gst_alsa_device_property_probe_get_values),
5126         (gst_alsa_type_add_device_property_probe_interface):
5127         * ext/alsa/gstalsadeviceprobe.h:
5128         * ext/alsa/gstalsamixerelement.c:
5129         (gst_alsa_mixer_element_init_interfaces):
5130         * ext/alsa/gstalsamixerelement.h:
5131           Clean up and simplify alsa device probing. Make it actually work
5132           for multiple classes. Don't cache results any longer.
5133
5134         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5135         (gst_alsasink_init):
5136         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5137         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5138         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5139           Make alsasink and alsasrc implement the GstPropertyProbe interface
5140           for device probing (#342181).
5141           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5142
5143 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5144
5145         * gst/subparse/samiparse.c: (handle_start_font):
5146           Don't ignore return value of strtol (++compiler_happiness).
5147
5148 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5149
5150         Patch by: Young-Ho Cha  <ganadist chollian net>
5151
5152         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5153         (gst_sub_parse_class_init), (gst_sub_parse_init),
5154         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5155         (convert_encoding):
5156         * gst/subparse/gstsubparse.h:
5157           Add 'encoding' property (#341681).
5158
5159         * gst/subparse/samiparse.c: (characters_sami):
5160           Output is pango markup, so we need to escape text
5161           between tags (#342143).
5162
5163 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5164
5165         * gst-libs/gst/audio/multichannel.c:
5166         (gst_audio_check_channel_positions):
5167           It's okay to have caps with channels=1 and a channel position
5168           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5169           (deinterleavers might want to keep the position in the caps,
5170           so that they can be re-interleaved again properly later).
5171           Leave check for unexpected 2-channel layouts intact for now.
5172
5173 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5174
5175         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5176         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5177         basesrc can do its job correctly.
5178
5179 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5180
5181         * ext/alsa/Makefile.am:
5182         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5183         (gst_alsa_detect_formats), (get_channel_free_structure),
5184         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5185         (gst_alsa_probe_supported_formats):
5186         * ext/alsa/gstalsa.h:
5187         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5188           Refactor and improve caps probing code: probe signedness
5189           when we probe the supported formats/widths; set endianness
5190           to the one we actually probed for (ie. cpu endianness).
5191           
5192         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5193         (gst_alsasrc_close):
5194         * ext/alsa/gstalsasrc.h:
5195           Implement caps probing for alsasrc.
5196
5197 2006-05-15  Wim Taymans  <wim@fluendo.com>
5198
5199         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5200         (theora_dec_src_query), (theora_dec_src_event),
5201         (theora_dec_sink_event), (theora_handle_comment_packet),
5202         (theora_handle_data_packet), (theora_dec_change_state):
5203         Cleanups, add some G_LIKELY.
5204         Use segment helpers instead of our own wrong code.
5205         Clear queued buffers on seek and READY.
5206
5207         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5208         (vorbis_dec_convert), (vorbis_dec_src_query),
5209         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5210         (vorbis_handle_comment_packet), (vorbis_dec_push),
5211         (vorbis_handle_data_packet), (vorbis_dec_chain),
5212         (vorbis_dec_change_state):
5213         * ext/vorbis/vorbisdec.h:
5214         Remove old useless packetno variable.
5215         Do position query properly.
5216         Add some G_LIKELY.
5217         Do cleanup of queued buffers in new helper function
5218         and use it.
5219
5220 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5221
5222         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5223           Query supported sample rates. Fixes #341732.
5224
5225 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5226
5227         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5228         (gst_decode_bin_change_state): Make decodebin reusable
5229         when going from PAUSE_TO_READY and then back to PAUSED.
5230         Fixes #331678.
5231
5232 2006-05-15  Wim Taymans  <wim@fluendo.com>
5233
5234         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5235         (vorbis_dec_convert), (vorbis_dec_src_query),
5236         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5237         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5238         (vorbis_dec_clean_queued), (vorbis_dec_push),
5239         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5240         Cleanups. Use refcounting and DEBUG_OBJECT.
5241         Reset segment on flush, use code methods instead of our
5242         own wrong version.
5243         Fix potential memleak.
5244
5245 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5246
5247         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5248         (gst_alsasink_init):
5249         * ext/alsa/gstalsasink.h:
5250           Don't leak allocated snd_output_t structure if there's
5251           more than one alsasink instance at a time (#341873).
5252           Also fix GObject macros in header file.
5253           
5254 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5255
5256         * gst/subparse/gstsubparse.c:
5257         (gst_sub_parse_data_format_autodetect):
5258           Don't use libxml functions in the typefinding code.
5259
5260 2006-05-15  Wim Taymans  <wim@fluendo.com>
5261
5262         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5263         Fix seeking performance in the case where a non-header 
5264         packet has a 0 granulepos (busted theora case). 
5265         Fixes #341719
5266         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5267          the first place, you limelight stealer you)
5268
5269 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5270
5271         * gst/subparse/gstsubparse.c:
5272         (gst_sub_parse_data_format_autodetect):
5273           Improve SAMI typefinding: handle case where there are
5274           whitespaces or newlines in front of the first <SAMI>
5275           tag (#169936).
5276
5277 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5278
5279         * configure.ac:
5280           Build video4linux plugin even if there's no XVIDEO, just
5281           without implementing the GstXOverlay interface (#334002).
5282          
5283 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5284
5285         * configure.ac:
5286         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5287         (plugin_init):
5288           Add tentative support for libvisual-0.4 (#336881).
5289
5290 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5291
5292         Patch by: Young-Ho Cha <ganadist at chollian net>
5293
5294         * gst/subparse/samiparse.c: (handle_start_font):
5295           Need to map "silver" colour explicitly (#169936).
5296
5297 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5298
5299         Patch by: Young-Ho Cha  <ganadist at chollian net>
5300
5301         * gst/subparse/Makefile.am:
5302         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5303         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5304         (gst_sub_parse_format_autodetect), (feed_textbuf),
5305         (gst_subparse_type_find), (plugin_init):
5306         * gst/subparse/gstsubparse.h:
5307         * gst/subparse/samiparse.c:
5308         * gst/subparse/samiparse.h:
5309           Add support for SAMI subtitles (#169936).
5310
5311 2006-05-14  Michael Smith  <msmith@fluendo.com>
5312
5313         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5314           Fix #341696: crash when mixing L+R+C to mono or stereo.
5315         * tests/check/Makefile.am:
5316         * tests/check/elements/audioconvert.c: (set_channel_positions),
5317         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5318         (audioconvert_suite):
5319           Add test for the above, including some generic framework bits for
5320           testing multichannel things.
5321
5322 === release 0.10.7 ===
5323
5324 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5325
5326         * configure.ac:
5327           releasing 0.10.7, "Leave the gun"
5328
5329 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5330
5331         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5332         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5333         Fix the build.
5334
5335 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5336
5337         * docs/libs/gst-plugins-base-libs-docs.sgml:
5338         * docs/libs/gst-plugins-base-libs-sections.txt:
5339         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5340         * gst-libs/gst/video/video.h:
5341         * gst/videoscale/Makefile.am:
5342         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5344         * tests/check/Makefile.am:
5345         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5346         (main):
5347           Fix integer overflow problem with pixel-aspect-ratio calculations
5348           in videoscale and xvimagesink (#341542)
5349
5350 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5351
5352         * gst-libs/gst/tag/gstid3tag.c:
5353           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5354
5355 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5356
5357         * win32/MANIFEST:
5358           update win32 files listing
5359
5360 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5361
5362         patch by: Sjoerd Simons (sjoerd@luon.net)
5363
5364         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5365         (group_create), (group_destroy), (add_stream),
5366         (gst_play_base_bin_get_property),
5367         (gst_play_base_bin_get_streaminfo_value_array):
5368         * gst/playback/gstplaybasebin.h:
5369           API: GstPlayBaseBin::stream-info-value-array property
5370           use a more bindings-friendly way of exposing streaminfo
5371           using a GValueArray.  Tested in ipython.
5372           Closes #341114
5373
5374 2006-05-11  Wim Taymans  <wim@fluendo.com>
5375
5376         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5377         (queue_underrun_cb), (queue_filled_cb):
5378         Also catch queue underruns but don't do anything yet.
5379         Refactor and comment queue enlarging code a bit.
5380
5381         * gst/playback/gstplaybasebin.c: (queue_overrun),
5382         (queue_threshold_reached), (queue_out_of_data),
5383         (gen_preroll_element):
5384         If a queue over/underruns check that we don't create nasty
5385         deadlocks when the min-threshold is not reached but the
5386         max-bytes is. In those cases disable max-bytes when we
5387         know that the queue is fed timed data.
5388         Add more comments.
5389
5390 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5391
5392         * gst/playback/gstplaybin.c: (gen_audio_element):
5393           Make playbin automatically plug an 'audioresample'
5394           element before the audio sink as well. This solves
5395           problems with sinks that only accept a very specific
5396           sample rate, like esdsink (e.g. #340379).
5397
5398 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5399
5400         * gst/playback/gstplaybasebin.c: (gen_source_element):
5401           Make http sources send special headers so that we receive
5402           icecast metadata if the http stream is an icecast stream
5403           (otherwise the server will just ignore them). This also
5404           means that from now on users will need the 'icydemux'
5405           element from gst-plugins-good installed if they want to
5406           listen to icecast radio streams. (#341432, #333657).
5407
5408 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5409
5410         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5411         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5412           remove stupid example from docs - it should come with a simple
5413           C program instead.
5414           Clean up/fix docs
5415         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5416         (fail_if_can_read), (GST_START_TEST),
5417         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5418           add a test for changing streamheader which exposes a bug in
5419           multifdsink
5420
5421 2006-05-11  Michael Smith  <msmith@fluendo.com>
5422
5423         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5424         (gst_gnome_vfs_src_received_headers_callback):
5425         * ext/gnomevfs/gstgnomevfssrc.h:
5426           Don't set icy-caps unless we have a sane interval value. Move
5427           interval to a local variable; we never use it outside this function.
5428
5429 2006-05-11  Wim Taymans  <wim@fluendo.com>
5430
5431         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5432         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5433         Register special buffer types along with the objects so
5434         that they are not registered at runtime from N different
5435         streaming threads since they are not threadsafe.
5436
5437 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5438
5439         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5440         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5441           add two more tests, one doing streamheader
5442
5443 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5444
5445         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5446           clean up the bufqueue when shutting down
5447         * tests/check/Makefile.am:
5448         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5449         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5450         (main):
5451           add a test for the leak that was just fixed
5452
5453 2006-05-10  Wim Taymans  <wim@fluendo.com>
5454
5455         * gst/adder/gstadder.c: (gst_adder_setcaps),
5456         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5457         (gst_adder_src_event), (gst_adder_sink_event),
5458         (gst_adder_class_init), (gst_adder_finalize),
5459         (gst_adder_request_new_pad), (gst_adder_collected):
5460         * gst/adder/gstadder.h:
5461         Updated some docs. Added comments and FIXMEs all over the place.
5462         Improve debugging info.
5463         Fix leak on finalize by not calling the parent.
5464         Implement duration query.
5465         Make event forwarding threadsafe.
5466         Correctly send NEWSEGMENT at start and after flush.
5467         Handle EOS correctly.
5468         Post error when not negotiated.
5469
5470         * tests/check/elements/adder.c: (GST_START_TEST):
5471         Added FIXME in the test.
5472
5473 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5474
5475         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5476         (gst_text_overlay_halign_get_type),
5477         (gst_text_overlay_wrap_mode_get_type):
5478         * ext/theora/theoradec.c: (theora_handle_type_packet),
5479         (theora_handle_data_packet):
5480         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5481         (theora_enc_sink_setcaps), (theora_enc_chain):
5482         * gst-libs/gst/cdda/gstcddabasesrc.c:
5483         (gst_cdda_base_src_mode_get_type):
5484         * gst/audiotestsrc/gstaudiotestsrc.c:
5485         (gst_audiostestsrc_wave_get_type):
5486         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5487         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5488         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5489         (gst_sync_method_get_type), (gst_unit_type_get_type),
5490         (gst_client_status_get_type):
5491         * gst/videoscale/gstvideoscale.c:
5492         (gst_video_scale_method_get_type):
5493         * gst/videotestsrc/gstvideotestsrc.c:
5494         (gst_video_test_src_pattern_get_type):
5495         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5496         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5497         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5498         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5499         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5500         (paint_setup_RGB565), (paint_setup_xRGB1555):
5501           Const-ify GEnumValue and GFlagsValue arrays. Use
5502           GST_ROUND_UP_* macros instead of home-made ones.
5503
5504 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5505
5506         * configure.ac:
5507           Require core CVS for the new newsegment stuff.
5508
5509 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5510
5511         Patch by: Sjoerd Simons  <sjoerd at luon net>
5512
5513         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5514           Register nick for enum value (#341160).
5515
5516 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5517
5518         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5519         (plugin_init):
5520          backout typefind patch #340375
5521          
5522         * tests/check/elements/adder.c: (message_received),
5523         (GST_START_TEST), (adder_suite):
5524           redo, signal-handling of test
5525
5526 2006-05-09  Wim Taymans  <wim@fluendo.com>
5527
5528         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5529         (gst_adder_collected):
5530         * gst/adder/gstadder.h:
5531         Remove bogus segment merging and forwarding, we don't
5532         care about timestamps anyway and we just produce a
5533         continuous stream. 
5534         Also create a nice NEWSEGMENT event when we start.
5535         Use _scale_int some more.
5536
5537 2006-05-09  Edward Hervey  <edward@fluendo.com>
5538
5539         * tests/icles/stress-xoverlay.c:
5540         Fix if core was built without parsing support.
5541
5542 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5543
5544         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5545           Add SEDG (Samsung MPEG-4) fourcc.
5546
5547 2006-05-09  Edward Hervey  <edward@fluendo.com>
5548
5549         * tests/icles/stress-xoverlay.c:
5550         * tests/examples/volume/volume.c:
5551         Fix if core was built without parsing support.
5552
5553         * tests/examples/seek/seek.c:
5554         Disable the parse_launch example if core was built without parsing
5555         support.
5556
5557 2006-05-08  Edward Hervey  <edward@fluendo.com>
5558
5559         * autogen.sh: (CONFIGURE_DEF_OPT): 
5560         libtoolize on Darwin/MacOSX is called glibtoolize
5561
5562 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5563
5564         * tests/check/Makefile.am:
5565         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5566           Disable the adder test, until the build-slaves posses the kindness to 
5567           either like it or to give valid reason for not doing so 
5568
5569 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5570
5571         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5572         (adder_suite):
5573           Shuffle NULL state change around and raise timeout more
5574
5575 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5576
5577         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5578         (mp4_type_find), (plugin_init):
5579           Add typefind to distinguish between "audio/x-m4a" and new type
5580           "video/mp4". Fixes #340375
5581
5582         * tests/check/elements/adder.c: (adder_suite):
5583           Raise timeout to make buildbot happy
5584
5585 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5586
5587         * gst/adder/gstadder.c: (gst_adder_sink_event),
5588         (gst_adder_request_new_pad), (gst_adder_change_state):
5589         * gst/adder/gstadder.h:
5590         * tests/check/Makefile.am:
5591         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5592         (adder_suite), (main):
5593           Add sink-event handling to adder. It tries to merge incomming
5594           newsegment-events. Added test to check if segment_done is comming
5595           through. Fixes #340060
5596
5597 2006-05-05  Andy Wingo  <wingo@pobox.com>
5598
5599         * ext/theora/theoraparse.c (gst_theora_parse_init)
5600         (theora_parse_src_convert, theora_parse_src_query):
5601         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5602         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5603         query functions on the source pads of the theora and vorbis parse
5604         elements. Fixes position querying when doing a remux.
5605
5606 2006-05-05  Michael Smith  <msmith@fluendo.com>
5607
5608         * ext/theora/theoraparse.c: (parse_granulepos),
5609         (theora_parse_drain_queue_prematurely),
5610         (theora_parse_queue_buffer), (theora_parse_sink_event):
5611           Fix flushing.
5612           Fix invalid granulepos outputs when starting with a non-keyframe.
5613
5614 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5615
5616         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5617         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5618         Rearrange MPEG system stream detection, fixing some memleaks in the
5619         process.
5620         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5621         they clean up their data correctly.
5622         Remove unused ogganx caps and move the 'is_annodex' check to inside
5623         the 'is_ogg' if statement.
5624
5625 2006-05-05  Wim Taymans  <wim@fluendo.com>
5626
5627         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5628         Properly remove ghostpads. Fixes #340392
5629
5630 2006-05-04  David Schleef  <ds@schleef.org>
5631
5632         * gst/typefind/gsttypefindfunctions.c:
5633
5634 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5635
5636         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5637         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5638
5639         When typefinding an MP3 in push-based mode, don't penalise the
5640         probability down to 74% when we found 5 valid frames just because we
5641         can't peek the end of the file.
5642
5643         Make the probability for detecting MPEG Transport Streams based on the
5644         number of sequential headers we successfully detected.
5645
5646 2006-05-03  Wim Taymans  <wim@fluendo.com>
5647
5648         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5649         (vorbis_dec_push), (vorbis_dec_chain):
5650         Still produce an error when we receive an empty packet.
5651
5652 2006-05-03  Wim Taymans  <wim@fluendo.com>
5653
5654         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5655         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5656         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5657         Mark buffers with DISCONT after seek and after activating new
5658         chains.
5659
5660         * ext/theora/gsttheoradec.h:
5661         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5662         (theora_get_query_types), (theora_dec_sink_event),
5663         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5664         (theora_dec_change_state):
5665         Fix frame counter.
5666         Detect and mark DISCONT buffers.
5667
5668         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5669         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5670         (vorbis_dec_change_state):
5671         * ext/vorbis/vorbisdec.h:
5672         Use GstSegment.
5673         Detect and mark DISCONT buffers.
5674         Don't crash on 0 sized buffers.
5675
5676 2006-05-03  Wim Taymans  <wim@fluendo.com>
5677
5678         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5679         (volume_transform_ip):
5680         Increase "volume" property to 10.0. Fixes #340369.
5681         Set the process function to NULL when capsnego fails so that
5682         we properly error out.
5683
5684 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5685
5686         * gst/playback/gstplaybin.c: (add_sink):
5687         * gst/playback/test.c: (main):
5688         * gst/playback/test5.c: (dump_element_stats):
5689         * gst/playback/test6.c: (main):
5690           free caps using gst_caps_unref, don't leak caps-strings
5691
5692 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5693
5694         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5695         (plugin_init):
5696           Refine musepack typefinding a bit. Return MAXIMUM
5697           probability when we detect stream version 7 to make
5698           sure the mpeg audio typefinder doesn't trump us.
5699
5700 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5701
5702         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5703           Protect against unexpected NULL strf_data buffer.
5704
5705 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5706
5707         * tests/check/elements/audioconvert.c: (verify_convert),
5708         (GST_START_TEST):
5709           interpret the out[] buffer in the order the bytes are actually
5710           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5711           Other tests should use BYTE_ORDER since the array is filled in
5712           with actual values
5713
5714 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5715
5716         * tests/check/elements/audioconvert.c: (verify_convert),
5717         (GST_START_TEST):
5718           when a test fails, give an indication of which it is
5719
5720 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5721
5722         * gst-libs/gst/cdda/gstcddabasesrc.c:
5723           compile fix; strtol() needs <stdlib.h>
5724
5725 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5726
5727         * ext/alsa/gstalsamixerelement.c:
5728         * ext/alsa/gstalsasrc.c:
5729         * ext/cdparanoia/gstcdparanoiasrc.c:
5730         * ext/gnomevfs/gstgnomevfssink.c:
5731         * ext/gnomevfs/gstgnomevfssrc.c:
5732         * ext/ogg/gstoggdemux.c:
5733         * ext/ogg/gstoggmux.c:
5734         * ext/ogg/gstoggparse.c:
5735         * ext/ogg/gstogmparse.c:
5736         * ext/pango/gstclockoverlay.c:
5737         * ext/pango/gsttextoverlay.c:
5738         * ext/pango/gsttextrender.c:
5739         * ext/pango/gsttimeoverlay.c:
5740         * ext/theora/theoradec.c:
5741         * ext/theora/theoraenc.c:
5742         * ext/vorbis/vorbisdec.c:
5743         * ext/vorbis/vorbisenc.c:
5744         * gst-libs/gst/audio/gstaudiofilter.c:
5745         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5746         * gst/audioconvert/gstaudioconvert.c:
5747         * gst/audiorate/gstaudiorate.c:
5748         * gst/audioresample/gstaudioresample.c:
5749         * gst/audiotestsrc/gstaudiotestsrc.c:
5750         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5751         * gst/playback/gstdecodebin.c:
5752         * gst/playback/gstplaybin.c:
5753         * gst/playback/gststreamselector.c:
5754         * gst/subparse/gstsubparse.c:
5755         * gst/tcp/gstmultifdsink.c:
5756         * gst/tcp/gsttcpclientsink.c:
5757         * gst/tcp/gsttcpclientsrc.c:
5758         * gst/tcp/gsttcpserversink.c:
5759         * gst/tcp/gsttcpserversrc.c:
5760         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5761         * gst/videorate/gstvideorate.c:
5762         * gst/videoscale/gstvideoscale.c:
5763         * gst/videotestsrc/gstvideotestsrc.c:
5764         * gst/volume/gstvolume.c:
5765         * sys/v4l/gstv4ljpegsrc.c:
5766         * sys/v4l/gstv4lmjpegsink.c:
5767         * sys/v4l/gstv4lmjpegsrc.c:
5768         * sys/v4l/gstv4lsrc.c:
5769         * sys/ximage/ximagesink.c:
5770         * sys/xvimage/xvimagesink.c:
5771         * tests/check/libs/cddabasesrc.c:
5772           make GstElementDetails const
5773
5774 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5775
5776         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5777         (gst_adder_init):
5778           send events from src-pad to all sink-pads fixes #338657
5779
5780 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5781
5782         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5783         (alsasink_parse_spec):
5784           query width capabilities from alsa, fixes #338919
5785
5786 2006-04-28  Wim Taymans  <wim@fluendo.com>
5787
5788         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5789         (gst_multi_fd_sink_remove_client_link):
5790         * gst/tcp/gstmultifdsink.h:
5791         Fix race condition in multifdsink that can lead to spurious 
5792         duplicate clients. this patch adds a new signal that is fired when
5793         multifdsink has removed all references to the fd.
5794         Fixes #339574.
5795         Updated documentation.
5796         API: client-fd-removed signal added
5797
5798 2006-04-28  Michael Smith  <msmith@fluendo.com>
5799
5800         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5801           When asking g_value_array_new to prealloc elements, we may as well
5802           ask for the right number of elements.
5803
5804 2006-04-28  Wim Taymans  <wim@fluendo.com>
5805
5806         * gst-libs/gst/audio/gstbaseaudiosink.c:
5807         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5808         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5809         patch to make timestamp checking more tollerant to rounding 
5810         errors given that real discontinuities are to be marked on
5811         buffers. Fixes some asf files and #338778.
5812         Also avoid some crashers when we receive an event in the 
5813         NULL state.
5814
5815 2006-04-28  Michael Smith  <msmith@fluendo.com>
5816
5817         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5818         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5819         (gst_gnome_vfs_src_get_property),
5820         (gst_gnome_vfs_src_send_additional_headers_callback),
5821         (gst_gnome_vfs_src_received_headers_callback),
5822         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5823         (gst_gnome_vfs_src_stop):
5824         * ext/gnomevfs/gstgnomevfssrc.h:
5825           Remove ICY handling (mostly) from gnomevfssrc, in favour of
5826           proper shared support within icydemux.
5827
5828 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5829
5830         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
5831         (gst_video_rate_swap_prev), (gst_video_rate_chain):
5832           fix up docs
5833           fix a leak when no caps negotiated
5834           fix counting of input frames
5835         * tests/check/elements/.cvsignore:
5836         * tests/check/elements/videorate.c: (assert_videorate_stats),
5837         (GST_START_TEST), (videorate_suite):
5838           add tests for these
5839
5840 2006-04-28  Wim Taymans  <wim@fluendo.com>
5841
5842         * gst-libs/gst/audio/gstringbuffer.c:
5843         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5844         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5845         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5846         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5847         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5848         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5849         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5850         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5851         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
5852         Check arguments passed to public functions instead of
5853         crashing.
5854
5855 2006-04-28  Wim Taymans  <wim@fluendo.com>
5856
5857         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5858         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5859         GstBaseAudioSrc must be live or it does not work.
5860
5861         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
5862         Don't set live to TRUE as this is the default in the parentclass.
5863
5864 2006-04-28  Wim Taymans  <wim@fluendo.com>
5865
5866         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
5867         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
5868         Videoscale doesn't pass on pixel-aspect ratio. Handle all
5869         fixation cases better. Fixes #338991
5870
5871 2006-04-28  Wim Taymans  <wim@fluendo.com>
5872
5873         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5874         Handle 0/1 framerate correctly Fixes #331901.
5875
5876 2006-04-28  Wim Taymans  <wim@fluendo.com>
5877
5878         * tests/check/elements/audioconvert.c: (get_float_caps),
5879         (GST_START_TEST), (audioconvert_suite):
5880         Added check for correct clipping when doing float samples
5881         in audioconvert.
5882
5883 2006-04-28  Wim Taymans  <wim@fluendo.com>
5884
5885         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
5886         (gst_video_rate_chain):
5887         Print more debugging info.
5888
5889 2006-04-28  Wim Taymans  <wim@fluendo.com>
5890
5891         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5892         (resample_set_state_from_caps):
5893         Add support for other formats audioresample can handle such as
5894         32 bits in and float and 64 bits float. Fixes #301759
5895
5896 2006-04-28  Wim Taymans  <wim@fluendo.com>
5897
5898         * gst/audioconvert/audioconvert.c: (float):
5899         correctly clip float samples > 1.0. Fixes #338718
5900
5901 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5902
5903         Patch by: Young-Ho Cha  <ganadist at chollian net>
5904
5905         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5906         (gst_text_overlay_render_text):
5907           Don't strip newlines from the text. Also, center lines
5908           within multi-line paragraphs (#339405).
5909
5910 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5911
5912         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
5913           Fix wavpack typefinding to work in more cases (don't peek
5914           for chunks of multiple hundred kBs at once, but process
5915           things step-by-step in smaller units). Fixes #339786.
5916
5917 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5918
5919         * configure.ac:
5920           back to HEAD
5921
5922 === release 0.10.6 ===
5923
5924 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
5925
5926         * configure.ac:
5927           releasing 0.10.6, "Chao"
5928
5929 2006-04-26  David Schleef  <ds@schleef.org>
5930
5931         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
5932           Fixes #338897.
5933
5934 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5935
5936         * configure.ac:
5937         * win32/common/config.h:
5938           new prerelease
5939
5940 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5941
5942         patch by: Wim Taymans
5943
5944         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5945         (gst_ogg_demux_perform_seek):
5946           make sure correct newsegments are sent, so that the decoder
5947           and the demuxer agree on timestamps.  Fixes playback of a lot
5948           of Ogg files that do not start from 0.  Fixes #339833.
5949
5950 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5951
5952         Patch by: Edward Hervey  <edward@fluendo.com>
5953
5954         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
5955         * tests/check/Makefile.am:
5956         * tests/check/elements/videorate.c: (assert_videorate_stats),
5957         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
5958         (videorate_suite), (main):
5959           Fix an infinite loop if frames are passed in with wrongly ordered
5960           timestamps.  Fixes #339013.
5961
5962 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5963
5964         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5965
5966         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5967           fix typefinding on some ISO files.  Fixes #339212.
5968
5969 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5970
5971         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5972
5973         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5974           add another H264 fourcc.  Fixes #339047.
5975
5976 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5977
5978         Patch by: Jan Schmidt
5979
5980         * gst/playback/gststreamselector.c:
5981         (gst_stream_selector_bufferalloc):
5982           Restore old StreamSelector behaviour.
5983           Fixes #338419.
5984
5985 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5986
5987         * configure.ac:
5988         * win32/common/config.h:
5989           prerelease
5990
5991 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5992
5993         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
5994
5995         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5996         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
5997           Fix some memory leaks: on finalize, free buffers left in the queue
5998           before destroying the queue; in _push(), unref rtp_buf even if
5999           the process vfunc returned a NULL buffer as output buffer (#337548);
6000           demote some recuring debug messages to LOG level.
6001
6002 2006-04-11  Wim Taymans  <wim@fluendo.com>
6003
6004         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6005         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6006         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6007         (gst_ogg_demux_loop):
6008         More cleanups.
6009         Respect segment stop when emiting EOS or SEGMENT_DONE.
6010         Fixes (#337945).
6011
6012 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6013
6014         * gst/playback/gststreamselector.c:
6015         (gst_stream_selector_get_property):
6016           Don't leak pad name.
6017
6018 2006-04-10  Michael Smith  <msmith@fluendo.com>
6019
6020         * tests/check/Makefile.am:
6021         * tests/check/gst-plugins-base.supp:
6022           Suppress an old libtheora bug (fixed in more recent versions), so 
6023           that FC4 buildslaves can pass.
6024
6025 2006-04-10  Wim Taymans  <wim@fluendo.com>
6026
6027         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6028         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6029         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6030         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6031         (gst_ogg_demux_loop):
6032         Don't leak events.
6033         Remember what error we got when finding chains, if we
6034         were shutdown, that would not be an error.
6035
6036 2006-04-10  Wim Taymans  <wim@fluendo.com>
6037
6038         * gst-libs/gst/audio/gstbaseaudiosink.c:
6039         (gst_base_audio_sink_event):
6040         Starting the ringbuffer when we did not acquire it can cause
6041         a deadlock, is pointless and causes nasty things for
6042         subclasses. 
6043         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6044
6045 2006-04-10  Wim Taymans  <wim@fluendo.com>
6046
6047         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6048         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6049         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6050         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6051         (gst_ogg_demux_deactivate_current_chain),
6052         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6053         (gst_ogg_demux_bisect_forward_serialno),
6054         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6055         Add some more debugging.
6056
6057 2006-04-10  Wim Taymans  <wim@fluendo.com>
6058
6059         * ext/theora/theoradec.c: (theora_dec_src_event),
6060         (theora_handle_data_packet):
6061         Some more debug info.
6062
6063         * tests/examples/seek/seek.c: (start_seek), (main):
6064         Print element messages too.
6065
6066 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6067
6068         * gst/audioresample/debug.h:
6069           replace debug macros with variable number of parameters
6070           by a simple alias to gstreamer standard debug macros 
6071          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6072           supported by MSVC 6.0 and 7.1)
6073         * gst/audioresample/resample.h:
6074           define M_PI and rint for WIN32
6075         * win32/common/libgstaudio.def:
6076         * win32/common/libgstriff.def:
6077         * win32/common/libgsttag.def:
6078         * win32/common/libgstvideo.def:
6079           add new exported functions
6080         * win32/vs6:
6081           update project files
6082
6083 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6084
6085         * ext/alsa/gstalsamixeroptions.c:
6086         (gst_alsa_mixer_options_class_init):
6087         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6088         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6089         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6090         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6091         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6092         * gst-libs/gst/audio/gstaudiofilter.c:
6093         (gst_audio_filter_class_init):
6094         * gst-libs/gst/audio/gstaudiosink.c:
6095         (gst_audioringbuffer_class_init):
6096         * gst-libs/gst/audio/gstaudiosrc.c:
6097         (gst_audioringbuffer_class_init):
6098         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6099         * gst-libs/gst/interfaces/colorbalancechannel.c:
6100         (gst_color_balance_channel_class_init):
6101         * gst-libs/gst/interfaces/mixeroptions.c:
6102         (gst_mixer_options_class_init):
6103         * gst-libs/gst/interfaces/mixertrack.c:
6104         (gst_mixer_track_class_init):
6105         * gst-libs/gst/interfaces/tunerchannel.c:
6106         (gst_tuner_channel_class_init):
6107         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6108         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6109         (gst_netbuffer_class_init):
6110         * gst-libs/gst/rtp/gstbasertppayload.c:
6111         (gst_basertppayload_class_init):
6112         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6113         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6114         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6115         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6116         * gst/playback/gststreamselector.c:
6117         (gst_stream_selector_class_init):
6118         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6119         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6120         * sys/v4l/gstv4lcolorbalance.c:
6121         (gst_v4l_color_balance_channel_class_init):
6122         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6123         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6124         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6125         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6126         (gst_v4l_tuner_norm_class_init):
6127         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6129         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6130         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6131
6132 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6133
6134         * ext/pango/gsttextrender.h:
6135         * gst-libs/gst/audio/gstaudiosink.h:
6136         * gst-libs/gst/audio/gstaudiosrc.h:
6137         * gst-libs/gst/audio/gstbaseaudiosink.h:
6138         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6139         * gst-libs/gst/audio/gstringbuffer.h:
6140         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6141         * gst-libs/gst/rtp/gstbasertppayload.h:
6142         * gst-libs/gst/video/gstvideofilter.h:
6143         * gst-libs/gst/video/gstvideosink.h:
6144         * gst/playback/gstplaybasebin.h:
6145         * gst/tcp/gstmultifdsink.h:
6146         * sys/v4l/gstv4lelement.h:
6147         Fix broken GObject macros
6148
6149 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6150
6151         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6152         More debug to trace why my USB headset is not working with gst
6153
6154 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6155
6156         * gst/playback/gstplaybasebin.c: (group_destroy):
6157         Clean up our group elements properly in the case where it never 
6158         got committed - it still got added unconditionally to the bin.
6159
6160 2006-04-07  Wim Taymans  <wim@fluendo.com>
6161
6162         * ext/theora/theoradec.c: (theora_dec_sink_event),
6163         (theora_handle_data_packet), (theora_dec_chain):
6164         Unref unhandled events.
6165         Protect against empty buffers.
6166         Perform QoS on running time.
6167
6168 2006-04-07  Michael Smith  <msmith@fluendo.com>
6169
6170         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6171         (gst_vorbis_enc_chain):
6172           Remove leaks from vorbisenc.
6173           Mostly minor changes, the only significant one is that now the
6174           buffers we set as 'streamheader' on the caps are copies of the
6175           original buffers, to avoid circular refcounting problems.
6176
6177 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6178
6179         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6180           Don't remove our mute-probe if someone else already did so.
6181           Don't set a 2nd one if there is already one pending on the pad.
6182
6183         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6184         (do_playbin_seek):
6185           When a seek fails, ensure that playbin is still set back to playing.
6186           
6187         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6188         (mpeg_ts_type_find), (plugin_init):
6189           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6190
6191 2006-04-06  Andy Wingo  <wingo@pobox.com>
6192
6193         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6194         (gst_video_rate_init): Caps-related parameters should not be reset
6195         by a flush -- move their inits to the instance init function.
6196         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6197         is not OK, just return the result.
6198
6199         * gst/audiotestsrc/gstaudiotestsrc.c
6200         (gst_audio_test_src_class_init)
6201         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6202         broken by Stefan's commit on 24 March.
6203
6204         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6205         buffers being pushed out. Fixes oggmux ! multifdsink.
6206
6207 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6208
6209         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6210         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6211         * ext/vorbis/vorbisdec.h:
6212         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6213         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6214         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6215         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6216         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6217         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6218         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6219         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6220         (gst_vorbis_enc_buffer_from_packet),
6221         (gst_vorbis_enc_buffer_from_header_packet),
6222         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6223         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6224         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6225         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6226         (gst_vorbis_enc_change_state):
6227         * ext/vorbis/vorbisenc.h:
6228           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6229           vorbisenc adhere to the official nomenclature; use boilerplate
6230           macro.
6231
6232 2006-04-04  Andy Wingo  <wingo@pobox.com>
6233
6234         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6235         Whoops, fix bug introduced. Bad hacker!
6236         
6237         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6238         Properly handle the case where you get EOS before any buffers are
6239         received. Use gst_buffer_make_metadata_writable where appropriate.
6240
6241         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6242         is often negative -- make it signed so as not to wrap around.
6243         Fixes segfaults introduced on 9 March.
6244
6245 2006-04-03  Wim Taymans  <wim@fluendo.com>
6246
6247         * ext/theora/gsttheoradec.h:
6248         * ext/theora/theoradec.c: (theora_dec_src_event):
6249         Don't try to store a gdouble in a gboolean.
6250         Small cleanups.
6251
6252 2006-04-03  Michael Smith  <msmith@fluendo.com>
6253
6254         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6255           Oggmux sucks.
6256           Make it suck slightly less by writing out the final page.
6257           Still can't encode a vorbis-in-ogg file correctly, though.
6258
6259 2006-04-03  Andy Wingo  <wingo@pobox.com>
6260
6261         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6262         a g_print.
6263
6264         * ext/theora/theora.c (plugin_init): Register theoraparse.
6265
6266         * ext/theora/gsttheoraparse.h: 
6267         * ext/theora/theoraparse.c: New files implementing a theora
6268         parser. Now we can properly remux ogg/theora+vorbis, yay.
6269
6270         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6271
6272 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6273
6274         * gst/audiotestsrc/gstaudiotestsrc.c:
6275           Fixed the sample pipeline (see #323798)
6276
6277 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6278
6279         * configure.ac:
6280         * win32/common/config.h:
6281         * win32/common/config.h.in:
6282           use AS_VERSION and AS_NANO
6283           more cleanups
6284
6285 2006-03-31  Andy Wingo  <wingo@pobox.com>
6286
6287         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6288         uninitialized variable return that would happen.
6289         
6290         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6291         uninitialized variable return that would never happen.
6292
6293         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6294         (vorbis_parse_sink_event): Add an event function to flush our
6295         state on a seek, and to drain buffers on a premature EOS.
6296         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6297         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6298         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6299         (vorbis_parse_drain_queue): Queue up buffers until we can set
6300         their timestamps and granulepos values.
6301
6302         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6303         and keep track of data needed for deriving granulepos and
6304         timestamps for buffers.
6305
6306 2006-03-29  Wim Taymans  <wim@fluendo.com>
6307
6308         Patch by: j^ <j at bootlab dot org>
6309
6310         * ext/alsa/gstalsamixerelement.c:
6311         (gst_alsa_mixer_element_class_init):
6312         * ext/alsa/gstalsasink.c:
6313         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6314         * ext/ogg/gstoggdemux.c:
6315         * ext/ogg/gstoggmux.c:
6316         * ext/ogg/gstoggparse.c:
6317         * ext/pango/gstclockoverlay.c:
6318         * ext/pango/gsttextoverlay.c:
6319         * ext/pango/gsttextrender.c:
6320         * ext/pango/gsttimeoverlay.c:
6321         * ext/theora/theoradec.c:
6322         * ext/theora/theoraenc.c:
6323         * ext/vorbis/vorbisdec.c:
6324         * ext/vorbis/vorbisenc.c:
6325         * gst/audioconvert/gstaudioconvert.c:
6326         * gst/subparse/gstsubparse.c:
6327         * gst/tcp/gstmultifdsink.c:
6328         * gst/tcp/gsttcpclientsink.c:
6329         * gst/tcp/gsttcpclientsrc.c:
6330         * gst/tcp/gsttcpserversink.c:
6331         * gst/tcp/gsttcpserversrc.c:
6332           better/unified long descriptions
6333           Fixes #336477
6334
6335 2006-03-29  Wim Taymans  <wim@fluendo.com>
6336
6337         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6338         (stop_seek):
6339         Don't let double and triple clicks mess up our state.
6340
6341 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6342
6343         * gst/playback/gstplaybin.c: (gen_video_element),
6344         (gen_text_element), (gen_audio_element), (gen_vis_element):
6345           Error out gracefully when we can't create any of the usual
6346           conversion elements for some reason. Also, don't try to
6347           create an audioscale (sic) element that's not used anyway.
6348
6349 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6350
6351         * gst/playback/gstplaybasebin.c: (setup_source):
6352           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6353           element for a particular protocol, that's confusing for users.
6354           Instead, post a RESOURCE_FAILED error, so that our own error
6355           message is actually shown in totem etc. (#336303).
6356
6357 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6358
6359         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6360
6361         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6362         (gst_gnome_vfs_src_get_icy_metadata):
6363           Fix some minor memory leaks (#336194).
6364
6365 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6366
6367         * ext/gnomevfs/gstgnomevfs.c:
6368         (gst_gnome_vfs_location_to_uri_string):
6369         * ext/gnomevfs/gstgnomevfs.h:
6370         * ext/gnomevfs/gstgnomevfssink.c:
6371         (gst_gnome_vfs_sink_set_property):
6372         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6373           Make gnomevfssink accept filenames as well as URIs for the
6374           "location" property, just like gnomevfssrc does (and
6375           filesrc/filesink do) (#336190).
6376
6377 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6378
6379         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6380           set to NULL before unreffing, fixes a valgrind leak.
6381           Why was this not triggering the error that an object needs to
6382           be NULL before unreffing ?
6383         * win32/common/config.h:
6384           update
6385
6386 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6387
6388         * gst/subparse/gstsubparse.c: (convert_encoding),
6389         (gst_sub_parse_change_state):
6390         * gst/subparse/gstsubparse.h:
6391           Text subtitle files may or may not be UTF-8. If it's not, we
6392           don't really want to see '?' characters in place of non-ASCII
6393           characters like accented characters. So let's assume the input
6394           is UTF-8 until we come across text that is clearly not. If it's
6395           not UTF-8, we don't really know what it is, so try the following:
6396           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6397           is set; if not, check (b) if the current locale encoding is
6398           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6399           the current locale encoding is UTF-8 and the environment variable
6400           was not set to any particular encoding. Not perfect, but better
6401           than nothing (and better than before, I think) (fixes #172848).
6402
6403 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6404
6405         * configure.ac:
6406           update core requirement to 0.10.4.1 because of async_playback
6407           vmethod on GstBaseSink
6408
6409 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6410
6411         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6412         * gst/adder/gstadder.c: (gst_adder_init):
6413         use DEBUG_FUNCPTR for collectpads
6414
6415 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6416
6417         * docs/plugins/Makefile.am:
6418         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6419         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6420         * ext/cdparanoia/gstcdparanoiasrc.c:
6421         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6422         (gst_gnome_vfs_sink_class_init):
6423         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6424         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6425         * ext/ogg/gstoggmux.c:
6426         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6427         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6428         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6429         * ext/pango/gsttextoverlay.c:
6430         * ext/pango/gsttextrender.c:
6431         * ext/theora/theoradec.c:
6432         * ext/theora/theoraenc.c:
6433         * ext/vorbis/vorbisdec.c:
6434         * ext/vorbis/vorbisenc.c:
6435         * gst-libs/gst/audio/gstaudiofilter.c:
6436         (gst_audio_filter_base_init):
6437         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6438         (gst_audio_filter_template_base_init):
6439         * gst/adder/gstadder.c: (gst_adder_get_type):
6440         * gst/adder/gstadder.h:
6441         * gst/audioconvert/gstaudioconvert.c:
6442         * gst/audiotestsrc/gstaudiotestsrc.c:
6443         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6444         (gst_audio_test_src_create):
6445         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6446         * gst/playback/gstdecodebin.c:
6447         * gst/playback/gstplaybin.c:
6448         * gst/playback/gststreamselector.c:
6449         (gst_stream_selector_base_init):
6450         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6451         * gst/volume/gstvolume.c:
6452         * sys/v4l/gstv4lmjpegsink.c:
6453         * sys/v4l/gstv4lmjpegsrc.c:
6454         * tests/check/libs/cddabasesrc.c:
6455         * tests/old/examples/gob/gst-identity2.gob:
6456           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6457           define GstElementDetails at the top
6458
6459 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6460
6461         * win32/common/libgstinterfaces.def:
6462         Add a lot of export functions for gst-python
6463         * win32/vs6/libgstinterfaces.dsp:
6464         Add a missing include folder in the project configuration
6465         
6466 2006-03-23  Wim Taymans  <wim@fluendo.com>
6467
6468         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6469         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6470         (gst_base_audio_src_change_state):
6471         Fix audio sources, forgot to make the ringbuffer
6472         startable...
6473
6474 2006-03-23  Wim Taymans  <wim@fluendo.com>
6475
6476         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6477         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6478         (gst_base_audio_src_change_state):
6479         unparent instead of unref the ringbuffer.
6480
6481 2006-03-23  Wim Taymans  <wim@fluendo.com>
6482
6483         * gst-libs/gst/audio/gstbaseaudiosink.c:
6484         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6485         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6486         Implement new async_play vmethod to start slaving and allow
6487         playback start in case of async PLAY state changes. 
6488
6489         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6490         Enable QoS with new method in base class.
6491
6492 2006-03-23  Wim Taymans  <wim@fluendo.com>
6493
6494         Patch by: Julien MOUTTE <julien at moutte dot net>
6495
6496         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6497         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6498         Partially handle 0 framerate, only EOS after the first frame
6499         is missing.
6500
6501 2006-03-23  Wim Taymans  <wim@fluendo.com>
6502
6503         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6504
6505         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6506         (gst_riff_create_video_template_caps):
6507         * gst/ffmpegcolorspace/avcodec.h:
6508         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6509         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6510         (gst_ffmpegcsp_avpicture_fill):
6511         * gst/ffmpegcolorspace/imgconvert.c:
6512         Patch for support of YVU9 AVI files (#334822)
6513
6514 2006-03-22  Edward Hervey  <edward@fluendo.com>
6515
6516         * docs/design/design-decodebin.txt:
6517         Added design document for new decodebin
6518         (Target Caps): text/x-pango-markup is also a default target caps.
6519
6520 2006-03-22  Wim Taymans  <wim@fluendo.com>
6521
6522         * gst-libs/gst/audio/gstbaseaudiosink.c:
6523         (gst_base_audio_sink_dispose):
6524         Since we _parent the ringbuffer, we also need to
6525         _unparent instead of a plain _unref.
6526
6527 2006-03-22  Wim Taymans  <wim@fluendo.com>
6528
6529         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6530         (stop_seek), (scrub_toggle_cb), (main):
6531         Add scrub checkbox.
6532
6533 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6534
6535         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6536         (gst_ogg_parse_chain):
6537           Fix very inefficient usage of linked lists (#335365).
6538
6539 2006-03-21  Edward Hervey  <edward@fluendo.com>
6540
6541         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6542         * gst/playback/gstplaybin.c: (handoff):
6543         * gst/playback/gststreamselector.c:
6544         (gst_stream_selector_set_property):
6545         gcc 4.1 unreferenced pointer fixes.
6546         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6547         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6548         gst_buffer_ref() now takes a GstBuffer*.
6549
6550 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6551
6552         * sys/xvimage/xvimagesink.c:
6553         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6554         by Jan Schmidt.
6555
6556 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6557
6558         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6559         (id3v1_type_find), (apetag_type_find), (plugin_init):
6560           Can't do tag preferences via probability, as tags would then
6561           lose against types that are recognised with MAXIMUM probability
6562           (like .wav); so let all tag typefinders return MAXIMUM themselves
6563           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6564           that we can prefer APE to ID3v1 (fixes #335028).
6565           
6566 2006-03-17  Wim Taymans  <wim@fluendo.com>
6567
6568         * gst-libs/gst/audio/gstbaseaudiosink.c:
6569         (gst_base_audio_sink_change_state):
6570         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6571         (gst_ring_buffer_may_start):
6572         * gst-libs/gst/audio/gstringbuffer.h:
6573         Only start playback if we are playing.
6574         should fix #330748.
6575
6576 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6577
6578         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6579         * win32/common/config.h:
6580           Revert accidental commits to these files.
6581
6582 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6583
6584         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6585
6586         * tests/Makefile.am:
6587           Don't try to build tests in tests/icles if we
6588           don't have X (#323852)
6589
6590 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6591
6592         * gst-libs/gst/tag/gstid3tag.c:
6593           Add TXXX frame identifiers for replaygain stuff as used
6594           by some taggers (see #323721).
6595
6596 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6597
6598         * gst/playback/gststreamselector.c:
6599         (gst_stream_selector_set_property),
6600         (gst_stream_selector_bufferalloc):
6601           Preserve the existing buggy streamselector behaviour by performing
6602           a fallback buffer allocation when downstream isn't linked yet.
6603           This should really be fixed in playbin by blocking pads until it's
6604           linked them.
6605           Also, use gst_pad_alloc_buffer instead of
6606           gst_pad_alloc_buffer_and_set.
6607
6608 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6609
6610         * gst-libs/gst/tag/gstid3tag.c:
6611           Don't crash on unknown ID3v2 TXXX frames.
6612           
6613 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6614
6615         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6616           Chain up to the parent finalize method.
6617           Add 32-bit sample size to the template caps.
6618
6619         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6620         (gst_riff_create_video_template_caps):
6621           Add the fourcc that the VMWare codec uses.
6622           
6623         * gst/playback/gststreamselector.c:
6624         (gst_stream_selector_set_property),
6625         (gst_stream_selector_bufferalloc),
6626         (gst_stream_selector_request_new_pad):
6627           For the active pad, forward buffer-alloc requests, otherwise
6628           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6629           having to memcpy every frame when used by playbin.
6630
6631         * gst/tcp/gstmultifdsink.c:
6632         (gst_multi_fd_sink_handle_client_write):
6633           Get negotiated caps from the sink pad, rather than the sink
6634           pad's peer.
6635
6636 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6637
6638         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6639         
6640         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6641           Don't forget to set src->callbacks_pushed to FALSE again when
6642           popping them, otherwise re-activation in a different mode won't
6643           work (#334620).
6644
6645 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6646
6647         Patch by: Sebastien Moutte  <sebastien moutte net>
6648
6649         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6650         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6651         (gst_ffmpeg_smpfmt_to_caps):
6652           Replace __VA_ARGS__ caps creation macros with varargs functions.
6653           Makes things compile on MSVC (#320765), looks nicer, and we can
6654           tell the compiler to check for the NULL terminator.
6655
6656 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6657
6658         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6659
6660         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6661           Make sure the buffer we copy into is really always big
6662           enough, this time for real (#333488).
6663           
6664 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6665
6666         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6667           Add support for 24bpp DIB (#305279).
6668
6669 2006-03-14  Wim Taymans  <wim@fluendo.com>
6670
6671         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6672         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6673         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6674         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6675         (gst_video_scale_init), (gst_video_scale_src_event):
6676         Re-enable QoS after the release.
6677         Rework videoscale to use the base class src_event handler.
6678
6679 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6680
6681         * configure.ac:
6682           back to CVS.
6683
6684 === release 0.10.5 ===
6685
6686 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6687
6688         * configure.ac:
6689           releasing 0.10.5, "Net"
6690
6691 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6692
6693         * docs/plugins/Makefile.am:
6694           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6695           
6696 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6697
6698         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6699         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6700         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6701           Add cdparanoiasrc to docs.
6702
6703         * gst-libs/gst/cdda/gstcddabasesrc.c:
6704           More GstCddaBaseSrc docs.
6705
6706 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6707
6708         * docs/libs/gst-plugins-base-libs-sections.txt:
6709         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6710         * gst-libs/gst/tag/tag.h:
6711           API: libgsttag: new method gst_tag_from_id3_user_tag().
6712
6713 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6714
6715         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6716           NULL-terminate array of mpeg4 video file extensions.
6717           Fixes crash on PPC (#334226).
6718
6719 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6720
6721         * ext/gnomevfs/gstgnomevfssrc.c:
6722         (gst_gnome_vfs_src_check_get_range):
6723           gnome_vfs_uri_is_local() alone is not a good indicator
6724           whether we can operate in pull-mode with a specific URI,
6725           as it returns FALSE for file:// URIs that point to an
6726           NFS-mounted path. Be more conservative here: whitelist
6727           local files, blacklist http URIs and use the old
6728           mechanism for anything else (fixes #334216).
6729
6730 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6731
6732         * configure.ac:
6733           back to trunk
6734
6735 === release 0.10.4 ===
6736
6737 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6738
6739         * configure.ac:
6740           releasing 0.10.4, "Power"
6741
6742 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6743
6744         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6745         Disable max-lateness by setting it to -1 for now, so that 
6746         we can bed QoS stuff in thoroughly between now and the next
6747         release.
6748
6749 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6750
6751         Patch by: Fabrizio Gennari
6752
6753         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6754           Make sure we don't read beyond the palette buffer in case of
6755           broken or manipulated files (#333488)
6756
6757 2006-03-10  Edward Hervey  <edward@fluendo.com>
6758
6759         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6760         Fix for variable not initialized.
6761
6762 2006-03-09  Wim Taymans  <wim@fluendo.com>
6763
6764         * ext/libvisual/visual.c: (gst_visual_get_type),
6765         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6766         (gst_visual_chain):
6767         Small cleanups.
6768
6769         * ext/theora/gsttheoradec.h:
6770         * ext/theora/theoradec.c: (gst_theora_dec_init),
6771         (gst_theora_dec_reset), (_theora_granule_time),
6772         (theora_dec_src_convert), (theora_dec_sink_convert),
6773         (theora_dec_src_query), (theora_dec_src_event),
6774         (theora_dec_sink_event), (theora_handle_comment_packet),
6775         (theora_handle_header_packet), (theora_dec_push),
6776         (theora_handle_data_packet), (theora_dec_chain),
6777         (theora_dec_change_state):
6778         Add simple QoS.
6779
6780 2006-03-09  Wim Taymans  <wim@fluendo.com>
6781
6782         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6783         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6784         Some cleanups.
6785
6786 2006-03-09  Wim Taymans  <wim@fluendo.com>
6787
6788         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6789         Don't try to activate NULL chains.
6790
6791 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6792
6793         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6794           Fix invalid memory access to region before peek'd data (#332964).
6795
6796 2006-03-09  Wim Taymans  <wim@fluendo.com>
6797
6798         Patch by: Christophe Fergeau
6799
6800         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6801         * ext/pango/gsttextrender.c: (gst_text_render_init):
6802         * gst/adder/gstadder.c: (gst_adder_init):
6803         Don't leak padtemplates, closes #333510.
6804
6805 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6806
6807         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6808           Fix invalid memory access: make sure string passed to
6809           regexec() is NUL-termianted.
6810
6811 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6812
6813         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6814         (mp3_type_find):
6815           Refactor mpeg/audio typefinding to make it more maintainable
6816           and easier to fine-tune. Make probing into middle of the file
6817           work properly (fixes #333900, also see #152688).
6818
6819 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6820
6821         * gst/typefind/gsttypefindfunctions.c:
6822         (utf8_type_find_have_valid_utf8_at_offset):
6823           Remove part from previous commit that was bogus:
6824           g_utf8_validate() does in fact not accept embedded
6825           zeroes, so we don't need to check for those (thanks
6826           to Mike for the hint).
6827
6828 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6829
6830         * gst/typefind/gsttypefindfunctions.c:
6831         (utf8_type_find_count_embedded_zeroes),
6832         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
6833           Make plain/text typefinder more conservative: firstly, check
6834           for embedded zeroes, which are perfectly valid UTF-8 characters,
6835           but also a fairly good sign that something is not a plain text
6836           file; secondly, probe into the middle of the file if possible.
6837           If we can't probe into the middle, limit the probability value
6838           to be returned to TYPE_FIND_POSSIBLE (see #333900).
6839
6840 2006-03-08  Michael Smith  <msmith@fluendo.com>
6841
6842         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6843           Make typefind function name for mpeg4 video unique.
6844
6845 2006-03-08  Wim Taymans  <wim@fluendo.com>
6846
6847         * ext/libvisual/visual.c: (gst_visual_init),
6848         (gst_visual_clear_actors), (gst_visual_dispose),
6849         (gst_visual_reset), (gst_visual_src_setcaps),
6850         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
6851         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
6852         (gst_visual_chain), (gst_visual_change_state):
6853         Cleanups, post nice errors.
6854         Handle sink and src events.
6855         Implement simple QoS.
6856
6857         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6858         Use new basesink methods to configure max-lateness.
6859         Small doc update.
6860
6861         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6862         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
6863         Debug statement cleanups.
6864
6865         * gst/volume/gstvolume.c: (gst_volume_class_init):
6866         Simple cleanup.
6867
6868 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6869
6870         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
6871         (gst_text_overlay_init), (gst_text_overlay_set_property),
6872         (gst_text_overlay_get_property):
6873           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
6874           as string type properties, but mark them deprecated. Add
6875           'halignment' and 'valignment' properties that use enums
6876           instead of strings.
6877
6878 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6879
6880         Patch by: Fabrizio Gennari
6881
6882         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6883           Allow palettes with less than 256 colours in AVI files
6884           (#333488)
6885
6886 2006-03-07  Julien MOUTTE  <julien@moutte.net>
6887
6888         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6889         (gst_text_overlay_video_event): Fix wrong EOS handling on text
6890         pad. We were releasing the queued text buffer when we should keep
6891         it until video pad gets EOS or discard the text buffer because it's
6892         too old. That was eating the last subtitle buffer. Add some more
6893         debug.
6894
6895 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6896
6897         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
6898         (gst_text_overlay_video_chain):
6899           Fix invalid memory access (we can't access a buffer after it's been
6900           pushed downstream without taking a reference); fix memory leak (if
6901           there's no text to render, bail out before allocating stuff).
6902
6903 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6904
6905         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6906         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
6907         * ext/pango/gsttextoverlay.h:
6908           If input is plain text, escape it before passing it to
6909           pango_layout_set_markup().
6910
6911 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6912
6913         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
6914           Don't ignore flow return from gst_pad_push().
6915
6916 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6917
6918         Patch by: Fabrizio Gennari
6919
6920         * ext/libvisual/visual.c: (gst_visual_getcaps),
6921         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
6922         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
6923         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
6924         (gst_vorbisenc_convert_sink):
6925         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
6926         (gst_audio_duration_from_pad_buffer):
6927         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
6928         (gst_audio_filter_chain):
6929         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6930         (gst_base_rtp_depayload_setcaps):
6931         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
6932         (gst_video_get_size):
6933         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
6934           Don't leak references returned by gst_pad_get_parent()
6935           (#333663)
6936
6937 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
6938
6939         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
6940           change location param details
6941         * gst/volume/gstvolume.c: (plugin_init):
6942           correct plugin description
6943
6944 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6945
6946         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6947         (gst_gnome_vfs_src_check_get_range):
6948           Override GstBaseSrc::check_get_range() in order to avoid opening
6949           the resource just to check whether we can operate in pull-mode or
6950           not - we can predict that pretty well from the URI alone. Should
6951           fix problems with last.fm (#331690). (Requires latest core CVS).
6952
6953 2006-03-06  Wim Taymans  <wim@fluendo.com>
6954
6955         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6956         (gst_video_sink_class_init):
6957         Throw away frames that are later than 20 ms.
6958
6959 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6960
6961         Patch by: Fabrizio Gennari
6962
6963         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6964           Set depth on WMA caps (#333545)
6965
6966 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6967
6968         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6969         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6970           put Theora BOS pages before others.  This hardcodes
6971           the Ogg/Theora I profile, but hey.
6972
6973 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6974
6975         * ext/ogg/README:
6976           updated with some examples
6977         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
6978         (granulepos_add), (theora_buffer_from_packet):
6979         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
6980         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
6981         (gst_vorbisenc_chain):
6982           implement strategy from ext/ogg/README
6983         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6984         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6985         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
6986         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
6987           Fix muxer so that oggz-validate is happy with all streams;
6988           except for no eos mark, and the BOS page ordering
6989         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6990         (check_buffer_granulepos):
6991         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
6992           update tests to check for OFFSET being set as requested
6993           fixed type of granulepos, it's not a ClockTime
6994
6995 2006-03-05  Julien MOUTTE  <julien@moutte.net>
6996
6997         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6998         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6999         Check that the xvimage we are creating has a correct size
7000         before returning it. (#314897)
7001
7002 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7003
7004         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7005           Give id3 and ape tag typefinders a rank slightly higher
7006           than PRIMARY to ensure they're always run before any of
7007           the other typefinders (in particular wav and mp3) (#324186).
7008
7009 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7010
7011         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7012           Add support for '3IVD' fourcc (#333403).
7013
7014 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7015
7016         * configure.ac:
7017           Bump requirements to GStreamer CVS for the new error enum.
7018
7019         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7020           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7021           space left on the device (fixes #333352).
7022
7023 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7024
7025         * win32/vs6:
7026           add a project file for libgstvolume
7027           update the workspace
7028
7029 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7030
7031         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7032         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7033         (GST_START_TEST):
7034           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7035           Set IN_CAPS on header buffers
7036
7037 2006-03-02  Wim Taymans  <wim@fluendo.com>
7038
7039         * docs/plugins/Makefile.am:
7040         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7041         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7042         Add audioresample to docs.
7043
7044         * gst/audioconvert/gstaudioconvert.c:
7045         Add revision date.
7046
7047         * gst/audioresample/gstaudioresample.c:
7048         (gst_audioresample_base_init), (gst_audioresample_class_init),
7049         (gst_audioresample_init), (gst_audioresample_dispose),
7050         (audioresample_get_unit_size), (audioresample_transform_caps),
7051         (resample_set_state_from_caps), (audioresample_transform_size),
7052         (audioresample_set_caps), (audioresample_event),
7053         (audioresample_do_output), (audioresample_transform),
7054         (audioresample_pushthrough), (gst_audioresample_set_property),
7055         (gst_audioresample_get_property), (plugin_init):
7056         * gst/audioresample/gstaudioresample.h:
7057         Added docs.
7058         Small code cleanups.
7059
7060 2006-03-02  Wim Taymans  <wim@fluendo.com>
7061
7062         * docs/plugins/Makefile.am:
7063         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7064         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7065         Added videoscale to docs.
7066
7067         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7068         (gst_video_rate_swap_prev), (gst_video_rate_event),
7069         (gst_video_rate_chain):
7070         Fix typo in docs.
7071
7072         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7073         (gst_video_scale_init), (gst_video_scale_prepare_size),
7074         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7075         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7076         * gst/videoscale/gstvideoscale.h:
7077         Added docs, examples.
7078         Some code cleanups.
7079         Post errors instead of g_warning.
7080
7081 2006-03-02  Wim Taymans  <wim@fluendo.com>
7082
7083         * docs/libs/gst-plugins-base-libs-docs.sgml:
7084         * docs/libs/gst-plugins-base-libs-sections.txt:
7085         * docs/libs/gst-plugins-base-libs.types:
7086         * docs/plugins/Makefile.am:
7087         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7088         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7089         Added some more docs to libs and plugins.
7090
7091         * gst-libs/gst/audio/gstringbuffer.c:
7092         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7093         * gst-libs/gst/audio/gstringbuffer.h:
7094         Document ringbuffer some more.
7095
7096         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7097         (gst_video_rate_setcaps), (gst_video_rate_reset),
7098         (gst_video_rate_init), (gst_video_rate_flush_prev),
7099         (gst_video_rate_swap_prev), (gst_video_rate_event),
7100         (gst_video_rate_chain), (gst_video_rate_change_state):
7101         * gst/videorate/gstvideorate.h:
7102         Fix videorate to use segments.
7103         Make it work with 0/1 framerates (closes #331903)
7104         Handle EOS correctly.
7105         Added docs.
7106
7107 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7108
7109         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7110         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7111         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7112           In state change function, first chain up to parent class,
7113           then handle downwards state change stuff. Remove some
7114           commented out cruft from 0.8 code.
7115
7116 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7117
7118         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7119         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7120         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7121         (gst_ogm_parse_chain):
7122           Don't remove/re-add source pad if the new caps are the same as
7123           the old caps anyway (#333042). When removing source pad, don't
7124           unref it afterwards - we didn't ref it when adding. Sprinkle some
7125           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7126           after using gst_pad_get_parent(). Return downstream flow return
7127           value in chain function.
7128
7129 2006-03-02  Wim Taymans  <wim@fluendo.com>
7130
7131         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7132         * docs/plugins/gst-plugins-base-plugins.args:
7133         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7134         * docs/plugins/gst-plugins-base-plugins.interfaces:
7135         * docs/plugins/gst-plugins-base-plugins.signals:
7136         Fix hierarchy, added some more elements to the docs.
7137
7138         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7139         (gst_ffmpegcsp_get_type):
7140         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7141         Fix docs for ffmpegcolorspace.
7142
7143 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7144
7145         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7146         (apetag_type_find), (ape_type_find), (plugin_init):
7147           Some typefinding fine-tuning:
7148           - rank ID3/APE tags in order of preference via probabilities, so that
7149             ID3v2 > APEv2 > APEv1 > ID3v1.
7150           - three or four bytes don't really justify MAXIMUM probability,
7151             change those to 'very likely' (musepack and monkeysaudio).
7152
7153 2006-03-01  Wim Taymans  <wim@fluendo.com>
7154
7155         * docs/plugins/Makefile.am:
7156         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7157         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7158         * ext/alsa/gstalsamixer.c:
7159         * ext/alsa/gstalsamixer.h:
7160         * ext/alsa/gstalsamixerelement.c:
7161         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7162         * ext/alsa/gstalsamixerelement.h:
7163         * ext/alsa/gstalsasink.c:
7164         * ext/alsa/gstalsasink.h:
7165         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7166         (gst_alsasrc_init):
7167         * ext/alsa/gstalsasrc.h:
7168         Added alsa docs.
7169         Small code cleanups.
7170
7171 2006-03-01  Wim Taymans  <wim@fluendo.com>
7172
7173         * ext/theora/Makefile.am:
7174         Dist new header too,
7175
7176 2006-03-01  Wim Taymans  <wim@fluendo.com>
7177
7178         * docs/plugins/Makefile.am:
7179         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7180         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7181         * ext/gnomevfs/gstgnomevfssink.h:
7182         * ext/gnomevfs/gstgnomevfssrc.h:
7183         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7184         * ext/vorbis/vorbisdec.h:
7185         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7186         * ext/vorbis/vorbisenc.h:
7187         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7188         (vorbis_parse_chain), (vorbis_parse_change_state):
7189         * ext/vorbis/vorbisparse.h:
7190         * gst/audioconvert/gstaudioconvert.h:
7191         * gst/tcp/gsttcpserversink.h:
7192         * gst/videotestsrc/gstvideotestsrc.c:
7193         * gst/videotestsrc/gstvideotestsrc.h:
7194         * gst/volume/gstvolume.c:
7195         * gst/volume/gstvolume.h:
7196         Fix some more docs.
7197         Added docs for vorbisdec and vorbisparse.
7198         Fix vorbisparse.
7199
7200 2006-03-01  Wim Taymans  <wim@fluendo.com>
7201
7202         * docs/plugins/Makefile.am:
7203         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7204         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7205         * ext/pango/gstclockoverlay.h:
7206         * ext/pango/gsttextoverlay.h:
7207         * ext/pango/gsttextrender.h:
7208         * ext/pango/gsttimeoverlay.h:
7209         * ext/theora/gsttheoradec.h:
7210         * ext/theora/gsttheoraenc.h:
7211         * ext/theora/theoradec.c:
7212         * ext/theora/theoraenc.c:
7213         * gst/audioconvert/gstaudioconvert.h:
7214         * gst/audiotestsrc/gstaudiotestsrc.h:
7215         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7216         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7217         * gst/tcp/gstmultifdsink.h:
7218         Updated/added documentation.
7219
7220         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7221         (gst_text_overlay_halign_get_type),
7222         (gst_text_overlay_wrap_mode_get_type),
7223         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7224         (gst_text_overlay_init), (gst_text_overlay_set_property),
7225         (gst_text_overlay_get_property):
7226         Fix up properties to be enums instead of string to make bindings,
7227         introspection and automatic GUI creation possible.
7228         Add getters for the properties.
7229
7230 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7231
7232         * gst/audiotestsrc/gstaudiotestsrc.c:
7233           added defines of M_PI and M_PI_2
7234         * gst/ffmpegcolorspace/avcodec.h:
7235           removed #include "stdint.h" for win32 as _stdint.h is 
7236           autogenerated to win32/common
7237         * win32/common/libgstaudio.def:
7238         * win32/common/libgsttag.def:
7239           added some exports
7240         * win32/vs6:
7241           some project files bugs corrected
7242         * win32/vs7:
7243           project files are reset to the default vs7 configuration 
7244           (they link to msvcr71.dll using default optimizations)
7245           
7246 2006-02-28  Wim Taymans  <wim@fluendo.com>
7247
7248         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7249         Fix some docs.
7250
7251 2006-02-28  Edward Hervey  <edward@fluendo.com>
7252
7253         * ext/alsa/gstalsasrc.c:
7254         Set proper class on the ElementDetails:
7255         Source/Audio instead of Src/Audio/
7256
7257 2006-02-28  Edward Hervey  <edward@fluendo.com>
7258
7259         * gst/videoscale/vs_scanline.c:
7260         (vs_scanline_resample_nearest_RGBA):
7261         Revert optimization in videoscale. It should go in liboil and have
7262         an appropriate liboil function.
7263
7264 2006-02-28  Wim Taymans  <wim@fluendo.com>
7265
7266         * gst-libs/gst/audio/gstbaseaudiosink.c:
7267         (gst_base_audio_sink_provide_clock):
7268         Don't try to provide a clock in the NULL state.
7269
7270 2006-02-28  Wim Taymans  <wim@fluendo.com>
7271
7272         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7273         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7274         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7275         (gst_ogg_demux_deactivate_current_chain),
7276         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7277         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7278         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7279         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7280         Use GstSegment infrastructure to remove duplicated code
7281         and handle more seek cases correctly.
7282
7283 2006-02-28  Wim Taymans  <wim@fluendo.com>
7284
7285         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7286         (gst_ffmpegcsp_transform):
7287         Don't ignore return code from ffmpeg convert function.
7288
7289         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7290         Split out some long statements to ease debugging.
7291
7292 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7293
7294         * ext/libvisual/visual.c: (gst_visual_init),
7295         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7296         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7297         being able to renegotiate the size. Instead, use the negotiation
7298         algorithm from the goom plugin to pick an initial output caps. 
7299
7300         Also, allow theoretical libvisual plugins that might support non-GL 
7301         output even if they also do GL.
7302
7303 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7304
7305         * ext/libvisual/visual.c: (gst_visual_init),
7306         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7307         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7308         possible negotiation issues.
7309
7310 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7311
7312         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7313
7314 2006-02-24  Michael Smith  <msmith@fluendo.com>
7315
7316         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7317         (cmml_type_find), (plugin_init):
7318           Fix CMML type find function to not require a specific minor version
7319           of the CMML header.
7320
7321           Add an MPEG4 video elementary stream typefind function.
7322
7323 2006-02-04  Michael Smith  <msmith@fluendo.com>
7324
7325         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7326         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7327         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7328         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7329         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7330         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7331           Annodex support in ogg demuxer. Doesn't do very much without the
7332           other annodex patches (to come).
7333
7334 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7335
7336         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7337
7338         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7339           Pick up palette for MS video v1 (#327028)
7340
7341 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7342
7343         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7344         (gst_ffmpegcsp_caps_remove_format_info),
7345         (gst_ffmpegcsp_get_unit_size):
7346           The 'palette_data' field from incoming RGB caps shouldn't be
7347           proxied on outgoing YUV caps; also, restrict unit size
7348           adjustment in case of paletted data only to the unit that
7349           actually has a palette. Fixes #330711.
7350
7351 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7352
7353         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7354         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7355         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7356         (gst_ffmpegcsp_get_unit_size):
7357           Plug some memory leaks.
7358
7359 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7360
7361         * sys/ximage/Makefile.am:
7362         * sys/xvimage/Makefile.am:
7363           Add some _CFLAGS and _LIBS that seem to be missing
7364           and/or required for Cygwin (see #317048).
7365
7366 2006-02-22  Wim Taymans  <wim@fluendo.com>
7367
7368         * ext/alsa/gstalsasrc.c:
7369         Fix description as pointed out by caugier.
7370
7371 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7372
7373         Reviewed by : Edward Hervey  <edward@fluendo.com>
7374
7375         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7376         (qt_type_find):
7377         Better 3gp typefinding (#331526).
7378
7379 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7380
7381         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7382           Don't send EOS event here, the base class will send one for us.
7383
7384         * gst/playback/gstplaybasebin.c: (prepare_output):
7385           Subpictures without video stream aren't allowed either.
7386         
7387         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7388           Fix debug statement copy'n'paste-o.
7389
7390 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7391
7392         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7393           Fix issues with mixer keeping state when muting/unmuting
7394           and when changing the volume whilst muted (see #331763
7395           and #331765).
7396
7397 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7398
7399         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7400         (parse_subrip), (gst_sub_parse_format_autodetect):
7401           Set right caps given that we send escaped text. Also,
7402           honour <i></i>, <b></b> and <u></u> markers that can be found
7403           in .srt files (fixes #310202).
7404
7405 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7406
7407         * gst-libs/gst/audio/mixerutils.c:
7408         (element_factory_rank_compare_func):
7409           Make order in which elements are tried more determinable.
7410
7411 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7412
7413         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7414         (remove_element_chain), (cleanup_decodebin),
7415         (gst_decode_bin_change_state): Make decodebin reusable by
7416         fixing remove_element_chain first and then introduce a
7417         cleaner in state change to ->NULL. (Closes #331678)
7418
7419 2006-02-19  Wim Taymans  <wim@fluendo.com>
7420
7421         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7422         use 0666 mask when creating files so umask gets applied
7423         correctly. Fixes #331295.
7424
7425 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7426
7427         * gst/subparse/Makefile.am:
7428         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7429         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7430         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7431         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7432         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7433         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7434         * gst/subparse/gstssaparse.h:
7435         * gst/subparse/gstsubparse.c: (plugin_init):
7436           Add very basic parser for SSA subtitle streams (as often
7437           found in matroska files).
7438
7439 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7440
7441         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7442           That should be text/x-pango-markup, not text/x-pango-layout.
7443
7444 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7445
7446         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7447         Polishing.
7448
7449 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7450
7451         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7452         (gst_text_overlay_finalize), (gst_text_overlay_init),
7453         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7454         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7455         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7456         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7457         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7458         Fix state change deadlock.
7459
7460 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7461
7462         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7463         (gst_text_overlay_finalize), (gst_text_overlay_init),
7464         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7465         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7466         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7467         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7468         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7469         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7470         and subtitles files.
7471
7472 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7473
7474         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7475         should be considered as raw.
7476
7477 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7478
7479         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7480         (cb_probe):
7481         * gst/playback/gststreaminfo.h: Introduce language informations.
7482
7483 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7484
7485         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7486         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7487         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7488         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7489         Set shared memory segments to be deleted as soon as we have attached,
7490         that way they get cleaned up automatically if we crash.
7491
7492 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7493
7494         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7495         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7496         functions are called with lock held.
7497
7498 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7499
7500         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7501         (gst_text_overlay_finalize), (gst_text_overlay_init),
7502         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7503         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7504         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7505         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7506         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7507         (gst_text_overlay_change_state): Refactoring of textoverlay
7508         without collectpads. This now supports sparse subtitles coming
7509         from a demuxer instead of a sub file. Seeking is still broken 
7510         though. Need to discuss with wtay some more on how to handle
7511         seeking correctly.
7512         * ext/pango/gsttextoverlay.h:
7513         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7514         subtitles coming from the demuxer.
7515
7516 2006-02-17  Wim Taymans  <wim@fluendo.com>
7517
7518         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7519         (gst_vorbisenc_convert_sink):
7520         Use some more scaling functions.
7521
7522 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7523
7524         * ext/cdparanoia/gstcdparanoiasrc.c:
7525         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7526         (gst_cd_paranoia_paranoia_callback),
7527         (gst_cd_paranoia_src_signal_is_being_watched),
7528         (gst_cd_paranoia_src_read_sector):
7529         * ext/cdparanoia/gstcdparanoiasrc.h:
7530           Add back 'transport-error' and 'uncorrected-error' signals and
7531           make them actually be fired when bad stuff happens (#319340).
7532
7533 2006-02-17  Wim Taymans  <wim@fluendo.com>
7534
7535         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7536         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7537         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7538         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7539         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7540         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7541         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7542         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7543         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7544         (gst_ring_buffer_clear):
7545         Small cleanups.
7546         Added some G_LIKELY.
7547
7548 2006-02-17  Wim Taymans  <wim@fluendo.com>
7549
7550         * gst-libs/gst/audio/TODO:
7551         Update TODO
7552
7553         * gst-libs/gst/audio/gstbaseaudiosink.c:
7554         (gst_base_audio_sink_get_offset):
7555         When trying to play samples ASAP and we don't have a
7556         previous sample, try to play at position 0 instead of
7557         an invalid position.
7558
7559 2006-02-17  Wim Taymans  <wim@fluendo.com>
7560
7561         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7562         (gst_alsasink_reset):
7563         Also release lock when we get an error in _reset();
7564         fix an error message.
7565
7566 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7567
7568         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7569         (gst_alsasink_init), (get_channel_free_structure),
7570         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7571         (gst_alsasink_close):
7572         * ext/alsa/gstalsasink.h:
7573           Add support for more than 2 channels (#326720).
7574
7575 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7576
7577         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7578           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7579           with 4 or 6 channels, assume a default channel layout to make things
7580           work (not sure there's anything else we can do in those cases).
7581
7582 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7583
7584         * gst-libs/gst/audio/multichannel.c:
7585           Minor docs fix.
7586
7587         * gst-libs/gst/riff/Makefile.am:
7588         * gst-libs/gst/riff/riff-ids.h:
7589         * gst-libs/gst/riff/riff-media.c:
7590         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7591           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7592           channels and a channel layout map.
7593           
7594 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7595
7596         Reviewed by Edward Hervey  <edward@fluendo.com>
7597
7598         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7599         C-level optimization of the RGBA nearest neighbour function.
7600         Eventually this might end up in liboil with vectorized versions.
7601
7602 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7603
7604         * gst-libs/gst/audio/multichannel.c:
7605         (gst_audio_get_channel_positions):
7606           When we have more than 2 channels, but no channel layout is
7607           specified in the caps, return some default channel layout
7608           to the caller and warn about about a possibly buggy element
7609           (could be buggy filtercaps as well of course) (#317038).
7610
7611 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7612
7613         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7614           Add gst-libs/gst/cdda to list of lib search paths.
7615
7616 2006-02-15  Andy Wingo  <wingo@pobox.com>
7617
7618         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7619         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7620         to the Lord Jesus that I do not have to touch the ogg muxer ever
7621         again.
7622
7623 2006-02-15  Edward Hervey  <edward@fluendo.com>
7624
7625         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7626         quicktime movie files can also contain 'uuid' atoms.
7627
7628 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7629
7630         * gst/audioconvert/plugin.c: (plugin_init):
7631           Register the GstAudioChannelPosition enum type with the type
7632           system in the plugin_init function, so that it is known before
7633           any element actually makes use of multi-channel stuff. This is
7634           required for example if one wants to be able to deserialise/use
7635           a caps string with channel positions before any pipeline has
7636           been setup and started, like with gst-launch.
7637
7638 2006-02-14  Wim Taymans  <wim@fluendo.com>
7639
7640         * gst-libs/gst/audio/gstringbuffer.c:
7641         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7642         (gst_ring_buffer_samples_done), (wait_segment),
7643         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7644         Add some compiler G_(UN_)LIKELY help.
7645         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7646         make sure they can exit their functions. Should fix #330748
7647
7648 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7649
7650         * Makefile.am:
7651         * configure.ac:
7652         * win32/MANIFEST:
7653         * win32/common/_stdint.h:
7654           Windows does not have long long; copy the generated _stdint.h
7655         * win32/common/interfaces-enumtypes.c:
7656         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7657         (gst_mixer_track_flags_get_type),
7658         (gst_tuner_channel_flags_get_type):
7659         * win32/common/multichannel-enumtypes.c:
7660         (gst_audio_channel_position_get_type):
7661           update
7662
7663 2006-02-13  Wim Taymans  <wim@fluendo.com>
7664
7665         * gst-libs/gst/audio/gstbaseaudiosink.c:
7666         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7667         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7668         Always sync on first sample we receive when starting.
7669
7670 2006-02-13  Wim Taymans  <wim@fluendo.com>
7671
7672         * gst/playback/gstplaybin.c: (gen_vis_element):
7673         Update vis bin docs.
7674         Move queue after tee so we don't queue video buffers but
7675         audio samples instead. Fixes problems where the video queue
7676         is filled and the audio queue empty.
7677
7678 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7679
7680         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7681           No need to push an EOS event here, GstBaseSrc will do that for us
7682           when we return FLOW_UNEXPECTED.
7683           
7684 2006-02-12  Wim Taymans  <wim@fluendo.com>
7685
7686         * gst-libs/gst/audio/gstbaseaudiosink.c:
7687         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7688         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7689         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7690         Use scale functions when possible.
7691         Fix error messages.
7692         Free clockid when after waiting for EOS.
7693         Use G_(UN_)LIKLY when it makes sense.
7694         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7695
7696 2006-02-12  Edward Hervey  <edward@fluendo.com>
7697
7698         * gst/playback/gstplaybasebin.c: (prepare_output): 
7699         Remove stray semi-colon (fixes #330888).
7700
7701 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7702
7703         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7705         Fix up the XShm call testing so that we catch errors, and don't
7706         cause new ones by attempting to detach from a segment we failed
7707         to attach to. Fixes #312439.
7708
7709 2006-02-10  Edward Hervey  <edward@fluendo.com>
7710
7711         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7712         Added flv file typefind (video/x-flv).
7713
7714 2006-02-10  Edward Hervey  <edward@fluendo.com>
7715
7716         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7717         (gst_riff_create_video_template_caps):
7718         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7719         Also added the caps to the default set of riff video caps.
7720
7721 2006-02-09  Andy Wingo  <wingo@pobox.com>
7722
7723         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7724         time and the end time of the last packet in the page.
7725         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7726         on the pages in our queue, set the duration as well. Reflow a
7727         debug statement.
7728         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7729         Fixes bad muxing order.
7730
7731 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7732
7733         * gst-libs/gst/rtp/gstbasertppayload.c:
7734         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7735           update seqnum before setting it on the packet; this makes sure
7736           that the timestamp and seqnum properties match after pushing
7737           a buffer
7738
7739 2006-02-09  Andy Wingo  <wingo@pobox.com>
7740
7741         * gst-libs/gst/audio/gstringbuffer.c
7742         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7743         overflow after 13.5 hours of recording. Kapow!
7744
7745         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7746         the buffer size -- we don't care about underrun/overrun reporting
7747         right now, just need to return a useful value.
7748
7749 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7750
7751         * configure.ac:
7752           Back to CVS
7753
7754 === release 0.10.3 ===
7755
7756 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7757
7758         * configure.ac:
7759           releasing 0.10.3, "Under Pressure"
7760
7761 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7762
7763         * configure.ac:
7764         Drat. Bump libtool version number for new API.
7765         Prelease 0.10.2.3 (of 0.10.3)
7766
7767 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7768
7769         * configure.ac:
7770         * win32/common/config.h:
7771         0.10.2.2 prerelease (of 0.10.3).
7772
7773 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7774
7775         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7776           Revert Andy's newsegment change pending a more correct
7777           fix.
7778
7779 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7780
7781         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7782         (qt_type_find), (plugin_init):
7783           detect more files as 3gp
7784           group and reorder the iso file formats
7785
7786 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7787
7788         * ext/vorbis/vorbis.c: (plugin_init):
7789           Register musicbrainz tags, so apps don't have to.
7790
7791 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7792
7793         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7794         (gst_tag_to_vorbis_tag):
7795           Make sure we called gst_tag_register_musicbrainz_tags()
7796           before possibly mapping a vorbiscomment string from/to a
7797           musicbrainz tag.
7798
7799 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7800
7801         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7802           In case we can't find the required number of consecutive
7803           mpeg audio frames to positively identify an MPEG audio
7804           stream, check if there's at least a valid mpeg audio
7805           frame right at offset 0 and if so suggest mpeg/audio
7806           caps with a very low probability (#153004).
7807
7808 2006-02-07  Andy Wingo  <wingo@pobox.com>
7809
7810         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7811         a TIME segment if we get timestamped buffers. Requires recent
7812         fixes in core to work properly.
7813
7814 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7815
7816         * gst/playback/gstplaybasebin.c: (prepare_output):
7817           Don't print the URI as part of the error message, it
7818           makes error dialogs look rather ugly, especially if
7819           the URI is very long or has characters in it that
7820           need escaping.
7821
7822 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7823
7824         * gst/playback/gstplaybasebin.c: (prepare_output):
7825           Error out if we have only text or subtitles, but nothing
7826           else. Also error out if we have subtitles but no video
7827           stream.
7828
7829 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7830
7831         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7832           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
7833           Post an error message on the bus when we encounter an
7834           error, which will hopefully be more meaningful than the
7835           'Internal Flow Error' message users get to see if we
7836           just return GST_FLOW_ERROR.
7837
7838 2006-02-07  Andy Wingo  <wingo@pobox.com>
7839
7840         * configure.ac (GST_MAJORMINOR): Update core version req to
7841         0.10.2.2, for the collectpads API addition (#330244).
7842
7843 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7844
7845         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7846           Return FALSE from plugin_init() when GnomeVFS can't
7847           be initialised for some reason (#328423).
7848
7849 2006-02-06  Julien MOUTTE  <julien@moutte.net>
7850
7851         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
7852         Stick to seeking theory until i find the bug.
7853         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
7854
7855 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7856
7857         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7858         (theora_enc_finalize), (theora_enc_sink_setcaps),
7859         (theora_set_header_on_caps), (theora_enc_chain),
7860         (theora_enc_change_state):
7861         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7862           Make theoraenc and the tests leak free. Like, really.
7863
7864 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7865
7866         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7867         (theora_enc_finalize), (theora_enc_sink_setcaps):
7868           Add a finalize method to ensure we clean up state even if
7869           someone omitted the state change back to NULL.
7870
7871         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
7872         (gst_vorbisenc_chain):
7873           Free some more leaked bits.
7874
7875         * tests/check/pipelines/theoraenc.c: (start_pipeline),
7876         (stop_pipeline):
7877           Wait for state changes to happen if they're ASYNC.
7878
7879           This ought to teach those fancy pants buildbots a lesson.
7880
7881 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7882
7883         * gst-libs/gst/tag/gstid3tag.c:
7884           Add mapping for ID3 International Standard Recording Code
7885           tag "TSRC"
7886
7887 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7888
7889         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
7890           Don't leak tag names.
7891
7892 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7893
7894         * docs/libs/gst-plugins-base-libs-docs.sgml:
7895         * docs/libs/gst-plugins-base-libs-sections.txt:
7896         * gst-libs/gst/tag/gstid3tag.c:
7897         * gst-libs/gst/tag/gstvorbistag.c:
7898         * gst-libs/gst/tag/tags.c:
7899           Split libgsttag docs into multiple sections.
7900
7901 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7902
7903         * docs/libs/Makefile.am:
7904         * docs/libs/gst-plugins-base-libs-docs.sgml:
7905         * docs/libs/gst-plugins-base-libs-sections.txt:
7906         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
7907         * gst-libs/gst/tag/gstvorbistag.c:
7908         * gst-libs/gst/tag/tag.h:
7909         * gst-libs/gst/tag/tags.c:
7910           Add libgsttag to the docs.
7911
7912 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7913
7914         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
7915         (gst_text_overlay_init), (gst_text_overlay_src_event),
7916         (gst_text_overlay_collected): Fix clockoverlay.
7917
7918 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7919
7920         * docs/libs/compiling.sgml:
7921           Fix typo: it's pkg-config, not pkg-gconfig
7922
7923         * docs/libs/gst-plugins-base-libs-docs.sgml:
7924         * docs/libs/gst-plugins-base-libs-sections.txt:
7925         * docs/libs/tmpl/gstgconf.sgml:
7926           There is no libgstgconf in 0.10, remove it
7927           from the docs.
7928
7929 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7930
7931         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
7932         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7933         (gst_text_overlay_src_event), (gst_text_overlay_collected):
7934         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7935         (gst_sub_parse_class_init), (gst_sub_parse_init),
7936         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
7937         (parse_mpsub), (parser_state_init), (handle_buffer),
7938         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
7939         * gst/subparse/gstsubparse.h: Introduce seeking code.
7940
7941 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7942
7943         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7944           Add comment about LANGUAGE tag inconsistency (we want
7945           ISO-639-1, but extract three-letter identifiers?)
7946
7947         * po/POTFILES.in:
7948           Add two translatable files.
7949
7950 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7951
7952         * gst-libs/gst/tag/Makefile.am:
7953         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7954         * gst-libs/gst/tag/tag.h:
7955         * gst-libs/gst/tag/tags.c:
7956         (gst_tag_register_musicbrainz_tags_internal),
7957         (gst_tag_register_musicbrainz_tags):
7958           Forward-port some tags stuff from the 0.8 branch. This is
7959           mostly the addition of musicbrainz tags and their mapping
7960           to vorbistags, and a vorbistag mapping of the language tag.
7961
7962 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7963
7964         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
7965         refactoring.
7966
7967 2006-02-04  David Schleef  <ds@schleef.org>
7968
7969         * ext/ogg/gstoggmux.c:
7970         * gst/typefind/gsttypefindfunctions.c:
7971           Add Dirac typefinding and add dirac format to oggmux.
7972
7973 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
7974
7975         * gst/playback/gstdecodebin.c: (try_to_link_1):
7976           Don't put essential function call into
7977           g_return_*() macro, otherwise it'll all be
7978           replaced by NOOPs when compiling with
7979           G_DISABLE_CHECKS defined.
7980
7981 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
7982
7983         * ext/ogg/gstoggdemux.c:
7984         * ext/ogg/gstoggparse.c:
7985         * gst/tcp/gsttcpserversink.c:
7986         * sys/v4l/v4lsrc_calls.c:
7987         * sys/v4l/v4lsrc_calls.h:
7988         Just make it compile with --disable-gst-debug.
7989
7990 2006-02-03  Wim Taymans  <wim@fluendo.com>
7991
7992         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7993         (gst_alsasink_class_init), (gst_alsasink_init),
7994         (gst_alsasink_write), (gst_alsasink_reset):
7995         * ext/alsa/gstalsasink.h:
7996         Add lock to protect alsa calls.
7997         Implement reset to flush samples ASAP, does not work
7998         with dmix though.
7999
8000 2006-02-02  Wim Taymans  <wim@fluendo.com>
8001
8002         * gst-libs/gst/audio/gstbaseaudiosink.c:
8003         (gst_base_audio_sink_provide_clock):
8004         Ugh.. getting late I guess...
8005
8006 2006-02-02  Wim Taymans  <wim@fluendo.com>
8007
8008         * gst-libs/gst/audio/gstbaseaudiosink.c:
8009         (gst_base_audio_sink_provide_clock),
8010         (gst_base_audio_sink_set_property),
8011         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8012         Don't try to provide a clock when we are not negotiated since
8013         we might not be able to make it run.
8014
8015 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8016
8017         * gst/playback/gstdecodebin.c: (try_to_link_1):
8018           Unlinking two source pads is ... hard.
8019
8020 2006-02-02  Wim Taymans  <wim@fluendo.com>
8021
8022         * gst-libs/gst/audio/TODO:
8023         Updated.
8024
8025         * gst-libs/gst/audio/gstbaseaudiosink.c:
8026         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8027         On EOS, wait till the last sample is played before posting EOS.
8028
8029 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8030
8031         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8032           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8033           setting queue_delay to zero. Also avoid thread being started if
8034           queue_delay is zero.
8035
8036 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8037
8038         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8039           Make test work again by connecting fakesinks to each decoded pad,
8040           which makes the pipeline wait until each fakesink has a buffer
8041           queued before going to PAUSED state. At that point we know the
8042           decodebin pads are negotiated.
8043
8044 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8045
8046         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8047         (gst_cdda_base_src_handle_event):
8048         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8049           Pass unhandled queries to the parent class's query function.
8050
8051 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8052
8053         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8054         (gst_ogg_pad_src_query):
8055         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8056         * ext/theora/theoradec.c: (theora_dec_src_query),
8057         (theora_dec_sink_query):
8058         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8059         (vorbis_dec_sink_query):
8060         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8061         (gst_vorbisenc_sink_query):
8062         * gst/adder/gstadder.c: (gst_adder_query):
8063           Pass unhandled queries upstream instead of just
8064           dropping them (#326447). Also, fix supported
8065           query types list for some elements.
8066
8067 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8068
8069         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8070         (paris_type_find), (ilbc_type_find), (plugin_init):
8071           Fix typefinding for audio/x-au, audio/x-paris and
8072           audio/iLBC-sh. We cannot use the START_WITH macros
8073           here, because there can only be one typefind factory
8074           with the same name (caps), so the second one would
8075           replace the first one and the first one would never
8076           be called when doing typefinding (see #161712).
8077           
8078
8079 2006-01-31  Wim Taymans  <wim@fluendo.com>
8080
8081         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8082         (vorbis_handle_header_packet), (vorbis_dec_push),
8083         (vorbis_handle_data_packet):
8084         Use scale_int when we can, add some more scaling.
8085         Check packettype before parsing it.
8086
8087 2006-01-31  Wim Taymans  <wim@fluendo.com>
8088
8089         * ext/theora/theoradec.c: (_theora_granule_time),
8090         (theora_dec_src_convert), (theora_dec_sink_convert):
8091         Call right _scale functions.
8092         Use parameter instead of some other random value.
8093
8094 2006-01-31  Wim Taymans  <wim@fluendo.com>
8095
8096         * ext/theora/theoradec.c: (_theora_granule_frame),
8097         (_theora_granule_time), (_inc_granulepos),
8098         (theora_dec_src_convert), (theora_dec_sink_convert),
8099         (theora_handle_type_packet), (theora_handle_data_packet),
8100         (theora_dec_chain):
8101         Use higher precision timestamps calculation.
8102         Convert some other conversions to _scale.
8103
8104 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8105
8106         * gst/audiotestsrc/gstaudiotestsrc.c:
8107         (gst_audio_test_src_create_sine_table), (plugin_init):
8108         * gst/volume/gstvolume.c: (plugin_init):
8109           initialize gst_controller before using
8110
8111 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8112
8113         * tests/check/pipelines/theoraenc.c:
8114         * tests/check/pipelines/vorbisenc.c:
8115         Define constant using G_GINT64_CONSTANT to avoid errors when
8116         passing it around - otherwise it gets truncated to 32 bits.
8117
8118         Fixes failing tests.
8119
8120 2006-01-31  Andy Wingo  <wingo@pobox.com>
8121
8122         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8123         caps being set doesn't have a framerate value. Basically a stopgap
8124         measure.
8125
8126         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8127         technically correct enough to put into core though.
8128         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8129         DURATION. Fixes theoraenc ! oggmux.
8130
8131         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8132         fraction, not double.
8133
8134 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8135
8136         * win32/vs7:
8137         add vs7 project files created by Sergey Scobich
8138
8139 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8140
8141         * win32/vs8:
8142         add vs8 project files created by Sergey Scobich
8143         
8144 2006-01-30  Andy Wingo  <wingo@pobox.com>
8145
8146         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8147         timestamp + duration, not just timestamp -- ogg pages should be
8148         ordered by stop time. Necessary fix given the change in vorbis
8149         timestamps.
8150
8151         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8152         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8153         (granulepos_add): New function, handles the messiness of adjusting
8154         granulepos values.
8155         (theora_buffer_from_packet):
8156         (theora_enc_chain):
8157         (theora_enc_sink_event): Use granulepos_add, not +.
8158
8159         * tests/check/pipelines/theoraenc.c
8160         (check_buffer_granulepos_from_starttime): Just check the frame
8161         count, not the actual granulepos -- we can't dictate to the
8162         encoder when it should be placing keyframes.
8163
8164 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8165
8166         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8167           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8168           play an http:// stream from a server that's not serving
8169
8170 2006-01-30  Andy Wingo  <wingo@pobox.com>
8171
8172         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8173         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8174         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8175         available.
8176
8177         * ext/theora/gsttheoraenc.h:
8178         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8179         although theoraenc was timestamping correctly. Added handling of
8180         streams that start with nonzero timestamps.
8181
8182         * tests/check/Makefile.am:
8183         * tests/check/pipelines/theoraenc.c: New file, basically does same
8184         tests as vorbisenc.
8185
8186         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8187
8188 2006-01-30  Wim Taymans  <wim@fluendo.com>
8189
8190         * gst-libs/gst/audio/gstaudiosink.c:
8191         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8192         (gst_audioringbuffer_pause):
8193         Implement pause that does not wait for completion.
8194
8195         * gst-libs/gst/audio/gstbaseaudiosink.c:
8196         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8197         Don't drop buffers when going to PAUSED but perform preroll on
8198         remaining samples now that core base class supports this.
8199
8200         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8201         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8202         (gst_ring_buffer_commit):
8203         Pause should not signal waiters.
8204         Implement return value of _commit correctly.
8205
8206 2006-01-30  Andy Wingo  <wingo@pobox.com>
8207
8208         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8209
8210         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8211         updated to timestamp from the first sample, not the last.
8212         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8213         special care of granulepos and timestamp for header packets.
8214         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8215         when the first buffer has a nonzero timestamp.
8216
8217         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8218         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8219         case when the first audio buffer we get has a nonzero timestamp.
8220         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8221         properly timestamp vorbis buffers with the time of the first
8222         sample, not the last.
8223         
8224         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8225         vorbis_granule_time_copy -- now it takes the granule/subgranule
8226         offset into account.
8227
8228         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8229         timestamps, durations, and granulepos on buffers produced by
8230         vorbisenc.
8231
8232 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8233
8234         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8235         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8236           Patch from Eric Jonas to support conversions to/from UYVY 
8237           (Fixes: #324626)
8238
8239 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8240
8241         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8242         (setup_subtitle), (setup_source), (set_active_source):
8243         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8244         (gen_text_element), (gen_audio_element), (gen_vis_element),
8245         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8246
8247 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8248
8249         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8250         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8251                 use gst_guint64_to_gdouble to be compliant with vs6
8252         * gst/playback/gstdecodebin.c: (try_to_link_1)
8253         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8254                 use G_GINT64_CONSTANT for int64 constants
8255         * win32/common/libgstinterfaces.def:
8256                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8257         * win32/vs6:
8258                 update and add new project files
8259                 
8260 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8261
8262         * Makefile.am:
8263         * win32/MANIFEST:
8264         * win32/common/interfaces-enumtypes.c:
8265         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8266         (gst_mixer_track_flags_get_type),
8267         (gst_tuner_channel_flags_get_type):
8268         * win32/common/interfaces-enumtypes.h:
8269         * win32/common/multichannel-enumtypes.c:
8270         (gst_audio_channel_position_get_type):
8271         * win32/common/multichannel-enumtypes.h:
8272           add a win32-update rule like in core, and copy over enumtypes files
8273
8274 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8275
8276         * win32/MANIFEST:
8277         * win32/common/config.h:
8278         * win32/common/config.h.in:
8279           add config files just like in core
8280
8281 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8282
8283         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8284           Make gcc-4.1 happy (part of #327357).
8285
8286 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8287
8288         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8289         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8290         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8291         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8292         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8293         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8294           Update all error messages.  All of them should either use
8295           the default translated message, or actually provide a
8296           translatable string.
8297           Make the string for channel count problems meaningful.
8298
8299 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8300
8301         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8302           check for and throw RESOURCE_BUSY
8303
8304 2006-01-27  David Schleef  <ds@schleef.org>
8305
8306         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8307           checked in this change -- it requires liboil features not
8308           in 0.3.6.  Revert parts.
8309
8310 2006-01-27  David Schleef  <ds@schleef.org>
8311
8312         * REQUIREMENTS:
8313         * configure.ac: update liboil requirement to 0.3.6
8314         * gst/videoscale/Makefile.am:
8315         * gst/videoscale/vs_scanline.c: liboilify
8316
8317 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8318
8319         * ext/libvisual/visual.c: (get_buffer):
8320           When pad_alloc returns a GstFlowReturn other
8321           than GST_FLOW_OK, make sure it is passed upstream.
8322
8323 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8324
8325         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8326         (gst_alsasink_class_init):
8327           Free the device name string.
8328
8329         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8330         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8331         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8332           Don't remove a pad from the collectpads structure until it
8333           is released - it's a request pad, and may receive data again
8334           if the element gets moved back to PLAYING state.
8335
8336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8337           Ensure we turn on double buffering on the Xv port, and
8338           set the colour key to something dark and mysterious that
8339           isn't black.
8340
8341 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8342
8343         * ext/alsa/gstalsaplugin.c: (plugin_init):
8344         * ext/cdparanoia/gstcdparanoiasrc.c:
8345         (gst_cd_paranoia_src_base_init), (plugin_init):
8346         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8347         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8348           - a library should not call setlocale. see "Libraries" node in
8349             gettext manual
8350           - make sure all plugins that use translation do bindtextdomain
8351             to point to the localedir
8352         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8353         (setup_sinks), (plugin_init):
8354           all this, and check for NULL when creating sinks
8355
8356 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8357
8358         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8359         (plugin_init): Make typefinding of subtitles work again.
8360
8361 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8362
8363         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8364         (mp3_type_frame_length_from_header), (mp3_type_find),
8365         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8366         (plugin_init):
8367           Backport a bunch of typefinding fixes from the 0.8 branch.
8368           Also, improve wavpack typefinding: if we can't peek the
8369           entire wavpack block, try to parse the bits we can get and
8370           see if we find what we're looking for in those.
8371
8372 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8373
8374         * sys/ximage/ximagesink.c:
8375         (gst_ximagesink_calculate_pixel_aspect_ratio):
8376         * sys/xvimage/xvimagesink.c:
8377         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8378         more cases of pixel aspect ratio.
8379
8380 2006-01-26  Edward Hervey  <edward@fluendo.com>
8381
8382         * gst/playback/gstdecodebin.c: (pad_probe):
8383         Also consider the flush-start and tag events as unblockers
8384         for the pad probes.
8385
8386 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8387
8388         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8389         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8390         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8391         On the fly visualisation switch, works disabling, enabling as
8392         well but it won't be able to enable vis in a playbin that was
8393         created with no visualisation.
8394
8395 2006-01-25  Wim Taymans  <wim@fluendo.com>
8396
8397         * gst-libs/gst/audio/gstbaseaudiosink.c:
8398         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8399         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8400         resume after pause.
8401
8402 2006-01-25  Wim Taymans  <wim@fluendo.com>
8403
8404         * gst-libs/gst/audio/gstbaseaudiosink.c:
8405         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8406         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8407         Improve debugging.
8408         Post error when caps cannot be parsed.
8409         Resync on discontinuity in the stream.
8410         Clip samples to segment boundaries.
8411         return WRONG_STATE sooner when we are flushing.
8412
8413         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8414         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8415         Make audiosrc operate in TIME.
8416         Set TIMESTAMP and DURATION on buffers.
8417
8418 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8419
8420         * tests/examples/seek/seek.c: (main):
8421           Output tag messages as well.
8422
8423 2006-01-23  Edward Hervey  <edward@fluendo.com>
8424
8425         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8426         (free_pad_probes), (remove_fakesink), (pad_probe),
8427         (close_pad_link), (gst_decode_bin_change_state):
8428         Replace GstPadBlockCallback with pad probes that detect
8429         first buffer AND eos before removing fakesink.
8430         Fixes hang with demuxers doing EOS while pre-rolling.
8431         Solves #328279
8432
8433 2006-01-23  Andy Wingo  <wingo@pobox.com>
8434
8435         * ext/alsa/gstalsasink.c:
8436         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8437         (gst_base_rtp_depayload_setcaps),
8438         (gst_base_rtp_depayload_add_to_queue),
8439         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8440         
8441         Patch by: Jens Granseuer <jensgr at gmx dot net>
8442
8443 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8444
8445         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8446         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8447         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8448         frames. We might get a frame destroyed after changing state to
8449         NULL, adding a safety check on xcontext.
8450
8451 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8452
8453         * gst-libs/gst/interfaces/xoverlay.c:
8454           Fix prepare-xwindow-id code example in the docs - we need to
8455           ignore all messages that aren't element messages as well.
8456           
8457 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8458
8459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8460           I think one day i'll completely undestand how caps negotiation
8461           is supposed to work. This refactoring handles buffer_alloc
8462           called with caps we can't handle. We definitely don't want a
8463           set_caps with those caps, so we define and allocate a buffer
8464           we would like to receive.
8465
8466 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8467
8468         * gst/playback/gstplaybasebin.c: (setup_source):
8469           Free iterator when done.
8470
8471 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8472
8473         * gst-libs/gst/audio/gstbaseaudiosink.c:
8474         (gst_base_audio_sink_render):
8475           Fix playback of non-synchronised streams by assuming a rate
8476           of 1.0 instead of a random one.
8477
8478           Makes this work again:
8479
8480           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8481           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8482           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8483           audioresample ! alsasink
8484
8485 === release 0.10.2 ===
8486
8487 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8488
8489         * configure.ac:
8490           releasing 0.10.2, "Then the devil is six"
8491
8492 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8493
8494         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8495         * gst/playback/gststreamselector.c:
8496         (gst_stream_selector_set_property):
8497           Comment out broken code that connects to the state-changed signal.
8498           At this point, changing current stream selection is broken, but 
8499           stuff like gst-launch playbin current-audio=1 works and filters
8500           to the chosen stream.
8501
8502 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8503
8504         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8505           Fix #327216 (null dereference in vorbisdec)
8506
8507 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8508
8509         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8510           Post taglist actually on bus instead of just freeing it
8511           (fixes #327114 and totem bug #327080).
8512
8513         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8514           Use gst_element_found_tags_for_pad(), so that the tags
8515           are sent downstream as an event as well.
8516
8517 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8518
8519         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8520         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8521         (gst_ximagesink_buffer_alloc):
8522         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8523         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8524         (gst_xvimagesink_buffer_alloc):
8525           move all regularly occurring messages to GST_LOG level
8526           add some more object logs
8527
8528 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8529
8530         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8531           fix a silly segfault
8532
8533 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8534
8535         * docs/libs/gst-plugins-base-libs-docs.sgml:
8536         * docs/libs/gst-plugins-base-libs-sections.txt:
8537         * gst-libs/gst/audio/mixerutils.c:
8538         * gst-libs/gst/audio/mixerutils.h:
8539           Add docs for mixerutils stuff.
8540
8541 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8542
8543         * gst/playback/gstplaybasebin.c: (setup_source):
8544           Fix playback for sources that emit raw audio or
8545           raw video streams (e.g.: cd audio sources) (#325984).
8546
8547 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8548
8549         * gst-libs/gst/audio/mixerutils.c:
8550         (gst_audio_mixer_filter_do_filter):
8551           actually save the element we create
8552
8553 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8554
8555         * gst-libs/gst/cdda/gstcddabasesrc.c:
8556         (gst_cdda_base_src_handle_track_seek):
8557           No need to post a tag message on the bus when seeking
8558           within the same track, only post it when the current
8559           track changes.
8560
8561 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8562
8563         * gst/playback/gstplaybasebin.c: (group_destroy),
8564         (probe_triggered), (new_decoded_pad), (mute_group_type),
8565         (set_active_source):
8566         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8567         * gst/playback/gststreamselector.c:
8568         (gst_stream_selector_base_init),
8569         (gst_stream_selector_set_property),
8570         (gst_stream_selector_request_new_pad):
8571           Reenable stream selection. These mechanisms need a complete overhaul
8572           in the face of 0.8->0.10 changes though.
8573
8574 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8575
8576         * ext/ogg/gstoggdemux.c:
8577           Change the pad template to src_%d to match the pads that 
8578           are created from it. decodebin needs this information in order
8579           to decide that oggdemux is capable of producing multiple pads
8580           (and hence needs queues inserted).
8581
8582         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8583         (gst_ogg_mux_collected):
8584           Make debug output more useful by using GST_PTR_FORMAT.
8585
8586 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8587
8588         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8589
8590         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8591           Set depth and width for alaw/mulaw (fixes #326601).
8592
8593 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8594
8595         * tests/icles/Makefile.am:
8596           don't build the tests if we don't have the libs
8597
8598 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8599
8600         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8601         (gst_cd_paranoia_paranoia_callback):
8602           Don't try to free NULL pointers.
8603
8604 2006-01-10  Edward Hervey  <edward@fluendo.com>
8605
8606         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8607         (gst_audio_rate_change_state), (plugin_init):
8608         Add debugging category.
8609         Fix type issues.
8610         Add case for incoming buffers without valid offset/offset_end.
8611
8612 2006-01-10  Michael Smith  <msmith@fluendo.com>
8613
8614         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8615           Don't leak GCond in audio sources.
8616
8617 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8618
8619         * gst/playback/gstplaybin.c: (gen_audio_element):
8620           Don't leak an autoaudiosink/alsasink when we generate
8621           a new audio element. (old code, I guess)
8622
8623 2006-01-10  Michael Smith  <msmith@fluendo.com>
8624
8625         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8626           Support float audio in audiorate.
8627           Use width rather than depth for selecting sample width.
8628
8629 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8630
8631         * gst/videotestsrc/videotestsrc.h:
8632           Use GLib types here (that way we don't have to include the
8633           generated _stdint.h header, which makes life easier for win32
8634           folks that don't use autotools for the build) (#325990, patch
8635           by: Sergey Scobich).
8636
8637 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8638
8639         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8640         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8641         (gst_ring_buffer_pause), (wait_segment):
8642         * gst-libs/gst/audio/gstringbuffer.h:
8643           Name (private) union, makes Forte compiler happy (this time
8644           for real) (#324900).
8645
8646 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8647
8648         * gst-libs/gst/audio/Makefile.am:
8649           Link against libgstinterfaces, needed for mixer
8650           and property probe stuff.
8651
8652 2006-01-09  Edward Hervey  <edward@fluendo.com>
8653
8654         * gst-libs/gst/Makefile.am:
8655
8656 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8657
8658         * gst-libs/gst/audio/Makefile.am:
8659         * gst-libs/gst/audio/mixerutils.c:
8660         (gst_audio_mixer_filter_do_filter),
8661         (gst_audio_mixer_filter_check_element),
8662         (gst_audio_mixer_filter_probe_feature),
8663         (element_factory_rank_compare_func),
8664         (gst_audio_default_registry_mixer_filter):
8665         * gst-libs/gst/audio/mixerutils.h:
8666           Add gst_audio_default_registry_mixer_filter() utility
8667           function.
8668
8669 2006-01-03  Michael Smith  <msmith@fluendo.com>
8670
8671         * gst/audioresample/resample.h:
8672           As before, but for o_buf
8673
8674 2006-01-03  Michael Smith  <msmith@fluendo.com>
8675
8676         * gst/audioresample/resample.h:
8677           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8678           since we do arithmetic on it.
8679
8680 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8681
8682         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8683         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8684         (gst_ring_buffer_pause), (wait_segment):
8685         * gst-libs/gst/audio/gstringbuffer.h:
8686           Sun's Forte compiler doesn't seem to like anonymous structs,
8687           so use same setup as in GstBaseSrc (fixes #324900).
8688
8689 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8690
8691         * configure.ac:
8692         * gst/volume/Makefile.am:
8693         * gst/volume/demo.c:
8694           move old example to tests/examples/volume/volune.c
8695         * tests/examples/Makefile.am:
8696         * tests/examples/seek/seek.c: (main):
8697           change window-close event from "delete-event" to "destroy"
8698         * tests/examples/volume/Makefile.am:
8699         * tests/examples/volume/volume.c: (value_changed_callback),
8700         (setup_gui), (message_received), (eos_message_received), (main):
8701           fix event handling and bus usage
8702
8703 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8704
8705         * gst/audiotestsrc/gstaudiotestsrc.c:
8706         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8707         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8708         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8709         (gst_audio_test_src_create_square),
8710         (gst_audio_test_src_create_saw),
8711         (gst_audio_test_src_create_triangle),
8712         (gst_audio_test_src_create_silence),
8713         (gst_audio_test_src_create_white_noise),
8714         (gst_audio_test_src_create_pink_noise),
8715         (gst_audio_test_src_init_sine_table),
8716         (gst_audio_test_src_create_sine_table),
8717         (gst_audio_test_src_change_wave),
8718         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8719         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8720         * gst/audiotestsrc/gstaudiotestsrc.h:
8721           update to basesrc changes, implement segmented seeking and eos
8722           handling, add a 'sine-tab' waveform for performance critical playback
8723
8724 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8725
8726         * po/POTFILES.in:
8727           ... and this time the other modified file that I missed last time.
8728
8729 2005-12-29  Michael Smith  <msmith@fluendo.com>
8730
8731         * gst/playback/gstdecodebin.c: (new_pad):
8732           Fix non-C89 variable declaration not at the start of a block. Should
8733           help some compilers.
8734
8735 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8736
8737         * tests/check/Makefile.am:
8738           And now fix 'make distcheck' (builddir != srcdir)
8739
8740 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8741
8742         * configure.ac:
8743         * ext/cdparanoia/Makefile.am:
8744         * ext/cdparanoia/gstcdparanoia.c:
8745         * ext/cdparanoia/gstcdparanoia.h:
8746         * ext/cdparanoia/gstcdparanoiasrc.c:
8747         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8748         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8749         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8750         (gst_cd_paranoia_paranoia_callback),
8751         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8752         (gst_cd_paranoia_src_set_property),
8753         (gst_cd_paranoia_src_get_property), (plugin_init):
8754         * ext/cdparanoia/gstcdparanoiasrc.h:
8755           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8756           plugin again (there are still fixes required to playbin to make
8757           cdda:// uris work there).
8758
8759 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8760
8761         * tests/check/Makefile.am:
8762           Fix test case compilation.
8763
8764 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8765
8766         * gst-libs/gst/cdda/gstcddabasesrc.c:
8767         (gst_cdda_base_src_update_duration),
8768         (gst_cdda_base_src_calculate_cddb_id):
8769           An integer is not a string. Fix access to uninitialised variable.
8770
8771         * tests/check/Makefile.am:
8772           Add cddabasesrc unit test; also actually enable the vorbis test.
8773
8774         * tests/check/generic/states.c:
8775           Blacklist new cd audio elements as well.
8776
8777         * tests/check/libs/cddabasesrc.c:
8778           Unit test for GstCddaBaseSrc (discid calculation mostly).
8779
8780 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8781
8782         * docs/libs/Makefile.am:
8783         * docs/libs/gst-plugins-base-libs-docs.sgml:
8784         * docs/libs/gst-plugins-base-libs-sections.txt:
8785         * docs/libs/gst-plugins-base-libs.types:
8786           Add docs for libgstcdda/GstCddaBaseSrc.
8787
8788         * gst-libs/gst/interfaces/mixertrack.h:
8789           Do one struct member per line with a semicolon at the end, that way
8790           even gtk-doc might parse it without complaining.
8791
8792 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8793
8794         * configure.ac:
8795         * gst-libs/gst/Makefile.am:
8796         * gst-libs/gst/cdda/Makefile.am:
8797         * gst-libs/gst/cdda/base64.c:
8798         * gst-libs/gst/cdda/base64.h:
8799         * gst-libs/gst/cdda/gstcddabasesrc.c:
8800         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8801         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8802         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8803         (gst_cdda_base_src_get_property),
8804         (gst_cdda_base_src_get_track_from_sector),
8805         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8806         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8807         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8808         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8809         (gst_cdda_base_src_uri_get_protocols),
8810         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8811         (gst_cdda_base_src_uri_handler_init),
8812         (gst_cdda_base_src_setup_interfaces),
8813         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8814         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8815         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8816         (gst_cdda_base_src_add_tags),
8817         (gst_cdda_base_src_add_index_associations),
8818         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8819         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8820         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8821         (gst_cdda_base_src_create):
8822         * gst-libs/gst/cdda/gstcddabasesrc.h:
8823         * gst-libs/gst/cdda/sha1.c:
8824         * gst-libs/gst/cdda/sha1.h:
8825           Add new libgstcdda with GstCddaBaseSrc class.
8826
8827 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8828
8829         * ext/gnomevfs/gstgnomevfssink.h:
8830           Use GstBaseSinkClass as parent_class member for class struct, not
8831           GstBaseSink.
8832
8833 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8834
8835         Patch by: Michael Benes
8836
8837         * gst/videotestsrc/gstvideotestsrc.c:
8838         (gst_video_test_src_class_init), (gst_video_test_src_start):
8839           Add start method to reset running time and number of frames sent
8840           when starting up (fixes #324696)
8841
8842 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8843
8844         * docs/plugins/Makefile.am:
8845         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8846         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8847         * docs/plugins/gst-plugins-base-plugins.args:
8848         * docs/plugins/gst-plugins-base-plugins.hierarchy:
8849         * docs/plugins/gst-plugins-base-plugins.signals:
8850           Add docs stuff for gnomevfssrc and gnomevfssink.
8851
8852         * ext/gnomevfs/gstgnomevfssrc.c:
8853           Fix example pipeline in gtk-doc blurb.
8854
8855 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8856
8857         * ext/gnomevfs/Makefile.am:
8858         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
8859         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
8860         (gst_gnome_vfs_handle_get_type), (plugin_init):
8861         * ext/gnomevfs/gstgnomevfs.h:
8862         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
8863         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
8864         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
8865         (gst_gnome_vfs_sink_set_property),
8866         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
8867         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
8868         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
8869         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
8870         (gst_gnome_vfs_sink_uri_get_type),
8871         (gst_gnome_vfs_sink_uri_get_protocols),
8872         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
8873         (gst_gnome_vfs_sink_uri_handler_init):
8874         * ext/gnomevfs/gstgnomevfssink.h:
8875           Port gnomevfssink; add gtk-doc blurb.
8876
8877         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
8878         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
8879         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8880         (gst_gnome_vfs_src_uri_get_type),
8881         (gst_gnome_vfs_src_uri_get_protocols),
8882         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
8883         (gst_gnome_vfs_src_uri_handler_init),
8884         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
8885         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
8886         (gst_gnome_vfs_src_send_additional_headers_callback),
8887         (gst_gnome_vfs_src_received_headers_callback),
8888         (gst_gnome_vfs_src_push_callbacks),
8889         (gst_gnome_vfs_src_pop_callbacks),
8890         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
8891         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
8892         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8893         * ext/gnomevfs/gstgnomevfssrc.h:
8894           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
8895           file; add gtk-doc blurb with example pipelines.
8896
8897 === release 0.10.1 ===
8898
8899 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
8900
8901         * configure.ac:
8902           releasing 0.10.1, "Dobro Dedek"
8903
8904 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
8905
8906         * gst/typefind/gsttypefindfunctions.c:
8907         iLBC30 and iLBC20 added to typefind.
8908
8909 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8910
8911         * gst-libs/gst/audio/gstbaseaudiosink.c:
8912         (gst_base_audio_sink_class_init):
8913         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8914         (gst_base_audio_src_class_init):
8915           update strings, values are in microseconds
8916           change the default sink buffer time to something that is smaller
8917           (to help software volume mixing have a slightly lower delay) but
8918           still be acceptable on Wim's laptop
8919
8920 2005-12-20  Edward Hervey  <edward@fluendo.com>
8921
8922         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
8923         Made a quack, forgot to add DUCK to the riff video template.
8924
8925 2005-12-19  Edward Hervey  <edward@fluendo.com>
8926
8927         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
8928         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8929         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8930         (gst_ogm_parse_chain):
8931         Make sure pads are initialized correctly.
8932         * gst-libs/gst/riff/riff-ids.h:
8933         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8934         (gst_riff_create_video_template_caps):
8935         Add a whole bunch of FOURCC <=> MimeType.
8936         Extend the riff video pad template to support the newly added fourcc.
8937
8938 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
8939
8940         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
8941         (gst_ogg_demux_activate_chain):
8942           Extra debug output when activating/deactivating chains.
8943
8944         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8945         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
8946         (unlinked):
8947           Remove a queue from our list when it becomes unlinked.
8948           Don't add queues to elements in class 'Demux' if they
8949           can only produce one pad 
8950
8951 2005-12-18  Julien MOUTTE  <julien@moutte.net>
8952
8953         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
8954         (gst_video_sink_get_type): Add a debug category.
8955
8956 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8957
8958         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8959         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
8960           Handle downstream newsegment by sending our own newsegment before the
8961           next buffer to be released. (#323900)
8962
8963 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8964
8965         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8966         (gst_base_rtp_depayload_set_gst_timestamp):
8967           add queue delay to new segment as well (as opposed to just the first
8968           buffer). (bug #322347)
8969
8970 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
8971
8972         * ext/libvisual/visual.c: (make_valid_name):
8973           change some char* into char[]
8974         * gst/audiotestsrc/gstaudiotestsrc.c:
8975         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
8976         (gst_audio_test_src_create):
8977         * gst/audiotestsrc/gstaudiotestsrc.h:
8978           prepare to handle EOS and SEGMENT_DONE
8979
8980 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8981
8982         * tests/check/generic/states.c: (GST_START_TEST):
8983           Blacklist cdparanoia element in state test.
8984
8985 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8986
8987           Patch by: Benjamin Pineau
8988
8989         * gst/tcp/gsttcp.c:
8990         * gst/tcp/gsttcpclientsink.c:
8991         * gst/tcp/gsttcpserversink.c:
8992         * gst/tcp/gsttcpserversrc.c:
8993           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
8994
8995 2005-12-15  Michael Smith  <msmith@fluendo.com>
8996
8997         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
8998         (gst_video_rate_chain):
8999           Fix timestamping for videorate when the first buffer it sees has a
9000           non-zero timestamp. Fix some misleading debug output.
9001
9002 2005-12-15  Michael Smith  <msmith@fluendo.com>
9003
9004         * gst/audioresample/gstaudioresample.c:
9005           Don't leak all input buffers to audioresample.
9006
9007 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9008
9009         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9010           Don't operate on empty text buffers. Strip newlines and
9011           tabs only from the end of the text, but leave them intact
9012           in the middle. Fix typo in gtk-doc description.
9013
9014 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9015
9016         * gst/playback/gstplaybasebin.c:
9017         * gst/playback/gstplaybin.c: (handoff):
9018           Make sure the video frame buffer we return to apps via the
9019           "frame" property always has caps set on it. Modify
9020           _gst_gvalue_set_object() macro to handle NULL objects
9021           gracefully too.
9022
9023 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9024
9025         * gst/audiotestsrc/gstaudiotestsrc.c:
9026         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9027         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9028         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9029         (gst_audio_test_src_create):
9030         * gst/audiotestsrc/gstaudiotestsrc.h:
9031         Adjust to some recent api changes and add wtays new cool seeking
9032         capabillities
9033
9034 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9035
9036         * ext/alsa/Makefile.am:
9037         * ext/alsa/gstalsadeviceprobe.c:
9038         * ext/alsa/gstalsadeviceprobe.h:
9039           Helper functions to add device probing via the GstPropertyProbe
9040           interface to a class.
9041
9042         * ext/alsa/gstalsamixer.h:
9043           Comment out GST_ALSA_MIXER, it returns a struct that's not
9044           used.
9045
9046         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9047           Add some debug info. 
9048
9049         * ext/alsa/gstalsamixerelement.c:
9050         (gst_alsa_mixer_element_interface_supported),
9051         (gst_implements_interface_init),
9052         (gst_alsa_mixer_element_init_interfaces),
9053         (gst_alsa_mixer_element_class_init),
9054         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9055         (gst_alsa_mixer_element_set_property),
9056         (gst_alsa_mixer_element_get_property),
9057         (gst_alsa_mixer_element_change_state):
9058         * ext/alsa/gstalsamixerelement.h:
9059           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9060           for device handling (gnome-volume-control will need that).
9061
9062 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9063
9064         * ext/Makefile.am: fix cdparanoia entry
9065         * gst-plugins-base.spec.in: add cdparanoia
9066
9067 2005-12-12  Michael Smith  <msmith@fluendo.com>
9068
9069         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9070           Use the correct function to free list of typefind factories.
9071
9072 2005-12-12  Wim Taymans  <wim@fluendo.com>
9073
9074         * gst/videotestsrc/gstvideotestsrc.c:
9075         (gst_video_test_src_class_init), (gst_video_test_src_init),
9076         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9077         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9078         (gst_video_test_src_create):
9079         * gst/videotestsrc/gstvideotestsrc.h:
9080         Implement seeking in videotestsrc.
9081         Small cleanups.
9082
9083 2005-12-12  Wim Taymans  <wim@fluendo.com>
9084
9085         * ext/cdparanoia/Makefile.am:
9086         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9087         (gst_paranoia_endian_get_type), (_do_init),
9088         (cdparanoia_class_init), (cdparanoia_init),
9089         (cdparanoia_set_property), (cdparanoia_get_property),
9090         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9091         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9092         (cdparanoia_convert), (cdparanoia_get_query_types),
9093         (cdparanoia_query), (cdparanoia_set_index),
9094         (cdparanoia_uri_set_uri):
9095         * ext/cdparanoia/gstcdparanoia.h:
9096         Partially ported cdparanoia now that basesrc can support a
9097         plugin like this..
9098
9099 2005-12-12  Wim Taymans  <wim@fluendo.com>
9100
9101         * tests/examples/seek/scrubby.c: (main):
9102         Set higher priority for bus events so they don't get reordered with
9103         gtk gui events.
9104
9105         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9106         (flush_toggle_cb), (main):
9107         Added checkbox to disable flushing seeks. 
9108         Disable scrubbing when doing non flushing seeks.
9109
9110 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9111
9112         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9113         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9114         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9115         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9116           Implement some sort of event handling that doesn't rely on
9117           g_return_if_fail; make sure we always push the last chunk of an 
9118           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9119           state change function; remove some old cruft. Seeking is still
9120           rather unlikely to work though.
9121
9122         * tools/.cvsignore:
9123           Ignore more.
9124
9125 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9126
9127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9128         Fixed a leak of the current image reference when cleaning up.
9129         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9130
9131 2005-12-09  Michael Smith  <msmith@fluendo.com>
9132
9133         * tools/Makefile.am:
9134         * tools/gst-launch-ext-m.m:
9135           Remove gst-launch-ext. It doesn't work, and is no longer
9136           particularly useful.
9137
9138 2005-12-08  Luca Ognibene  <luogni@tin.it>
9139
9140         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9141           don't pass random values to ogmparse convert function.
9142           Make seeking possible in the exile1.ogm file.
9143
9144 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9145
9146         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9147         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9148           Work around refcount problem with g_value_set_object() that occur
9149           if the core has been compiled against GLib-2.6 (g_value_set_object()
9150           will only g_object_ref() the element, but the caller will
9151           gst_object_unref() it and bad things will happen due to the way
9152           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9153           totem for people on FC4 using Thomas's 0.10 RPMs.
9154           
9155 2005-12-07  Edward Hervey  <edward@fluendo.com>
9156
9157         Time to welcome ogm to 0.10 :)
9158         
9159         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9160         (gst_ogg_pad_typefind):
9161         Oggdemux can now properly typefind elements with dynamic pads.
9162         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9163         Properly set caps on src pad, and set caps on outgoing buffers.
9164
9165 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9166
9167         * ext/alsa/gstalsamixer.h:
9168         * ext/alsa/gstalsamixerelement.h:
9169         * ext/alsa/gstalsamixeroptions.h:
9170         * ext/alsa/gstalsamixertrack.h:
9171         * ext/alsa/gstalsasink.c:
9172         * ext/alsa/gstalsasink.h:
9173         * ext/alsa/gstalsasrc.c:
9174         * ext/alsa/gstalsasrc.h:
9175         * ext/cdparanoia/gstcdparanoia.h:
9176         * ext/gnomevfs/gstgnomevfsuri.h:
9177         * ext/ogg/gstoggdemux.c:
9178         * ext/ogg/gstoggmux.c:
9179         * ext/pango/gsttextoverlay.h:
9180         * ext/theora/theoradec.c:
9181         * ext/theora/theoraenc.c:
9182         * ext/vorbis/vorbisdec.h:
9183         * ext/vorbis/vorbisenc.c:
9184         * ext/vorbis/vorbisenc.h:
9185         * ext/vorbis/vorbisparse.h:
9186         * gst-libs/gst/audio/gstaudioclock.h:
9187         * gst-libs/gst/audio/gstaudiosink.c:
9188         * gst-libs/gst/audio/gstaudiosink.h:
9189         * gst-libs/gst/audio/gstaudiosrc.c:
9190         * gst-libs/gst/audio/gstaudiosrc.h:
9191         * gst-libs/gst/audio/gstbaseaudiosink.c:
9192         * gst-libs/gst/audio/gstbaseaudiosink.h:
9193         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9194         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9195         * gst-libs/gst/audio/gstringbuffer.h:
9196         * gst-libs/gst/audio/multichannel.h:
9197         * gst-libs/gst/floatcast/floatcast.h:
9198         * gst-libs/gst/interfaces/colorbalance.c:
9199         * gst-libs/gst/interfaces/colorbalance.h:
9200         * gst-libs/gst/interfaces/colorbalancechannel.h:
9201         * gst-libs/gst/interfaces/mixer.h:
9202         * gst-libs/gst/interfaces/mixeroptions.h:
9203         * gst-libs/gst/interfaces/mixertrack.h:
9204         * gst-libs/gst/interfaces/navigation.h:
9205         * gst-libs/gst/interfaces/propertyprobe.h:
9206         * gst-libs/gst/interfaces/tuner.h:
9207         * gst-libs/gst/interfaces/tunerchannel.h:
9208         * gst-libs/gst/interfaces/tunernorm.h:
9209         * gst-libs/gst/interfaces/xoverlay.h:
9210         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9211         * gst-libs/gst/riff/riff-ids.h:
9212         * gst-libs/gst/riff/riff-media.h:
9213         * gst-libs/gst/riff/riff-read.h:
9214         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9215         * gst-libs/gst/rtp/gstbasertppayload.c:
9216         * gst-libs/gst/rtp/gstbasertppayload.h:
9217         * gst-libs/gst/rtp/gstrtpbuffer.c:
9218         * gst-libs/gst/rtp/gstrtpbuffer.h:
9219         * gst-libs/gst/tag/gsttageditingprivate.h:
9220         * gst-libs/gst/tag/gstvorbistag.c:
9221         (gst_tag_list_from_vorbiscomment_buffer):
9222         * gst-libs/gst/tag/tag.h:
9223         * gst-libs/gst/video/video.h:
9224         * gst/adder/gstadder.c:
9225         * gst/adder/gstadder.h:
9226         * gst/audioconvert/audioconvert.c:
9227         * gst/audioconvert/audioconvert.h:
9228         * gst/audioconvert/gstaudioconvert.c:
9229         * gst/audioconvert/gstchannelmix.c:
9230         * gst/audioconvert/gstchannelmix.h:
9231         * gst/audiorate/gstaudiorate.c:
9232         * gst/audioresample/buffer.h:
9233         * gst/audioresample/functable.h:
9234         * gst/audioresample/gstaudioresample.c:
9235         * gst/audioresample/resample.h:
9236         * gst/ffmpegcolorspace/avcodec.h:
9237         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9238         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9239         * gst/ffmpegcolorspace/imgconvert.c:
9240         * gst/ffmpegcolorspace/imgconvert_template.h:
9241         * gst/playback/gstdecodebin.c:
9242         * gst/playback/gstplaybasebin.h:
9243         * gst/playback/gstplaybin.c:
9244         * gst/playback/gststreaminfo.h:
9245         * gst/tcp/gstfdset.c:
9246         * gst/tcp/gstfdset.h:
9247         * gst/tcp/gstmultifdsink.c:
9248         * gst/tcp/gstmultifdsink.h:
9249         * gst/tcp/gsttcp.h:
9250         * gst/tcp/gsttcpclientsrc.c:
9251         * gst/tcp/gsttcpclientsrc.h:
9252         * gst/tcp/gsttcpplugin.h:
9253         * gst/tcp/gsttcpserversink.c:
9254         * gst/tcp/gsttcpserversrc.c:
9255         * gst/typefind/gsttypefindfunctions.c:
9256         * gst/videorate/gstvideorate.c:
9257         * gst/videotestsrc/gstvideotestsrc.h:
9258         * gst/videotestsrc/videotestsrc.h:
9259         * sys/v4l/gstv4lcolorbalance.h:
9260         * sys/v4l/gstv4ltuner.h:
9261         * sys/v4l/gstv4lxoverlay.h:
9262         * sys/v4l/v4l_calls.h:
9263         * sys/v4l/videodev_mjpeg.h:
9264         * tests/check/elements/audioconvert.c:
9265         * tests/check/elements/audioresample.c:
9266         * tests/check/elements/audiotestsrc.c:
9267         * tests/check/elements/videotestsrc.c:
9268         * tests/check/elements/volume.c:
9269         * tests/examples/seek/scrubby.c:
9270         * tests/examples/seek/seek.c:
9271           expand tabs
9272
9273 === release 0.10.0 ===
9274
9275 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9276
9277         * configure.ac:
9278           releasing 0.10.0, "Mont-d'or"
9279
9280 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9281
9282         * tests/examples/seek/Makefile.am:
9283         Build fix for when gtk is not available.
9284
9285 2005-12-05  Andy Wingo  <wingo@pobox.com>
9286
9287         * ext/libvisual/visual.c: (get_buffer):
9288         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9289         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9290         * ext/theora/theoradec.c: (theora_handle_data_packet):
9291         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9292         (theora_enc_chain):
9293         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9294         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9295         Update for alloc_buffer changes.
9296
9297 2005-12-05  Andy Wingo  <wingo@pobox.com>
9298
9299         patch by: Kai Vehmanen <kv2004 eca cx>
9300         
9301         * gst-libs/gst/rtp/gstbasertpdepayload.c
9302         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9303
9304 2005-12-04  Andy Wingo  <wingo@pobox.com>
9305
9306         patch by: Sebastien Cote <sebas642 yahoo ca>
9307         
9308         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9309         Fixes #319172.
9310
9311 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9312
9313         * docs/plugins/Makefile.am:
9314         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9315         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9316         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9317         * ext/pango/gstclockoverlay.c:
9318         * ext/pango/gsttextoverlay.c: 
9319         * ext/pango/gsttextrender.c:
9320         * ext/pango/gsttimeoverlay.c:
9321           Add gtk-doc blurbs to pango elements.
9322
9323 2005-12-02  Wim Taymans  <wim@fluendo.com>
9324
9325         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9326         * gst/audioresample/buffer.h:
9327         * gst/audioresample/gstaudioresample.c:
9328         * gst/audioresample/gstaudioresample.h:
9329         * gst/audioresample/resample.c: (resample_input_flush),
9330         (resample_input_pushthrough), (resample_input_eos),
9331         (resample_get_output_size_for_input),
9332         (resample_get_input_size_for_output), (resample_get_output_size),
9333         (resample_get_output_data):
9334         * gst/audioresample/resample.h:
9335         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9336         Fix audioresample, seek torture, new segments, reverse negotiation
9337         etc.. work fine.
9338
9339 2005-12-02  Wim Taymans  <wim@fluendo.com>
9340
9341         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9342         Small cleanups.
9343
9344 2005-12-02  Wim Taymans  <wim@fluendo.com>
9345
9346         * gst/audioconvert/gstaudioconvert.c:
9347         (gst_audio_convert_transform):
9348         Post errors.
9349
9350 === release 0.9.7 ===
9351
9352 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9353
9354         * configure.ac:
9355           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9356
9357 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9358
9359         * Makefile.am:
9360         * po/hu.po:
9361         * win32/MANIFEST:
9362         * win32/gst.sln:
9363           add win32 MANIFEST file
9364           do something to the hungarian translation
9365
9366 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9367
9368         * ext/Makefile.am:
9369           Add $(PANGO_DIR) to SUBDIRS
9370
9371         * ext/pango/gstclockoverlay.c:
9372         * ext/pango/gsttimeoverlay.c:
9373           Fix and improve element descriptions.
9374
9375 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9376
9377         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9378         * docs/plugins/inspect/plugin-libvisual.xml:
9379         * docs/plugins/inspect/plugin-pango.xml:
9380           add pango plugin to docs
9381
9382 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9383
9384         * configure.ac:
9385         * ext/Makefile.am:
9386           moved pango to base
9387
9388 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9389
9390         * configure.ac:
9391         * tests/Makefile.am:
9392         * tests/icles/.cvsignore:
9393         * tests/icles/Makefile.am:
9394         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9395         (close_display), (resize_window), (move_window), (create_window),
9396         (terminate_playback), (pause_playback), (start_playback), (main):
9397           add stress test for xoverlay from Julien
9398
9399 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9400
9401         * docs/libs/tmpl/gstcolorbalance.sgml:
9402         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9403         * gst-libs/gst/rtp/gstbasertppayload.c:
9404         * gst-libs/gst/rtp/gstrtpbuffer.c:
9405         * gst-libs/gst/rtp/gstrtpbuffer.h:
9406           Do burger's rename for rtp payloaders and depayloaders
9407
9408 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9409
9410         * win32/:
9411           add Visual Studio 6 build files
9412
9413 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9414
9415         * docs/libs/gst-plugins-base-libs-docs.sgml:
9416         * docs/libs/gst-plugins-base-libs-sections.txt:
9417         * docs/libs/tmpl/gstaudio.sgml:
9418         * docs/libs/tmpl/gstringbuffer.sgml:
9419         * gst-libs/gst/interfaces/xoverlay.c:
9420         * gst-libs/gst/video/gstvideofilter.c:
9421         * gst-libs/gst/video/gstvideosink.c:
9422           update documentation
9423
9424 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9425
9426         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9427         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9428         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9429         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9430         (gst_multi_fd_sink_get_stats),
9431         (gst_multi_fd_sink_remove_client_link),
9432         (gst_multi_fd_sink_handle_client_read),
9433         (gst_multi_fd_sink_client_queue_data),
9434         (gst_multi_fd_sink_client_queue_caps),
9435         (gst_multi_fd_sink_client_queue_buffer),
9436         (gst_multi_fd_sink_new_client),
9437         (gst_multi_fd_sink_handle_client_write),
9438         (gst_multi_fd_sink_recover_client),
9439         (gst_multi_fd_sink_queue_buffer),
9440         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9441         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9442         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9443         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9444         * gst/tcp/gstmultifdsink.h:
9445         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9446         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9447         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9448         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9449         (gst_tcp_client_sink_set_property),
9450         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9451         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9452         * gst/tcp/gsttcpclientsink.h:
9453         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9454         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9455         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9456         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9457         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9458         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9459         * gst/tcp/gsttcpclientsrc.h:
9460         * gst/tcp/gsttcpplugin.c: (plugin_init):
9461         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9462         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9463         (gst_tcp_server_sink_finalize),
9464         (gst_tcp_server_sink_handle_server_read),
9465         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9466         (gst_tcp_server_sink_set_property),
9467         (gst_tcp_server_sink_get_property),
9468         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9469         * gst/tcp/gsttcpserversink.h:
9470         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9471         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9472         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9473         (gst_tcp_server_src_set_property),
9474         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9475         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9476         * gst/tcp/gsttcpserversrc.h:
9477           more borgifying
9478
9479 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9480
9481         * docs/plugins/Makefile.am:
9482         * docs/plugins/gst-plugins-base-plugins.args:
9483         * docs/plugins/inspect/plugin-libvisual.xml:
9484         * gst/audioconvert/plugin.h:
9485         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9486         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9487         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9488         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9489         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9490         (plugin_init):
9491         * gst/audiotestsrc/gstaudiotestsrc.c:
9492         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9493         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9494         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9495         (gst_audio_test_src_get_query_types),
9496         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9497         (gst_audio_test_src_create_square),
9498         (gst_audio_test_src_create_saw),
9499         (gst_audio_test_src_create_triangle),
9500         (gst_audio_test_src_create_silence),
9501         (gst_audio_test_src_create_white_noise),
9502         (gst_audio_test_src_init_pink_noise),
9503         (gst_audio_test_src_generate_pink_noise_value),
9504         (gst_audio_test_src_create_pink_noise),
9505         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9506         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9507         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9508         (plugin_init):
9509         * gst/audiotestsrc/gstaudiotestsrc.h:
9510         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9511         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9512         (gst_sub_parse_init), (gst_sub_parse_formats),
9513         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9514         (convert_encoding), (get_next_line),
9515         (gst_sub_parse_data_format_autodetect),
9516         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9517         (gst_sub_parse_loop), (gst_sub_parse_chain),
9518         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9519         (plugin_init):
9520         * gst/subparse/gstsubparse.h:
9521         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9522         (gst_video_rate_base_init), (gst_video_rate_class_init),
9523         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9524         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9525         (gst_video_rate_init), (gst_video_rate_event),
9526         (gst_video_rate_chain), (gst_video_rate_set_property),
9527         (gst_video_rate_get_property), (gst_video_rate_change_state),
9528         (plugin_init):
9529         * gst/videoscale/gstvideoscale.c:
9530         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9531         (gst_video_scale_src_template_factory),
9532         (gst_video_scale_sink_template_factory),
9533         (gst_video_scale_get_type), (gst_video_scale_base_init),
9534         (gst_video_scale_class_init), (gst_video_scale_init),
9535         (gst_video_scale_set_property), (gst_video_scale_get_property),
9536         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9537         (gst_video_scale_prepare_size), (parse_caps),
9538         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9539         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9540         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9541         (plugin_init):
9542         * gst/videoscale/gstvideoscale.h:
9543         * gst/videotestsrc/gstvideotestsrc.c:
9544         (gst_video_test_src_pattern_get_type),
9545         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9546         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9547         (gst_video_test_src_set_pattern),
9548         (gst_video_test_src_set_property),
9549         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9550         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9551         (gst_video_test_src_event), (gst_video_test_src_get_times),
9552         (gst_video_test_src_create), (plugin_init):
9553         * gst/videotestsrc/gstvideotestsrc.h:
9554         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9555         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9556         (gst_video_test_src_black):
9557         * gst/videotestsrc/videotestsrc.h:
9558           borgify further
9559           clean up docs a little
9560
9561 2005-11-30  Wim Taymans  <wim@fluendo.com>
9562
9563         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9564         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9565         (gst_basertppayload_event), (gst_basertppayload_push),
9566         (gst_basertppayload_change_state):
9567         * gst-libs/gst/rtp/gstbasertppayload.h:
9568         closed #320644.
9569
9570 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9571
9572         * docs/libs/gst-plugins-base-libs-docs.sgml:
9573         * docs/libs/gst-plugins-base-libs-sections.txt:
9574         * gst-libs/gst/video/gstvideofilter.c:
9575         * gst-libs/gst/video/gstvideosink.c:
9576         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9577
9578 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9579
9580         * LICENSE:
9581           move
9582         * po/af.po:
9583         * po/az.po:
9584         * po/cs.po:
9585         * po/en_GB.po:
9586         * po/hu.po:
9587         * po/it.po:
9588         * po/nb.po:
9589         * po/nl.po:
9590         * po/or.po:
9591         * po/sq.po:
9592         * po/sr.po:
9593         * po/sv.po:
9594         * po/uk.po:
9595         * po/vi.po:
9596         * Makefile.am:
9597           update
9598         * scripts/autoplugins.sh:
9599           remove
9600
9601 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9602
9603         * Makefile.am:
9604         * configure.ac:
9605         * examples/Makefile.am:
9606         * examples/capsfilter/Makefile.am:
9607         * examples/capsfilter/capsfilter1.c:
9608         * examples/gob/Makefile.am:
9609         * examples/gob/gst-identity2.gob:
9610         * examples/indexing/.cvsignore:
9611         * examples/indexing/Makefile.am:
9612         * examples/indexing/indexmpeg.c:
9613         * examples/seeking/.cvsignore:
9614         * examples/seeking/Makefile.am:
9615         * examples/seeking/cdparanoia.c:
9616         * examples/seeking/cdplayer.c:
9617         * examples/seeking/chained.c:
9618         * examples/seeking/scrubby.c:
9619         * examples/seeking/seek.c:
9620         * examples/stats/Makefile.am:
9621         * examples/stats/mp2ogg.c:
9622         * examples/switch/.cvsignore:
9623         * examples/switch/Makefile.am:
9624         * examples/switch/switcher.c:
9625         * tests/Makefile.am:
9626         * tests/check/generic/.cvsignore:
9627         * tests/check/pipelines/.cvsignore:
9628         * tests/examples/Makefile.am:
9629         * tests/examples/seek/Makefile.am:
9630           reorganize stuff under tests/
9631
9632 2005-11-30  Edward Hervey  <edward@fluendo.com>
9633
9634         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9635         Go away you stupid GstStaticPadTemplate memleak.
9636
9637 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9638
9639         * gst-libs/gst/net/Makefile.am:
9640         * gst-libs/gst/net/README:
9641         * gst-libs/gst/net/gstnetbuffer.c:
9642         * gst-libs/gst/net/gstnetbuffer.h:
9643           this was moved to "netbuffer"
9644
9645 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9646
9647         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9648         (gst_video_filter_class_init), (gst_video_filter_init):
9649         * gst-libs/gst/video/gstvideofilter.h:
9650           borgify name to bring in line with other classes
9651
9652 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9653
9654         * gst/audioscale/.cvsignore:
9655         * gst/audioscale/Makefile.am:
9656         * gst/audioscale/README:
9657         * gst/audioscale/audioscale.vcproj:
9658         * gst/audioscale/dtof.c:
9659         * gst/audioscale/dtos.c:
9660         * gst/audioscale/functable.c:
9661         * gst/audioscale/gstaudioscale.c:
9662         * gst/audioscale/gstaudioscale.h:
9663         * gst/audioscale/private.h:
9664         * gst/audioscale/resample.c:
9665         * gst/audioscale/resample.h:
9666         * gst/audioscale/test.c:
9667           remove
9668
9669 2005-11-30  Edward Hervey  <edward@fluendo.com>
9670
9671         * gst-libs/gst/netbuffer/Makefile.am:
9672         really, really tired
9673
9674 2005-11-30  Edward Hervey  <edward@fluendo.com>
9675
9676         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9677         Update for new GstTypeFindFactory _register()
9678
9679 2005-11-30  Edward Hervey  <edward@fluendo.com>
9680
9681         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9682         Let's not override libgstnet from core for no reason...
9683         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9684         Ok, maybe not so quick next time.
9685
9686 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9687
9688         * configure.ac:
9689         * gst-libs/gst/Makefile.am:
9690           moved gst-libs/gst/net to netbuffer through CVS surgery
9691           remove old directory
9692           updating build to accomodate
9693           (#322257)
9694
9695 2005-11-29  Andy Wingo  <wingo@pobox.com>
9696
9697         * pkgconfig/gstreamer-plugins-base.pc.in:
9698         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9699         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9700         (#322257).
9701
9702 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9703
9704         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9705         3rd time's the charm. Correct ref-counting for discarded buffers.
9706
9707 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9708
9709         * gst/playback/gststreamselector.c:
9710         (gst_stream_selector_class_init),
9711         (gst_stream_selector_set_property),
9712         (gst_stream_selector_get_property),
9713         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9714         Fix ref-counting
9715
9716 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9717
9718         * gst/subparse/gstsubparse.c: (feed_textbuf):
9719           Don't access already unref'ed buffer.
9720
9721 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9722
9723         * gst/playback/gststreamselector.c:
9724         (gst_stream_selector_class_init), (gst_stream_selector_init),
9725         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9726         (gst_stream_selector_get_property),
9727         (gst_stream_selector_get_linked_pad),
9728         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9729         * gst/playback/gststreamselector.h:
9730         Add the active-pad property for playbin to use shortly. Ignore buffers
9731         from any other pad, returning GST_FLOW_NOT_LINKED
9732
9733 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9734
9735         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9736         patch from bug #322704 (Alessandro Decina).
9737
9738 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9739
9740         * gst-libs/gst/audio/Makefile.am:
9741           folded audiofilter into the audio library
9742
9743 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9744
9745         * gst/videoscale/gstvideoscale.h:
9746         * gst/videoscale/gstvideoscale.c:
9747           remove unimplemented scale methods
9748
9749 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9750
9751         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9752           Don't leak caps.
9753
9754 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9755
9756         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9757         (gst_ximagesink_setcaps):
9758         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9759         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9760         happens (only visible on ximagesink but bug is in xv too) set_caps was
9761         destroying the internal x[v]image used to memcpy non locally alloced
9762         buffers so that it got renewed on next _chain. The issue is that 
9763         _expose will try to put that image as it reffed it in _put.
9764         Using gst_buffer_unref instead of destroy fixes it !
9765
9766 2005-11-28  Edward Hervey  <edward@fluendo.com>
9767
9768         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9769         (try_to_link_1), (queue_filled_cb):
9770         Better use of the queues. Start with a small size queue and only increase
9771         the size of the queues when the other queues are empty.
9772
9773 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9774
9775         * gst-libs/gst/video/Makefile.am:
9776           compile in copied-over videofilter into the video library
9777         * gst-libs/gst/video/videosink.h:
9778           rename the header to gstvideosink.h since it's a base GstObject class
9779         * sys/ximage/ximagesink.h:
9780         * sys/xvimage/xvimagesink.h:
9781           use the new header
9782
9783 2005-11-28  Wim Taymans  <wim@fluendo.com>
9784
9785         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9786         * gst/playback/gstplaybasebin.h:
9787         Prepare to handle errors betters.
9788
9789         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9790         Set sinks to PAUSED first before adding and linking them so that
9791         we don't interrupt dataflow.
9792
9793 2005-11-28  Wim Taymans  <wim@fluendo.com>
9794
9795         * gst-libs/gst/audio/TODO:
9796         Updated TODO
9797
9798         * gst-libs/gst/audio/gstaudiosink.c:
9799         (gst_audioringbuffer_open_device),
9800         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9801         (gst_audioringbuffer_release):
9802         Small cleanups.
9803
9804         * gst-libs/gst/audio/gstbaseaudiosink.c:
9805         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9806         (gst_base_audio_sink_change_state):
9807         Slave to the master clock when going to PLAYING and unslave when
9808         going to PAUSED.
9809
9810         * gst-libs/gst/audio/gstringbuffer.c:
9811         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9812         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9813         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9814         (gst_ring_buffer_clear_all), (wait_segment),
9815         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9816         (gst_ring_buffer_advance):
9817         * gst-libs/gst/audio/gstringbuffer.h:
9818         Add some docs and cleanups.
9819
9820 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9821
9822         * sys/xvimage/xvimagesink.c:
9823         (gst_xvimagesink_navigation_send_event): Fix navigation events
9824         coordinates translation with pixel aspect ratios.
9825
9826 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9827
9828         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9829         Use calculated video geometry from _setcaps instead of buffer
9830         caps to respect pixel aspect ratio. (fixes #322388)
9831
9832 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9833
9834         * docs/libs/tmpl/gstcolorbalance.sgml:
9835         * docs/libs/tmpl/gstmixer.sgml:
9836         * docs/libs/tmpl/gstxoverlay.sgml:
9837         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
9838         interface.
9839
9840 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9841
9842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9843         Refuse to create an XvImage if we can't find the format.
9844
9845 2005-11-28  Edward Hervey  <edward@fluendo.com>
9846
9847         * gst-libs/gst/riff/riff-media.c:
9848         (gst_riff_create_audio_template_caps):
9849         Add ATRAC3 to the list of riff-possible audio caps.
9850         I know we still don't have a plugin for atrac3, but it's saner to output
9851         that than a cryptic mimetype.
9852
9853 2005-11-27  Edward Hervey  <edward@fluendo.com>
9854
9855         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
9856         Don't try to create a zero-sized subbuffer.
9857
9858 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9859
9860         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
9861         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9862         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
9863         (gst_ximagesink_expose): Fixed a tricky race.
9864         * sys/ximage/ximagesink.h:
9865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9866         (gst_xvimagesink_expose): Fixed a tricky race.
9867         * sys/xvimage/xvimagesink.h:
9868
9869 2005-11-27  Edward Hervey  <edward@fluendo.com>
9870
9871         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9872         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
9873         Remove unused properties, and add queues between demuxers and decoders
9874         so that a lot more files can preroll properly.
9875
9876 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9877
9878         * gst-libs/gst/net/Makefile.am:
9879         * gst-libs/gst/rtp/Makefile.am:
9880         * gst-libs/gst/tag/Makefile.am:
9881           remove silly include
9882         * gst/tags/Makefile.am:
9883         * gst/tags/gsttagediting.c:
9884         * gst/tags/gsttageditingprivate.h:
9885         * gst/tags/tagedit.vcproj:
9886           remove directory, is as good as empty
9887
9888 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9889
9890         * configure.ac:
9891           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
9892         * gst-libs/Makefile.am:
9893         * gst-libs/gst/audio/Makefile.am:
9894         * gst-libs/gst/interfaces/Makefile.am:
9895         * gst-libs/gst/net/Makefile.am:
9896         * gst-libs/gst/riff/Makefile.am:
9897         * gst-libs/gst/rtp/Makefile.am:
9898         * gst-libs/gst/tag/Makefile.am:
9899         * gst-libs/gst/video/Makefile.am:
9900           and use them
9901
9902 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9903
9904         * docs/libs/tmpl/gstcolorbalance.sgml:
9905         * docs/libs/tmpl/gstmixer.sgml:
9906         * docs/libs/tmpl/gstxoverlay.sgml:
9907         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
9908         * sys/ximage/ximagesink.h:
9909         * sys/xvimage/xvimagesink.h: More and more documentation.
9910
9911 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9912
9913         * docs/libs/gst-plugins-base-libs-docs.sgml:
9914         * docs/libs/gst-plugins-base-libs-sections.txt:
9915         * docs/libs/tmpl/gstcolorbalance.sgml:
9916         * docs/libs/tmpl/gstmixer.sgml:
9917         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
9918         to documentation.
9919
9920 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9921
9922         * docs/plugins/Makefile.am:
9923         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9924         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9925         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
9926
9927 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9928
9929         * docs/plugins/Makefile.am:
9930         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9931         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9932         * docs/plugins/inspect/plugin-adder.xml:
9933         * docs/plugins/inspect/plugin-alsa.xml:
9934         * docs/plugins/inspect/plugin-audioconvert.xml:
9935         * docs/plugins/inspect/plugin-audiorate.xml:
9936         * docs/plugins/inspect/plugin-audioresample.xml:
9937         * docs/plugins/inspect/plugin-audiotestsrc.xml:
9938         * docs/plugins/inspect/plugin-decodebin.xml:
9939         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9940         * docs/plugins/inspect/plugin-gnomevfs.xml:
9941         * docs/plugins/inspect/plugin-ogg.xml:
9942         * docs/plugins/inspect/plugin-playbin.xml:
9943         * docs/plugins/inspect/plugin-subparse.xml:
9944         * docs/plugins/inspect/plugin-tcp.xml:
9945         * docs/plugins/inspect/plugin-theora.xml:
9946         * docs/plugins/inspect/plugin-typefindfunctions.xml:
9947         * docs/plugins/inspect/plugin-video4linux.xml:
9948         * docs/plugins/inspect/plugin-videorate.xml:
9949         * docs/plugins/inspect/plugin-videoscale.xml:
9950         * docs/plugins/inspect/plugin-videotestsrc.xml:
9951         * docs/plugins/inspect/plugin-volume.xml:
9952         * docs/plugins/inspect/plugin-vorbis.xml:
9953         * docs/plugins/inspect/plugin-ximagesink.xml:
9954         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
9955         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
9956
9957 2005-11-26  Edward Hervey  <edward@fluendo.com>
9958
9959         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
9960         Properly return GstFlowReturn from gst_pad_push in chain functions.
9961
9962 2005-11-25  Michael Smith  <msmith@fluendo.com>
9963
9964         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
9965         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
9966         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9967         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
9968           Handle various conditions better when we don't understand a stream.
9969           Removes a heap of CRITICALs on ogg streams containing unknown data.
9970
9971 2005-11-24  Andy Wingo  <wingo@pobox.com>
9972
9973         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
9974         Be threadsafe.
9975
9976 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9977
9978         * configure.ac: back to HEAD
9979
9980 === release 0.9.6 ===
9981
9982 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
9983
9984         * configure.ac:
9985           releasing 0.9.6, "White Eight"
9986
9987 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9988
9989         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
9990         * docs/plugins/inspect/plugin-sine.xml:
9991           remove sinesrc some more
9992
9993 2005-11-23  Wim Taymans  <wim@fluendo.com>
9994
9995         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
9996         If we are reading too slowly, jump forward in the ringbuffer
9997         instead of blocking.
9998
9999 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10000
10001         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10002         (gst_visual_chain):
10003         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10004         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10005         (gst_videorate_chain):
10006         * gst/videotestsrc/gstvideotestsrc.c:
10007         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10008         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10009         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10010         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10011         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10012         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10013           Updates for API changes
10014
10015 2005-11-23  Wim Taymans  <wim@fluendo.com>
10016
10017         * gst-libs/gst/audio/gstbaseaudiosink.c:
10018         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10019         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10020         Fix for calibration API change.
10021
10022 2005-11-23  Michael Smith <msmith@fluendo.com>
10023
10024         * gst-libs/gst/audio/multichannel.c:
10025         (gst_audio_get_channel_positions),
10026         (gst_audio_set_channel_positions),
10027         (gst_audio_set_structure_channel_positions_list),
10028         (gst_audio_fixate_channel_positions):
10029           Use gst_value_array_*() functions on value arrays, not
10030           gst_value_list_*().
10031
10032 2005-11-23  Edward Hervey  <edward@fluendo.com>
10033
10034         * autogen.sh:
10035         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10036         Fixes autogen
10037
10038 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10039
10040         * check/Makefile.am:
10041         * check/elements/videotestsrc.c: (setup_videotestsrc),
10042         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10043         (main):
10044           add a test for videotestsrc
10045
10046 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10047
10048         * gst/sine/.cvsignore:
10049         * gst/sine/Makefile.am:
10050         * gst/sine/gstsinesrc.c:
10051         * gst/sine/gstsinesrc.h:
10052         * gst/sine/sinesrc.vcproj:
10053           and remove sinesrc from the repository.  Closes #321446
10054
10055 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10056
10057         * configure.ac:
10058         * gst-plugins-base.spec.in:
10059           remove sinesrc from the build
10060
10061 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10062
10063         * check/Makefile.am:
10064         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10065         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10066         (main):
10067           add a test for audiotestsrc, testing all waves.  Even seems
10068           leak-free at first glance, nice job Stefan
10069
10070 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10071
10072         * po/af.po:
10073         * po/az.po:
10074         * po/cs.po:
10075         * po/en_GB.po:
10076         * po/hu.po:
10077         * po/it.po:
10078         * po/nb.po:
10079         * po/nl.po:
10080         * po/or.po:
10081         * po/sq.po:
10082         * po/sr.po:
10083         * po/sv.po:
10084         * po/uk.po:
10085         * po/vi.po:
10086           Translation string updates
10087
10088         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10089         (gst_v4lsrc_set_caps):
10090         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10091         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10092         * sys/v4l/v4lsrc_calls.h:
10093           Improve v4lsrc, by making it work again.
10094
10095 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10096
10097         * ext/libvisual/visual.c: (gst_visual_chain):
10098           Fix the fps calculations.
10099
10100         * gst/ffmpegcolorspace/avcodec.h:
10101           Move structure element for clarity
10102
10103         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10104         * gst-libs/gst/interfaces/tunernorm.h:
10105         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10106         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10107         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10108         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10109         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10110         (gst_v4lmjpegsrc_getcaps):
10111         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10112         (gst_v4lsrc_set_caps):
10113         * sys/v4l/gstv4lsrc.h:
10114         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10115         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10116         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10117         * sys/v4l/v4lsrc_calls.h:
10118           Fractional framerates...
10119
10120 2005-11-22  Wim Taymans  <wim@fluendo.com>
10121
10122         * gst-libs/gst/audio/gstbaseaudiosink.c:
10123         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10124         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10125         And we provide a clock by default, of course...
10126
10127 2005-11-22  Wim Taymans  <wim@fluendo.com>
10128
10129         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10130         This clock can be slaved to a master clock now.
10131
10132         * gst-libs/gst/audio/gstbaseaudiosink.c:
10133         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10134         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10135         (gst_base_audio_sink_set_clock),
10136         (gst_base_audio_sink_set_property),
10137         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10138         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10139         * gst-libs/gst/audio/gstbaseaudiosink.h:
10140         Handle slaving the internal clock to the clock selected in the
10141         pipeline.
10142         Add property to make the basesink not provide a clock.
10143
10144         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10145         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10146         (gst_base_rtp_depayload_wait):
10147         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10148         We can use the clock in GstElement, no need to store it ourselves.
10149
10150 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10151
10152         * docs/libs/tmpl/gstaudio.sgml:
10153           update
10154         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10155         (gst_paranoia_endian_get_type):
10156         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10157         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10158         * gst/audiotestsrc/gstaudiotestsrc.c:
10159         (gst_audiostestsrc_wave_get_type):
10160         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10161         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10162         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10163         (gst_sync_method_get_type), (gst_unit_type_get_type),
10164         (gst_client_status_get_type), (gst_multifdsink_class_init),
10165         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10166         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10167         (gst_multifdsink_get_property):
10168         * gst/tcp/gstmultifdsink.h:
10169         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10170         * gst/videotestsrc/gstvideotestsrc.c:
10171         (gst_videotestsrc_pattern_get_type):
10172           remove deprecated properties
10173           fix up enums to correctly have short lowercase dashed nicks
10174
10175 2005-11-22  Michael Smith <msmith@fluendo.com>
10176
10177         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10178         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10179           Add underscore.
10180
10181 2005-11-22  Michael Smith <msmith@fluendo.com>
10182
10183         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10184         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10185           Use utility method for scaling clocktime for fractional framerates.
10186
10187 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10188
10189         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10190         (gst_visual_chain):
10191         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10192         * ext/theora/theoradec.c: (theora_handle_type_packet):
10193         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10194         (theora_enc_chain):
10195         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10196         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10197         * gst-libs/gst/video/video.h:
10198         * gst/ffmpegcolorspace/avcodec.h:
10199         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10200         (gst_ffmpeg_caps_to_pixfmt):
10201         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10202         (gst_ffmpegcsp_set_caps):
10203         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10204         (gst_videorate_setcaps), (gst_videorate_blank_data),
10205         (gst_videorate_chain):
10206         * gst/videotestsrc/gstvideotestsrc.c:
10207         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10208         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10209         (gst_videotestsrc_event), (gst_videotestsrc_create):
10210         * gst/videotestsrc/gstvideotestsrc.h:
10211         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10212         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10213         (gst_ximagesink_get_times), (gst_ximagesink_init):
10214         * sys/ximage/ximagesink.h:
10215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10216         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10217         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10218         * sys/xvimage/xvimagesink.h:
10219           Convert elements to use fractions for their framerate.
10220           V4L elements to come later tonight.
10221
10222 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10223
10224         * gst-libs/gst/audio/audio.c:
10225         * gst-libs/gst/audio/audio.h:
10226           remove some deprecated functions
10227
10228 2005-11-22  Andy Wingo  <wingo@pobox.com>
10229
10230         * Update for gst_tag_setter API changes.
10231
10232 2005-11-22  Andy Wingo  <wingo@pobox.com>
10233
10234         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10235         (gst_ogg_demux_perform_seek):
10236         * ext/theora/theoradec.c (theora_dec_sink_event):
10237         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10238         update-funcnames.
10239
10240 2005-11-22  Wim Taymans  <wim@fluendo.com>
10241
10242         * examples/seeking/seek.c: (main):
10243         Give higher priority to bus signals than the gtk events
10244         to fix a race condition in the segment looping.
10245
10246 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10247
10248         * ext/theora/Makefile.am:
10249         * ext/vorbis/Makefile.am:
10250         * gst-libs/gst/tag/Makefile.am:
10251         * gst-plugins-base.spec.in:
10252           Rename libgsttagedit to libgsttag (#322117).
10253
10254 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10255
10256         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10257         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10258           Call gst_x_overlay_prepare_xwindow_id() to give applications
10259           a final chance to set their own xwindow id before the video
10260           sink creates its own window.
10261
10262 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10263
10264         * sys/xvimage/xvimagesink.c:
10265         (gst_xvimagesink_navigation_send_event): Handle navigation
10266         events correcly with borders if applicable.
10267
10268 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10269
10270         Patch by: Luca Ognibene
10271
10272         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10273         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10274         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10275         (gst_ffmpegcsp_caps_remove_format_info):
10276         * gst/ffmpegcolorspace/imgconvert.c:
10277         * gst/ffmpegcolorspace/imgconvert_template.h:
10278           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10279           #318353); use gst_structure_has_name().
10280
10281 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10282
10283         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10284         (gst_ximagesink_class_init): Add debug macros on functions.
10285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10286         (gst_xvimagesink_xwindow_draw_borders),
10287         (gst_xvimagesink_xvimage_put),
10288         (gst_xvimagesink_xwindow_update_geometry),
10289         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10290         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10291         (gst_xvimagesink_xcontext_clear),
10292         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10293         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10294         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10295         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10296         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10297         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10298         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10299         expose while being PAUSED, out of data flow navigation events, etc..
10300
10301 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10302
10303         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10304         * gst-libs/gst/audio/audio.h:
10305           fix prototype - wondering why the test worked regardless
10306
10307 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10308
10309         * check/Makefile.am:
10310         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10311         * gst-libs/gst/audio/audio.h:
10312           add a method that returns a proper GstClockTime
10313
10314 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10315
10316         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10317         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10318         * gst-libs/gst/interfaces/xoverlay.h:
10319           Remove everything having to do with the desired size; add 
10320           gst_x_overlay_prepare_xwindow_id() function; remove the
10321           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10322           post a message on the bus instead (#321816).
10323
10324         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10326         (gst_xvimagesink_xoverlay_init):
10327           Remove desired size stuff (#321816).
10328
10329 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10330
10331         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10332         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10333         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10334           Terminate vararg functions with NULL instead of 0 to 
10335           make gcc4 happy.
10336
10337 2005-11-21  Andy Wingo  <wingo@pobox.com>
10338
10339         patch by: Sebastien Cote <sebas642@yahoo.ca>
10340         
10341         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10342         * gst-libs/gst/rtp/gstrtpbuffer.c
10343         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10344
10345 2005-11-21  Andy Wingo  <wingo@pobox.com>
10346
10347         * gst/playback/gstplaybin.c (gen_audio_element) 
10348         (gen_video_element): Use the new MISSING_PLUGIN core error
10349         category. Closes #320060.
10350
10351         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10352         * gst/videorate/gstvideorate.c (gst_videorate_event):
10353         * ext/theora/theoradec.c (theora_dec_sink_event): 
10354         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10355         stream lock.
10356
10357         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10358         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10359         stream lock changes.
10360
10361 2005-11-21  Wim Taymans  <wim@fluendo.com>
10362
10363         * gst-libs/gst/audio/gstbaseaudiosink.c:
10364         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10365         (gst_base_audio_sink_provide_clock),
10366         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10367         (gst_base_audio_sink_change_state):
10368         * gst/audioresample/gstaudioresample.c:
10369         Segment update fix.
10370
10371 2005-11-21  Andy Wingo  <wingo@pobox.com>
10372
10373         * *.h:
10374         * *.c: Ran scripts/update-macros. Oh yes.
10375
10376 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10377
10378         * sys/ximage/Makefile.am:
10379         * sys/ximage/ximage.c:
10380           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10381           remove your old libgstximage.* manually if necessary).
10382
10383 2005-11-21  Michael Smith <msmith@fluendo.com>
10384
10385         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10386           Minimal fix for bug #320200: set the min/max bitrate in the correct
10387           units. A better fix would be to upgrade to the RATEMANAGE2
10388           interface, rather than using the deprecated interface used here, but
10389           that would require an update in our libvorbis dependency (to 1.1),
10390           which is probably undesirable.
10391
10392 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10393
10394         * ext/libvisual/visual.c: (get_buffer):
10395         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10396         (gst_base_audio_src_fixate):
10397         * gst/audioconvert/gstaudioconvert.c:
10398         (gst_audio_convert_fixate_caps):
10399         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10400         * gst/audiotestsrc/gstaudiotestsrc.c:
10401         (gst_audiotestsrc_src_fixate):
10402         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10403         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10404         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10405         * gst/videotestsrc/gstvideotestsrc.c:
10406         (gst_videotestsrc_src_fixate):
10407         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10409           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10410           (#322027)
10411
10412
10413 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10414
10415         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10416         (gst_riff_create_iavs_caps):
10417         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10418         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10419         (gst_riff_parse_info):
10420         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10421         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10423           Fixes for GST_FOURCC_FORMAT API change.
10424
10425 2005-11-21  Andy Wingo  <wingo@pobox.com>
10426
10427         patch by: Alessandro Dessina <alessandro nnva org>
10428
10429         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10430         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10431         (gst_ogg_parse_chain):
10432         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10433         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10434         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10435         gst_value_list calls on arrays. Fixes #321962.
10436
10437 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10438
10439         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10440         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10441         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10442         * gst/adder/gstadder.c: (gst_adder_init),
10443         (gst_adder_request_new_pad), (gst_adder_collected),
10444         (gst_adder_change_state):
10445           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10446           API change.
10447
10448 2005-11-21  Michael Smith <msmith@fluendo.com>
10449
10450         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10451         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10452           Properly handle pad_push return values.
10453
10454 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10455
10456         * gst-libs/gst/tag/Makefile.am:
10457         * gst-libs/gst/tag/gstvorbistag.c:
10458         (gst_tag_list_to_vorbiscomment_buffer):
10459           Remove obsolete vorbistag element and debug category.
10460
10461         * gst/playback/gstplaybasebin.c: (check_queue):
10462           Don't divide by 0 when queue-threshold is 0.
10463
10464         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10465           Don't modify an existing pixel-aspect-ratio if we fail to read
10466           a new one.
10467
10468 2005-11-20  Wim Taymans  <wim@fluendo.com>
10469
10470         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10471         (gst_vorbisenc_push_packet):
10472         GST_PAD_IS_USABLE is gone, use the return value of
10473         the push or pad_alloc_buffer instead.
10474
10475 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10476
10477         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10478         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10479         (gst_ximagesink_ximage_destroy),
10480         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10481         (gst_ximagesink_xwindow_new),
10482         (gst_ximagesink_xwindow_update_geometry),
10483         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10484         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10485         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10486         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10487         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10488         (gst_ximagesink_navigation_send_event),
10489         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10490         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10491         (gst_ximagesink_finalize), (gst_ximagesink_init),
10492         (gst_ximagesink_class_init):
10493         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10494         This new version brings correct software scaling, non flickering
10495         window while resizing, pixel aspect ratio handling, usage of
10496         hardware buffer pools, out of data flow event thread for 
10497         navigation and handling of expose events even when being PAUSED,
10498         a new property to keep video aspect ratio when resizing, etc...
10499
10500 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10501
10502         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10503         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10504         handling of PAR.
10505
10506 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10507
10508         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10509         Unsetting IS_SINK flag from the fakesink, so decodebin
10510         never behaves as a sink.
10511
10512 2005-11-17  Wim Taymans  <wim@fluendo.com>
10513
10514         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10515         (gst_base_audio_src_change_state):
10516         Fix the audiosrc base class again, we did not unflush.
10517
10518 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10519
10520         * examples/seeking/seek.c: (make_dv_pipeline),
10521         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10522         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10523         to ogg/vorbis/theora pipeline.
10524
10525 2005-11-17  Wim Taymans  <wim@fluendo.com>
10526
10527         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10528         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10529         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10530         Fix EOS on multiple streams.
10531         More debugging.
10532
10533 2005-11-16  Wim Taymans  <wim@fluendo.com>
10534
10535         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10536         (gst_ogg_demux_perform_seek):
10537         Segment done must include stream time.
10538
10539         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10540         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10541         (gst_ogg_mux_change_state):
10542         Fix ogg muxer again.
10543
10544 2005-11-16  Wim Taymans  <wim@fluendo.com>
10545
10546         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10547         Fix compile again.
10548
10549 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10550
10551         * ext/libvisual/visual.c: (gst_visual_init):
10552         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10553         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10554         (gst_ogg_parse_chain):
10555         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10556         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10557         * ext/theora/theoradec.c: (gst_theora_dec_init):
10558         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10559         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10560         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10561         * gst/adder/gstadder.c: (gst_adder_class_init),
10562         (gst_adder_dispose):
10563         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10564         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10565         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10566           Fix a whole set of pad template leaks
10567
10568 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10569
10570         * check/generic/states.c: (GST_START_TEST):
10571           fix the test so that it only checks for elements that are part of
10572           this source module
10573
10574 2005-11-16  Michael Smith <msmith@fluendo.com>
10575
10576         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10577         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10578         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10579         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10580         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10581         (gst_ogg_mux_change_state):
10582           Fix leaking collectpads.
10583
10584 2005-11-16  Edward Hervey  <edward@fluendo.com>
10585
10586         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10587         (gst_videorate_event), (gst_videorate_chain):
10588         Handle segment seeks
10589
10590 2005-11-16  Wim Taymans  <wim@fluendo.com>
10591
10592         * gst-libs/gst/audio/gstbaseaudiosink.c:
10593         (gst_base_audio_sink_provide_clock),
10594         (gst_base_audio_sink_change_state):
10595         Set ringbuffer to non-flushing when going to PAUSED, set to
10596         flushing again when going to READY.
10597
10598         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10599         (gst_ring_buffer_stop):
10600         Start in flushing mode by default.
10601         Don't set flushing in the _stop method, let the app call
10602         this explicitly.
10603
10604 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10605
10606         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10607         * gst-libs/gst/video/videosink.h: Add helper function needed
10608         for video sinks.
10609
10610 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10611
10612         * gst/videoscale/gstvideoscale.c:
10613         (gst_videoscale_handle_src_event):
10614           Don't leak reference to pad parent.
10615
10616 2005-11-16  Wim Taymans  <wim@fluendo.com>
10617
10618         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10619         Set ringbuffer to flushing when stopping so that we don't
10620         block on wait_segment anymore and livelock.
10621
10622 2005-11-16  Wim Taymans  <wim@fluendo.com>
10623
10624         * examples/seeking/seek.c: (send_event), (do_seek),
10625         (loop_toggle_cb), (segment_done), (main):
10626         Added looping checkbox.
10627
10628 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10629
10630         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10631         (gst_ogg_demux_init):
10632         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10633         (gst_vorbis_dec_init):
10634           revert unrefs, they don't pass make check
10635
10636 2005-11-15  Johan Dahlin  <johan@gnome.org>
10637
10638         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10639         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10640         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10641         (gst_vorbis_dec_init):
10642         Fix pad template leaks. 
10643
10644 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10645
10646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10647           Make state change function thread safe.
10648
10649 2005-11-15  Edward Hervey  <edward@fluendo.com>
10650
10651         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10652         (gst_ogg_demux_class_init):
10653         Implement GstElement::send_event, so we can send seek events
10654         in GST_STATE_READY
10655
10656 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10657
10658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10659         Discovered how to take away flickering while resizing the
10660         window. Please don't put that in ximagesink, refactoring in
10661         progress.
10662
10663 2005-11-14  Michael Smith <msmith@fluendo.com>
10664
10665         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10666         (gst_multifdsink_render):
10667           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10668
10669 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10670
10671         * gst/playback/gstplaybin.c: (gen_audio_element):
10672           Use autoaudiosink, it tends to be more widely available than
10673           autoaudiiosink.
10674           
10675 2005-11-14  Andy Wingo  <wingo@pobox.com>
10676
10677         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10678         as well if it is available. Fixes #316442.
10679
10680 2005-11-14  Michael Smith <msmith@fluendo.com>
10681
10682         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10683         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10684         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10685         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10686         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10687         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10688         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10689         (gst_vorbisenc_change_state):
10690           Fix a small memory leak in vorbisenc.
10691           Fix large memory leaks in oggmux, also fix lots of state change
10692           bugs in oggmux.
10693
10694 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10695
10696         * gst/videotestsrc/gstvideotestsrc.c:
10697         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10698         (gst_videotestsrc_src_fixate):
10699           move fixation to a fixate function
10700           remove negotiate function, basesrc's is good enough
10701           fixes a bug for check when using the element alone
10702
10703 2005-11-13  Edward Hervey  <edward@fluendo.com>
10704
10705         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10706         (key_toggle_cb), (main):
10707         Added checkboxes for adding/removing the accurate and key_unit seek
10708         flags.
10709
10710 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10711
10712         * configure.ac: back to HEAD
10713
10714 === release 0.9.5 ===
10715
10716 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10717
10718         * configure.ac:
10719           releasing 0.9.5, "No No Kia"
10720
10721 2005-11-11  Edward Hervey  <edward@fluendo.com>
10722
10723         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10724         Added parse-launch syntax seeking mode for the seeking example.
10725         This should help stress-test even more cases.
10726         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10727
10728 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10729
10730         * sys/xvimage/xvimagesink.c:
10731         (gst_xvimagesink_navigation_send_event):
10732           Check whether peer pad exists before sending navigation events
10733           to it.
10734
10735 2005-11-11  Michael Smith <msmith@fluendo.com>
10736
10737         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10738         (gst_vorbisenc_buffer_from_packet):
10739         * ext/vorbis/vorbisenc.h:
10740           Set duration on encoded buffers. This allows oggmux's
10741           max_page_delay parameter to actually work.
10742
10743 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10744
10745         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10746         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10747         (gst_ffmpegcsp_avpicture_fill):
10748         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10749         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10750           Make palettes work again (see #132341). Use our own macros
10751           for rounding up.
10752
10753 2005-11-10  Andy Wingo  <wingo@pobox.com>
10754
10755         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10756         string doober.
10757
10758 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10759
10760         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10761         (gst_ffmpegcsp_transform_caps):
10762           Prefer passthrough in transform_caps
10763
10764 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10765
10766         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10767           check for ALSA errors properly, instead of relying on ALSA's
10768           error strings to serve to the user.
10769
10770 2005-11-10  Wim Taymans  <wim@fluendo.com>
10771
10772         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10773         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10774         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10775         Modernise the seek code.
10776
10777 2005-11-10  Michael Smith <msmith@fluendo.com>
10778         
10779         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10780         (setup_substreams), (set_active_source):
10781           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10782           trying to go to NULL if we failed to read a file.
10783
10784 2005-11-10  Wim Taymans  <wim@fluendo.com>
10785
10786         * gst/audiotestsrc/gstaudiotestsrc.c:
10787         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10788         (gst_audiotestsrc_create):
10789         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10790         (gst_sinesrc_get_times), (gst_sinesrc_create):
10791         * gst/videotestsrc/gstvideotestsrc.c:
10792         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10793         (gst_videotestsrc_create):
10794         The base class can now sync for us.
10795
10796 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10797
10798         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10799           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10800           name=source autoprobe=false autoprobe-fps=false copy-mode=1
10801           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10802           format=(fourcc)I420" ! xvimagesink
10803
10804 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10805
10806         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10807         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10808         (gst_sinesrc_newsegment):
10809           Send newsegment event in TIME format, set duration if
10810           num-buffers is set, fix duration querying.
10811
10812 2005-11-10  Michael Smith <msmith@fluendo.com>
10813
10814         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10815         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10816         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10817         (gst_ogg_mux_collected):
10818          Fix EOS handling, partially. Now forwarding an EOS event once we have
10819          EOS on all pads works correctly. However, we still don't properly set
10820          EOS on the actual ogg stream pages.
10821
10822 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
10823
10824         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10825           Set elements to NULL state before disposing of them.
10826
10827 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
10828
10829         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10830
10831         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10832         (gst_base_rtp_depayload_init),
10833         (gst_base_rtp_depayload_set_gst_timestamp):
10834         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10835           We need to send a newsegment event for each instance, not
10836           just for the first instance of this class (get rid of
10837           static variable in function). (#321011).
10838           
10839 2005-11-08  Michael Smith <msmith@fluendo.com>
10840
10841         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10842         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
10843         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
10844         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10845           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
10846           This makes us mux things correctly according to the ogg muxing
10847           rules. Still not handling EOS correctly right now, though.
10848
10849 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10850
10851         * gst/audioconvert/gstaudioconvert.c:
10852           Fix typo in docs. 
10853
10854 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10855
10856         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10857         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
10858           Initialise segment_stop to GST_CLOCK_TIME_NONE when
10859           creating a new chain; should fix live streaming. Also
10860           add more debug output and fix a typo.
10861
10862 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
10863
10864         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10865
10866         * gst/volume/gstvolume.c: (volume_set_caps):
10867           Fix compilation on Solaris with Forte. (#320923)
10868
10869 2005-11-08  Wim Taymans  <wim@fluendo.com>
10870
10871         * gst-libs/gst/audio/gstbaseaudiosink.c:
10872         (gst_base_audio_sink_render):
10873         No need to do a typecheck.
10874
10875 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10876
10877         * ext/alsa/gstalsa.h:
10878           We register a debug category, so let's use it.
10879
10880 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10881
10882         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10883         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
10884         Fixed a small problem.
10885
10886 2005-11-04  Wim Taymans  <wim@fluendo.com>
10887
10888         * examples/seeking/Makefile.am:
10889         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
10890         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
10891         (make_playerbin_pipeline), (format_value), (update_scale),
10892         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
10893         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
10894         (print_usage), (main):
10895         Added app for playback speed testing.
10896
10897         * examples/seeking/seek.c: (dynamic_link),
10898         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
10899         (make_mpeg_pipeline), (do_seek), (set_update_scale),
10900         (message_received), (main):
10901         Updated seek example.
10902
10903 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10904
10905         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10906         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10907         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
10908         (gst_base_rtp_depayload_set_clock):
10909         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10910         Don't sleep on the bench (system clock) when you have a nice 
10911         comfortable bed (Gstreamer clock) to sleep on.
10912
10913 2005-11-03  Wim Taymans  <wim@fluendo.com>
10914
10915         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10916         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
10917         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
10918         Handle the case where a pad_block failed.
10919
10920 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
10921
10922         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
10923
10924         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10925         (gst_base_rtp_depayload_add_to_queue),
10926         (gst_base_rtp_depayload_push),
10927         (gst_base_rtp_depayload_set_gst_timestamp),
10928         (gst_base_rtp_depayload_queue_release):
10929           Fixes some bugs in the depayloader's queuing/de-queueing code.
10930
10931 2005-10-31  Michael Smith <msmith@fluendo.com>
10932
10933         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10934         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10935         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
10936           Patch from Alessandro Decina <alessandro@nnva.org>.
10937           Make oggdemux only find the final time in a chain, not per-pad,
10938           since the per-pad information can be very expensive to locate, and
10939           it isn't used anywhere. This makes reading a file containing
10940           OggSkeleton reasonably fast.
10941           Also, make chain finding work when there are logical bitstreams that
10942           can't be decoded. Fixes #319110.
10943
10944 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10945
10946         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10947         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10948         (gst_base_rtp_depayload_chain),
10949         (gst_base_rtp_depayload_add_to_queue),
10950         (gst_base_rtp_depayload_push),
10951         (gst_base_rtp_depayload_set_gst_timestamp),
10952         (gst_base_rtp_depayload_queue_release),
10953         (gst_base_rtp_depayload_start_thread),
10954         (gst_base_rtp_depayload_set_property),
10955         (gst_base_rtp_depayload_get_property):
10956         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10957         Some random fixes, to fullfill the desires of thomas.
10958
10959 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10960
10961         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10962         (gst_base_rtp_depayload_add_to_queue),
10963         (gst_base_rtp_depayload_push):
10964         Fixed the queueing algorithm.
10965
10966 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10967
10968         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10969         (gst_base_rtp_depayload_push):
10970         A small fix
10971
10972 2005-10-31  Wim Taymans  <wim@fluendo.com>
10973
10974         * gst-libs/gst/audio/gstringbuffer.h:
10975         Don't break ABI.
10976
10977         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10978         (gst_ffmpeg_caps_to_pixfmt):
10979         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10980         (gst_ffmpegcsp_set_caps):
10981         Some more comments.
10982         Handle missing required caps fields better.
10983
10984 2005-10-31  Wim Taymans  <wim@fluendo.com>
10985
10986         * gst-libs/gst/audio/gstbaseaudiosink.c:
10987         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
10988         (gst_base_audio_sink_render):
10989         * gst-libs/gst/audio/gstringbuffer.c:
10990         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10991         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10992         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
10993         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
10994         (gst_ring_buffer_read):
10995         * gst-libs/gst/audio/gstringbuffer.h:
10996         Add flushing mode to the ringbuffer so that it in all cases does
10997         not try to handle more audio. This makes sure it does not try to
10998         block anymore when flushing and fixes a livelock.
10999
11000 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11001
11002         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11003         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11004         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11005           Explicitly check for -1 values before doing a conversion
11006           and always map them to -1. (#315545)
11007
11008 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11009
11010         * gst/playback/gstplaybin.c: (gen_video_element):
11011           first try autovideosink, then xvimagesink, then error out
11012         * po/POTFILES.in:
11013           add translatable file
11014         * po/af.po:
11015         * po/az.po:
11016         * po/cs.po:
11017         * po/en_GB.po:
11018         * po/hu.po:
11019         * po/it.po:
11020         * po/nb.po:
11021         * po/nl.po:
11022         * po/or.po:
11023         * po/sq.po:
11024         * po/sr.po:
11025         * po/sv.po:
11026         * po/uk.po:
11027         * po/vi.po:
11028           update translations
11029
11030 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11031
11032         * gst-libs/gst/rtp/gstbasedepayload.c:
11033         * gst-libs/gst/rtp/gstbasedepayload.h:
11034           Minor cleanups
11035
11036 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11037
11038         * gst/playback/.cvsignore:
11039         * gst/playback/decodetest.c:
11040         * gst/playback/test3.c:
11041           Port these two tests as well.
11042
11043 2005-10-27  Wim Taymans  <wim@fluendo.com>
11044
11045         * ext/theora/theoradec.c: (theora_dec_src_query),
11046         (theora_dec_sink_event):
11047         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11048         (theora_enc_change_state):
11049         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11050         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11051         Take proper locks when handling events.
11052
11053 2005-10-27  Wim Taymans  <wim@fluendo.com>
11054
11055         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11056         (gst_adder_change_state):
11057         Fix timestamps and fix deadlock when stopping the collectpads.
11058
11059 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11060
11061         * gst-libs/gst/rtp/gstrtpbuffer.h:
11062         Declaring the payload types as strings too so that they can be used
11063         in the padtemplate inialization.
11064
11065 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11066
11067         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11068
11069         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11070         (gst_base_rtp_depayload_class_init):
11071         Fixes a small but nasty bug. The derived elements no longer segfaults
11072         on finalization.
11073
11074 2005-10-26  Michael Smith <msmith@fluendo.com>
11075
11076         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11077           When clearing an audioconvert context, set tmpbufsize to zero, so
11078           we'll allocate it again later if required.
11079           This fixes audioconvert re-negotiating formats, which previously
11080           segfaulted with a NULL destination buffer.
11081
11082 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11083
11084         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11085         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11086         (gst_base_rtp_depayload_set_gst_timestamp),
11087         (gst_base_rtp_depayload_queue_release):
11088         Fixed a smalll memleak.
11089
11090 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11091         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11092         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11093         (gst_base_rtp_depayload_finalize),
11094         (gst_base_rtp_depayload_setcaps),
11095         (gst_base_rtp_depayload_add_to_queue),
11096         (gst_base_rtp_depayload_push),
11097         (gst_base_rtp_depayload_set_gst_timestamp),
11098         (gst_base_rtp_depayload_queue_release),
11099         (gst_base_rtp_depayload_thread),
11100         (gst_base_rtp_depayload_change_state):
11101         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11102         Changed the C++ comments to C comments
11103
11104 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11105
11106         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11107         * gst/tcp/gsttcpclientsrc.h:
11108         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11109         * gst/tcp/gsttcpserversrc.h:
11110           Remove unused 'curoffset' structure member.
11111
11112 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11113
11114         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11115         (gst_base_rtp_depayload_base_init),
11116         (gst_base_rtp_depayload_finalize):
11117         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11118         * gst-libs/gst/rtp/gstbasertppayload.h:
11119           The pad-template on the sinkpad should be set by the derived classes.
11120           Also added some useful macros.
11121
11122 2005-10-24  Wim Taymans  <wim@fluendo.com>
11123
11124         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11125         Correctly flush decoder samples even if we could not
11126         copy them to an output buffer. Fixes #319618.
11127
11128 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11129
11130         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11131         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11132         the caps against our xcontext caps.
11133
11134 2005-10-24  Wim Taymans  <wim@fluendo.com>
11135
11136         * gst-libs/gst/audio/gstbaseaudiosink.c:
11137         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11138         Remove g_print
11139         Use sync property from baseclass to disable sync.
11140
11141 2005-10-24  Wim Taymans  <wim@fluendo.com>
11142
11143         * gst-libs/gst/audio/gstbaseaudiosink.c:
11144         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11145         Buffers with no timestamps get aligned with previous buffers or
11146         on underrun, played ASAP.
11147
11148 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11149
11150         * gst-libs/gst/video/video.h:
11151         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11152         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11154         here comes my change on caps for framerate and geometry range.
11155         We are now accepting 1 to MAXINT for width and height, and from
11156         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11157         to be blended correctly in videomixer.
11158
11159 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11160
11161         * configure.ac:
11162           back to HEAD
11163
11164 === release 0.9.4 ===
11165
11166 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11167
11168         * NEWS:
11169         * RELEASE:
11170         * configure.ac:
11171           releasing 0.9.4, "Velociraptor"
11172
11173 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11174
11175         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11176         * po/POTFILES.in:
11177           STOPPED -> FAILED
11178
11179 2005-10-21  Wim Taymans  <wim@fluendo.com>
11180
11181         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11182         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11183         (pad_blocked), (close_pad_link), (new_pad):
11184         Don't try to remove elements twice.
11185
11186 2005-10-21  Wim Taymans  <wim@fluendo.com>
11187
11188         * ext/theora/theoradec.c: (theora_dec_src_query),
11189         (theora_dec_sink_event):
11190         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11191         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11192         (vorbis_handle_data_packet):
11193         * ext/vorbis/vorbisdec.h:
11194         Fix old naming.
11195
11196         * gst-libs/gst/audio/gstbaseaudiosink.c:
11197         (gst_base_audio_sink_render):
11198         Don't try to sync on buffers without a timestamp.
11199
11200 2005-10-21  Wim Taymans  <wim@fluendo.com>
11201
11202         * ext/theora/theoradec.c: (theora_dec_src_query),
11203         (theora_dec_sink_event):
11204         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11205         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11206         (vorbis_handle_data_packet):
11207         * ext/vorbis/vorbisdec.h:
11208         Fix old naming.
11209
11210 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11211
11212         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11213         (gst_vorbisenc_src_query):
11214           Implement position and duration queries.
11215
11216         * gst/playback/test3.c: (update_scale), (main):
11217           Fix for async state changes and print nicer output.
11218
11219 2005-10-20  Wim Taymans  <wim@fluendo.com>
11220
11221         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11222         (dump_element_stats), (main):
11223         * gst/playback/test6.c: (main):
11224         Fix tests again
11225
11226 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11227
11228         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11229         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11230           Don't use functions for position queries when handling
11231           duration queries.
11232
11233 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11234
11235         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11236         (vorbis_handle_data_packet), (vorbis_dec_chain),
11237         (vorbis_dec_change_state):
11238         * ext/vorbis/vorbisdec.h:
11239           Vorbis streams can be embedded in other container formats
11240           than ogg, container formats where the demuxer might set 
11241           timestamps on encoded vorbis buffers instead of those silly 
11242           granulepos thingies. In short: make vorbisdec handle 
11243           timestamps on incoming buffers as well.
11244
11245 2005-10-20  Wim Taymans  <wim@fluendo.com>
11246
11247         * gst/playback/gstplaybasebin.c: (group_destroy),
11248         (gst_play_base_bin_change_state):
11249         Fix leak.
11250         Handle case where playbasebin is now ASYNC because
11251         decodebin is.
11252
11253 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11254
11255         * gst/audioconvert/Makefile.am:
11256         * gst/audioconvert/bufferframesconvert.c:
11257         * gst/audioconvert/plugin.c: (plugin_init):
11258         * gst/audioconvert/plugin.h:
11259           And bye bye buffer-frames-convert
11260
11261 2005-10-19  Wim Taymans  <wim@fluendo.com>
11262
11263         * check/elements/audioconvert.c:
11264         * docs/libs/tmpl/gstaudio.sgml:
11265         * docs/libs/tmpl/gstcolorbalance.sgml:
11266         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11267         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11268         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11269         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11270         * gst-libs/gst/audio/audio.h:
11271         * gst/audioconvert/audioconvert.h:
11272         * gst/audioconvert/gstaudioconvert.c:
11273         (gst_audio_convert_parse_caps):
11274         * gst/volume/gstvolume.c:
11275         Bye bye buffer-frames.
11276
11277 2005-10-19  Wim Taymans  <wim@fluendo.com>
11278
11279         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11280         (query_positions_elems), (query_positions_pads), (update_scale),
11281         (do_seek), (set_update_scale), (message_received), (main):
11282         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11283         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11284         (gst_ogg_demux_loop):
11285         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11286         * ext/theora/theoradec.c: (theora_dec_src_query),
11287         (theora_dec_sink_event):
11288         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11289         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11290         * gst/adder/gstadder.c: (gst_adder_query):
11291         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11292         * gst/playback/test3.c: (update_scale):
11293         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11294         (dump_element_stats), (main):
11295         * gst/playback/test6.c: (main):
11296         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11297         Query API update.
11298
11299 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11300
11301         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11302         (xml_check_first_element), (xml_type_find), (smil_type_find),
11303         (plugin_init):
11304           Add typefinding for SMIL and for generic XML. Based on patch by
11305           Akos Maroy (#308663).
11306
11307 2005-10-18  Wim Taymans  <wim@fluendo.com>
11308
11309         * gst/playback/Makefile.am:
11310         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11311         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11312         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11313         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11314         (gst_decode_bin_change_state):
11315         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11316         (gst_play_bin_send_event_to_sink):
11317         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11318         (dump_element_stats), (main):
11319         * gst/playback/test6.c: (main):
11320         Make playbin async, it'll commit state to paused when all streams
11321         are detected.
11322         Remove ugly hack.
11323         Added test6.c to show async behaviour.
11324
11325 2005-10-18  Wim Taymans  <wim@fluendo.com>
11326
11327         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11328         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11329         Fix for segment-start/stop API change.
11330
11331 2005-10-18  Wim Taymans  <wim@fluendo.com>
11332
11333         * check/Makefile.am:
11334         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11335         (main):
11336         Add future test for clock selection.
11337
11338 2005-10-18  Wim Taymans  <wim@fluendo.com>
11339
11340         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11341         (gst_alsasink_close):
11342         Set handle to NULL.
11343
11344         * gst-libs/gst/audio/gstringbuffer.c:
11345         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11346         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11347         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11348         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11349         (gst_ring_buffer_read):
11350         More debug info.
11351
11352 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11353
11354         * gst/audiotestsrc/Makefile.am:
11355         * gst/sine/Makefile.am:
11356         * gst/volume/Makefile.am:
11357           fix broken build of controllerized plugins
11358
11359 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11360
11361         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11362
11363         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11364         (gst_riff_create_video_template_caps):
11365           Add support for Indeo-3 (IV32).
11366
11367 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11368
11369         * configure.ac:
11370           rewrite
11371
11372 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11373
11374         * gst-libs/gst/video/video.c: (gst_video_get_size):
11375         * gst/audiotestsrc/gstaudiotestsrc.c:
11376           doc updates
11377
11378 2005-10-17  Andy Wingo  <wingo@pobox.com>
11379
11380         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11381         with the collectpads change.
11382         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11383
11384         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11385
11386         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11387
11388         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11389         alloc_buffer flow return to callers.
11390         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11391         change. Fix some memleaks in theoraenc.
11392
11393         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11394         in strange circumstance.
11395
11396 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11397
11398         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11399         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11400         from caps, let's use the caps...
11401
11402 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11403
11404         * configure.ac:
11405           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11406
11407 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11408
11409         * gst-libs/gst/interfaces/Makefile.am:
11410           fix silly typo
11411
11412 2005-10-16  Andy Wingo  <wingo@pobox.com>
11413
11414         * gst/playback/gstdecodebin.c
11415         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11416         function!
11417         (try_to_link_1): Increase kraziness level.
11418
11419 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11420
11421         * configure.ac:
11422           restructure like the core one
11423         * gst-libs/gst/audio/Makefile.am:
11424         * gst-libs/gst/interfaces/Makefile.am:
11425         * gst-libs/gst/net/Makefile.am:
11426         * gst-libs/gst/riff/Makefile.am:
11427         * gst-libs/gst/rtp/Makefile.am:
11428         * gst-libs/gst/tag/Makefile.am:
11429         * gst-libs/gst/video/Makefile.am:
11430           use correct linker flags, now the libs are properly versioned
11431         * check/elements/audioconvert.c: (verify_convert):
11432         * ext/alsa/gstalsaplugin.c:
11433         * ext/cdparanoia/gstcdparanoia.c:
11434         * ext/gnomevfs/gstgnomevfs.c:
11435         * ext/libvisual/visual.c:
11436         * ext/ogg/gstogg.c:
11437         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11438         * ext/theora/theora.c:
11439         * ext/vorbis/vorbis.c:
11440         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11441         * gst-libs/gst/tag/gsttagediting.c:
11442         * gst-libs/gst/video/video.c:
11443         * gst/adder/gstadder.c:
11444         * gst/audioconvert/plugin.c:
11445         * gst/audiorate/gstaudiorate.c:
11446         * gst/audioresample/gstaudioresample.c:
11447         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11448         * gst/audioscale/gstaudioscale.c:
11449         * gst/audioscale/resample.c:
11450         * gst/audiotestsrc/gstaudiotestsrc.c:
11451         * gst/ffmpegcolorspace/gstffmpeg.c:
11452         * gst/playback/gstdecodebin.c: (close_pad_link):
11453         * gst/playback/gstplaybin.c: (gen_video_element),
11454         (gen_audio_element):
11455         * gst/sine/gstsinesrc.c:
11456         * gst/subparse/gstsubparse.c:
11457         * gst/tags/gsttagediting.c:
11458         * gst/tcp/gsttcpplugin.c:
11459         * gst/typefind/gsttypefindfunctions.c:
11460         * gst/videorate/gstvideorate.c:
11461         * gst/videoscale/gstvideoscale.c:
11462         * gst/videotestsrc/gstvideotestsrc.c:
11463         * gst/volume/gstvolume.c:
11464         * sys/v4l/gstv4l.c:
11465         * sys/ximage/ximage.c:
11466         * sys/xvimage/xvimagesink.c:
11467           fix up defines
11468
11469 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11470
11471         * ext/vorbis/vorbisenc.c:
11472         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11473         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11474         (gst_tag_to_vorbis_comments):
11475           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11476
11477 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11478
11479         * examples/stats/mp2ogg.c:
11480         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11481           typo fixes
11482
11483 2005-10-13  Michael Smith <msmith@fluendo.com>
11484
11485         * ext/ogg/gstoggmux.c:
11486           Use magic glib macros to define constants as 64 bit, to ensure
11487           appropriate vararg passing.
11488
11489 2005-10-13  Michael Smith <msmith@fluendo.com>
11490
11491         * ext/ogg/gstoggmux.c:
11492         * gst/audioconvert/audioconvert.c: (float):
11493           Don't use LL suffix, as it's not portable, and neither of these
11494           uses required it anyway.
11495
11496 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11497
11498         * examples/indexing/indexmpeg.c: (main):
11499         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11500         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11501         (cdparanoia_convert), (cdparanoia_query):
11502         * ext/cdparanoia/gstcdparanoia.h:
11503         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11504         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11505         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11506         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11507         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11508         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11509         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11510         (gst_multifdsink_render), (gst_multifdsink_start),
11511         (gst_multifdsink_stop):
11512         * gst/tcp/gstmultifdsink.h:
11513         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11514         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11515         (gst_tcpclientsink_stop):
11516         * gst/tcp/gsttcpclientsink.h:
11517         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11518         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11519         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11520         * gst/tcp/gsttcpclientsrc.h:
11521         * gst/tcp/gsttcpserversink.h:
11522         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11523         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11524         (gst_tcpserversrc_stop):
11525         * gst/tcp/gsttcpserversrc.h:
11526         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11527         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11528         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11529           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11530           moved bitshift from macro to enum definition
11531
11532 2005-10-12  Wim Taymans  <wim@fluendo.com>
11533
11534         * examples/seeking/Makefile.am:
11535         Oops.
11536
11537 2005-10-12  Wim Taymans  <wim@fluendo.com>
11538
11539         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11540         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11541         Don't assert on normal stuff.
11542
11543         * gst/playback/gstplaybin.c: (do_playbin_seek):
11544         API fix.
11545
11546 2005-10-12  Wim Taymans  <wim@fluendo.com>
11547
11548         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11549         * examples/seeking/Makefile.am:
11550         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11551         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11552         (do_seek), (set_update_scale), (message_received), (main):
11553         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11554         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11555         Update for _get_state() API change.
11556
11557 2005-10-11  Wim Taymans  <wim@fluendo.com>
11558
11559         * gst-libs/gst/audio/gstbaseaudiosink.c:
11560         (gst_base_audio_sink_render):
11561         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11562         (gst_base_audio_src_create):
11563         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11564         (gst_ring_buffer_read):
11565         Cleanups.
11566         Commit and read from ringbuffer in samples rather than bytes.
11567
11568 2005-10-11  Wim Taymans  <wim@fluendo.com>
11569
11570         * gst-libs/gst/audio/gstbaseaudiosink.c:
11571         (gst_base_audio_sink_render):
11572         Respect segment rate and accum when scheduling samples.
11573
11574 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11575
11576         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11577         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11578         EOS correctly, that needs more work.
11579
11580 2005-10-11  Wim Taymans  <wim@fluendo.com>
11581
11582         * check/generic/states.c: (GST_START_TEST):
11583         remove old property.
11584
11585         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11586         (gst_ogg_demux_perform_seek):
11587         * ext/theora/theoradec.c: (theora_dec_sink_event):
11588         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11589         (vorbis_handle_data_packet):
11590         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11591         (gst_base_rtp_depayload_set_gst_timestamp):
11592         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11593         Update for newsegment API change.
11594
11595 2005-10-11  Michael Smith <msmith@fluendo.com>
11596
11597         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11598         (do_playbin_seek), (gst_play_bin_send_event):
11599           Override send_event differently, so that we can takes bits of
11600           functionality from GstPipeline (special handling for seeks,
11601           including pausing/resuming, and resetting stream time) and still get
11602           the appropriate behaviour of only forwarding event to a single sink,
11603           rather than all of them.
11604           Unfortunately requires a lot of code duplication, but the
11605           alternatives are equally ugly in the end.
11606
11607 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11608
11609         * check/elements/audioconvert.c: (setup_audioconvert),
11610         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11611         (GST_START_TEST), (audioconvert_suite):
11612           clean up tests a little, fix some leaks.
11613
11614 2005-10-10  Wim Taymans  <wim@fluendo.com>
11615
11616         * ext/alsa/gstalsasink.c:
11617         Also allow unsigned int.
11618
11619         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11620         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11621         Small cleanup
11622
11623 2005-10-10  Wim Taymans  <wim@fluendo.com>
11624
11625         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11626         Small update, use API as stated in design docs.
11627
11628         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11629         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11630         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11631         (message_received), (main):
11632         Updated seek example for GOption. Some usability improvements.
11633
11634 2005-10-10  Wim Taymans  <wim@fluendo.com>
11635
11636         * gst/audioconvert/audioconvert.h:
11637         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11638         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11639         Alloc temp storage somewhere else where we can do it more
11640         portable.
11641
11642 2005-10-10  Wim Taymans  <wim@fluendo.com>
11643
11644         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11645         (gst_tcpserversrc_start):
11646         Don't block in accept while doing the state change, move
11647         to poll and make cancellable.
11648
11649 2005-10-09  Philippe Khalaf <burger@speedy.org>
11650
11651         * gst-libs/gst/rtp/rtpbasedepayload.c:
11652         Set timestamp and add queue delay to timestamp
11653         * gst-libs/gst/rtp/rtpbuffer.h:
11654         Set correct payload type for h263
11655
11656 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11657
11658         * gst/audiotestsrc/gstaudiotestsrc.c:
11659         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11660         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11661         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11662         (gst_audiotestsrc_create_triangle),
11663         (gst_audiotestsrc_create_silence),
11664         (gst_audiotestsrc_create_white_noise),
11665         (gst_audiotestsrc_init_pink_noise),
11666         (gst_audiotestsrc_generate_pink_noise_value),
11667         (gst_audiotestsrc_create_pink_noise),
11668         (gst_audiotestsrc_change_wave):
11669         * gst/audiotestsrc/gstaudiotestsrc.h:
11670           fixed typo, added pink noise
11671
11672 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11673
11674         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11675         (plugin_init):
11676           Add wavpack and spc typefind functions from 0.8 branch.
11677
11678 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11679
11680         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11681         (ar_type_find), (msdos_type_find), (plugin_init):
11682           Add typefind functions for tar archives, ar archives,
11683           RAR archives, and msdos-executables (dlls, exe, etc.).
11684           Some of those would be wrongly identified as mpeg
11685           streams of some sort before (#315550).
11686
11687 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11688
11689         * configure.ac:
11690         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11691         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11692         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11693         * gst/audiotestsrc/Makefile.am:
11694         * gst/audiotestsrc/gstaudiotestsrc.c:
11695         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11696         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11697         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11698         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11699         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11700         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11701         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11702         (gst_audiotestsrc_create_silence),
11703         (gst_audiotestsrc_create_white_noise),
11704         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11705         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11706         (gst_audiotestsrc_start), (plugin_init):
11707         * gst/audiotestsrc/gstaudiotestsrc.h:
11708           add new plugin and element
11709         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11710           use gobject_class
11711
11712 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11713
11714         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11715         (gst_adder_init), (gst_adder_request_new_pad),
11716         (gst_adder_change_state):
11717           Add query function to source pad, so adder reports the correct
11718           time/sample position when queried (#315457); fix state change
11719           function; use GST_DEBUG_FUNCPTR() for pad functions.
11720
11721 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11722
11723         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11724           Fix leaks in typefind registration
11725           Clean up the gratuitous commenting and whitespacing a little
11726
11727 2005-10-08  Wim Taymans  <wim@fluendo.com>
11728
11729         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11730         Only actually wait for the thread to be stopped if it's 
11731         running.
11732
11733 2005-10-08  Wim Taymans  <wim@fluendo.com>
11734
11735         * gst-libs/gst/audio/gstbaseaudiosink.c:
11736         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11737         If we receive EOS we can start playback of what we had.
11738
11739 2005-10-08  Wim Taymans  <wim@fluendo.com>
11740
11741         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11742         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11743         (gst_multifdsink_stop):
11744         Fix crasher when going to NULL multiple times.
11745
11746 2005-10-06  Wim Taymans  <wim@fluendo.com>
11747
11748         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11749         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11750         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11751         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11752         patch from Edgard Lima <edgard.lima@indt.org.br>
11753         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11754
11755 2005-10-06  Wim Taymans  <wim@fluendo.com>
11756
11757         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11758         Report the FLOW_RETURN as string in the error message.
11759
11760         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11761         Don't assert when clearing an unnegotiated buffer.
11762
11763 2005-10-04  Michael Smith <msmith@fluendo.com>
11764
11765         * gst/playback/gstplaybasebin.c: (group_destroy),
11766         (gen_preroll_element), (remove_groups), (setup_source):
11767         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11768         (setup_sinks), (gst_play_bin_send_event),
11769         (gst_play_bin_change_state):
11770           Set state to NULL before removing from bin. Fix refcounting.
11771
11772 2005-10-04  Michael Smith <msmith@fluendo.com>
11773
11774         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11775           Correct refcounting in send_event() function. Previously was wrong
11776           if the first sink was unable to handle the event.
11777
11778 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11779
11780         * configure.ac:
11781           back to development
11782
11783 === release 0.9.3 ===
11784
11785 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11786
11787         * configure.ac:
11788           Releasing 0.9.3, "De Facto"
11789
11790 2005-10-03  Andy Wingo  <wingo@pobox.com>
11791
11792         * gst/playback/gstdecodebin.c (try_to_link_1)
11793         (remove_element_chain): set element to NULL before removing it.
11794
11795 2005-10-02  Johan Dahlin  <johan@gnome.org>
11796
11797         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
11798         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11799         MT safe.
11800
11801 2005-10-02  Andy Wingo  <wingo@pobox.com>
11802
11803         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
11804         (gst_ring_buffer_prepare_read): 
11805         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11806         Demote to LOG.
11807
11808 2005-09-29  Wim Taymans  <wim@fluendo.com>
11809
11810         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11811         * ext/theora/theoradec.c: (theora_handle_data_packet):
11812         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11813         Propagate error codes from alloc_buffer too.
11814
11815 2005-09-29  Wim Taymans  <wim@fluendo.com>
11816
11817         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11818         We use fixed caps.
11819
11820         * gst/playback/Makefile.am:
11821         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11822         (dump_element_stats), (main):
11823         Added example stream introspection code.
11824
11825 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
11826
11827         * gst/adder/gstadder.c: (gst_adder_collected):
11828           fix adder for float elements
11829
11830 2005-09-28  Wim Taymans  <wim@fluendo.com>
11831
11832         * gst-libs/gst/audio/gstbaseaudiosink.c:
11833         (gst_base_audio_sink_class_init),
11834         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11835         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11836         (gst_base_audio_src_class_init),
11837         (gst_base_audio_src_provide_clock):
11838         get_clock -> provide_clock
11839
11840 2005-09-28  Andy Wingo  <wingo@pobox.com>
11841
11842         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
11843         and unlocking.
11844
11845         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
11846         unlocking.
11847
11848         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
11849         Actually add the pad template.
11850         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
11851
11852         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
11853         I'm at it...
11854
11855         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
11856         from fdsrc. Get caps in create() instead of start() so it can be
11857         interrupted. Interruption somewhat untested.
11858
11859         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
11860         Proper EOS handling.
11861
11862 2005-09-27  Andy Wingo  <wingo@pobox.com>
11863
11864         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
11865
11866         * gst/tcp/gsttcpserversrc.c: Cleaned up.
11867
11868         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
11869
11870         * gst/tcp/gsttcp.h: 
11871         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
11872         out of tcpclientsrc.c. Cancellable.
11873         (gst_tcp_socket_read): Made private, cancellable, with better
11874         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
11875         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
11876         whole buffer, and better diagnostics.
11877         (gst_tcp_gdp_read_caps): Same.
11878
11879         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
11880
11881 2005-09-26  Andy Wingo  <wingo@pobox.com>
11882
11883         * gst/sine/gstsinesrc.h:
11884         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
11885         change the 'sync' property to 'is-live' and implement it halfway,
11886         update for controller api change.
11887
11888         * gst/volume/gstvolume.c (volume_transform_ip): Update for
11889         controller api change.
11890
11891 2005-09-24  Wim Taymans  <wim@fluendo.com>
11892
11893         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
11894         * gst-libs/gst/audio/gstaudiosink.c:
11895         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11896         (gst_audioringbuffer_stop):
11897         * gst-libs/gst/audio/gstbaseaudiosink.c:
11898         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
11899         (gst_base_audio_sink_change_state):
11900         * gst-libs/gst/audio/gstbaseaudiosink.h:
11901         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
11902         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11903         (gst_ring_buffer_commit), (gst_ring_buffer_read):
11904         * gst-libs/gst/audio/gstringbuffer.h:
11905         Fix sync again. Moved sample alignment to basesink.
11906
11907 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11908
11909         * docs/plugins/Makefile.am:
11910         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11911         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11912         * gst/volume/gstvolume.c:
11913           add/fix docs
11914         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
11915         * gst-libs/gst/audio/audio.h:
11916           add conversion macros for frames <-> clocktime
11917
11918 2005-09-23  David Schleef  <ds@schleef.org>
11919
11920         * gst/audioresample/Makefile.am:
11921         * gst/audioresample/debug.h:
11922         * gst/audioresample/gstaudioresample.c:
11923         * gst/audioresample/resample.c: Convert to using gst debugging
11924
11925 2005-09-22  Wim Taymans  <wim@fluendo.com>
11926
11927         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11928         (gst_play_bin_send_event):
11929         Only seek on one sink, the first one that succeeds.
11930
11931 2005-09-22  Michael Smith <msmith@fluendo.com>
11932
11933         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11934         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11935         Don't flush encoder state unless we have an initialised encoder.
11936         Clear out encoder state on PAUSED_TO_READY.
11937
11938 2005-09-22  Wim Taymans  <wim@fluendo.com>
11939
11940         * gst-libs/gst/rtp/gstbasertppayload.c:
11941         (gst_basertppayload_class_init), (gst_basertppayload_init),
11942         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11943         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11944         (gst_basertppayload_is_filled), (gst_basertppayload_push),
11945         (gst_basertppayload_set_property),
11946         (gst_basertppayload_get_property),
11947         (gst_basertppayload_change_state):
11948         * gst-libs/gst/rtp/gstbasertppayload.h:
11949         Added max-ptime to control amount of data in the rtp packets.
11950
11951 2005-09-21  Andy Wingo  <wingo@pobox.com>
11952
11953         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
11954         thingies.
11955
11956         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
11957         can be called multiple times, dogs.
11958
11959 2005-09-21  Wim Taymans  <wim@fluendo.com>
11960
11961         * gst-libs/gst/rtp/gstbasertppayload.c:
11962         (gst_basertppayload_class_init), (gst_basertppayload_init),
11963         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11964         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11965         (gst_basertppayload_push), (gst_basertppayload_get_property),
11966         (gst_basertppayload_change_state):
11967         Allow 0 ssrc too.
11968
11969 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
11970
11971         * docs/libs/compiling.sgml:
11972           fixing typos
11973
11974 2005-09-20  Wim Taymans  <wim@fluendo.com>
11975
11976         * gst-libs/gst/rtp/gstbasertppayload.c:
11977         (gst_basertppayload_class_init), (gst_basertppayload_init),
11978         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11979         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11980         (gst_basertppayload_push), (gst_basertppayload_set_property),
11981         (gst_basertppayload_get_property),
11982         (gst_basertppayload_change_state):
11983         * gst-libs/gst/rtp/gstbasertppayload.h:
11984         Added property to configure sequence number offsets.
11985
11986 2005-09-20  Wim Taymans  <wim@fluendo.com>
11987
11988         * gst-libs/gst/rtp/gstbasertppayload.c:
11989         (gst_basertppayload_class_init), (gst_basertppayload_init),
11990         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11991         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11992         (gst_basertppayload_push), (gst_basertppayload_set_property),
11993         (gst_basertppayload_get_property),
11994         (gst_basertppayload_change_state):
11995         * gst-libs/gst/rtp/gstbasertppayload.h:
11996         Make timestamp offset configurable.
11997
11998 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11999
12000         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12001           fix wrong pop/unref
12002
12003 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12004
12005         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12006
12007         * gst-libs/gst/interfaces/propertyprobe.c:
12008         (gst_property_probe_probe_property_name),
12009         (gst_property_probe_needs_probe_name),
12010         (gst_property_probe_get_values_name),
12011         (gst_property_probe_probe_and_get_values_name):
12012           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12013           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12014
12015 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12016
12017         * check/Makefile.am:
12018           have some tests be disabled for valgrinding
12019         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12020         (GST_START_TEST):
12021         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12022           Fix A Leak.  Chain To Parent Finalize.
12023
12024 2005-09-19  Wim Taymans  <wim@fluendo.com>
12025
12026         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12027         Fixed wav pipeline.
12028
12029 2005-09-19  Wim Taymans  <wim@fluendo.com>
12030
12031         * gst-libs/gst/rtp/gstbasertppayload.c:
12032         (gst_basertppayload_class_init), (gst_basertppayload_init),
12033         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12034         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12035         (gst_basertppayload_push), (gst_basertppayload_get_property),
12036         (gst_basertppayload_change_state):
12037         Posting ERROR and WARNING messages is good.
12038
12039 2005-09-19  Wim Taymans  <wim@fluendo.com>
12040
12041         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12042         (gst_base_rtp_depayload_add_to_queue),
12043         (gst_base_rtp_depayload_push),
12044         (gst_base_rtp_depayload_set_gst_timestamp),
12045         (gst_base_rtp_depayload_queue_release):
12046         This one was not supposed to go in.
12047
12048 2005-09-19  Wim Taymans  <wim@fluendo.com>
12049
12050         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12051         Fix for bus API.
12052
12053         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12054         (gst_base_rtp_depayload_chain),
12055         (gst_base_rtp_depayload_add_to_queue),
12056         (gst_base_rtp_depayload_push),
12057         (gst_base_rtp_depayload_set_gst_timestamp),
12058         (gst_base_rtp_depayload_queue_release):
12059         Some cleanups.
12060
12061         * gst-libs/gst/rtp/gstbasertppayload.c:
12062         (gst_basertppayload_class_init), (gst_basertppayload_init),
12063         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12064         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12065         (gst_basertppayload_get_property),
12066         (gst_basertppayload_change_state):
12067         Added debugging category.
12068
12069 2005-09-18  David Schleef  <ds@schleef.org>
12070
12071         * gst/playback/gstdecodebin.c: free plugin list correctly
12072         * gst/playback/gstplaybin.c: emit warning if autovideosink
12073           and autoaudiosink can't be found (instead of segfaulting)
12074
12075 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12076
12077         * check/elements/audioconvert.c: (GST_START_TEST):
12078           try out 24 bit conversion
12079
12080 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12081
12082         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12083         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12084         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12085         * ext/vorbis/vorbisenc.h:
12086           Fix EOS handling.  Still needs a fix in the ogg muxer to
12087           mark the last page as eos.
12088
12089 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12090
12091         * common/gtk-doc-plugins.mak:
12092         * docs/plugins/Makefile.am:
12093         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12094         * gst/ffmpegcolorspace/Makefile.am:
12095         * gst/ffmpegcolorspace/avcodec.h:
12096         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12097         * gst/tcp/gstmultifdsink.c:
12098           fix up ffmpegcolorspace docs; extract header
12099
12100 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12101
12102         * common/gtk-doc-plugins.mak:
12103         * docs/plugins/Makefile.am:
12104         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12105         * ext/theora/Makefile.am:
12106         * ext/theora/gsttheoraenc.h:
12107         * ext/theora/theoraenc.c:
12108         * ext/vorbis/vorbisenc.c:
12109           pick up signals and args for vorbis; add some docs for vorbis
12110
12111 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12112
12113         * common/gstdoc-scangobj:
12114         * common/gtk-doc-plugins.mak:
12115         * docs/libs/Makefile.am:
12116         * docs/plugins/gst-plugins-base-plugins.args:
12117         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12118         * docs/plugins/gst-plugins-base-plugins.interfaces:
12119         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12120         * docs/plugins/gst-plugins-base-plugins.signals:
12121           only scanobj stuff from our source module.  Not sure yet
12122           if that's correct, given the hierarchy stuff :)
12123
12124 2005-09-15  Wim Taymans  <wim@fluendo.com>
12125
12126         * gst/audioconvert/gstaudioconvert.c:
12127         And enable 24 bits mode as well..
12128
12129 2005-09-15  Wim Taymans  <wim@fluendo.com>
12130
12131         * gst-libs/gst/rtp/Makefile.am:
12132         * gst-libs/gst/rtp/gstbasertppayload.c:
12133         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12134         (gst_basertppayload_class_init), (gst_basertppayload_init),
12135         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12136         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12137         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12138         (gst_basertppayload_set_property),
12139         (gst_basertppayload_get_property),
12140         (gst_basertppayload_change_state):
12141         * gst-libs/gst/rtp/gstbasertppayload.h:
12142         Added rtp payloader base class.
12143
12144 2005-09-15  Andy Wingo  <wingo@pobox.com>
12145
12146         * configure.ac (plugindir): Remove the EOL matcher from the
12147         regexp, as it causes me problems. Libtool? Make? Who knows?
12148
12149 2005-09-14  David Schleef  <ds@schleef.org>
12150
12151         * check/generic/states.c: 
12152         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12153         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12154           Fixes for changes in registry API.
12155
12156         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12157           to GST_PLUGIN_LDFLAGS.
12158         * ext/libvisual/visual.c: Make the library shut up.
12159         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12160         * gst-libs/gst/audio/gstaudiofilter.c: same
12161
12162 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12163
12164         * docs/plugins/Makefile.am:
12165         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12166         * docs/plugins/inspect/plugin-libvisual.xml:
12167         * docs/plugins/tmpl/element-tcpserversink.sgml:
12168         * ext/theora/theoraenc.c:
12169           add libvisual plugin and theoraenc element to docs
12170
12171 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12172
12173         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12174         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12175         * ext/theora/theoraenc.c:
12176           add theoraenc
12177
12178 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12179
12180         * gst/audioconvert/Makefile.am:
12181           Audioconvert derives from GstBaseTransform and should
12182           link to the library with our base elements to avoid
12183           unresolved symbols. Makes things work with MinGW (#316160)
12184
12185         * gst/playback/test4.c: (main):
12186           Fix MinGW build problem and use g_usleep() instead of 
12187           sleep() (#316162)
12188
12189 2005-09-12  Wim Taymans  <wim@fluendo.com>
12190
12191         * gst/audioconvert/audioconvert.c: (float),
12192         (audio_convert_prepare_context), (audio_convert_convert):
12193         * gst/audioconvert/audioconvert.h:
12194         Cleanups, speedups, simplifications, added back support
12195         for 24 bits.
12196
12197 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12198
12199         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12200         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12201         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12202         * docs/plugins/tmpl/element-tcpserversink.sgml:
12203         * gst/ffmpegcolorspace/gstffmpeg.c:
12204         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12205         * gst/videotestsrc/gstvideotestsrc.c:
12206         * gst/volume/gstvolume.c:
12207           add more elements to the docs
12208
12209 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12210
12211         * check/Makefile.am:
12212         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12213         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12214           Add extra tests for basetransform based components. 
12215           Comment out the test_element_negotiation test until we decide
12216           if it's testing correct behaviour.
12217         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12218         (gst_visual_chain), (gst_visual_change_state):
12219           Slightly more correct but still bogus timestamping.
12220           Fix state change function.
12221         * gst/audioconvert/gstaudioconvert.c:
12222         (gst_audio_convert_class_init):
12223         * gst/audioresample/gstaudioresample.c:
12224         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12225         (gst_ffmpegcsp_class_init):
12226         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12227         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12228         (gst_videoscale_prepare_image):
12229         * gst/volume/gstvolume.c: (gst_volume_class_init),
12230         (volume_transform_ip):
12231           Basetransform updates. Enable passthrough modes.
12232         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12233         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12234         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12235           Negotiation fix that allows the window to return to the original
12236           size and renegotiate passthrough upstream. Extra debug output.
12237
12238 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12239
12240         * gst/sine/gstsinesrc.c:
12241         * gst/volume/gstvolume.c:
12242           fix up header include
12243
12244 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12245
12246         * gst-libs/gst/audio/gstbaseaudiosink.c:
12247         (gst_base_audio_sink_render):
12248         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12249         * gst/volume/gstvolume.c: (gst_volume_class_init),
12250         (volume_transform):
12251           fixing lost sync, some more debugging
12252
12253 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12254
12255         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12256         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12257         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12258         (gst_xvimagesink_check_xshm_calls):
12259           Fix compilation when XShm is not available.
12260
12261 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12262
12263         * ext/libvisual/visual.c: (gst_visual_dispose),
12264         (gst_visual_getcaps), (gst_visual_src_setcaps),
12265         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12266         (gst_visual_change_state):
12267           Finish fixing up libvisual plugin so that it runs. 
12268
12269 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12270
12271         * ext/vorbis/vorbisenc.c:
12272         * gst-libs/gst/tag/gstvorbistag.c:
12273           gsttaginterface.h -> gsttagsetter.h
12274
12275 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12276
12277         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12278           added another test that failes for me (test is not active by default)
12279
12280 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12281
12282         * configure.ac:
12283           v4l2 is no longer in gst-plugins-base
12284
12285 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12286
12287         * configure.ac:
12288           In the output at the end, don't show the first plugin on the same
12289           line as "Core plug-ins, always built:".
12290           Indent the output as for other plugin categories
12291         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12292           #define that can be used to not use peer buffer_alloc functions for
12293           test purposes.
12294         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12295         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12296         (gst_ximagesink_show_frame):
12297         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12298         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12299         (gst_xvimagesink_show_frame):
12300           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12301           fails gracefully instead of XError aborting or deadlocking.
12302
12303 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12304
12305         * ext/libvisual/Makefile.am:
12306           link against gst-base-libs
12307
12308 2005-09-06  David Schleef  <ds@schleef.org>
12309
12310         * configure.ac: Enable libvisual plugin.
12311         * ext/libvisual/Makefile.am:
12312         * ext/libvisual/visual.c: Fixes to make it compile.
12313
12314 === release 0.9.2 ===
12315
12316 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12317
12318         * NEWS:
12319         * RELEASE:
12320         * configure.ac:
12321         * docs/random/ChangeLog-0.8:
12322           releasing 0.9.2, "Spoon"
12323
12324 2005-09-05  Michael Smith <msmith@fluendo.com>
12325
12326         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12327           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12328           that in the vorbisenc element.
12329
12330 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12331
12332         * common/gtk-doc-plugins.mak:
12333         * docs/plugins/Makefile.am:
12334           fix distcheck
12335         * gst/audioresample/resample.c:
12336           fix wrong docstring
12337
12338 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12339
12340         * common/gst-xmlinspect.py:
12341         * common/gtk-doc-plugins.mak:
12342           only inspect plugins for this given package
12343           require gst-python 0.9
12344
12345 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12346
12347         * Makefile.am:
12348         * autogen.sh:
12349         * common/gst-xmlinspect.py:
12350         * configure.ac:
12351         * docs/Makefile.am:
12352         * docs/plugins/inspect/plugin-alsa.xml:
12353         * docs/plugins/inspect/plugin-audioresample.xml:
12354         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12355         * docs/plugins/inspect/plugin-ogg.xml:
12356         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12357         * docs/plugins/tmpl/element-multifdsink.sgml:
12358         * docs/plugins/tmpl/element-tcpserversink.sgml:
12359         * docs/plugins/tmpl/element-vorbisenc.sgml:
12360         * gst-plugins-base.spec.in:
12361           various doc-related updates
12362
12363 2005-08-31  Wim Taymans  <wim@fluendo.com>
12364
12365         * gst-libs/gst/audio/gstbaseaudiosink.c:
12366         (gst_base_audio_sink_render):
12367         Resync if the buffer timestamps drift more than a 10th 
12368         of a second.
12369
12370 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12371
12372         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12373         (gst_v4lsrc_get_property):
12374           The 'timestamp-offset' property is registered as an int64, so
12375           let's use g_value_{set|get}_int64() in our setter and getter
12376           functions (makes it work and fixes warnings with gst-inspect).
12377
12378 2005-08-30  Wim Taymans  <wim@fluendo.com>
12379
12380         * check/elements/audioconvert.c: (setup_audioconvert):
12381         * check/elements/audioresample.c: (setup_audioresample):
12382         * check/elements/volume.c: (setup_volume):
12383         Fix checks.
12384
12385 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12386
12387         * common/gtk-doc-plugins.mak:
12388         * common/plugins.xsl:
12389         * docs/plugins/Makefile.am:
12390           make module a param
12391
12392 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12393
12394         * examples/seeking/seek.c: (make_mp3_pipeline),
12395         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12396         (play_cb), (pause_cb), (stop_cb):
12397           update the example
12398
12399 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12400
12401         * gst/volume/gstvolume.c: (gst_volume_class_init),
12402         (volume_transform):
12403           do not update controlled params, if buffer has no timestamp
12404
12405 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12406
12407         * configure.ac:
12408         * gst/sine/Makefile.am:
12409         * gst/volume/Makefile.am:
12410           controllerized elements also need to link against controller-libs ;)
12411
12412 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12413
12414         * docs/libs/tmpl/gstcolorbalance.sgml:
12415         * docs/libs/tmpl/gstgconf.sgml:
12416         * docs/libs/tmpl/gstmixer.sgml:
12417         * docs/libs/tmpl/gstringbuffer.sgml:
12418         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12419         (gst_sinesrc_create):
12420         * gst/volume/gstvolume.c: (gst_volume_class_init),
12421         (volume_transform):
12422           controllerized two audio plugins
12423
12424 2005-08-29  Andy Wingo  <wingo@pobox.com>
12425
12426         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12427         (vorbis_handle_data_packet): Fix some int overflow errors.
12428
12429         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12430         -1.
12431         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12432         valid.
12433         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12434         if it's valid. Fixed streaming-mode playback.
12435
12436         * check/elements/volume.c (cleanup_volume): Fix for running
12437         CK_FORK=no.
12438
12439         * check/elements/audioconvert.c: Convert from native endian, not
12440         little endian.
12441
12442 2005-08-29  Michael Smith <msmith@fluendo.com>
12443
12444         * ext/ogg/Makefile.am:
12445         * ext/ogg/gstogg.c: (plugin_init):
12446         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12447         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12448         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12449         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12450         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12451         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12452         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12453         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12454         Add an ogg parser element.
12455
12456 2005-08-28  Andy Wingo  <wingo@pobox.com>
12457
12458         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12459
12460 2005-08-26  Wim Taymans  <wim@fluendo.com>
12461
12462         * gst/audioconvert/audioconvert.c: (if), (float),
12463         (audio_convert_get_func_index), (check_default),
12464         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12465         (audio_convert_clean_context), (audio_convert_get_sizes),
12466         (audio_convert_convert):
12467         Cleanups.
12468
12469 2005-08-26  Wim Taymans  <wim@fluendo.com>
12470
12471         * gst/audioconvert/audioconvert.c: (if), (float),
12472         (audio_convert_get_func_index), (check_default),
12473         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12474         (audio_convert_clean_context), (audio_convert_get_sizes),
12475         (audio_convert_convert):
12476         More elegant and working temp buffer selection algo.
12477
12478 2005-08-26  Wim Taymans  <wim@fluendo.com>
12479
12480         * gst/audioconvert/audioconvert.c: (if), (float),
12481         (audio_convert_get_func_index), (check_default),
12482         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12483         (audio_convert_clean_context), (audio_convert_get_sizes),
12484         (get_temp_buffer), (audio_convert_convert):
12485         Use realloc else we lose our original data.
12486
12487 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12488
12489         * gst/audioresample/gstaudioresample.c:
12490           use base class' newsegment to properly timestamp
12491
12492 2005-08-26  Wim Taymans  <wim@fluendo.com>
12493
12494         * gst/audioconvert/audioconvert.c: (if), (float),
12495         (audio_convert_get_func_index), (check_default),
12496         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12497         (audio_convert_clean_context), (audio_convert_get_sizes),
12498         (get_temp_buffer), (audio_convert_convert):
12499         * gst/audioconvert/gstaudioconvert.c:
12500         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12501         (gst_audio_convert_transform_caps),
12502         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12503         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12504         Oops, allocate enough space to perform the channel mix.
12505
12506 2005-08-26  Wim Taymans  <wim@fluendo.com>
12507
12508         * gst/audioconvert/Makefile.am:
12509         * gst/audioconvert/audioconvert.c: (if), (float),
12510         (audio_convert_get_func_index), (check_default),
12511         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12512         (audio_convert_clean_context), (audio_convert_get_sizes),
12513         (get_temp_buffer), (audio_convert_convert):
12514         * gst/audioconvert/audioconvert.h:
12515         * gst/audioconvert/gstaudioconvert.c:
12516         (gst_audio_convert_class_init), (gst_audio_convert_init),
12517         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12518         (gst_audio_convert_get_unit_size),
12519         (gst_audio_convert_transform_caps),
12520         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12521         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12522         * gst/audioconvert/gstaudioconvert.h:
12523         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12524         (gst_channel_mix_fill_identical),
12525         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12526         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12527         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12528         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12529         (gst_channel_mix_mix):
12530         * gst/audioconvert/gstchannelmix.h:
12531         Cleanups, librarify a bit, optimize, better negotiation and more.
12532
12533 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12534
12535         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12536         Another from MikeS:
12537         During typefinding, don't support negative offsets
12538         (offsets from the end of the stream) in our typefind->peek() function
12539         - nothing embedded in ogg ever needs them. However, we need to recognise
12540         those requests and reject them, otherwise we return invalid pointers.
12541
12542 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12543
12544         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12545         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12546         (vorbisdec_finalize), (vorbis_handle_type_packet):
12547           Big shout-out to MikeS for fixing this giant memory leak.
12548           Huzzah!
12549
12550 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12551
12552         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12553         (audio_convert_get_unit_size):
12554           plug some leaks
12555
12556 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12557
12558         * check/Makefile.am:
12559         * check/elements/audioconvert.c: (setup_audioconvert),
12560         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12561         (GST_START_TEST), (audioconvert_suite), (main):
12562           add a test for audioconvert
12563         * gst/audioresample/gstaudioresample.c:
12564         * gst/audioresample/gstaudioresample.h:
12565           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12566           note that for buffers of 1/3 sec this means DURATION(c) is 
12567           one nanosecond more than for a and b
12568
12569 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12570
12571         * check/Makefile.am:
12572         * check/elements/audioresample.c: (setup_audioresample),
12573         (cleanup_audioresample), (fail_unless_perfect_stream),
12574         (test_perfect_stream_instance), (GST_START_TEST),
12575           add a check for audioresample
12576         (audioresample_suite), (main):
12577         * check/elements/volume.c: (GST_START_TEST):
12578           remove unused method
12579         * gst/audioresample/gstaudioresample.c:
12580           set correct buffer parameters since we're changing them
12581         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12582           add some debug
12583
12584 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12585
12586         * gst/audioresample/debug.c:
12587         * gst/audioresample/gstaudioresample.c:
12588           add room for extra overlap samples when asked to transform size
12589           protect against possible mem corruption and check for discrepancies
12590           between written size and outbuffer's size so we can warn for
12591           potential problems
12592         * gst/audioresample/resample.c: (resample_init),
12593         (resample_get_output_size_for_input), (resample_get_output_size),
12594         (resample_set_n_channels), (resample_set_format):
12595           set debug level based on RESAMPLE_DEBUG env var
12596           make sure that get_output_size* returns a whole number of
12597           sample_size
12598           set sample_size each time either channel or format is set
12599         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12600         * gst/audioresample/resample_functable.c:
12601         (resample_scale_functable):
12602         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12603           remove r->sample_size, it's done in resample.c now
12604           add some debugging to the ref implementation
12605           make sure we only give back bytes that are wholes of the sample
12606           size
12607
12608 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12609         * gst/playback/gstplaybasebin.c: (fill_buffer):
12610         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12611
12612 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12613
12614         * gst/volume/gstvolume.c:
12615           made set_caps function static
12616
12617 2005-08-24  Wim Taymans  <wim@fluendo.com>
12618
12619         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12620         (gst_vorbisenc_change_state):
12621         Stop leaking taglists.
12622
12623 2005-08-24  Wim Taymans  <wim@fluendo.com>
12624
12625         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12626         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12627         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12628         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12629         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12630         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12631         Parse seeking events better.
12632         Unref static caps.
12633         Generate correct newsegment events, fixes seeking in live oggs.
12634
12635         * ext/theora/theoradec.c: (theora_dec_src_query),
12636         (theora_dec_src_event), (theora_dec_src_getcaps),
12637         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12638         Use newsegment values to report correct play time.
12639
12640         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12641         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12642         * ext/vorbis/vorbisdec.h:
12643         Parse and use newsegment values to report correct play time.
12644
12645         * gst-libs/gst/audio/gstbaseaudiosink.c:
12646         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12647         Clear ringbuffer on flush.
12648         Use newsegment values to calculate playback time.
12649
12650         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12652         Basesink does newsegment calculations for us now.
12653
12654 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12655
12656         * check/Makefile.am:
12657         * configure.ac:
12658           add core's plugins to the mix so that playbin works
12659         * check/generic/states.c: (GST_START_TEST):
12660           set a 0 timeout on pipelines, so they don't force the next
12661           state change
12662         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12663         (gst_play_base_bin_change_state):
12664           remove the crappy error handling and do GST error handling
12665
12666 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12667
12668         * check/Makefile.am:
12669         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12670           add same test as to core, it bitches out on playbin atm.
12671
12672 2005-08-24  Wim Taymans  <wim@fluendo.com>
12673
12674         * configure.ac:
12675         Remove audioscale.
12676
12677 2005-08-24  Wim Taymans  <wim@fluendo.com>
12678
12679         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12680         (gst_videoscale_prepare_size), (parse_caps),
12681         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12682         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12683         (gst_videoscale_transform):
12684         * gst/videoscale/gstvideoscale.h:
12685         Refactor, make use of BaseTranform really well.
12686
12687 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12688
12689         * configure.ac:
12690           compile audioresample
12691         * gst/audioresample/Makefile.am:
12692         * gst/audioresample/buffer.c:
12693         * gst/audioresample/functable.c:
12694         * gst/audioresample/gstaudioresample.c:
12695         * gst/audioresample/gstaudioresample.h:
12696         * gst/audioresample/resample.c:
12697         (resample_get_output_size_for_input):
12698         * gst/audioresample/resample.h:
12699         * gst/audioresample/resample_chunk.c:
12700         * gst/audioresample/resample_functable.c:
12701         * gst/audioresample/resample_ref.c:
12702           port to use basetransform; doesn't work in all cases yet
12703
12704 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12705
12706         * gst/audioconvert/gstaudioconvert.c:
12707         (gst_audio_convert_class_init), (gst_audio_convert_init),
12708         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12709         (audio_convert_fixate_caps), (audio_convert_set_caps),
12710         (audio_convert_transform),
12711         (gst_audio_convert_buffer_to_default_format),
12712         (gst_audio_convert_buffer_from_default_format),
12713         (gst_audio_convert_channels):
12714         * gst/audioconvert/gstchannelmix.c:
12715         * gst/audioconvert/gstchannelmix.h:
12716           port to basetransform
12717         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12718         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12719         (gst_ffmpegcsp_get_unit_size):
12720         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12721         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12722           fix for basetransform changes
12723
12724 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12725
12726         * check/Makefile.am:
12727           Add CHECK_CFLAGS and LDFLAGS
12728
12729         * gst/playback/gstplaybasebin.c: (fill_buffer):
12730           GST_MESSAGE_SRC became a GObject
12731
12732 2005-08-24  Wim Taymans  <wim@fluendo.com>
12733
12734         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12735         (gst_ring_buffer_clear_all):
12736         * gst-libs/gst/audio/gstringbuffer.h:
12737         Added function to clear the ringbuffer.
12738
12739 2005-08-24  Andy Wingo  <wingo@pobox.com>
12740
12741         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12742         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12743         of _open and _close.
12744
12745         * sys/v4l/gstv4lxoverlay.h:
12746         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12747         an Xv connection here, instead of all the time. Make Xv only be
12748         loaded if you axe for it. Kindof a workaround for buggy behaviour
12749         of Xv when using remote xservers (XvQueryExtension would block).
12750         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12751         replace the _open and _close public API. Only start the xv
12752         connection if necessary.
12753         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12754
12755 2005-08-23  David Schleef  <ds@schleef.org>
12756
12757         * gst/audioresample/Makefile.am: Leet audioresampling code
12758         * gst/audioresample/buffer.c:
12759         * gst/audioresample/buffer.h:
12760         * gst/audioresample/debug.c:
12761         * gst/audioresample/debug.h:
12762         * gst/audioresample/functable.c:
12763         * gst/audioresample/functable.h:
12764         * gst/audioresample/gstaudioresample.c:
12765         * gst/audioresample/gstaudioresample.h:
12766         * gst/audioresample/resample.c:
12767         * gst/audioresample/resample.h:
12768         * gst/audioresample/resample_chunk.c:
12769         * gst/audioresample/resample_functable.c:
12770         * gst/audioresample/resample_ref.c:
12771
12772 2005-08-23  Wim Taymans  <wim@fluendo.com>
12773
12774         * examples/seeking/seek.c: (make_vorbis_pipeline),
12775         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12776         Small seek updates.
12777
12778 2005-08-23  Andy Wingo  <wingo@pobox.com>
12779
12780         * gst-libs/gst/audio/gstbaseaudiosrc.c
12781         (gst_base_audio_src_fixate): Only fixate endianness if it is
12782         present in the caps.
12783
12784 2005-08-22  Andy Wingo  <wingo@pobox.com>
12785
12786         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12787         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12788         device-name property.
12789
12790         * gst-libs/gst/audio/gstaudiosrc.h:
12791         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12792         close_device in the ring buffer, like gstaudiosink.
12793
12794         * ext/alsa/gstalsamixer.h:
12795         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12796         macro to implement the interface without much code. Cleanups. 
12797
12798         * ext/alsa/gstalsasrc.h:
12799         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12800         READY.
12801
12802         * ext/alsa/Makefile.am: Add new files.
12803         * ext/alsa/gstalsamixerelement.c: 
12804         * ext/alsa/gstalsamixerelement.c: Split element code out from
12805         mixer code so that alsasrc can be a mixer too.
12806
12807 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12808
12809         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12810         (GST_START_TEST):
12811         * check/elements/vorbisdec.c: (setup_vorbisdec),
12812         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12813         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12814         (vorbis_handle_identification_packet),
12815         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12816         (vorbis_handle_header_packet), (vorbis_dec_push),
12817         (vorbis_dec_chain):
12818           use the setup/teardown methods to save code.  save code is good.
12819
12820 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12821
12822         * check/Makefile.am:
12823           add ext dir for plugins
12824           add vorbisdec test conditionally
12825         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12826         (GST_START_TEST), (volume_suite):
12827           add a test with wrong caps
12828         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12829         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
12830           add a vorbisdec test
12831         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
12832         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
12833           clean up debug output
12834         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12835           yay, fix a segfault/security issue in vorbisdec
12836           gst-launch fakesrc ! vorbisdec wasn't happy
12837         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
12838         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
12839         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
12840         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12841         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
12842         (gst_vorbisenc_set_metadata), (get_constraints_string),
12843         (update_start_message), (gst_vorbisenc_setup),
12844         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12845         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
12846         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
12847         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
12848         * ext/vorbis/vorbisenc.h:
12849           march in line
12850         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12851         (gst_ffmpegcsp_transform):
12852           have the kow come home
12853         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12854           debug my func ptr
12855         * gst/volume/gstvolume.c: (volume_set_caps):
12856           add a debug
12857
12858 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12859
12860         * Makefile.am:
12861         * check/.cvsignore:
12862         * check/Makefile.am:
12863         * check/elements/.cvsignore:
12864         * check/elements/volume.c: (chain_func), (event_func),
12865         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
12866         (main):
12867         * configure.ac:
12868           add unit test structure for gst-plugins-base
12869           add a test for volume
12870         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
12871         (gst_volume_set_volume), (gst_volume_get_volume),
12872         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
12873         (volume_funcfind), (volume_process_float), (volume_process_int16),
12874         (volume_set_caps), (volume_transform), (volume_update_mute),
12875         (volume_update_volume), (volume_set_property),
12876         (volume_get_property):
12877           document a little; use basetransform vmethod _set_caps
12878
12879 2005-08-19  Andy Wingo  <wingo@pobox.com>
12880
12881         * ext/alsa/gstalsamixertrack.h:
12882         * ext/alsa/gstalsamixertrack.c:
12883         * ext/alsa/gstalsamixeroptions.h:
12884         * ext/alsa/gstalsamixeroptions.c:
12885         * ext/alsa/gstalsamixer.h:
12886         * ext/alsa/gstalsamixer.c: Port to 0.9.
12887
12888         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
12889         Remove gstalsa.c and alsaclock. No more cruft here.
12890         
12891 2005-08-18  Wim Taymans  <wim@fluendo.com>
12892
12893         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12894         (gst_base_rtp_depayload_chain),
12895         (gst_base_rtp_depayload_add_to_queue),
12896         (gst_base_rtp_depayload_push),
12897         (gst_base_rtp_depayload_queue_release):
12898         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12899         Fix for RTPBuffer changes.
12900
12901         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
12902         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
12903         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
12904         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
12905         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
12906         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
12907         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
12908         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
12909         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
12910         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
12911         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
12912         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
12913         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
12914         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
12915         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
12916         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
12917         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
12918         (gst_rtpbuffer_get_payload):
12919         * gst-libs/gst/rtp/gstrtpbuffer.h:
12920         Don't subclass GstBuffer but add methods and helper functions
12921         to construct and manipulate RTP packets in regular GstBuffers.
12922
12923 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
12924
12925         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12926           moved statement below switch
12927         * gst/volume/gstvolume.c: (gst_volume_class_init):
12928           added debug ptr
12929
12930 2005-08-16  Wim Taymans  <wim@fluendo.com>
12931
12932         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12933         (gst_base_audio_src_change_state):
12934         Open and close device in READY<->NULL state change.
12935
12936 2005-08-16  Andy Wingo  <wingo@pobox.com>
12937
12938         * examples/seeking/Makefile.am: Don't compile non-compiling
12939         compiled objects with the compiler.
12940
12941         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
12942         elements.
12943
12944 2005-08-12  Philippe Khalaf <burger@speedy.org>
12945         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12946         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12947           Made a thread to release the queue.
12948           Removed timestamp conversion for now.
12949
12950 2005-08-10  Philippe Khalaf <burger@speedy.org>
12951         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12952         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12953           Added rtp timestamp -> gst timestamp conversion.
12954           Fixed several problems with queue.
12955
12956 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12957
12958         * gst-libs/gst/audio/gstaudioclock.h:
12959         * gst-libs/gst/audio/gstaudiofilter.h:
12960         * gst-libs/gst/audio/gstaudiosink.h:
12961         * gst-libs/gst/audio/gstaudiosrc.h:
12962         * gst-libs/gst/audio/gstbaseaudiosink.h:
12963         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12964         * gst-libs/gst/audio/gstringbuffer.h:
12965         * gst-libs/gst/net/gstnetbuffer.h:
12966         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12967         * gst-libs/gst/rtp/gstrtpbuffer.h:
12968           Add padding (you will need to rebuild gst-plugins-base,
12969           gst-plugins and all applications afterwards!)
12970
12971 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12972
12973         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12974         (gst_riff_parse_chunk):
12975           Fix bug in debug message and add some more debug messages.
12976
12977 2005-08-08  Edward Hervey  <edward@fluendo.com>
12978
12979         * gst-libs/gst/riff/riff-media.c:
12980         backported updates since branch
12981
12982 2005-08-08  Andy Wingo  <wingo@pobox.com>
12983
12984         * gst-libs/gst/audio/gstbaseaudiosink.c
12985         (gst_base_audio_sink_change_state): Open the device in NULL->READY
12986         like good elements should. Close on READY->NULL too.
12987
12988         * gst-libs/gst/audio/gstaudiosink.c
12989         (gst_audioringbuffer_open_device,
12990         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
12991         (gst_audioringbuffer_release): Updates for new ring buffer API,
12992         hook into the new audio sink api.
12993
12994         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
12995         (GstAudioSinkClass.close): Just open and close the device -- no
12996         resource allocation or configuration.
12997         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
12998         vmethods, handle device setup and resource allocation.
12999
13000         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13001         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13002         base class API.
13003
13004         * gst-libs/gst/audio/gstringbuffer.h
13005         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13006         New vmethods.
13007
13008         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13009         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13010         New API functions. The device should be opened before acquiring
13011         and closed after releasing.
13012
13013 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13014
13015         * gst-libs/gst/interfaces/mixer.h:
13016           Reset padding to GST_PADDING.
13017
13018 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13019
13020         * gst/playback/gstplaybin.c: (remove_sinks):
13021           Remove visualization from parent explicitely; works around some
13022           apparent refcount issue that I haven't tracked down yet.
13023
13024 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13025
13026         * ext/alsa/gstalsasink.c: (set_hwparams):
13027           Assign debug category, add negotiation debug msgs.
13028
13029 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13030
13031         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13032           Fix error code for file-not-found to NOT_FOUND.
13033
13034 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13035
13036         * common/gtk-doc-plugins.mak:
13037         * docs/plugins/Makefile.am:
13038         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13039         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13040           renamed to actual element names, so much nicer to look at
13041         * docs/plugins/tmpl/gstmultifdsink.sgml:
13042           remove
13043         * docs/plugins/tmpl/multifdsink.sgml:
13044         * docs/plugins/tmpl/tcpserversink.sgml:
13045           add
13046         * ext/alsa/gstalsa.c:
13047         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13048         * ext/ogg/gstoggmux.c:
13049         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13050         * gst/playback/gstdecodebin.c:
13051         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13052         * gst/tcp/gsttcpserversink.c:
13053           various fixes and documentation additions
13054
13055 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13056
13057         * common/Makefile.am:
13058         * common/gstdoc-scangobj:
13059         * common/gtk-doc-plugins.mak:
13060         * common/gtk-doc.mak:
13061           add a custom scangobj that uses the registry
13062           add a custom gtk-doc-plugins.mak that uses it
13063           some doc build fixes
13064         * configure.ac:
13065         * docs/Makefile.am:
13066         * docs/plugins/Makefile.am:
13067         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13068         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13069         * docs/plugins/gst-plugins-base-plugins.types:
13070         * docs/plugins/tmpl/gstmultifdsink.sgml:
13071           add docs for one element, multifdsink
13072         * gst/adder/gstadder.h:
13073         * gst/volume/gstvolume.h:
13074           don't privatize enum
13075         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13076         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13077         (gst_sync_method_get_type), (gst_client_status_get_type),
13078         (gst_multifdsink_class_init),
13079         (gst_multifdsink_client_queue_buffer),
13080         (gst_multifdsink_handle_client_write):
13081         * gst/tcp/gstmultifdsink.h:
13082         * gst/tcp/gsttcp.h:
13083         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13084         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13085         (gst_tcpclientsink_render):
13086         * gst/tcp/gsttcpclientsink.h:
13087         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13088         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13089         (gst_tcpclientsrc_start):
13090         * gst/tcp/gsttcpclientsrc.h:
13091         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13092         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13093         * gst/tcp/gsttcpserversrc.h:
13094         * gst/typefind/gsttypefindfunctions.c:
13095           remove superfluous Type stuff
13096
13097 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13098
13099         * gst/playback/gstplaybin.c: (gen_video_element):
13100           Enable videoscale.
13101
13102 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13103
13104         * gst-libs/gst/gconf/gconf.c:
13105         * gst-libs/gst/gconf/gconf.h:
13106           Fix some Andy Problem [tm].
13107
13108 2005-08-04  Andy Wingo  <wingo@pobox.com>
13109
13110         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13111         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13112         (gst_ffmpegcsp_get_size): Adapt to API changes.
13113
13114         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13115         Implement an in-place do-nothing transform.
13116
13117 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13118
13119         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13120         (gst_ximagesink_renegotiate_size):
13121           Do not set new window sizes yet if we prepare a new buffer size
13122           for upstream renegotiation (software scaling) at some point in the
13123           future, because this new size waqs not actually accepted yet. Once
13124           accepted, renegotiation later on will set the new sizes just fine.
13125           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13126           embedding testcase.
13127
13128 2005-08-03  Andy Wingo  <wingo@pobox.com>
13129
13130         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13131         (gst_ximagesink_buffer_alloc): 
13132         Protect the height, width, and desired_caps with the pool_lock.
13133         Fixes videotestsrc ! queue ! ximagesink.
13134
13135 2005-08-02  Edward Hervey  <edward@fluendo.com>
13136
13137         * gst/volume/gstvolume.c:
13138         include left from controller cleanup
13139
13140 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13141         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13142           Stop collectpads before calling the parent state
13143           change function on PAUSED->READY.
13144
13145 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13146         * configure.ac:
13147           When testing for X libs, use the X CFlags 
13148         * gst/adder/gstadder.c: (gst_adder_change_state):
13149           Stop the collectpads before calling parent state change function
13150           on PAUSED->READY, otherwise we deadlock deactivating pads.
13151
13152 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13153
13154         * configure.ac:
13155         * docs/libs/tmpl/gstcolorbalance.sgml:
13156         * docs/libs/tmpl/gstmixer.sgml:
13157         * examples/Makefile.am:
13158         * gst/sine/Makefile.am:
13159         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13160         (gst_sinesrc_set_property), (plugin_init):
13161         * gst/sine/gstsinesrc.h:
13162         * gst/volume/Makefile.am:
13163         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13164         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13165         (volume_process_float), (volume_process_int16),
13166         (volume_set_property), (plugin_init):
13167         * gst/volume/gstvolume.h:
13168           deactivate and remove dparams (libgstcontrol)
13169
13170 2005-07-29  Wim Taymans  <wim@fluendo.com>
13171
13172         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13173         Convert me to BaseTransform!! help..
13174
13175 2005-07-29  Andy Wingo  <wingo@pobox.com>
13176
13177         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13178         sinks.
13179
13180         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13181         support of both endiannesses.
13182
13183 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13184
13185         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13186           Fix confusing debug message (s/event/query/)
13187
13188 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13189
13190         * gst/videotestsrc/videotestsrc.h:
13191           Use "_stdint.h" instead of <stdint.h>
13192
13193 2005-07-27  Wim Taymans  <wim@fluendo.com>
13194
13195         * ext/vorbis/Makefile.am:
13196         Revert wrong commit.
13197
13198 2005-07-27  Wim Taymans  <wim@fluendo.com>
13199
13200         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13201         More compilation fixen.
13202
13203 2005-07-27  Wim Taymans  <wim@fluendo.com>
13204
13205         * gst-libs/gst/audio/gstbaseaudiosink.c:
13206         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13207         (gst_base_audio_sink_create_ringbuffer),
13208         (gst_base_audio_sink_change_state):
13209         Fix compilation.
13210
13211 2005-07-27  Wim Taymans  <wim@fluendo.com>
13212
13213         * examples/seeking/seek.c: (setup_dynamic_link),
13214         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13215         (query_positions_elems), (query_positions_pads), (do_seek):
13216         Update seek example.
13217
13218         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13219         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13220         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13221         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13222         (gst_ogg_demux_handle_event),
13223         (gst_ogg_demux_deactivate_current_chain),
13224         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13225         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13226         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13227         (gst_ogg_demux_loop):
13228         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13229         * ext/theora/theoradec.c: (theora_dec_src_event),
13230         (theora_dec_src_getcaps), (theora_dec_sink_event),
13231         (theora_dec_push), (theora_dec_chain):
13232         * ext/vorbis/Makefile.am:
13233         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13234         (vorbis_dec_sink_event), (vorbis_dec_push),
13235         (vorbis_handle_data_packet):
13236         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13237         (gst_vorbisenc_chain):
13238         * gst/playback/gststreaminfo.c: (cb_probe):
13239         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13240         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13241         * gst/videoscale/gstvideoscale.c:
13242         (gst_videoscale_handle_src_event):
13243         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13244         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13245         (gst_ximagesink_navigation_send_event):
13246         * sys/xvimage/xvimagesink.c:
13247         (gst_xvimagesink_navigation_send_event):
13248         Various event updates and cleanups
13249
13250 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13251
13252         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13253           Fix segfault for I420/YV12.
13254
13255 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13256
13257         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13258           Report bitrate.
13259
13260 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13261
13262         * gst/playback/gstplaybin.c: (gen_video_element),
13263         (gen_audio_element):
13264           Switch to auto*sink elements as default sinks; add volume element
13265           so that volume control in totem works.
13266
13267 2005-07-21  Wim Taymans  <wim@fluendo.com>
13268
13269         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13270         * gst/playback/gstplaybin.c: (setup_sinks),
13271         (gst_play_bin_change_state):
13272         Refcount fix and more comments.
13273
13274 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13275
13276         * sys/ximage/Makefile.am:
13277         * sys/ximage/ximage.c: (plugin_init):
13278         * sys/ximage/ximagesink.c:
13279         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13280         
13281
13282 2005-07-21  Wim Taymans  <wim@fluendo.com>
13283
13284         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13285         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13286         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13287         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13288         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13289         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13290         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13291         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13292         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13293         Generate correct disconts for live chained oggs.
13294
13295         * gst-libs/gst/audio/gstbaseaudiosink.c:
13296         (gst_base_audio_sink_render),
13297         (gst_base_audio_sink_create_ringbuffer),
13298         (gst_base_audio_sink_change_state):
13299         Handle discont math correctly.
13300
13301         * gst/playback/gstplaybin.c: (add_sink):
13302         Some small debug cleanup.
13303
13304 2005-07-21  Wim Taymans  <wim@fluendo.com>
13305
13306         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13307         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13308         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13309         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13310         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13311         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13312         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13313         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13314         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13315         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13316         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13317         (gst_ogg_demux_change_state), (gst_ogg_print):
13318         Reorganize code to send the right disconts when in streaming
13319         mode.
13320
13321 2005-07-20  Andy Wingo  <wingo@pobox.com>
13322
13323         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13324         fix (?), fixes a seggie mcfalterson (#310894).
13325
13326 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13327
13328         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13329         (gst_ogg_mux_set_header_on_caps):
13330         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13331         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13332         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13333         * gst-libs/gst/audio/multichannel.c:
13334         (gst_audio_set_channel_positions),
13335         (gst_audio_set_structure_channel_positions_list):
13336         * gst/playback/gstdecodebin.c: (dynamic_create):
13337         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13338         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13339           Fixes for API changes in core.
13340
13341 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13342
13343         * gst/playback/gstplaybasebin.c: (fill_buffer):
13344           Use _new_custom() so we can set custom message types for buffering
13345           messages.
13346
13347 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13348
13349         * configure.ac:
13350         * gst-libs/gst/Makefile.am:
13351         * gst-libs/gst/gconf/.cvsignore:
13352         * gst-libs/gst/gconf/Makefile.am:
13353         * gst-libs/gst/gconf/test-gconf.c:
13354         * pkgconfig/Makefile.am:
13355         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13356         * pkgconfig/gstreamer-gconf.pc.in:
13357           Remove gconf stuff, use gconf elements instead from now on.
13358
13359 2005-07-20  Wim Taymans  <wim@fluendo.com>
13360
13361         * gst-libs/gst/audio/TODO:
13362         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13363         (gst_audio_clock_get_internal_time):
13364         * gst-libs/gst/audio/gstaudioclock.h:
13365         * gst-libs/gst/audio/gstbaseaudiosink.c:
13366         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13367         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13368         (gst_base_audio_sink_render),
13369         (gst_base_audio_sink_create_ringbuffer),
13370         (gst_base_audio_sink_change_state):
13371         Make sure the audio clock always returns an increasing value.
13372
13373 2005-07-19  Andy Wingo  <wingo@pobox.com>
13374
13375         * gst/videotestsrc/: Cleanups.
13376
13377 2005-07-19  Wim Taymans  <wim@fluendo.com>
13378
13379         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13380         Better debugging.
13381
13382 2005-07-19  Wim Taymans  <wim@fluendo.com>
13383
13384         * examples/seeking/seek.c: (make_dv_pipeline),
13385         (make_vorbis_theora_pipeline), (query_rates),
13386         (query_positions_elems), (query_positions_pads), (do_seek):
13387         Make correct DV pipeline.
13388
13389 2005-07-18  Andy Wingo  <wingo@pobox.com>
13390
13391         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13392         default. Also because it's the only thing that really works. (This
13393         is used in the GConf elements).
13394         Use AS_LIBTOOL_TAGS.
13395
13396 2005-07-18  Wim Taymans  <wim@fluendo.com>
13397
13398         * gst/playback/gstdecodebin.c: (remove_element_chain):
13399         * gst/playback/gstplaybin.c: (add_sink):
13400         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13401         (gst_stream_info_set_mute):
13402         * gst/playback/gststreamselector.c:
13403         (gst_stream_selector_get_linked_pad),
13404         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13405         More leak and compile fixes.
13406
13407 2005-07-18  Wim Taymans  <wim@fluendo.com>
13408
13409         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13410         (query_rates), (query_positions_elems), (query_positions_pads),
13411         (do_seek), (seek_cb), (stop_seek):
13412         Updated seek example. 
13413
13414         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13415         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13416         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13417         * gst/playback/gstplaybin.c: (add_sink):
13418         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13419         (gst_stream_info_set_mute):
13420         Some refcount leak fixes.
13421
13422 2005-07-16  Wim Taymans  <wim@fluendo.com>
13423
13424         * gst-libs/gst/audio/gstbaseaudiosink.c:
13425         (gst_base_audio_sink_render):
13426         Align samples even if we have roundoff errors in the 
13427         timestamp conversion.
13428
13429 2005-07-16  Wim Taymans  <wim@fluendo.com>
13430
13431         * docs/libs/tmpl/gstringbuffer.sgml:
13432         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13433         (query_rates), (query_positions_elems), (query_positions_pads),
13434         (update_scale), (do_seek):
13435         Updated seek example.
13436
13437         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13438         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13439         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13440         (gst_ogg_demux_loop):
13441         Push out correct discont values.
13442
13443         * ext/theora/theoradec.c: (theora_dec_src_convert),
13444         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13445         (theora_dec_sink_event), (theora_handle_type_packet),
13446         (theora_handle_header_packet), (theora_dec_push),
13447         (theora_handle_data_packet), (theora_dec_chain),
13448         (theora_dec_change_state):
13449         Better timestamping.
13450
13451         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13452         (vorbis_dec_sink_event), (vorbis_dec_push),
13453         (vorbis_handle_data_packet), (vorbis_dec_chain):
13454         * ext/vorbis/vorbisdec.h:
13455         Better timestamping.
13456
13457         * gst-libs/gst/audio/gstbaseaudiosink.c:
13458         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13459         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13460         Handle syncing on timestamps instead of sample offsets. Make
13461         use of DISCONT values as described in design docs.
13462
13463         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13464         (gst_base_audio_src_get_time):
13465         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13466         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13467         (gst_ring_buffer_read):
13468         * gst-libs/gst/audio/gstringbuffer.h:
13469         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13470         (gst_ximagesink_show_frame):
13471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13472         Correcly convert buffer timestamp to stream time.
13473
13474 2005-07-16  Wim Taymans  <wim@fluendo.com>
13475
13476         * gst/audioconvert/gstaudioconvert.c:
13477         (gst_audio_convert_get_buffer):
13478         Timestamp buffers correctly.
13479
13480         * gst/playback/gstplaybin.c: (gen_video_element):
13481         Make internal fakesink silent.
13482
13483 2005-07-15  Wim Taymans  <wim@fluendo.com>
13484
13485         * gst/ffmpegcolorspace/Makefile.am:
13486         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13487         (gst_ffmpegcsp_caps_remove_format_info),
13488         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13489         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13490         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13491         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13492         Ported ffmpegcolorspace to basetransform.
13493
13494         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13495         * gst/volume/gstvolume.c: (volume_transform):
13496         Ported to new API.
13497
13498 2005-07-14  Wim Taymans  <wim@fluendo.com>
13499
13500         * gst/videotestsrc/Makefile.am:
13501         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13502         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13503         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13504         (gst_videotestsrc_init), (gst_videotestsrc_event),
13505         (gst_videotestsrc_create), (gst_videotestsrc_start),
13506         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13507         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13508         (gst_videotestsrc_get_property):
13509         * gst/videotestsrc/gstvideotestsrc.h:
13510         Make videotestsrc a pushsrc.
13511
13512 2005-07-14  Wim Taymans  <wim@fluendo.com>
13513
13514         * gst/tcp/gstfdset.c: (gst_fdset_free):
13515         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13516         (gst_multifdsink_add), (gst_multifdsink_remove),
13517         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13518         (gst_multifdsink_remove_client_link),
13519         (gst_multifdsink_client_queue_data),
13520         (gst_multifdsink_client_queue_caps),
13521         (gst_multifdsink_client_queue_buffer),
13522         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13523         (gst_multifdsink_stop):
13524         * gst/tcp/gstmultifdsink.h:
13525         0.8 backporting.
13526
13527         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13528         Also draw image when not from a pool.
13529
13530 2005-07-14  Wim Taymans  <wim@fluendo.com>
13531
13532         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13533         (mute_stream), (silence_stream):
13534         Small debug additions.
13535
13536 2005-07-14  Wim Taymans  <wim@fluendo.com>
13537
13538         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13539         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13540         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13541         Better error recovery, ignore unconnected pads and
13542         non-fatal errors.
13543
13544 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13545
13546         * docs/libs/tmpl/gstaudio.sgml:
13547         * docs/libs/tmpl/gstcolorbalance.sgml:
13548         * docs/libs/tmpl/gstgconf.sgml:
13549         * docs/libs/tmpl/gstmixer.sgml:
13550         * docs/libs/tmpl/gstringbuffer.sgml:
13551         * docs/libs/tmpl/gsttuner.sgml:
13552         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13553         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13554         (gst_tcpclientsrc_class_init):
13555         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13556         (gst_tcpserversrc_class_init):
13557         * sys/v4l/gstv4lelement.c:
13558           more autistic cleanliness in functions/names/defines
13559
13560 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13561
13562         * configure.ac:
13563           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13564           added manually to each Makefile.am so we are sure it goes
13565           *last* and doesn't add -L flags before linking in libs of our
13566           own, like, say, internal .la libs, that then accidentally pick
13567           up the installed copy.
13568         * docs/libs/Makefile.am:
13569         * ext/alsa/Makefile.am:
13570         * ext/cdparanoia/Makefile.am:
13571         * ext/gnomevfs/Makefile.am:
13572         * ext/libvisual/Makefile.am:
13573         * ext/ogg/Makefile.am:
13574         * ext/theora/Makefile.am:
13575         * ext/vorbis/Makefile.am:
13576         * gst-libs/gst/video/Makefile.am:
13577         * gst/adder/Makefile.am:
13578         * gst/audioconvert/Makefile.am:
13579         * gst/audiorate/Makefile.am:
13580         * gst/audioscale/Makefile.am:
13581         * gst/ffmpegcolorspace/Makefile.am:
13582         * gst/playback/Makefile.am:
13583         * gst/sine/Makefile.am:
13584         * gst/subparse/Makefile.am:
13585         * gst/tags/Makefile.am:
13586         * gst/tcp/Makefile.am:
13587         * gst/typefind/Makefile.am:
13588         * gst/videorate/Makefile.am:
13589         * gst/videoscale/Makefile.am:
13590         * gst/videotestsrc/Makefile.am:
13591         * gst/volume/Makefile.am:
13592         * sys/v4l/Makefile.am:
13593         * sys/ximage/Makefile.am:
13594         * sys/xvimage/Makefile.am:
13595           adapt properly to this change. This should make sure that
13596           plugins and libs properly link to the as-yet-uninstalled
13597           copies of stuff like libgstinterfaces and libgstvideo
13598
13599 2005-07-13  Andy Wingo  <wingo@pobox.com>
13600
13601         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13602         (gst_v4lsrc_fixate): Fixate on format as well.
13603
13604         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13605         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13606         buffer points to it.
13607         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13608         rather just doing X calls ourselves. Also fixes a memleak.
13609
13610 2005-07-12  Andy Wingo  <wingo@pobox.com>
13611
13612         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13613         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13614         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13615         TRUE to avoid deadlocks if an element holds on to our buffers.
13616
13617 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13618
13619         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13620         (gst_sinesrc_init), (gst_sinesrc_create),
13621         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13622         (gst_sinesrc_start):
13623         * gst/sine/gstsinesrc.h:
13624           removing num-buffers property before moving it
13625
13626 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13627
13628         * configure.ac:
13629           use overridable ERROR_CFLAGS
13630         * docs/libs/gst-plugins-base-libs.types:
13631         * docs/libs/tmpl/gstringbuffer.sgml:
13632         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13633         (gst_alsasink_class_init):
13634         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13635         (gst_alsasrc_class_init):
13636         * gst-libs/gst/audio/audio.h:
13637         * gst-libs/gst/audio/gstaudioclock.h:
13638         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13639         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13640         (gst_audio_filter_link), (gst_audio_filter_init),
13641         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13642         (gst_audio_filter_get_property),
13643         (gst_audio_filter_class_add_pad_templates):
13644         * gst-libs/gst/audio/gstaudiofilter.h:
13645         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13646         (gst_audio_filter_template_get_type),
13647         (gst_audio_filter_template_base_init),
13648         (gst_audio_filter_template_class_init),
13649         (gst_audio_filter_template_init),
13650         (gst_audio_filter_template_set_property),
13651         (gst_audio_filter_template_get_property), (plugin_init),
13652         (gst_audio_filter_template_setup),
13653         (gst_audio_filter_template_filter),
13654         (gst_audio_filter_template_filter_inplace):
13655         * gst-libs/gst/audio/gstaudiosink.c:
13656         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13657         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13658         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13659         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13660         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13661         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13662         * gst-libs/gst/audio/gstaudiosink.h:
13663         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13664         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13665         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13666         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13667         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13668         (gst_audio_src_class_init), (gst_audio_src_init),
13669         (gst_audio_src_create_ringbuffer):
13670         * gst-libs/gst/audio/gstaudiosrc.h:
13671         * gst-libs/gst/audio/gstbaseaudiosink.c:
13672         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13673         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13674         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13675         (gst_base_audio_sink_set_property),
13676         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13677         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13678         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13679         (gst_base_audio_sink_create_ringbuffer),
13680         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13681         * gst-libs/gst/audio/gstbaseaudiosink.h:
13682         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13683         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13684         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13685         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13686         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13687         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13688         (gst_base_audio_src_event), (gst_base_audio_src_create),
13689         (gst_base_audio_src_create_ringbuffer),
13690         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13691         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13692         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13693         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13694         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13695         (gst_ring_buffer_debug_spec_caps),
13696         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13697         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13698         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13699         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13700         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13701         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13702         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13703         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13704         (gst_ring_buffer_clear):
13705         * gst-libs/gst/audio/gstringbuffer.h:
13706         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13707         (gst_video_sink_class_init), (gst_video_sink_get_type):
13708         * gst-libs/gst/video/videosink.h:
13709         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13710         (gst_multifdsink_class_init),
13711         (gst_multifdsink_handle_client_write),
13712         (gst_multifdsink_change_state):
13713         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13714         (gst_tcpclientsink_setcaps):
13715         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13716         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13717         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13718         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13719         (gst_ximagesink_send_pending_navigation),
13720         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13721         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13722         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13723         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13724         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13725         (gst_xvimagesink_send_pending_navigation),
13726         (gst_xvimagesink_navigation_send_event),
13727         (gst_xvimagesink_set_xwindow_id),
13728         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13729         (gst_xvimagesink_get_type):
13730         more macro splitting
13731
13732 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13733
13734         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13735           plug a memleak, allows me to import 1479 albums in one go
13736           in jamboree
13737         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13738         (vorbis_handle_type_packet), (vorbis_dec_chain),
13739         (vorbis_dec_change_state):
13740           fix some format strings
13741
13742 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13743
13744         * docs/libs/tmpl/gstcolorbalance.sgml:
13745         * docs/libs/tmpl/gstmixer.sgml:
13746         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13747         (gst_alsasink_set_property), (gst_alsasink_get_property):
13748         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13749         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13750           add device property
13751
13752 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13753
13754         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13755         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13756         (audiocast_register_listener), (audiocast_thread_run),
13757         (gst_gnomevfssrc_send_additional_headers_callback),
13758         (gst_gnomevfssrc_received_headers_callback),
13759         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13760         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13761         (gst_gnomevfssrc_get_size):
13762           add/clean up debugging
13763         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13764           cleanups
13765
13766 2005-07-07  Andy Wingo  <wingo@pobox.com>
13767
13768         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13769         framerate. Need to get a handle on when exactly this function is
13770         called, tho.
13771
13772         * sys/v4l/v4lsrc_calls.h:
13773         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13774         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13775         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13776
13777         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13778         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13779         v4lelements are sources.
13780
13781         * sys/v4l/gstv4lxoverlay.h:
13782         * sys/v4l/gstv4lxoverlay.c:
13783         * sys/v4l/gstv4ltuner.h:
13784         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13785         
13786         * sys/v4l/gstv4lsrc.h:
13787         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13788         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13789         or something should handle that. Made a live source.
13790
13791         * sys/v4l/gstv4lelement.h:
13792         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13793         signals. Some cleanups.
13794
13795         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13796
13797         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13798         stuff.
13799
13800         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13801         stuff.
13802
13803         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13804
13805 2005-07-07  Wim Taymans  <wim@fluendo.com>
13806
13807         * ext/theora/theoradec.c: (theora_get_query_types),
13808         (theora_dec_src_getcaps), (theora_dec_push):
13809         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13810         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13811         Remove deprecated/unused query types.
13812
13813 2005-07-06  Wim Taymans  <wim@fluendo.com>
13814
13815         * ext/alsa/Makefile.am:
13816         * ext/alsa/gstalsaplugin.c: (plugin_init):
13817         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13818         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13819         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13820         (gst_alsasrc_class_init), (gst_alsasrc_init),
13821         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13822         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13823         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13824         (gst_alsasrc_reset):
13825         * ext/alsa/gstalsasrc.h:
13826         * gst-libs/gst/audio/Makefile.am:
13827         * gst-libs/gst/audio/gstaudiosink.c:
13828         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13829         (gst_audioringbuffer_start):
13830         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13831         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13832         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
13833         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13834         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13835         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13836         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
13837         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
13838         * gst-libs/gst/audio/gstaudiosrc.h:
13839         * gst-libs/gst/audio/gstbaseaudiosink.c:
13840         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13841         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
13842         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
13843         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13844         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
13845         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
13846         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
13847         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
13848         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
13849         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
13850         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
13851         (gst_baseaudiosrc_change_state):
13852         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13853         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13854         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
13855         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
13856         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
13857         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
13858         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
13859         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
13860         * gst-libs/gst/audio/gstringbuffer.h:
13861         Added audiosource base classes.
13862         Ported alsasrc, still very basic.
13863
13864 2005-07-06  Wim Taymans  <wim@fluendo.com>
13865
13866         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
13867         (theora_dec_push), (theora_handle_data_packet):
13868         Prepare for better timestamp fix later.
13869
13870         * gst/audioconvert/gstaudioconvert.c:
13871         List most accurate caps first
13872
13873         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
13874         Use proper pad task function.
13875
13876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13877         (gst_xvimagesink_show_frame):
13878         Fix deadlock when alloc failed.
13879
13880 2005-07-05  Andy Wingo  <wingo@pobox.com>
13881
13882         * ext/gnomevfs/gstgnomevfssrc.c:
13883         * gst/sine/gstsinesrc.c:
13884         * gst/tcp/gsttcpserversrc.c:
13885         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
13886
13887         * sys/v4l/: Port from 0.8.
13888
13889         * Many files: Null if we got it....
13890
13891 2005-07-05  Andy Wingo  <wingo@pobox.com>
13892
13893         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
13894         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
13895         Signedness fixes.
13896
13897 2005-07-05  Wim Taymans  <wim@fluendo.com>
13898
13899         * configure.ac:
13900         * gst/tcp/Makefile.am:
13901         * gst/tcp/README:
13902         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13903         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
13904         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13905         (is_sync_frame), (gst_multifdsink_handle_client_write),
13906         (gst_multifdsink_render), (gst_multifdsink_start),
13907         (gst_multifdsink_stop), (gst_multifdsink_change_state):
13908         * gst/tcp/gstmultifdsink.h:
13909         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
13910         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
13911         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
13912         * gst/tcp/gsttcp.h:
13913         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13914         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13915         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
13916         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
13917         * gst/tcp/gsttcpclientsink.h:
13918         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13919         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
13920         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
13921         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
13922         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
13923         * gst/tcp/gsttcpclientsrc.h:
13924         * gst/tcp/gsttcpplugin.c: (plugin_init):
13925         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
13926         * gst/tcp/gsttcpserversink.h:
13927         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13928         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
13929         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
13930         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
13931         (gst_tcpserversrc_stop):
13932         * gst/tcp/gsttcpserversrc.h:
13933         * gst/tcp/gsttcpsink.c:
13934         * gst/tcp/gsttcpsink.h:
13935         * gst/tcp/gsttcpsrc.c:
13936         * gst/tcp/gsttcpsrc.h:
13937         Ported tcp plugins to 0.9. 
13938         
13939
13940 2005-07-05  Andy Wingo  <wingo@pobox.com>
13941
13942         * gst/playback/gstplaybasebin.c (fill_buffer):
13943         message_new_application fixen.
13944
13945         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
13946         Style fix.
13947
13948 2005-07-04  Wim Taymans  <wim@fluendo.com>
13949
13950         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13951         Set caps on output buffer.
13952
13953 2005-07-04  Andy Wingo  <wingo@pobox.com>
13954
13955         * ext/gnomevfs/gstgnomevfssrc.c
13956         (gst_gnomevfssrc_received_headers_callback) 
13957         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
13958         hopefully.
13959
13960         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
13961         No refcount leakage.
13962
13963         * configure.ac: Enable -Werror.
13964         
13965         * ext/theora/theoradec.c (theora_dec_src_getcaps):
13966         * gst/audioconvert/bufferframesconvert.c
13967         (buffer_frames_convert_fixate):
13968         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
13969         (gst_audio_convert_fixate):
13970         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
13971         (gst_sinesrc_create): Fixate func changes.
13972         
13973         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13974         (gst_ximagesink_buffer_alloc): Unused var.
13975
13976 2005-07-01  Andy Wingo  <wingo@pobox.com>
13977
13978         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
13979         getcaps to do explicit caps. Needs to be done in all decoders,
13980         possibly via a base class.
13981
13982         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
13983
13984         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
13985         caps on the sink pad, just rely on the pad template. Also, setting
13986         ANY caps on a pad is not valid because the caps are not fixed.
13987
13988         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
13989         caps on the buffer, and get the width from the desired_caps if
13990         they're set.
13991         (gst_ximagesink_renegotiate_size): Implement via setting the
13992         desired_caps on the ximagesink.
13993         (gst_ximagesink_setcaps): Only reset the width of the player if it
13994         wasn't already set. Not sure if this is right.
13995         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
13996
13997         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
13998         that the user wants. NULL unless the window has been resized.
13999
14000         * gst/volume/gstvolume.c (volume_transform): Adapt to
14001         basetransform refcount changes.
14002         
14003 2005-07-01  Andy Wingo  <wingo@pobox.com>
14004
14005         * gst/videoscale/gstvideoscale.c:
14006         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14007         from BaseTransform, implements a transform_caps. Removed dead code
14008         including some PAR stuff that was never reached -- should probably
14009         be added back somehow.
14010
14011 2005-07-01  Andy Wingo  <wingo@pobox.com>
14012
14013         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14014         come later.
14015
14016 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14017
14018         * configure.ac:
14019         * docs/libs/Makefile.am:
14020         * docs/libs/gst-plugins-libs.types:
14021         * ext/alsa/Makefile.am:
14022         * ext/alsa/gstalsamixer.h:
14023         * ext/alsa/gstalsamixeroptions.h:
14024         * ext/alsa/gstalsamixertrack.h:
14025         * gst-libs/gst/Makefile.am:
14026         * gst-libs/gst/colorbalance/.cvsignore:
14027         * gst-libs/gst/colorbalance/Makefile.am:
14028         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14029         * gst-libs/gst/colorbalance/colorbalance.c:
14030         * gst-libs/gst/colorbalance/colorbalance.h:
14031         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14032         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14033         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14034         * gst-libs/gst/interfaces/Makefile.am:
14035         * gst-libs/gst/interfaces/colorbalance.c:
14036         (gst_color_balance_class_init):
14037         * gst-libs/gst/interfaces/colorbalance.h:
14038         * gst-libs/gst/interfaces/interfaces-marshal.list:
14039         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14040         * gst-libs/gst/interfaces/mixer.h:
14041         * gst-libs/gst/interfaces/mixeroptions.h:
14042         * gst-libs/gst/interfaces/navigation.c:
14043         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14044         * gst-libs/gst/interfaces/tuner.h:
14045         * gst/volume/Makefile.am:
14046         * gst/volume/gstvolume.c:
14047         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14048         * sys/ximage/Makefile.am:
14049         * sys/ximage/ximagesink.c:
14050         * sys/xvimage/Makefile.am:
14051         * sys/xvimage/xvimagesink.c:
14052           fold in all interfaces into an interfaces dir, preserving CVS
14053           history
14054
14055 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14056
14057         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14058           Fix build after riff changes.
14059
14060 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14061
14062         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14063         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14064         (gst_riff_create_video_template_caps),
14065         (gst_riff_create_audio_template_caps),
14066         (gst_riff_create_iavs_template_caps):
14067         * gst-libs/gst/riff/riff-media.h:
14068         * gst-libs/gst/riff/riff-read.h:
14069         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14070           Add gst_riff_init() to initialize the debug category, instead
14071           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14072
14073 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14074
14075         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14076           Oops, I shouldn't apply hacks.
14077
14078 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14079
14080         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14081           Remove pad_loop function which doesn't work.
14082
14083 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14084
14085         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14086           Send EOS when deactivating.
14087         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14088         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14089         (gen_preroll_element), (probe_triggered), (mute_stream),
14090         (silence_stream), (new_decoded_pad), (setup_substreams),
14091         (set_active_source):
14092         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14093         (remove_sinks), (add_sink):
14094         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14095           Change for new probe API.
14096
14097 2005-06-29  Wim Taymans  <wim@fluendo.com>
14098
14099         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14100         * gst-libs/gst/audio/gstbaseaudiosink.c:
14101         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14102         (gst_baseaudiosink_change_state):
14103         * gst-libs/gst/audio/gstbaseaudiosink.h:
14104         * gst-libs/gst/audio/gstringbuffer.c:
14105         (gst_ringbuffer_set_callback):
14106         Fix compilation error.
14107         Ringbuffer starts out as not running.
14108         Free our clock in dispose.
14109         When releasing the ringbuffer we need to renegotiate so
14110         clear the pad caps.
14111
14112 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14113
14114         * autogen.sh:
14115         * configure.ac:
14116         * docs/Makefile.am:
14117         * docs/libs/Makefile.am:
14118         * docs/libs/gst-plugins-libs-docs.sgml:
14119         * docs/libs/gst-plugins-libs-sections.txt:
14120         * docs/libs/gst-plugins-libs.types:
14121         * docs/libs/tmpl/gstaudio.sgml:
14122         * docs/libs/tmpl/gstcolorbalance.sgml:
14123         * docs/libs/tmpl/gstringbuffer.sgml:
14124         * gst-libs/gst/audio/gstringbuffer.c:
14125         (gst_ringbuffer_set_callback):
14126           reinstate gtk-doc docs for plugin libs
14127
14128 2005-06-28  Wim Taymans  <wim@fluendo.com>
14129
14130         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14131         (gst_ogg_demux_init):
14132         Removed pad loop function.
14133
14134 2005-06-28  Wim Taymans  <wim@fluendo.com>
14135
14136         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14137         If we're building a chain we are not in an error case
14138         when we queue a buffer.
14139
14140 2005-06-28  Andy Wingo  <wingo@pobox.com>
14141
14142         * *.c: Don't cast to GstObject before reffing/unreffing.
14143
14144 2005-06-27  Andy Wingo  <wingo@pobox.com>
14145
14146         * gst/videotestsrc/gstvideotestsrc.c
14147         (gst_videotestsrc_activate_push): Activation API changes.
14148
14149         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14150         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14151         they have refs on the decodebin.
14152
14153         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14154         parent class.
14155         (gst_ogg_pad_typefind): Don't leak a pad ref.
14156         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14157         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14158         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14159
14160 2005-06-27  Edward Hervey  <edward@fluendo.com>
14161
14162         * ext/theora/theoradec.c: (theora_dec_change_state): 
14163         re-arranged call to parent's state change in order to avoid locks (or
14164         worse).
14165
14166 2005-06-26  Edward Hervey  <edward@fluendo.com>
14167
14168         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14169         2nd argument of 'unknow-type' signal is a GstCaps and not a
14170         GstMiniObject
14171
14172 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14173         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14174           Set the worker thread's running flag to TRUE before starting the
14175           thread.
14176         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14177           Catch a failure to add typefind to the bin.
14178
14179 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14180
14181         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14182         (gst_sinesrc_init), (gst_sinesrc_create),
14183         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14184         (gst_sinesrc_start):
14185         * gst/sine/gstsinesrc.h:
14186           add num-buffers and timestamp-offset properties
14187         * gst/videotestsrc/gstvideotestsrc.c:
14188         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14189         (gst_videotestsrc_get_property):
14190           add timestamp-offset property
14191
14192 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14193
14194         * configure.ac: add videorate
14195         * gst-plugins-base.spec.in: add videorate
14196
14197 2005-06-23  Wim Taymans  <wim@fluendo.com>
14198
14199         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14200         (gst_videorate_getcaps), (gst_videorate_setcaps),
14201         (gst_videorate_event), (gst_videorate_chain):
14202         Fixed videorate, fixating an already fixated caps is not
14203         an error.
14204
14205 2005-06-23  Wim Taymans  <wim@fluendo.com>
14206
14207         * ext/ogg/README:
14208         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14209         Buffer on caps is not boxed anymore.
14210
14211 2005-06-22  Wim Taymans  <wim@fluendo.com>
14212
14213         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14214         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14215         Set buffers on caps as miniobjects and not as boxed.
14216
14217 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14218
14219         * configure.ac:
14220           back to HEAD
14221
14222 === release 0.9.1 ===
14223
14224 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14225
14226         * .cvsignore:
14227         * NEWS:
14228         * README:
14229         * RELEASE:
14230         * configure.ac:
14231         * po/af.po:
14232         * po/az.po:
14233         * po/cs.po:
14234         * po/en_GB.po:
14235         * po/hu.po:
14236         * po/it.po:
14237         * po/nb.po:
14238         * po/nl.po:
14239         * po/or.po:
14240         * po/sq.po:
14241         * po/sr.po:
14242         * po/sv.po:
14243         * po/uk.po:
14244         * po/vi.po:
14245           updates for release
14246
14247 2005-06-09  Andy Wingo  <wingo@pobox.com>
14248
14249         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14250         
14251 2005-06-09  Andy Wingo  <wingo@pobox.com>
14252
14253         * configure.ac:
14254         * gst-libs/gst/Makefile.am:
14255         * gst-libs/gst/net/Makefile.am:
14256         Add gstnet to build.
14257
14258 2005-06-09  Andy Wingo  <wingo@pobox.com>
14259
14260         * gst-libs/gst/gconf/gconf.c:
14261         * gst/playback/test.c:
14262         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14263         fixes.
14264
14265         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14266
14267         * ext/theora/theoraenc.c (theora_enc_chain): 
14268         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14269
14270         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14271         RealPad.
14272
14273 2005-06-02  Wim Taymans  <wim@fluendo.com>
14274
14275         * gst-libs/gst/net/Makefile.am:
14276         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14277         * pkgconfig/gstreamer-libs.pc.in:
14278         Added net stuff, version net lib.
14279
14280 2005-06-02  Wim Taymans  <wim@fluendo.com>
14281
14282         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14283         (query_rates), (query_positions_elems), (query_positions_pads),
14284         (do_seek):
14285         Updated seek example.
14286
14287 2005-06-02  Andy Wingo  <wingo@pobox.com>
14288
14289         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14290         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14291         list.
14292
14293         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14294         remove the typefind, the bin dispose will do it for us. When it's
14295         removed and unreffed, the signal handler will be disconnected,
14296         too.
14297         (unlinked): It's too difficult to disconnect from unlinked
14298         handlers, as they are on pads not elements. Just punt if the pads
14299         aren't grandkids of the bin.
14300
14301 2005-06-02  Wim Taymans  <wim@fluendo.com>
14302
14303         * ext/ogg/README:
14304         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14305         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14306         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14307         * ext/theora/theoradec.c: (theora_dec_src_query),
14308         (theora_handle_data_packet):
14309         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14310         (theora_enc_chain):
14311         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14312         (vorbis_handle_data_packet):
14313         * gst/audioconvert/bufferframesconvert.c:
14314         (buffer_frames_convert_chain):
14315         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14316         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14317         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14318         (gst_ffmpegcsp_chain):
14319         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14320         (gst_videorate_getcaps), (gst_videorate_setcaps),
14321         (gst_videorate_event), (gst_videorate_chain):
14322         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14323         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14324         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14325         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14326         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14327         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14328         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14329         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14330         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14331         Cleanups and buffer alloc.
14332
14333 2005-05-31  Wim Taymans  <wim@fluendo.com>
14334
14335         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14336         Don't try to call the delay method when the device is not
14337         opened.
14338
14339 2005-05-31  Wim Taymans  <wim@fluendo.com>
14340
14341         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14342         Get actual segment size and buffer size after opening
14343         the device.
14344
14345 2005-05-30  Wim Taymans  <wim@fluendo.com>
14346
14347         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14348         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14349         Also FLUSH upstream, makes the loop function exit faster.
14350         
14351         * ext/theora/theoradec.c: (theora_dec_src_query):
14352         Some more debug info in the query.
14353         
14354         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14355         (gst_ximagesink_setcaps):
14356         Release lock on par error, better error reporting.
14357
14358 2005-05-26  Wim Taymans  <wim@fluendo.com>
14359
14360         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14361         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14362         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14363         Clear chains in READY
14364         Queue packets until the chain is activated.
14365
14366 2005-05-25  Wim Taymans  <wim@fluendo.com>
14367
14368         * gst-libs/gst/audio/gstaudiosink.c:
14369         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14370         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14371         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14372         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14373         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14374         (gst_audiosink_create_ringbuffer):
14375         * gst-libs/gst/audio/gstbaseaudiosink.c:
14376         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14377         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14378         (gst_baseaudiosink_set_property), (build_linear_format),
14379         (debug_spec_caps), (debug_spec_buffer),
14380         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14381         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14382         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14383         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14384         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14385         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14386         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14387         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14388         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14389         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14390         (wait_segment), (gst_ringbuffer_commit),
14391         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14392         (gst_ringbuffer_clear):
14393         Various small cleanups.
14394
14395         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14396         (gst_audio_convert_change_state):
14397         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14398         No need to take the locks anymore.
14399
14400 2005-05-25  Wim Taymans  <wim@fluendo.com>
14401
14402         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14403         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14404         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14405         (type_found):
14406         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14407         (group_destroy), (group_commit), (queue_overrun),
14408         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14409         (mute_stream), (new_decoded_pad), (setup_substreams),
14410         (setup_source), (mute_group_type), (set_active_source),
14411         (gst_play_base_bin_change_state):
14412         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14413         (gen_video_element), (gen_text_element), (gen_audio_element),
14414         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14415         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14416         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14417         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14418         Some playbin cleanups mostly refcounting sloppyness.
14419
14420 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14421
14422         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14423           Work with streaming input.
14424
14425 2005-05-25  Wim Taymans  <wim@fluendo.com>
14426
14427         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14428         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14429         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14430         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14431         No need to take the STREAM lock anymore.
14432
14433 2005-05-25  Wim Taymans  <wim@fluendo.com>
14434
14435         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14436         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14437         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14438         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14439         (gst_ogg_demux_sink_activate):
14440         * ext/theora/theoradec.c: (theora_dec_src_event),
14441         (theora_handle_comment_packet), (theora_dec_chain),
14442         (theora_dec_change_state):
14443         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14444         (vorbis_handle_data_packet), (vorbis_dec_chain),
14445         (vorbis_dec_change_state):
14446         Remove STREAM locks as they are taken in core now.
14447         Never set bogus granulepos on vorbis/theora.
14448         Fix leaks in theoradec tag parsing.
14449
14450 2005-05-25  Wim Taymans  <wim@fluendo.com>
14451
14452         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14453         Fix memleaks, GST_BUFFER_DATA() is not freed.
14454
14455 2005-05-25  Wim Taymans  <wim@fluendo.com>
14456
14457         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14458         Open non-blocking, set to blocking mode afterwards to avoid
14459         lockups when audio device is busy.
14460
14461 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14462
14463         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14464           This can't be good.
14465
14466 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14467
14468         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14469         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14470         (gst_audio_convert_setcaps):
14471           Implement instant setup switching.
14472
14473 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14474
14475         * gst/playback/gstplaybasebin.c: (probe_triggered):
14476           Fix missing unlock.
14477         * gst/playback/gstplaybin.c: (add_sink):
14478           First add, then link (otherwise pad link fails).
14479
14480 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14481
14482         * examples/Makefile.am:
14483         fix buildbot (make distcheck)
14484
14485 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14486
14487         * gst/playback/gstplaybin.c: (gen_vis_element):
14488           Remove some wrong code. Doesn't work yet.
14489
14490 2005-05-19  Wim Taymans  <wim@fluendo.com>
14491
14492         * gst-libs/gst/net/Makefile.am:
14493         * gst-libs/gst/net/README:
14494         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14495         (gst_netbuffer_class_init), (gst_netbuffer_init),
14496         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14497         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14498         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14499         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14500         * gst-libs/gst/net/gstnetbuffer.h:
14501         Added buffer subclass to store extra to/from addresses for
14502         network sources/sinks.
14503
14504 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14505
14506         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14507           Don't lock an unassigned variable.
14508
14509 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14510
14511         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14512           Increase buffer for video, decrease buffer for other media types.
14513         * gst/playback/gstplaybin.c: (gen_video_element),
14514         (gen_audio_element):
14515           Change names for debugging purposes.
14516
14517 2005-05-18  Wim Taymans  <wim@fluendo.com>
14518
14519         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14520         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14521         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14522         (gst_ffmpegcsp_chain):
14523         Enable buffer alloc passthrough if the source and dest
14524         formats are the same.
14525
14526 2005-05-17  Wim Taymans  <wim@fluendo.com>
14527
14528         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14529         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14530         (gst_ogg_demux_chain_unlocked):
14531         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14532         (gst_audio_convert_caps_remove_format_info),
14533         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14534         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14535         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14536         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14537         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14538         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14539         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14540         (gst_ffmpegcsp_get_property):
14541         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14542         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14543         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14544         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14545         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14546         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14547         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14548         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14549         Leak fixes in oggdemux.
14550         Some cleanups in audioconvert.
14551         Make passthrough work along with buffer_alloc etc.
14552         Make buffer_alloc and buffer recycling actually work in
14553         xvimagesink.
14554
14555 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14556
14557         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14558           make the compiler happy
14559
14560 2005-05-17  Wim Taymans  <wim@fluendo.com>
14561
14562         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14563         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14564         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14565         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14566         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14567         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14568         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14569         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14570         (gst_xvimagesink_set_xwindow_id):
14571         * sys/xvimage/xvimagesink.h:
14572         Port xvimagesink to new MiniObject.
14573
14574 2005-05-17  Wim Taymans  <wim@fluendo.com>
14575
14576         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14577         (gst_audiofilter_chain):
14578         * gst-libs/gst/audio/gstaudiosink.c:
14579         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14580         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14581         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14582         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14583         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14584         (gst_audiosink_create_ringbuffer):
14585         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14586         (gst_audio_convert_caps_remove_format_info),
14587         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14588         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14589         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14590         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14591         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14592         Fix passthrough in ffmpegcolorspace.
14593         Fix memset in audiosink on wrong memory.
14594
14595 2005-05-16  David Schleef  <ds@schleef.org>
14596
14597         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14598         to GstMiniObject.
14599
14600 2005-05-16  David Schleef  <ds@schleef.org>
14601
14602         Port from GstData to GstMiniObject.
14603         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14604         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14605         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14606         (gst_ogg_mux_collected):
14607         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14608         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14609         (theora_handle_data_packet):
14610         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14611         (theora_set_header_on_caps), (theora_enc_chain):
14612         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14613         (vorbis_handle_comment_packet):
14614         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14615         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14616         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14617         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14618         * gst/audioconvert/gstaudioconvert.c:
14619         (gst_audio_convert_get_buffer):
14620         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14621         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14622         (mute_stream), (silence_stream):
14623         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14624         * gst/volume/gstvolume.c: (volume_transform):
14625         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14626         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14627         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14628         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14629         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14630         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14631         (gst_ximagesink_buffer_alloc):
14632         * sys/ximage/ximagesink.h:
14633
14634 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14635
14636         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14637         (fill_buffer), (check_queue), (queue_threshold_reached),
14638         (queue_out_of_data):
14639         * gst/playback/gstplaybasebin.h:
14640           Post buffer-fullness on the bus.
14641
14642 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14643
14644         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14645         (try_to_link_1):
14646         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14647         (group_commit), (probe_triggered), (setup_source),
14648         (gst_play_base_bin_change_state):
14649         * gst/playback/gstplaybasebin.h:
14650         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14651         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14652         (gst_play_bin_change_state):
14653           Move setup_output_pads into a virtual function, remove
14654           group-switch (no longer needed) and redirect (handled by bus
14655           now) signals.
14656
14657 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14658
14659         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14660         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14661         (get_active_group), (get_building_group), (group_destroy),
14662         (group_commit), (check_queue), (queue_overrun),
14663         (queue_threshold_reached), (queue_out_of_data),
14664         (gen_preroll_element), (remove_groups), (unknown_type),
14665         (add_element_stream), (no_more_pads), (probe_triggered),
14666         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14667         (setup_substreams), (setup_source), (finish_source),
14668         (prepare_output), (muted_group_change_state),
14669         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14670         (gst_play_base_bin_change_state):
14671         * gst/playback/gstplaybasebin.h:
14672         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14673         (gst_play_bin_init), (gst_play_bin_set_property),
14674         (gen_video_element), (gen_text_element), (gen_audio_element),
14675         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14676         (gst_play_bin_change_state):
14677         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14678         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14679         (stream_info_change_state), (gst_stream_info_set_mute),
14680         (gst_stream_info_get_property):
14681         * gst/playback/gststreaminfo.h:
14682         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14683         (gst_stream_selector_get_linked_pad),
14684         (gst_stream_selector_getcaps),
14685         (gst_stream_selector_get_linked_pads),
14686         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14687         * gst/playback/gststreamselector.h:
14688           Rough port of playbin. Needs some more work, but is mostly done,
14689           and uses a few locks in important places, which should make stuff
14690           like chain-switches clean. Still uses GST_STATE() in a few places,
14691           which isn't all that good an idea, subtitles/elements disabled
14692           because no elements to test with and thus probably broken, query
14693           and event handling moved to GstBin, internal thread removed
14694           alltogether because the pipeline does that for us now. Can play
14695           Ogg/Vorbis files. Haven't tested anything else yet.
14696
14697 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14698
14699         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14700           Do no-more-pads (needed for autoplugging).
14701
14702 2005-05-10  Andy Wingo  <wingo@pobox.com>
14703
14704         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14705         message to the bus with the tags. Still not sent downstream tho.
14706
14707         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14708         get_parent.
14709         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14710         avoid refcounting hassles.
14711
14712 2005-05-09  Andy Wingo  <wingo@pobox.com>
14713
14714         * gst/volume/Makefile.am:
14715         * gst/volume/demo.c
14716         * gst/volume/gstvolume.h
14717         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14718         basetransform. Probably need an audio filter base class.
14719
14720 2005-05-09  Wim Taymans  <wim@fluendo.com>
14721
14722         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14723         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14724         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14725         (gst_vorbisenc_chain):
14726         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14727         (gst_audio_convert_caps_remove_format_info),
14728         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14729         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14730         Make caps writable before writing to it.
14731         Fix negotiation in audioconvert some more.
14732
14733 2005-05-09  Wim Taymans  <wim@fluendo.com>
14734
14735         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14736         (gst_videorate_getcaps), (gst_videorate_setcaps),
14737         (gst_videorate_event), (gst_videorate_chain):
14738         Better negotiation.
14739
14740 2005-05-09  Wim Taymans  <wim@fluendo.com>
14741
14742         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14743         (gst_videorate_getcaps), (gst_videorate_setcaps),
14744         (gst_videorate_blank_data), (gst_videorate_init),
14745         (gst_videorate_event), (gst_videorate_chain),
14746         (gst_videorate_change_state):
14747         Port videorate, do a better job at negotiation while we're at
14748         it.
14749
14750 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14751
14752         * configure.ac:
14753           Disable libvisual
14754
14755         * examples/Makefile.am:
14756         * gst-libs/gst/audio/Makefile.am:
14757         * gst-libs/gst/riff/Makefile.am:
14758         * gst-libs/gst/tag/Makefile.am:
14759         * gst-libs/gst/video/Makefile.am:
14760           Fixups for missing variables.
14761
14762 2005-05-09  Wim Taymans  <wim@fluendo.com>
14763
14764         * examples/seeking/seek.c: (make_theora_pipeline),
14765         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14766         (query_rates), (query_positions_elems), (query_positions_pads),
14767         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14768         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14769         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14770         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14771         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14772         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14773         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14774         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14775         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14776         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14777         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14778         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14779         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14780         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14781         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14782         (theora_dec_src_convert), (theora_dec_sink_convert),
14783         (theora_dec_src_query), (theora_dec_sink_query),
14784         (theora_dec_src_event), (theora_dec_sink_event),
14785         (theora_handle_comment_packet), (theora_handle_type_packet),
14786         (theora_handle_header_packet), (theora_handle_data_packet),
14787         (theora_dec_chain):
14788         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14789         (vorbis_dec_convert), (vorbis_dec_src_query),
14790         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14791         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14792         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14793         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14794         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14795         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14796         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14797         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14798         (gst_play_bin_query):
14799         * gst/playback/test3.c: (update_scale):
14800         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14801         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14802         * gst/subparse/gstsubparse.c: (gst_subparse_init):
14803         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14804         (gst_videotestsrc_src_query):
14805         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14806         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14807         (paint_hline_YUV9):
14808         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14809         Port to new query API.
14810         Updated seek.
14811         Cleanups in x[v]imagesink
14812
14813 2005-05-09  Andy Wingo  <wingo@pobox.com>
14814
14815         * ext/alsa/gstalsasink.h:
14816         * ext/gnomevfs/gstgnomevfssrc.c:
14817         (gst_gnomevfssrc_get_icy_metadata):
14818         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14819         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14820         * ext/theora/theoradec.c (theora_dec_src_query)
14821         (theora_dec_src_event, theora_dec_sink_event)
14822         (theora_handle_comment_packet, theora_handle_data_packet):
14823         * ext/theora/theoraenc.c (theora_enc_chain):
14824         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14825         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14826         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14827         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14828         (qt_type_find):
14829         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
14830         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
14831         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
14832         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
14833         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
14834         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
14835         (paint_setup_xBGR8888, paint_setup_RGBx8888)
14836         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
14837         (paint_setup_RGB565, paint_setup_xRGB1555):
14838         * gst/videotestsrc/videotestsrc.h:
14839         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
14840         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
14841         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
14842         GCC4 fixes.
14843         
14844         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
14845         gst_pad_query_position. Fixes oggdemux.
14846
14847 2005-05-08  David Schleef  <ds@schleef.org>
14848
14849         * configure.ac: Require liboil.
14850         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
14851         a few more.
14852         * gst/videotestsrc/videotestsrc.c:
14853         * gst/videotestsrc/videotestsrc.h:
14854
14855 2005-05-06  Wim Taymans  <wim@fluendo.com>
14856
14857         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14858         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14859         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14860         Well, unreffing a buffer right before pushing it is asking
14861         for trouble..
14862
14863 2005-05-06  Christian Schaller  <uraeus@gnome.org>
14864
14865         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
14866
14867 2005-05-06  Wim Taymans  <wim@fluendo.com>
14868
14869         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14870         (gst_audio_convert_caps_remove_format_info),
14871         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14872         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14873         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14874         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14875         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14876         * gst/sine/Makefile.am:
14877         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
14878         (gst_sinesrc_class_init), (gst_sinesrc_init),
14879         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
14880         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
14881         (gst_sinesrc_update_freq):
14882         * gst/sine/gstsinesrc.h:
14883         * gst/tcp/gstmultifdsink.c:
14884         * sys/xvimage/xvimagesink.c:
14885         Fixed negotiation wrt _peer_get_caps()
14886         Some cleanups.
14887
14888
14889 2005-05-06  Wim Taymans  <wim@fluendo.com>
14890
14891         * gst-libs/gst/audio/gstaudiosink.c:
14892         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14893         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14894         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14895         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14896         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14897         (gst_audiosink_create_ringbuffer):
14898         * gst-libs/gst/audio/gstbaseaudiosink.c:
14899         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14900         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14901         (gst_baseaudiosink_set_property), (build_linear_format),
14902         (debug_spec_caps), (debug_spec_buffer),
14903         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14904         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14905         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14906         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14907         * gst-libs/gst/audio/gstbaseaudiosink.h:
14908         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14909         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14910         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14911         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14912         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14913         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14914         (wait_segment), (gst_ringbuffer_commit),
14915         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14916         (gst_ringbuffer_clear):
14917         * gst-libs/gst/audio/gstringbuffer.h:
14918         Make the base audiosink return an error when there is no
14919         audiobuffer negotiated.
14920
14921 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14922
14923         * ext/Makefile.am:
14924         Disable cdparanoia until someone ports it!
14925
14926 2005-05-06  Wim Taymans  <wim@fluendo.com>
14927
14928         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14929         (gst_ogg_demux_sink_activate):
14930         And revert after wingo's revert.. sigh..
14931
14932 2005-05-05  Andy Wingo  <wingo@pobox.com>
14933
14934         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
14935         GObject.
14936         * configure.ac: Return audiorate and subparse from the ghetto.
14937         Re-enable -Wall -Werror.
14938         * gst/subparse/gstsubparse.c:
14939         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
14940         or chain-based. Cleaned up a bit. Not tested.
14941         
14942 2005-05-05  Christian Schaller <christian@fluendo.com> 
14943
14944         * Makefile.am: remove stuff that is not building
14945         * configure.ac: remove stuff that is not building
14946         * examples/Makefile.am: remove stuff that is not building
14947         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
14948         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
14949         * sys/Makefile.am: remove stuff that is not building
14950         * testsuite/Makefile.am: remove stuff that is not building
14951
14952 2005-05-05  Andy Wingo  <wingo@pobox.com>
14953
14954         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14955         * gst-libs/gst/tag/gstvorbistag.c:
14956         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
14957         * gst/adder/gstadder.h:
14958         * gst/audioconvert/gstchannelmix.c:
14959         (gst_audio_convert_fill_one_other):
14960         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
14961         (gst_audiorate_init), (gst_audiorate_chain):
14962         * gst/playback/gstplaybasebin.c: (setup_source):
14963         * gst/playback/test3.c: (update_scale):
14964         Some GCC4 fixes
14965         
14966         * po/af.po:
14967         * po/az.po:
14968         * po/cs.po:
14969         * po/en_GB.po:
14970         * po/hu.po:
14971         * po/it.po:
14972         * po/nb.po:
14973         * po/nl.po:
14974         * po/or.po:
14975         * po/sq.po:
14976         * po/sr.po:
14977         * po/sv.po:
14978         * po/uk.po:
14979         * po/vi.po: Foo
14980
14981 2005-05-05  Wim Taymans  <wim@fluendo.com>
14982
14983         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14984         (gst_audio_convert_caps_remove_format_info),
14985         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
14986         (gst_audio_convert_change_state), (gst_audio_convert_channels):
14987         * gst/videotestsrc/gstvideotestsrc.c:
14988         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
14989         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
14990         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
14991         (gst_videotestsrc_init), (gst_videotestsrc_loop):
14992         Don't ignore _push() return values.
14993         Make sure no processing is done when shutting down.
14994         Videotestsrc pad activation fix.
14995
14996 2005-05-05  Wim Taymans  <wim@fluendo.com>
14997
14998         * gst/adder/Makefile.am:
14999         * gst/adder/gstadder.c: (gst_adder_setcaps),
15000         (gst_adder_class_init), (gst_adder_init),
15001         (gst_adder_request_new_pad), (gst_adder_collected),
15002         (gst_adder_change_state):
15003         * gst/adder/gstadder.h:
15004         Ported adder as an example of a mixer element using
15005         collect pads. Needs more negotiation work.
15006
15007 2005-05-05  Wim Taymans  <wim@fluendo.com>
15008
15009         * ext/theora/theoradec.c: (_inc_granulepos),
15010         (theora_dec_src_event), (theora_dec_sink_event),
15011         (theora_handle_comment_packet), (theora_handle_type_packet),
15012         (theora_handle_header_packet), (theora_handle_data_packet),
15013         (theora_dec_chain):
15014         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15015         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15016         (theora_push_buffer), (theora_push_packet),
15017         (theora_enc_sink_event), (theora_enc_chain),
15018         (theora_enc_change_state), (theora_enc_set_property),
15019         (theora_enc_get_property):
15020         Added stream lock to decoder so that we can serialize
15021         the discont event.
15022         More theoraenc porting, recover from errors, do clean
15023         shutdown.
15024
15025 2005-05-05  Wim Taymans  <wim@fluendo.com>
15026
15027         * ext/ogg/Makefile.am:
15028         * ext/ogg/README:
15029         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15030         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15031         (gst_ogg_print):
15032         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15033         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15034         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15035         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15036         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15037         (gst_ogg_mux_change_state):
15038         Ported ogg muxer.
15039
15040 2005-05-05  Wim Taymans  <wim@fluendo.com>
15041
15042         * docs/design-audiosinks.txt:
15043         * gst-libs/gst/audio/TODO:
15044         * gst-libs/gst/audio/gstaudiosink.c:
15045         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15046         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15047         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15048         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15049         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15050         (gst_audiosink_create_ringbuffer):
15051         * gst-libs/gst/audio/gstbaseaudiosink.c:
15052         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15053         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15054         (gst_baseaudiosink_set_property), (build_linear_format),
15055         (debug_spec_caps), (debug_spec_buffer),
15056         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15057         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15058         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15059         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15060         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15061         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15062         (gst_ringbuffer_release), (gst_ringbuffer_play),
15063         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15064         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15065         (gst_ringbuffer_set_sample), (wait_segment),
15066         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15067         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15068         More work on the audiosink, mostly debugging and a race in
15069         shutdown.
15070
15071 2005-04-28  Wim Taymans  <wim@fluendo.com>
15072
15073         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15074         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15075         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15076         (vorbis_dec_src_query), (vorbis_dec_src_event),
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         Don't crap out when seeking back to position 0.
15081
15082 2005-04-28  Wim Taymans  <wim@fluendo.com>
15083
15084         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15085         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15086         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15087         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15088         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15089         Make audio sink configurable, use alsasink as default.
15090
15091 2005-04-28  Wim Taymans  <wim@fluendo.com>
15092
15093         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15094         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15095         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15096         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15097         (vorbis_dec_change_state):
15098         * ext/vorbis/vorbisdec.h:
15099         Refactor, use STREAM_LOCK.
15100
15101 2005-04-28  Wim Taymans  <wim@fluendo.com>
15102
15103         * ext/theora/theoradec.c: (_inc_granulepos),
15104         (theora_dec_sink_event), (theora_handle_comment_packet),
15105         (theora_handle_type_packet), (theora_handle_header_packet),
15106         (theora_handle_data_packet), (theora_dec_chain),
15107         (theora_dec_change_state):
15108         Refactor a bit, use STREAM_LOCK.
15109
15110 2005-04-28  Wim Taymans  <wim@fluendo.com>
15111
15112         * ext/alsa/Makefile.am:
15113         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15114         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15115         (gst_alsa_link), (gst_alsa_close_audio):
15116         * ext/alsa/gstalsaplugin.c: (plugin_init):
15117         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15118         (gst_alsasink_dispose), (gst_alsasink_base_init),
15119         (gst_alsasink_class_init), (gst_alsasink_init),
15120         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15121         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15122         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15123         (gst_alsasink_reset):
15124         * ext/alsa/gstalsasink.h:
15125         Implement alsasink with simple open/write/close API. 
15126         Make alsa dir build by disabling compilation of code.
15127
15128 2005-04-28  Wim Taymans  <wim@fluendo.com>
15129
15130         * gst-libs/gst/audio/Makefile.am:
15131         * gst-libs/gst/audio/audio.h:
15132         * gst-libs/gst/audio/audioclock.c:
15133         * gst-libs/gst/audio/audioclock.h:
15134         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15135         (gst_audio_clock_class_init), (gst_audio_clock_init),
15136         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15137         * gst-libs/gst/audio/gstaudioclock.h:
15138         * gst-libs/gst/audio/gstaudiosink.c:
15139         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15140         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15141         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15142         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15143         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15144         (gst_audiosink_create_ringbuffer):
15145         * gst-libs/gst/audio/gstbaseaudiosink.c:
15146         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15147         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15148         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15149         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15150         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15151         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15152         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15153         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15154         * gst-libs/gst/audio/gstbaseaudiosink.h:
15155         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15156         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15157         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15158         (gst_ringbuffer_release), (gst_ringbuffer_play),
15159         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15160         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15161         (gst_ringbuffer_set_sample), (wait_segment),
15162         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15163         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15164         * gst-libs/gst/audio/gstringbuffer.h:
15165         Make ringbuffer faster and more simple by removing the locks
15166         in the playback thread.
15167         Add sample accurate playback based on buffer sample offsets.
15168         Make the baseaudiosink provide a clock.
15169         Parse caps in the base class.
15170         Correctly handle seeking, flushing and state changes.
15171
15172 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15173
15174         * configure.ac:
15175         * gst/audioconvert/Makefile.am:
15176         * gst/audioscale/Makefile.am:
15177           Fix part of the build.  Come on guys, autogen didn't even work :)
15178
15179 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15180
15181         * configure.ac:
15182         * gst-libs/gst/Makefile.am:
15183         * gst-libs/gst/media-info/.cvsignore:
15184         * gst-libs/gst/media-info/Makefile.am:
15185         * gst-libs/gst/media-info/README:
15186         * gst-libs/gst/media-info/media-info-priv.c:
15187         * gst-libs/gst/media-info/media-info-priv.h:
15188         * gst-libs/gst/media-info/media-info-test.c:
15189         * gst-libs/gst/media-info/media-info.c:
15190         * gst-libs/gst/media-info/media-info.h:
15191         * gst-libs/gst/media-info/media-info.vcproj:
15192         * pkgconfig/Makefile.am:
15193         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15194         * pkgconfig/gstreamer-media-info.pc.in:
15195           Remove media-info, which is also successed by playbin (see Totem
15196           implementation).
15197
15198 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15199
15200         * configure.ac:
15201         * examples/Makefile.am:
15202         * examples/gstplay/.cvsignore:
15203         * examples/gstplay/Makefile.am:
15204         * examples/gstplay/player.c:
15205         * gst-libs/gst/Makefile.am:
15206         * gst-libs/gst/play/.cvsignore:
15207         * gst-libs/gst/play/Makefile.am:
15208         * gst-libs/gst/play/play.c:
15209         * gst-libs/gst/play/play.h:
15210         * gst-libs/gst/play/play.vcproj:
15211         * pkgconfig/Makefile.am:
15212         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15213         * pkgconfig/gstreamer-play.pc.in:
15214           Remove libgstplay, playbin is now the official successor.
15215
15216 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15217
15218         * configure.ac:
15219         * gst-libs/gst/Makefile.am:
15220         * gst-libs/gst/xwindowlistener/Makefile.am:
15221         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15222         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15223           Remove deprecated xwindowlistener (I've moved xwindowlistening
15224           in the v4l/v4l2 plugins over to serverside).
15225
15226 2005-04-25  David Schleef  <ds@schleef.org>
15227
15228         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15229         to examples/dynparams.  Examples do not belong interspersed with
15230         source code.
15231         * examples/dynparams/demo-dparams.c:
15232         * gst/sine/Makefile.am:
15233         * gst/sine/demo-dparams.c:
15234
15235 2005-04-25  David Schleef  <ds@schleef.org>
15236
15237         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15238         * gst-libs/gst/audio/Makefile.am:
15239         * gst-libs/gst/riff/Makefile.am:
15240         * gst-libs/gst/tag/Makefile.am:
15241         * gst-libs/gst/video/Makefile.am:
15242         * gst-libs/gst/xwindowlistener/Makefile.am:
15243
15244         Convert to 0.9 API, seems to work:
15245         * sys/ximage/Makefile.am:
15246         * sys/ximage/ximagesink.c:
15247
15248 2005-04-24  David Schleef  <ds@schleef.org>
15249
15250         Link plugins against libraries:
15251         * ext/alsa/Makefile.am:
15252         * gst/tcp/Makefile.am:
15253
15254         Remove asm code that should be in liboil
15255         * gst/videoscale/Makefile.am:
15256         * gst/videoscale/videoscale_x86_asm.s:
15257
15258         gettext wants these checked in:
15259         * po/af.po:
15260         * po/az.po:
15261         * po/cs.po:
15262         * po/en_GB.po:
15263         * po/hu.po:
15264         * po/it.po:
15265         * po/nb.po:
15266         * po/nl.po:
15267         * po/or.po:
15268         * po/sq.po:
15269         * po/sr.po:
15270         * po/sv.po:
15271         * po/uk.po:
15272         * po/vi.po:
15273
15274 2005-04-24  David Schleef  <ds@schleef.org>
15275
15276         Convert gst_main() to g_main_loop_run()
15277         * gst/playback/decodetest.c: (main):
15278         * gst/playback/test2.c: (main):
15279         * gst/playback/test3.c: (main):
15280         * gst/playback/test4.c: (main):
15281
15282         Link plugins against libraries:
15283         * ext/libvisual/Makefile.am:
15284         * sys/xvimage/Makefile.am:
15285
15286 2005-04-24  David Schleef  <ds@schleef.org>
15287
15288         * configure.ac: Remove idct and resample libs
15289         * gst-libs/gst/Makefile.am: same
15290
15291         Remove usage of gst_library_load():
15292         * ext/alsa/gstalsaplugin.c: (plugin_init):
15293         * ext/libvisual/visual.c: (plugin_init):
15294         * ext/ogg/gstogg.c: (plugin_init):
15295         * ext/theora/theora.c: (plugin_init):
15296         * ext/vorbis/vorbis.c: (plugin_init):
15297         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15298         * gst/audioscale/gstaudioscale.c:
15299         * gst/adder/gstadder.c: (plugin_init):
15300         * gst/audioconvert/plugin.c: (plugin_init):
15301         * sys/ximage/ximagesink.c: (plugin_init):
15302         * sys/xvimage/xvimagesink.c: (plugin_init):
15303         * gst/tcp/gsttcpplugin.c: (plugin_init):
15304
15305         Link plugins against libraries:
15306         * ext/ogg/Makefile.am:
15307         * ext/theora/Makefile.am:
15308         * ext/vorbis/Makefile.am:
15309         * gst/audioconvert/Makefile.am:
15310
15311         Create proper libraries:
15312         * gst-libs/gst/riff/Makefile.am:
15313         * gst-libs/gst/audio/Makefile.am:
15314         * gst-libs/gst/video/Makefile.am:
15315
15316         Move resample library to audioscale plugin directory:
15317         * gst-libs/gst/resample/Makefile.am:
15318         * gst-libs/gst/resample/README:
15319         * gst-libs/gst/resample/dtof.c:
15320         * gst-libs/gst/resample/dtos.c:
15321         * gst-libs/gst/resample/functable.c:
15322         * gst-libs/gst/resample/private.h:
15323         * gst-libs/gst/resample/resample.c:
15324         * gst-libs/gst/resample/resample.h:
15325         * gst-libs/gst/resample/resample.vcproj:
15326         * gst-libs/gst/resample/test.c:
15327         * gst/audioscale/Makefile.am:
15328         * gst/audioscale/README:
15329         * gst/audioscale/dtof.c:
15330         * gst/audioscale/dtos.c:
15331         * gst/audioscale/functable.c:
15332         * gst/audioscale/private.h:
15333         * gst/audioscale/resample.c:
15334         * gst/audioscale/resample.h:
15335         * gst/audioscale/test.c:
15336
15337         Move tagedit library to gst-libs:
15338         * gst-libs/gst/tag/Makefile.am:
15339         * gst-libs/gst/tag/gstid3tag.c:
15340         * gst-libs/gst/tag/gsttagediting.c:
15341         * gst-libs/gst/tag/gsttageditingprivate.h:
15342         * gst-libs/gst/tag/gstvorbistag.c:
15343         * gst/tags/Makefile.am:
15344         * gst/tags/gstid3tag.c:
15345         * gst/tags/gstvorbistag.c:
15346
15347         Fix for core changes:
15348         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15349         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15350         (gst_sinesrc_getrange):
15351
15352 2005-04-23  David Schleef  <ds@schleef.org>
15353
15354         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15355         in gst-plugins in a long time, and properly belongs in liboil.
15356         * gst-libs/gst/idct/Makefile.am:
15357         * gst-libs/gst/idct/README:
15358         * gst-libs/gst/idct/dct.h:
15359         * gst-libs/gst/idct/doieee:
15360         * gst-libs/gst/idct/fastintidct.c:
15361         * gst-libs/gst/idct/floatidct.c:
15362         * gst-libs/gst/idct/idct.c:
15363         * gst-libs/gst/idct/idct.h:
15364         * gst-libs/gst/idct/idtc.vcproj:
15365         * gst-libs/gst/idct/ieeetest.c:
15366         * gst-libs/gst/idct/intidct.c:
15367
15368 2005-04-20  Wim Taymans  <wim@fluendo.com>
15369
15370         * docs/design-audiosinks.txt:
15371         * gst-libs/gst/audio/Makefile.am:
15372         * gst-libs/gst/audio/TODO:
15373         * gst-libs/gst/audio/gstaudiosink.c:
15374         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15375         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15376         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15377         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15378         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15379         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15380         (gst_audiosink_class_init), (gst_audiosink_init),
15381         (gst_audiosink_create_ringbuffer):
15382         * gst-libs/gst/audio/gstaudiosink.h:
15383         * gst-libs/gst/audio/gstbaseaudiosink.c:
15384         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15385         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15386         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15387         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15388         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15389         (gst_baseaudiosink_create_ringbuffer),
15390         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15391         * gst-libs/gst/audio/gstbaseaudiosink.h:
15392         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15393         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15394         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15395         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15396         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15397         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15398         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15399         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15400         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15401         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15402         * gst-libs/gst/audio/gstringbuffer.h:
15403         An attempt at a set of audio base classes together with some
15404         design docs.
15405
15406 2005-04-20  Wim Taymans  <wim@fluendo.com>
15407
15408         * gst/audioconvert/Makefile.am:
15409         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15410         (gst_audio_convert_caps_remove_format_info),
15411         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15412         (gst_audio_convert_channels):
15413         Link against audio libs.
15414         Fix audio convert plugin.
15415
15416 2005-04-20  Wim Taymans  <wim@fluendo.com>
15417
15418         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15419         (gst_ogg_demux_sink_activate):
15420         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15421         (theora_set_header_on_caps), (theora_enc_sink_event),
15422         (theora_enc_chain):
15423         Fix theora encoder.
15424
15425 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15426
15427         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15428         * gst/playback/gstdecodebin.c: (find_compatibles):
15429           Work with staticpadtemplates in elementfactories.
15430
15431 2005-04-12  Wim Taymans  <wim@fluendo.com>
15432
15433         * gst/playback/README:
15434         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15435         (compare_ranks), (print_feature), (gst_decode_bin_init),
15436         (dynamic_create), (dynamic_free), (find_compatibles),
15437         (mimetype_is_raw), (close_pad_link), (got_redirect),
15438         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15439         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15440         (gst_decode_bin_change_state):
15441         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15442         (gst_play_base_bin_init), (group_destroy), (group_commit),
15443         (check_queue), (queue_overrun), (queue_threshold_reached),
15444         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15445         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15446         (got_redirect), (setup_source), (play_base_eos),
15447         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15448         (gst_play_base_bin_remove_element):
15449         * gst/playback/gstplaybasebin.h:
15450         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15451         (gst_play_bin_init), (gst_play_bin_dispose),
15452         (gst_play_bin_set_property), (gen_video_element),
15453         (gen_text_element), (gen_audio_element), (remove_sinks),
15454         (gst_play_bin_send_event):
15455         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15456         (stream_info_change_state), (gst_stream_info_set_mute):
15457         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15458         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15459         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15460         (gst_stream_selector_chain):
15461         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15462         (main):
15463         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15464         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15465         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15466         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15467         Raw and crude port of decodebin. 
15468         Make playbin compile.
15469
15470 2005-04-06  Wim Taymans  <wim@fluendo.com>
15471
15472         * ext/gnomevfs/Makefile.am:
15473         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15474         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15475         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15476         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15477         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15478         (gst_gnomevfssrc_stop):
15479         * ext/ogg/Makefile.am:
15480         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15481         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15482         * ext/theora/Makefile.am:
15483         * ext/theora/theoradec.c: (_inc_granulepos),
15484         (theora_dec_sink_event), (theora_dec_chain):
15485         * ext/vorbis/Makefile.am:
15486         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15487         (vorbis_dec_sink_event), (vorbis_dec_chain):
15488         * gst-libs/gst/audio/Makefile.am:
15489         * sys/xvimage/Makefile.am:
15490         Make gnomevfssrc extend the source base class.
15491         Fix linking against libs in various plugins.
15492
15493 2005-04-06  Andy Wingo  <wingo@pobox.com>
15494
15495         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15496         GST_BASE_LIBS.
15497
15498         * configure.ac: Add check and AC_SUBST for libgstbase.
15499
15500 2005-03-31  Wim Taymans  <wim@fluendo.com>
15501
15502         * examples/seeking/Makefile.am:
15503         * examples/seeking/cdparanoia.c: (main):
15504         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15505         (play_cb), (pause_cb), (stop_cb), (main):
15506         * examples/seeking/playbin.c:
15507         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15508         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15509         (make_sid_pipeline), (make_vorbis_pipeline),
15510         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15511         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15512         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15513         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15514         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15515         (stop_cb), (main):
15516         * examples/seeking/spider_seek.c:
15517         * examples/seeking/vorbisfile.c:
15518         * ext/gnomevfs/Makefile.am:
15519         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15520         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15521         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15522         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15523         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15524         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15525         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15526         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15527         * ext/ogg/README:
15528         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15529         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15530         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15531         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15532         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15533         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15534         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15535         (gst_ogg_demux_factory_filter), (compare_ranks),
15536         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15537         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15538         (gst_ogg_chain_new), (gst_ogg_chain_free),
15539         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15540         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15541         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15542         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15543         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15544         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15545         (gst_ogg_demux_get_prev_page),
15546         (gst_ogg_demux_deactivate_current_chain),
15547         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15548         (gst_ogg_demux_bisect_forward_serialno),
15549         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15550         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15551         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15552         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15553         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15554         (gst_ogg_demux_change_state), (gst_ogg_print):
15555         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15556         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15557         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15558         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15559         (gst_ogg_mux_loop):
15560         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15561         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15562         (theora_dec_src_convert), (theora_dec_sink_convert),
15563         (theora_dec_src_query), (theora_dec_src_event),
15564         (theora_dec_sink_event), (theora_dec_chain),
15565         (theora_dec_change_state):
15566         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15567         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15568         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15569         (theora_enc_change_state):
15570         * ext/vorbis/Makefile.am:
15571         * ext/vorbis/oggvorbisenc.c:
15572         * ext/vorbis/oggvorbisenc.h:
15573         * ext/vorbis/vorbis.c: (plugin_init):
15574         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15575         (vorbis_dec_src_query), (vorbis_dec_src_event),
15576         (vorbis_dec_sink_event), (vorbis_dec_chain),
15577         (vorbis_dec_change_state):
15578         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15579         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15580         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15581         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15582         (gst_vorbisenc_change_state):
15583         * ext/vorbis/vorbisenc.h:
15584         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15585         * gst-libs/gst/audio/audioclock.c:
15586         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15587         (gst_audiofilter_init), (gst_audiofilter_chain):
15588         * gst-libs/gst/audio/testchannels.c: (main):
15589         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15590         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15591         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15592         (gmip_find_track_streaminfo), (gmip_find_track_format):
15593         * gst-libs/gst/media-info/media-info.c:
15594         (gst_media_info_read_idler):
15595         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15596         (gst_play_get_all_by_interface):
15597         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15598         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15599         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15600         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15601         (gst_riff_parse_info):
15602         * gst-libs/gst/riff/riff-read.h:
15603         * gst-libs/gst/riff/riff.c: (plugin_init):
15604         * gst-libs/gst/video/Makefile.am:
15605         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15606         (gst_videosink_class_init), (gst_videosink_get_type):
15607         * gst-libs/gst/video/videosink.h:
15608         * gst/audioconvert/bufferframesconvert.c:
15609         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15610         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15611         * gst/audioconvert/channelmixtest.c: (main):
15612         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15613         (gst_audio_convert_chain),
15614         (gst_audio_convert_caps_remove_format_info),
15615         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15616         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15617         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15618         (gst_audio_convert_buffer_to_default_format),
15619         (gst_audio_convert_buffer_from_default_format),
15620         (gst_audio_convert_channels):
15621         * gst/audioconvert/gstchannelmix.h:
15622         * gst/ffmpegcolorspace/avcodec.h:
15623         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15624         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15625         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15626         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15627         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15628         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15629         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15630         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15631         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15632         (dv_type_find):
15633         * gst/videotestsrc/gstvideotestsrc.c:
15634         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15635         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15636         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15637         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15638         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15639         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15640         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15642         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15643         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15644         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15645         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15646         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15647         (gst_xvimagesink_navigation_send_event),
15648         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15649         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15650         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15651         * sys/xvimage/xvimagesink.h:
15652         Plugin port to 0.9, ogg/theora playback should work in the seek
15653         example now.
15654         Removed old examples.
15655         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15656         explained in 0.9 TODO doc.
15657
15658
15659 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15660
15661         * autogen.sh:
15662         * configure.ac:
15663         * ext/Makefile.am:
15664         * gst/Makefile.am:
15665         * po/POTFILES.in:
15666         * po/af.po:
15667         * po/az.po:
15668         * po/cs.po:
15669         * po/en_GB.po:
15670         * po/hu.po:
15671         * po/it.po:
15672         * po/nb.po:
15673         * po/nl.po:
15674         * po/or.po:
15675         * po/sq.po:
15676         * po/sr.po:
15677         * po/sv.po:
15678         * po/uk.po:
15679         * po/vi.po:
15680         * sys/Makefile.am:
15681         * testsuite/Makefile.am:
15682           remove a whole bunch of plugins.  This module now contains a set
15683           of free reference plugins/elements as agreed.
15684
15685 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15686
15687         * configure.ac:
15688           hunting season on 0.9 is now OPEN
15689
15690 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15691
15692         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15693           Kick the hell out of gcc for not warning me about a symbol conflict.
15694
15695 2005-02-22  Luca Ognibene  <luogni@tin.it>
15696
15697         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15698
15699         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15700           Don't leak caps string (fixes #168134)
15701
15702         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15703         (gst_jpegenc_init), (gst_jpegenc_finalize),
15704         (gst_jpegenc_change_state):
15705           Don't leak line buffers and context struct (fixes #168133).
15706
15707 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15708
15709         * configure.ac:
15710         * ext/dirac/gstdiracdec.cc:
15711         (gst_diracdec_chain):
15712           Since dirac 0.5.0 the framerate in dirac is expressed as a
15713           rational number. Fix build and up requirement to 0.5.0, and
15714           also pass parameters to gst_diracdec_link in the right order
15715           (fixes #167959).
15716
15717 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15718
15719         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15720         * ext/faad/gstfaad.h:
15721         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15722         certain invalid muxed streams, where some packets will contain 
15723         junk after decoder data. Partially fixes #149158.
15724
15725 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15726         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15727           Make sure we only write to writable buffers
15728
15729 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15730
15731         * gst-libs/gst/riff/riff-media.c:
15732         (gst_riff_create_audio_caps_with_data):
15733           Do actually fix invalid RIFF fmt header values for alaw
15734           and mulaw audio instead of just saying so.
15735
15736         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15737           Give gst_riff_create_audio_caps_with_data() a chance to
15738           fix up broken format header fields before extracting any
15739           parameters from the header. (fixes #167633)
15740
15741 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15742
15743         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15744
15745         * gst/audioconvert/bufferframesconvert.c:
15746         (buffer_frames_convert_link):
15747           Don't leak othercaps. (fixes #167878)
15748
15749 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15750
15751         * configure.ac:
15752         * ext/libvisual/visual.c: (gst_visual_srclink),
15753         (gst_visual_change_state):
15754           Support libvisual 0.2.0.
15755
15756 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15757
15758         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15759         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15760           Use same rowstrides for I420 as used everywhere else.
15761
15762 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15763
15764         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15765           Declare variables at beginning of block and make gcc-2.95 happy
15766           (fixes # 167482, patch by Gergely Nagy).
15767           
15768         * gst/tcp/gsttcpclientsrc.c:
15769         * gst/tcp/gsttcpclientsrc.h:
15770           Move some includes into the header, so that struct sockaddr_in is
15771           defined when it should be defined on FreeBSD as well (fixes
15772           #167483).
15773           
15774         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15775           Don't pass uninitialised values to setsockopt() here either.
15776
15777 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15778
15779         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15780
15781         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15782           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15783
15784 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15785
15786         * gst/playback/gstplaybin.c: (add_sink):
15787           Invert bin_add/link order to workaround deadlock in opt.
15788
15789 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15790
15791         * gst/modplug/gstmodplug.cc:
15792           Add missing break causing position queries to fail.
15793
15794 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15795
15796         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15797           Granpos can apparently be -1, which screws up calculations...
15798
15799 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15800
15801         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15802         (gst_ximagesink_send_pending_navigation),
15803         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15804         (gst_ximagesink_init):
15805         * sys/ximage/ximagesink.h:
15806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15807         (gst_xvimagesink_send_pending_navigation),
15808         (gst_xvimagesink_navigation_send_event),
15809         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15810         * sys/xvimage/xvimagesink.h:
15811           Use a mutex protected list to marshal navigation
15812           events into the stream thread from whichever thread
15813           sends them.
15814
15815 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
15816
15817         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15818           Display current position and track length; misc. clean-ups.
15819           
15820         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15821         (speed_init), (speed_chain):
15822           Add query function, so that the stream length and current position
15823           get adjusted when queried (note that current position queries may
15824           still be wrong if the audio sink returns values based on buffer
15825           timestamps instead of passing on the query).
15826
15827 2005-02-13  Benjamin Otte  <otte@gnome.org>
15828
15829         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15830         (gst_audio_convert_channels):
15831           create channel conversion matrix when linking
15832         * gst/audioconvert/.cvsignore:
15833         * gst/audioconvert/Makefile.am:
15834         * gst/audioconvert/channelmixtest.c: (main):
15835           add (ugly) test that ensures stereo <=> mono conversion works
15836           correctly
15837
15838 2005-02-13  Benjamin Otte  <otte@gnome.org>
15839
15840         * gst/audioconvert/gstchannelmix.h:
15841           include missing header file
15842         * gst/audioconvert/gstchannelmix.c:
15843         (gst_audio_convert_fill_compatible):
15844           use same sign for both channels when converting to/from compatible
15845           channel. Previously used different signs made the signals cancel
15846           each other out and appear like silence. (fixes #167269)
15847
15848 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15849
15850         * gst/ffmpegcolorspace/avcodec.h:
15851         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15852         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15853         (gst_ffmpegcsp_avpicture_fill):
15854         * gst/ffmpegcolorspace/imgconvert.c:
15855           Convert to and from YV12 (fixes #156379).
15856
15857 2005-02-12  Julien MOUTTE  <julien@moutte.net>
15858
15859         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15860         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15861         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15862         (gst_ximagesink_expose), (gst_ximagesink_set_property),
15863         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
15864         methods from chain and negotiation and vice versa (Fixes #166142).
15865         * sys/ximage/ximagesink.h: Add stream_lock.
15866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15867         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15868         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15869         (gst_xvimagesink_expose): Check for xcontext before trying to link.
15870
15871 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15872
15873         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
15874           Don't send "Hey! You gave me a NULL pointer you naughty person" as
15875           error message when we can't open the DVD device (when dvdnav_open()
15876           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
15877           the above). Send something more useful instead (fixes #167117).
15878
15879 2005-02-11  Julien MOUTTE  <julien@moutte.net>
15880
15881         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15882         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
15883         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15884         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15885         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15886         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
15887         methods from chain and negotiation and vice versa (Fixes #166142).
15888         Fix a possible bug of images in the buffer pool being discarded because
15889         we are looking at the wrong geometry.
15890         * sys/xvimage/xvimagesink.h: Add stream_lock.
15891
15892 2005-02-11  David Schleef  <ds@schleef.org>
15893
15894         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
15895         unsigned int. (fixes #167128)
15896
15897 2005-02-11  David Schleef  <ds@schleef.org>
15898
15899         * gst/librfb/Makefile.am: Testing stuff before committing is
15900           for wimps... and people with fast machines.  Fix stupid
15901           mistake.
15902
15903 2005-02-11  David Schleef  <ds@schleef.org>
15904
15905         * configure.ac: Pull in librfb from my CVS tree, because it is
15906           too small and annoying to be separate.  Move rfbsrc plugin
15907           to gst/.
15908         * ext/Makefile.am:
15909         * ext/librfb/Makefile.am:
15910         * ext/librfb/gstrfbsrc.c:
15911         * gst/librfb/Makefile.am:
15912         * gst/librfb/gstrfbsrc.c:
15913         * gst/librfb/rfb.c:
15914         * gst/librfb/rfb.h:
15915         * gst/librfb/rfbbuffer.c:
15916         * gst/librfb/rfbbuffer.h:
15917         * gst/librfb/rfbbytestream.c:
15918         * gst/librfb/rfbbytestream.h:
15919         * gst/librfb/rfbcontext.h:
15920         * gst/librfb/rfbdecoder.c:
15921         * gst/librfb/rfbdecoder.h:
15922         * gst/librfb/rfbutil.h:
15923
15924 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
15925
15926         * gst/speed/Makefile.am:
15927         * gst/speed/demo-mp3.c: (main):
15928         * gst/speed/filter.func:
15929         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
15930         (speed_class_init), (speed_init), (speed_chain_int16),
15931         (speed_chain_float32), (speed_chain), (speed_set_property),
15932         (speed_get_property), (speed_change_state):
15933         * gst/speed/gstspeed.h:
15934           Fix speed element and make it chain-based (fixes #156467),
15935           and make it handle more than one channel.
15936
15937 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
15938
15939         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
15940         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
15941         (gst_dtsdec_chain), (gst_dtsdec_change_state):
15942         * ext/dts/gstdtsdec.h:
15943           Don't clobber the stack constructing the channels array.
15944           Make the element chain-based. DTS tracks can now be played.
15945           
15946 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
15947
15948         * gst-libs/gst/audio/multichannel.h:
15949         * gst-libs/gst/gconf/gconf.h:
15950         * gst-libs/gst/idct/idct.h:
15951         * gst-libs/gst/media-info/media-info-priv.h:
15952         * gst-libs/gst/play/play.h:
15953         * gst-libs/gst/resample/private.h:
15954         * gst-libs/gst/resample/resample.h:
15955         * gst-libs/gst/riff/riff-ids.h:
15956         * gst-libs/gst/video/video.h:
15957         * gst-libs/gst/video/videosink.h:
15958           Add G_BEGIN_DECLS and G_END_DECLS around headers where
15959           missing, so that they work when included from C++ code.
15960
15961 2005-02-09  David Schleef  <ds@schleef.org>
15962
15963         * testsuite/gst-lint: Check for non-statically scoped
15964           parent_class variables.  This won't be a problem once
15965           plugins are loaded with RTLD_LOCAL.
15966
15967 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15968
15969         * ext/mplex/gstmplexibitstream.cc:
15970           gcc madness.
15971
15972 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15973
15974         * ext/ogg/gstogmparse.c:
15975         * gst/debug/gstnavigationtest.c:
15976           Die, thou faulty symbol pollutors (non-static parent_class).
15977
15978 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15979
15980         * ext/mplex/gstmplexibitstream.cc:
15981           Fix event handling (#165525).
15982
15983 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15984
15985         * ext/mikmod/gstmikmod.c:
15986         * gst/modplug/gstmodplug.cc:
15987           Add missing endianness to template (fixes #165509).
15988
15989 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15990
15991         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
15992           Fix wrong order of reading of optional bytes (#165290).
15993
15994 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15995
15996         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15997           Implement FILLER event awareness.
15998
15999 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16000
16001         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16002           Fix track calculations (#166208).
16003
16004 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16005
16006         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16007
16008         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16009         * ext/libpng/gstpngenc.c:
16010           Fix byte-order, use proper fixed caps. Fixes #164197.
16011
16012 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16013
16014         * configure.ac:
16015           Add dvdlpcmdec 
16016
16017         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16018         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16019           Don't push buffers if the src pad isn't negotiated yet.
16020           
16021         * gst/audioconvert/gstaudioconvert.c:
16022         (gst_audio_convert_buffer_to_default_format),
16023         (gst_audio_convert_buffer_from_default_format):
16024           Add support for 24-bit width.
16025
16026         * gst/dvdlpcmdec/.cvsignore:
16027         * gst/dvdlpcmdec/Makefile.am:
16028         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16029         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16030         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16031         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16032         (plugin_init):
16033         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16034           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16035           format. Needs support for the channels maps if someone can find 
16036           a DVD LPCM track with > 2 channels.
16037
16038         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16039         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16040         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16041         * gst/mpegstream/gstdvddemux.h:
16042         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16043         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16044         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16045         * gst/mpegstream/gstmpegdemux.h:
16046         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16047         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16048         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16049         (gst_mpeg_parse_handle_src_query),
16050         (gst_mpeg_parse_handle_src_event):
16051           Use audio/x-dvd-lpcm for LPCM output.
16052           Add DTS output.
16053
16054 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16055
16056         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16057
16058         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16059         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16060           Add BGRA handling (#165736).
16061
16062 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16063
16064         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16065
16066         * gst/law/alaw-decode.c: (alawdec_link):
16067         * gst/law/alaw-encode.c: (alawenc_link):
16068         * gst/law/mulaw-decode.c: (mulawdec_link):
16069         * gst/law/mulaw-encode.c: (mulawenc_link):
16070           Fix caps memleaks (#166600).
16071
16072 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16073
16074         * ext/tarkin/mem.h:
16075         * ext/tarkin/wavelet.h:
16076         * ext/tarkin/yuv.h:
16077         * gst/ffmpegcolorspace/avcodec.h:
16078           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16079           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16080
16081 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16082
16083         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16084         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16085         (gst_xvimagesink_change_state):
16086           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16087           Xv video (and thereby regenerate Xv colourkey) in clear() so
16088           that PLAY -> READY -> PLAY works (fixes #162504).
16089
16090 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16091
16092         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16093           Switch to list instead of range, since MJPEG-devices really just
16094           support decimations, not any size.
16095
16096 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16097         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16098         (gst_mpeg2dec_reset), (free_all_buffers),
16099         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16100         * ext/mpeg2dec/gstmpeg2dec.h:
16101           The libmpeg2 user-allocated buffer management is awkward, 
16102           to say the least. Hopefully this fixes things.
16103
16104 2005-02-04  Andy Wingo  <wingo@pobox.com>
16105
16106         * gst/audioconvert/bufferframesconvert.c
16107         (buffer_frames_convert_fixate): New function, fixates to 256
16108         frames per buffer by default. (Much better than 1.)
16109         (buffer_frames_convert_init): Set the fixate function for both src
16110         and sink pad.
16111         (buffer_frames_convert_link): After success setting nonfixed caps,
16112         get the negotiated caps so we can know how many buffer-frames it
16113         will be. No idea how this worked at all before.
16114
16115 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16116
16117         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16118         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16119         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16120         (handle_sequence), (handle_picture):
16121         * ext/mpeg2dec/gstmpeg2dec.h:
16122           Rearrange buffer tracking and refcounting and refactor
16123           a little for readability. 
16124
16125 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16126         * sys/v4l/gstv4l.c: (plugin_init):
16127         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16128         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16129         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16130         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16131         * sys/v4l/gstv4ljpegsrc.h:
16132         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16133         * sys/v4l/v4l_calls.h:
16134         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16135         (gst_v4lsrc_get_fps):
16136         * sys/v4l/v4lsrc_calls.h:
16137           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16138           you jpeg inside rgb frames" driver.
16139           Don't error in the v4lsrc link function, just return 
16140           REFUSED.
16141
16142 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16143
16144         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16145         (gst_qcamsrc_open):
16146           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16147
16148 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16149
16150         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16151           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16152
16153 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16154
16155         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16156           Reset negotiated state on PAUSED->READY.
16157
16158 2005-02-02  David Schleef  <ds@schleef.org>
16159
16160         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16161         whereever possible.  (Fixes #165997)
16162         * examples/capsfilter/capsfilter1.c: (main):
16163         * examples/dynparams/filter.c: (create_ui):
16164         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16165         * examples/seeking/chained.c: (main):
16166         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16167         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16168         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16169         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16170         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16171         * examples/switch/switcher.c: (main):
16172         * ext/dv/demo-play.c: (main):
16173         * ext/faad/gstfaad.c: (gst_faad_change_state):
16174         * ext/mad/gstmad.c: (gst_mad_chain):
16175         * ext/smoothwave/demo-osssrc.c: (main):
16176         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16177         (gst_gconf_render_bin_from_description),
16178         (gst_gconf_get_default_audio_sink),
16179         (gst_gconf_get_default_video_sink),
16180         (gst_gconf_get_default_audio_src),
16181         (gst_gconf_get_default_video_src),
16182         (gst_gconf_get_default_visualization_element):
16183         * gst/level/demo.c: (main):
16184         * gst/level/plot.c: (main):
16185         * gst/playback/gstplaybin.c: (gen_video_element),
16186         (gen_audio_element):
16187         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16188         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16189         * gst/sine/demo-dparams.c: (main):
16190         * gst/spectrum/demo-osssrc.c: (main):
16191         * gst/speed/demo-mp3.c: (main):
16192         * gst/volume/demo.c: (main):
16193         * testsuite/embed/embed.c: (main):
16194
16195 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16196
16197         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16198         (gst_tcpclientsink_finalize):
16199         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16200         (gst_tcpclientsrc_finalize):
16201         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16202         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16203         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16204         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16205           Don't leak the hostname when shutting down.
16206           In tcpserversrc, take a copy of the default hostname.
16207
16208 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16209
16210         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16211           Set caps to systemstream=TRUE.
16212
16213 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16214
16215         * testsuite/Makefile.am:
16216           Fix more OSX buildbots.
16217
16218 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16219
16220         * ext/mpeg2dec/gstmpeg2dec.c:
16221           Don't send things to NULL PAD_PEERs
16222
16223         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16224           Copy-on-write the incoming buffer.
16225
16226         * gst/mpegstream/gstdvddemux.h:
16227         * gst/mpegstream/gstmpegclock.h:
16228         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16229         (normal_seek), (gst_mpeg_demux_handle_src_event):
16230         * gst/mpegstream/gstmpegdemux.h:
16231         * gst/mpegstream/gstmpegpacketize.h:
16232         * gst/mpegstream/gstmpegparse.c:
16233         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16234         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16235         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16236         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16237         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16238         * gst/mpegstream/gstmpegparse.h:
16239         * gst/mpegstream/gstrfc2250enc.h:
16240           Various changes to the way time is computed that make seeking and
16241           total time estimation much better here.
16242           Use G_BEGIN/END_DECLS instead of __cplusplus
16243
16244         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16245           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16246
16247 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16248
16249         * gst/subparse/gstsubparse.c:
16250           Fix OSX buildbot.
16251
16252 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16253
16254         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16255         (theora_enc_chain), (theora_enc_change_state):
16256         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16257         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16258         (gst_vorbisenc_change_state):
16259         * ext/vorbis/vorbisenc.h:
16260           Set granulepos and timestamp correctly for streams not
16261           starting at 0, taking into account the initial delay.
16262
16263 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16264
16265         * gst/mpegstream/gstdvddemux.c:
16266           Add audio/x-dts to audio pad template caps
16267
16268 2005-01-30  David Schleef  <ds@schleef.org>
16269
16270         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16271         (create_context), (gst_polypsink_link): Fix silly endianness
16272         bug.  Add some debugging.  Remove float from caps; it doesn't
16273         work.  Attempt to get remote audio working.
16274
16275 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16276
16277         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16278           Add 3IV2 fourcc.
16279
16280 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16281
16282         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16283         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16284         (gst_avi_demux_stream_data):
16285         * gst/avi/gstavidemux.h:
16286           Invert DIB images. Fixes #132341.
16287
16288 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16289
16290         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16291         (gst_ffmpegcsp_chain):
16292           D'oh, reference the palette data, not the palette structure.
16293           Fixes color distortion in #132341.
16294
16295 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16296
16297         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16298           PAR can be non-fixed when not provided as argument (#162626).
16299
16300 2005-01-29  David Moore  <dcm@acm.org>
16301
16302         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16303
16304         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16305         (gst_qtdemux_loop_header):
16306           Re-apply patch from #142272 that allows non-seekable sources,
16307           re-proposed by Daniel Drake <dsd@gentoo.org>.
16308
16309 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16310
16311         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16312           Use the src template for creating the src pad (#162330).
16313
16314 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16315
16316         * configure.ac:
16317         * ext/musepack/Makefile.am:
16318         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16319         (gst_musepackdec_init), (gst_musepackdec_dispose),
16320         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16321         (gst_musepack_stream_init), (gst_musepackdec_loop),
16322         (gst_musepackdec_change_state):
16323         * ext/musepack/gstmusepackdec.cpp:
16324         * ext/musepack/gstmusepackdec.h:
16325         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16326         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16327         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16328         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16329         * ext/musepack/gstmusepackreader.cpp:
16330         * ext/musepack/gstmusepackreader.h:
16331           Update to 1.1 API (#165446).
16332
16333 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16334
16335         * ext/Makefile.am:
16336           Unbreak buildbot.
16337
16338 2005-01-28  Andy Wingo  <wingo@pobox.com>
16339
16340         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16341         to reflect a different dubious internet source. Add a reference
16342         and some commentary.
16343
16344 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16345
16346         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16347         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16348         * gst/playback/gststreamselector.h:
16349           Be more selective when we're redoing caps negotiation from
16350           within the chain function on a stream change.
16351
16352 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16353
16354         * configure.ac:
16355         * ext/Makefile.am:
16356         * ext/amrnb/Makefile.am:
16357         * ext/amrnb/amrnb.c: (plugin_init):
16358         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16359         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16360         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16361         (gst_amrnbdec_state_change):
16362         * ext/amrnb/amrnbdec.h:
16363         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16364         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16365         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16366         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16367         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16368         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16369         * ext/amrnb/amrnbparse.h:
16370           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16371         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16372           Add AMR-NB/-WB raw formats.
16373         * ext/alsa/gstalsa.c: (gst_alsa_link):
16374           Keep valid time when changing format.
16375         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16376         (qtdemux_parse_trak):
16377           Add some more format-specific options (#140141, #143555, #155163).
16378
16379 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16380
16381         * gst/matroska/matroska-demux.c:
16382         (gst_matroska_demux_parse_blockgroup):
16383           Fix logic error in timing of subtitle stream synchronization.
16384         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16385           Add skip-chunk, which is found in kodak-camera streams.
16386
16387 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16388
16389         * po/LINGUAS:
16390         * po/vi.po:
16391           Adding Vietnamese translation (submitted by Clytie Siddall)
16392
16393 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16394
16395         * gst/playback/gstdecodebin.c: (try_to_link_1):
16396           Use realpad for signal.
16397
16398 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16399
16400         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16401           Fix category so decodebin picks it up.
16402
16403 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16404
16405         * ext/mad/Makefile.am:
16406         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16407         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16408         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16409         (found_type), (gst_id3demux_bin_change_state):
16410         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16411         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16412         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16413         (gst_id3_tag_change_state), (plugin_init):
16414         * ext/mad/gstmad.h:
16415           Add id3demuxbin (which is a simple bin consisting of id3demux
16416           and typefind), take over rank from id3demux, remove typefind
16417           code from id3demux. Makes all broken mp3s that I know of work,
16418           and thereby fixes #152688.
16419
16420 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16421
16422         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16423
16424         * ext/mad/gstmad.c: (gst_mad_src_event):
16425         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16426           Allow seeks on audio pad, make mad forward those (#164826).
16427         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16428           Set duration (#165335).
16429
16430 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16431
16432         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16433         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16434         (gst_asf_demux_process_ext_content_desc),
16435         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16436         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16437         * gst/asfdemux/gstasfdemux.h:
16438           Improve metadata display, e.g. if the metadata comes before the
16439           streams are loaded (which is perfectly valid).
16440
16441 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16442
16443         * tools/gst-launch-ext-m.m:
16444           Fix AVI/ASF pipelines (#165340).
16445
16446 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16447         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16448         build failure on amd64
16449
16450 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16451
16452         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16453         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16454           Check environment variables GST_ID3V2_TAG_ENCODING,
16455           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16456           list of character encodings to force interpretation of non-unicode
16457           strings stored in an ID3v2 tag to a particular encoding. If none
16458           is specified, try to use current locale's encoding, then fall back
16459           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16460         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16461         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16462           Check environment variables GST_ID3V1_TAG_ENCODING,
16463           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16464           list of character encodings to use in case a string encountered
16465           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16466           specified, try to use the current locale's encoding, then fall
16467           back to ISO-8859-1 (which will always succeed).
16468
16469 2005-01-25  Benjamin Otte  <otte@gnome.org>
16470
16471         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16472           - on half framerate, compute the rate in advance so the comparisons
16473             don't compare wrong values
16474           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16475             behaviour
16476           - don't use mad_header_decode anymore, mad_frame_decode does that
16477             automatically
16478           - when getting rid of consumed bytes, reset the stream's skiplen
16479           (fixes #163867)
16480
16481 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16482
16483         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16484           Use 1/2 a second for default max_discont, as PES streams from DVB
16485           seem to have larger spacings in the SCR. 
16486           Fix a typo.
16487
16488 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16489
16490         * gst/playback/gstplaybasebin.c: (group_commit):
16491           Notify delayed stream-info availability.
16492
16493 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16494         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16495         (gst_a52dec_handle_event), (gst_a52dec_chain):
16496         Add some debug output. Check that a discont has a valid
16497         time associated.
16498         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16499         (gst_alsa_sink_loop):
16500         Ignore TAG events. A little extra debug for broken timestamps.
16501         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16502         (dvdnavsrc_change_state):
16503         Ensure we send a discont to engage the link before we send any
16504         other events.
16505         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16506         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16507         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16508         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16509         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16510         dvd://title works in totem because typefinding sends a seek that ends
16511         up going back to chapter 1 regardless.
16512         * ext/mpeg2dec/gstmpeg2dec.c:
16513         * ext/mpeg2dec/gstmpeg2dec.h:
16514         Output correct timestamps and handle disconts.
16515         * ext/ogg/gstoggdemux.c: (get_relative):
16516         Small guard against a null dereference.
16517         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16518         (gst_textoverlay_set_property):
16519         Free memory when done. Don't call gst_event_filler_get_duration on
16520         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16521         g_warning.
16522         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16523         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16524         (gst_sw_srclink), (gst_smoothwave_chain):
16525         Draw solid lines, prettier colours.
16526         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16527         Add a default palette that'll work for some movies.
16528         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16529         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16530         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16531         * gst/mpegstream/gstdvddemux.h:
16532         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16533         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16534         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16535         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16536         * gst/mpegstream/gstmpegparse.h:
16537         Use PTM/NAV events when for timestamp adjustment when connected to 
16538         dvdnavsrc. Don't use many discont events where one suffices.
16539         * gst/playback/gstplaybasebin.c: (group_destroy),
16540         (gen_preroll_element), (gst_play_base_bin_add_element):
16541         * gst/playback/gstplaybasebin.h:
16542         Make sure we remove subtitles from the same bin we put them in.
16543         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16544         (gst_subparse_buffer_format_autodetect),
16545         (gst_subparse_change_state):
16546         Fix some memleaks and invalid accesses.
16547         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16548         (oggskel_type_find), (cmml_type_find), (plugin_init):
16549         Some typefind functions for Annodex v3.0 files
16550         * gst/wavparse/gstwavparse.h:
16551         GstRiffReadClass is the correct parent class.
16552
16553 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16554
16555         * gst-libs/gst/riff/riff-media.c:
16556         (gst_riff_create_video_caps_with_data):
16557           Add extradata to huffyuv (fixes #165013).
16558         * gst-libs/gst/riff/riff-read.c:
16559         (gst_riff_read_strf_vids_with_data):
16560           Fix extradata extraction if it is in the chunk size.
16561
16562 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16563
16564         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16565
16566         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16567         (gst_quarktv_change_state), (gst_quarktv_dispose):
16568           Memory free'ing location fix (#164708).
16569
16570 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16571
16572         * gst/playback/gstplaybasebin.c: (group_commit),
16573         (gen_preroll_element), (probe_triggered), (gen_source_element),
16574         (setup_source), (gst_play_base_bin_change_state),
16575         (gst_play_base_bin_add_element):
16576           Don't block for streams.
16577         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16578         (gst_stream_info_set_mute):
16579           Use gst_pad_set_active_recursive.
16580
16581 2005-01-25  Andy Wingo  <wingo@pobox.com>
16582
16583         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16584         for #ifndef HAVE_XVIDEO.
16585
16586 2005-01-24  Jeffrey C. Ollie
16587
16588         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16589
16590         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16591         * ext/gsm/gstgsmdec.h:
16592         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16593         * ext/gsm/gstgsmenc.h:
16594         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16595         was given by property. Add proper buffer timestamps and offsets.
16596
16597 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16598
16599         * gst-libs/gst/riff/riff-media.c:
16600         (gst_riff_create_audio_caps_with_data):
16601           Audio can be <8000Hz.
16602
16603 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16604
16605         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16606           Explicit state change to workaround refcount bugs.
16607
16608 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16609
16610         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16611         (gst_avimux_riff_get_avi_header):
16612           Fix...
16613
16614 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16615
16616         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16617         (gst_riff_read_element_data):
16618         * gst-libs/gst/riff/riff-read.h:
16619           Add _peek version (req'ed in CDXA).
16620         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16621         (gst_cdxaparse_loop):
16622           Fix parsing in playbin.
16623         * gst/playback/gstdecodebin.c: (close_pad_link):
16624           Ignore current_ pads, they cause major annoyance.
16625
16626 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16627
16628         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16629           Safety guard.
16630
16631 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16632
16633         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16634           Fix padding...
16635
16636 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16637
16638         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16639           Allow for 0-sized buffers. Fixes length query problems in
16640           starwars.mkv from the testsuite.
16641
16642 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16643
16644         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16645         (gst_video_box_i420), (gst_video_box_chain):
16646           Fix row strides for I420 (fixes #163159)
16647           
16648 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16649
16650         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16651           MPEG2 has a useful rate property, so we can actually use that.
16652           For MPEG-1, continue using the bytes/time properties.
16653
16654 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16655
16656         * gst-libs/gst/riff/riff-media.c:
16657         (gst_riff_create_video_caps_with_data),
16658         (gst_riff_create_video_template_caps):
16659           Add intel-h263.
16660
16661 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16662
16663         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16664           Fail if caps negotiation fails. Should fix #162184, and should
16665           definately be in there regardless of it fixing the actual bug.
16666         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16667         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16668         (gst_avimux_riff_get_avix_header),
16669         (gst_avimux_riff_get_video_header),
16670         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16671         (gst_avimux_start_file), (gst_avimux_handle_event),
16672         (gst_avimux_change_state):
16673         * gst/avi/gstavimux.h:
16674           Refactor structure writing to use GST_WRITE_UINT macros, add
16675           metadata writing support.
16676
16677 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16678
16679         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16680           Elements may already be destroyed when this function is called.
16681
16682 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16683
16684         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16685         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16686           More memory leak fixes (#149162).
16687
16688 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16689
16690         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16691         (gst_qtdemux_add_stream):
16692           Fix two memleaks.
16693
16694 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16695
16696         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16697           Argh...
16698
16699 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16700
16701         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16702           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16703           when fixating to six channels in Totem.
16704
16705 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16706
16707         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16708           Fix compile warnings on Solaris 10 buildbot
16709
16710 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16711
16712         * ext/dvdread/dvdreadsrc.c: (_read):
16713           Don't read beyond the last cell in a chapter (fixes 
16714           invalid memory access)
16715
16716 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16717
16718         * ext/dvdread/stream_labels.c:
16719         (dvdreadsrc_get_audio_stream_labels):
16720           Use NULL for an empty GList instead of g_list_alloc(); fix 
16721           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16722           of GString (easier to bulk free later)
16723
16724 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16725
16726         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16727
16728         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16729         (gst_ffmpeg_pixfmt_to_caps):
16730           Fix BGRA32 caps (#164209).
16731
16732 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16733
16734         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16735
16736         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16737         (gst_ffmpeg_caps_to_pixfmt):
16738           alpha_mask can be RGBA/ABGR. Fixes #164265.
16739
16740 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16741
16742         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16743
16744         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16745         (gst_mpeg2dec_alloc_buffer):
16746         * ext/mpeg2dec/gstmpeg2dec.h:
16747           Crop if decoding size is not the actual image size (#163676).
16748
16749 2005-01-17  Steve Baker  <steve@stevebaker.org>
16750
16751         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16752
16753         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16754         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16755           Add libsndfile typefind functions (#163309).
16756
16757 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16758
16759         * tools/gst-launch-ext-m.m:
16760           Add .aac, fix .m1v/.m2v (#163891).
16761
16762 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16763
16764         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16765           Sanity check, don't wait endlessly since the clock might not
16766           actually run at this point (which is a deadlock). Fixes #164069.
16767
16768 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16769
16770         * gst/playback/gstplaybasebin.c: (probe_triggered):
16771           Of course, only pause if group is done...
16772
16773 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16774
16775         * gst/playback/gstplaybasebin.c: (probe_triggered):
16776           Thread safety.
16777
16778 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16779
16780         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16781           Don't return state change success when the parent
16782           failed.
16783
16784 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16785
16786         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16787           Free events (fix memleak in #162905).
16788
16789 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16790
16791         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16792
16793         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16794         (gst_ffmpeg_caps_to_pixfmt):
16795           Fix for depth = 15. Fixes #161675.
16796
16797 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16798
16799         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16800           Set FPS correctly, even for webcams and the like.
16801         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16802           Don error on setting while capturing.
16803
16804 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16805
16806         * ext/dv/gstdvdec.c:
16807         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16808         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16809           I'm a bad boy. using /1001. to force C to do float division
16810           and not integer division (as it did in my last commit)
16811           Thanks to David I. Lehn for pointing this mistake.
16812
16813 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16814
16815         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16816           Revert Johan's 1.35->1.36 since it breaks compat.
16817
16818 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16819
16820         * ext/dv/gstdvdec.c:
16821         * ext/libfame/gstlibfame.c:
16822         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16823         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16824           replace framerate aproximations by their real value
16825           (24000/1001, 30000/1001, 60000/1001)
16826           Finish fixing bug #164049
16827
16828 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16829
16830         * ext/ogg/gstoggmux.c:
16831           eos/bos debugging
16832         * gst/tcp/gstmultifdsink.c:
16833         * gst/tcp/gstmultifdsink.h:
16834         * gst/tcp/gsttcp.c:
16835         * gst/tcp/gsttcp.h:
16836         * gst/tcp/gsttcpclientsink.c:
16837         * gst/tcp/gsttcpclientsrc.c:
16838         * gst/tcp/gsttcpserversink.c:
16839         * gst/tcp/gsttcpserversrc.c:
16840           improve reusability of elements after state changes and errors
16841           make multifdsink throw away streamheaders when receiving new ones
16842
16843 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16844
16845         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16846           Fix for if items are already in list...
16847
16848 2005-01-12  Benjamin Otte  <otte@gnome.org>
16849
16850         * gst/adder/gstadder.c: (gst_adder_loop):
16851           fix adder a bit so it doesn't screw up with events as much anymore
16852
16853 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
16854
16855         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
16856         (pixbufscale_scale), (gst_pixbufscale_chain):
16857         * ext/gdk_pixbuf/pixbufscale.h:
16858           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
16859           to ensure rowstrides are calculated the same way as 
16860           ffmpegcolorspace
16861           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
16862           that we pick up duration and offset also.
16863
16864 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16865
16866         * gst/avi/gstavimux.c: (gst_avimux_class_init),
16867         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
16868           Reusability fixes.
16869
16870 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16871
16872         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16873         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16874         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16875         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16876           Update flags when requested.
16877
16878 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16879
16880         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16881           Fix dmix.
16882
16883 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16884
16885         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16886         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
16887         (probe_triggered), (new_decoded_pad), (gen_source_element),
16888         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
16889         * gst/playback/gstplaybasebin.h:
16890         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16891         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
16892         (gst_play_bin_change_state):
16893           Implement group-switch signal for use in apps to clear metadata
16894           cache, clean up subtitle, add suburi property instead of # hack,
16895           some error-out fixes.
16896
16897 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16898
16899         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16900           Debug.
16901         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
16902           If we got a state change in the _get handler, don't return success.
16903
16904 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16905
16906         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
16907         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
16908           Make jpegdec quiet on MJPEG decoding
16909         * gst/asfdemux/README:
16910           Fix mimetypes for MJPEG and H263
16911
16912 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16913
16914         * ext/theora/theoradec.c: (theora_dec_chain):
16915           Fix broken code generation by gcc by swapping arguments.
16916         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16917           Fix \n in debug.
16918
16919 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16920
16921         * TODO:
16922           delete this file, it is by far outdated
16923         * ext/alsa/gstalsa.1: remove
16924         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
16925         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
16926         (gst_alsa_get_caps):
16927           Add HW probing for supported sample rates. Fixes #161704
16928
16929 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16930
16931         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16932           Don't crash, biatch! :).
16933
16934 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16935
16936         * ext/musepack/gstmusepackreader.cpp:
16937         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
16938           Some work on tags - still doesn't work in playbin...
16939         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16940           Handle events...
16941
16942 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16943
16944         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16945           Also shove tags on kid pads.
16946
16947 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16948
16949         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
16950           Don't bail on unknown events.
16951         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16952           Don't crash on events before negotiation.
16953         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16954           Send tags on pads, too.
16955         * gst/playback/gststreamselector.c:
16956         (gst_stream_selector_request_new_pad):
16957           Forward events on first pad if no input was selected yet.
16958
16959 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16960
16961         * gst/playback/gstplaybasebin.c: (setup_substreams):
16962           Don't disable streamtype if the stream doesn't exist, since
16963           then playing a video after audio will disable both and nothing
16964           will happen. Fixes the testsuite.
16965
16966 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16967
16968         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
16969         (gst_v4l_xoverlay_set_xwindow_id):
16970         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
16971         (gst_v4l2_xoverlay_set_xwindow_id):
16972           Add debug categories, fix overlay disabling.
16973
16974 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16975
16976         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
16977         * ext/alsa/gstalsa.h:
16978           Add HW probing for period_count/size and buffer_size MIX/MAX
16979           Adjust default/user defined value if out of bounds
16980           Should fix bug #162024
16981
16982 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16983
16984         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
16985           Fix warning (#161191).
16986
16987 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16988
16989         * ext/dvdread/stream_labels.c:
16990         (dvdreadsrc_get_audio_stream_labels):
16991           Fix warning (init the good variable in switch default)
16992
16993 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
16994
16995         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16996
16997         * gst/tta/gstttaparse.c: (gst_tta_src_event):
16998           Fix gcc-2.95 compile (#163485).
16999
17000 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17001
17002         * configure.ac:
17003         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17004         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17005         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17006         (gst_flacenc_change_state):
17007         * ext/flac/gstflacenc.h:
17008           Update for API change in flac-1.1.1. Update requirement in
17009           configure.ac. Fixes #162974.
17010
17011 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17012
17013         * gst/playback/gstplaybasebin.c: (group_destroy):
17014           Remove hack to get rid of assert and get rid of unlinked
17015           signals properly.
17016
17017 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17018
17019         * gst/playback/gstplaybasebin.c: (setup_source):
17020           Set source to NULL so that resources are free'ed. Fixes issues
17021           with playback of CDDA and similar device-accessing things.
17022
17023 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17024
17025         * testsuite/embed/Makefile.am:
17026           test->noinst, fix make test in buildbot.
17027
17028 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17029
17030         * ext/dvdread/stream_labels.c: new file
17031         * ext/dvdread/stream_labels.h: new file
17032         * ext/dvdread/Makefile.am:
17033         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17034           Extract audio stream label from DVD IFO files.
17035           It only dump them on the console for now, still have to
17036           make playbin aware of them.
17037
17038 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17039
17040         * gst/playback/gstplaybasebin.c: (setup_source):
17041           Fix hanging subs.
17042
17043 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17044
17045         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17046         (gen_preroll_element), (remove_groups), (setup_subtitle),
17047         (gen_source_element), (setup_source):
17048         * gst/playback/gstplaybasebin.h:
17049           Multiple .sub files is just a stupid idea... Fix some threading
17050           mistakes. Interestingly, external .sub files cause playbin to
17051           hang, I don't know why... Parsing fixes contributed by Fran??ois
17052           Kooman <fkooman@tuxed.net>.
17053
17054 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17055
17056         * testsuite/embed/Makefile.am:
17057           Fix buildbot.
17058
17059 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17060
17061         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17062
17063         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17064         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17065         (gst_pngenc_set_property):
17066         * ext/libpng/gstpngenc.h:
17067           Add compression level property (#163323).
17068
17069 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17070
17071         * configure.ac:
17072         * examples/capsfilter/capsfilter1.c: (main):
17073         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17074         * ext/dvdread/Makefile.am:
17075         * ext/dvdread/demo-play:
17076         * ext/dvdread/demo-play.c:
17077         * gconf/gstreamer.schemas.in:
17078         * gst-libs/gst/gconf/gconf.c:
17079         * sys/v4l/TODO:
17080         * testsuite/Makefile.am:
17081         * testsuite/embed/Makefile.am:
17082         * testsuite/embed/embed.c: (cb_expose), (main):
17083           Remove all references to xvideosink, fix examples (#140845).
17084         * gst/playback/gstplaybasebin.c: (group_destroy):
17085           Apparently, disposal does not unlink - so do explicitely.
17086         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17087           Add debug.
17088
17089 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17090
17091         * README: fix PKG_CONFIG_PATH instructions, what was there
17092         previously was breaking default search path, not nice. 
17093         Fixes #163358
17094
17095 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17096
17097         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17098         (gst_audioscale_chain):
17099           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17100           when resampling - how the ^@$^!@^! is this possible?!?
17101
17102 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17103
17104         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17105           Reset variables on READY.
17106         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17107         (gst_matroska_mux_loop):
17108           Require data before writing header.
17109
17110 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17111
17112         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17113
17114         * ext/mad/gstmad.c: (gst_mad_chain):
17115           Don't call mad_stream_sync() directly after recovering sync.
17116           Fixes #151661.
17117
17118 2005-01-09  Martin Eikermann  <meiker@upb.de>
17119
17120         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17121
17122         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17123         (snapshot_handler), (gst_snapshot_sinkconnect),
17124         (gst_snapshot_chain):
17125           Allocate resources when required, fix recursive signal emission
17126           and fix caps. Fixes #161667.
17127
17128 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17129
17130         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17131
17132         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17133         (gst_pngdec_chain):
17134           Handle only 8-bppc (bits-per-pixel-component) images, better
17135           error handling and correct strides. Fixes #163177.
17136         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17137         (gst_pngenc_chain):
17138           Better error handling. Fixes #163348.
17139
17140 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17141
17142         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17143         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17144         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17145         (dvdnavsrc_uri_handler_init):
17146           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17147         * gst/playback/gstplaybasebin.c: (gen_source_element):
17148           Add MMS to streaming URIs.
17149
17150 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17151
17152         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17153         * sys/xvimage/xvimagesink.c:
17154         (gst_xvimagesink_navigation_send_event):
17155           Check for pad availability before sending event.
17156
17157 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17158
17159         * gst-plugins.spec.in:
17160           Add subparse.
17161
17162 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17163
17164         * configure.ac:
17165           Since we use functions from CVS, up requirement.
17166
17167 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17168
17169         * gst/playback/Makefile.am:
17170         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17171         (group_destroy), (group_commit), (group_is_muted),
17172         (gen_preroll_element), (add_stream), (unknown_type),
17173         (probe_triggered), (preroll_unlinked), (mute_stream),
17174         (silence_stream), (new_decoded_pad), (setup_substreams),
17175         (setup_source), (get_active_source), (mute_group_type),
17176         (muted_group_change_state), (set_active_source),
17177         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17178         (play_base_eos), (gst_play_base_bin_change_state):
17179         * gst/playback/gstplaybasebin.h:
17180         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17181         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17182         (gst_stream_info_dispose), (stream_info_mute_pad),
17183         (stream_info_change_state), (gst_stream_info_set_mute):
17184         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17185         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17186         (gst_stream_selector_init), (gst_stream_selector_dispose),
17187         (gst_stream_selector_get_linked_pad),
17188         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17189         (gst_stream_selector_get_linked_pads),
17190         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17191         * gst/playback/gststreamselector.h:
17192           Adding stream selection support plus required properties for
17193           applications to use this. Fully fixes #100931.
17194
17195 2005-01-08  Benjamin Otte  <otte@gnome.org>
17196
17197         * gst/games/gstpuzzle.c: (nav_event_handler):
17198           - handle nav events differently: forward every event no matter if it
17199             was handled or not.
17200           - translate events
17201           You can now cheat by using navigationtest ! puzzle and moving the
17202           mouse close to the edge of a tile. ;)
17203
17204 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17205
17206         * configure.ac:
17207         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17208         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17209         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17210         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17211         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17212         (gst_ogm_parse_plugin_init):
17213         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17214         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17215         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17216         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17217         * ext/pango/gsttextoverlay.h:
17218         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17219         (gst_matroska_demux_handle_seek_event),
17220         (gst_matroska_demux_sync_streams),
17221         (gst_matroska_demux_parse_blockgroup),
17222         (gst_matroska_demux_subtitle_caps),
17223         (gst_matroska_demux_plugin_init):
17224         * gst/matroska/matroska-ids.h:
17225         * gst/playback/gstdecodebin.c: (close_pad_link):
17226         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17227         (gen_preroll_element), (remove_groups), (add_stream),
17228         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17229         (setup_source):
17230         * gst/playback/gstplaybasebin.h:
17231         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17232         * gst/subparse/Makefile.am:
17233         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17234         (gst_subparse_base_init), (gst_subparse_class_init),
17235         (gst_subparse_init), (gst_subparse_formats),
17236         (gst_subparse_eventmask), (gst_subparse_event),
17237         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17238         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17239         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17240         (parse_mpsub_deinit), (parse_mpsub_init),
17241         (gst_subparse_buffer_format_autodetect),
17242         (gst_subparse_format_autodetect), (gst_subparse_loop),
17243         (gst_subparse_change_state), (gst_subparse_type_find),
17244         (plugin_init):
17245         * gst/subparse/gstsubparse.h:
17246         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17247         (plugin_init):
17248           Add subtitle support, .sub parser (supports SRT and MPsub),
17249           OGM text support, Matroska UTF-8 text support, deadlock fixes
17250           all over the place, subtitle awareness in decodebin/playbin
17251           and some fixes to textoverlay to handle subtitles in a stream
17252           correctly. Fixes #100931.
17253
17254 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17255
17256         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17257           Check for pad availability before doing a query on it.
17258
17259 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17260
17261         * ext/dv/gstdvdec.c:
17262           really fix bpp24/32 dvdec caps (classic rgba indeed)
17263         * gst/asfdemux/gstasfdemux.c:
17264         (gst_asf_demux_process_ext_content_desc):
17265           don't send text tags if they are empty (bis repetita)
17266
17267 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17268
17269         * ext/dv/gstdvdec.c:
17270          remove unneeded comment from dvdec
17271           (related to DV 4CC codes in AVI files)
17272           moved them in gstreamer/docs/random/mimetypes
17273         * gst/asfdemux/gstasfdemux.c:
17274         (gst_asf_demux_process_ext_content_desc):
17275          don't send text tags if they are empty
17276          fix mem leak on error path
17277         * gst/ffmpegcolorspace/avcodec.h:
17278         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17279         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17280         (gst_ffmpegcsp_avpicture_fill):
17281         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17282         * gst/ffmpegcolorspace/imgconvert_template.h:
17283          adds BGR32 and BGRA32 to ffmpegcolorspace
17284           (still bad colors, fixing it on next commit)
17285           helps with dvdec outputing BGR32
17286
17287 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17288
17289         * ext/dv/gstdvdec.c:
17290          Fix audio caps i just broke (missing ',')
17291         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17292         (gst_matroska_mux_reset):
17293          Fix typo + add FIXME about old "x-gst-metadata" crap
17294
17295 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17296
17297         * ext/dv/demo-play.c: (main):
17298          xvideosink -> xvimagesink
17299         * ext/dv/gstdvdec.c:
17300          change rgb 32/32 caps to 24/32 (no alpha)
17301          change nb of channels to be a list (2 or 4, not 2)
17302          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17303         * gst/asfdemux/gstasfdemux.c:
17304         (gst_asf_demux_process_ext_content_desc):
17305          Add 'date/year' to extracted metadata list
17306
17307 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17308
17309         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17310           The return value of fixate_to does not imply that the requested
17311           value was set, so don't assume.
17312
17313 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17314
17315         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17316
17317         * ext/libpng/gstpngdec.c:
17318         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17319         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17320         * ext/libpng/gstpngenc.h:
17321           Alpha support (encoder; #163161), mime fixage.
17322
17323 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17324
17325         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17326
17327         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17328         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17329         (gst_faac_set_property), (gst_faac_get_property):
17330         * ext/faac/gstfaac.h:
17331           Allow for ADTS output (#153434).
17332
17333 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17334
17335         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17336           Fix against template (#150576).
17337
17338 2005-01-06  Benjamin Otte  <otte@gnome.org>
17339
17340         * gst/games/gstpuzzle.c: (draw_puzzle):
17341           don't draw a puzzle if either width or height of tiles would be 0.
17342
17343 2005-01-06  Benjamin Otte  <otte@gnome.org>
17344
17345         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17346         (gst_puzzle_class_init), (gst_puzzle_finalize):
17347           no memleaks, please
17348         (gst_puzzle_create), (gst_puzzle_init),
17349         (gst_puzzle_set_property), (gst_puzzle_setup):
17350           change initialization code around so we don't reshuffle on resize
17351         (draw_puzzle):
17352           fix another stupid typo
17353
17354 2005-01-06  Benjamin Otte  <otte@gnome.org>
17355
17356         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17357           fix stupid typo that borked copying on YUY2
17358
17359 2005-01-06  Benjamin Otte  <otte@gnome.org>
17360
17361         * gst/games/gstpuzzle.c: (draw_puzzle):
17362           fix edges when image sizes aren't multiples of tile sizes
17363
17364 2005-01-06  Benjamin Otte  <otte@gnome.org>
17365
17366         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17367           make RGB endianness work correctly
17368         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17369           refactor and fix race with initial shuffling
17370         (nav_event_handler):
17371           allow using the mouse to puzzle
17372         (draw_puzzle):
17373           insist on tiles having width and height as multiples of 4 to get
17374           clean YUV image handling
17375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17376         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17377           s/DEBUG/LOG/ for common messages
17378         (gst_xvimagesink_navigation_send_event):
17379           fix mouse event translation to not include screen PAR
17380         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17381           fix mouse event translation to actually work
17382
17383 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17384
17385         * gst/asfdemux/gstasfdemux.c:
17386         (gst_asf_demux_process_ext_content_desc):
17387          Extract TrackNumber metadata + clean up code
17388         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17389          Hope this is the good fix (var used unitialised)
17390
17391 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17392
17393         * ext/faad/gstfaad.c: (gst_faad_chain):
17394           Only increment timestamp if it's valid. Fixes raw AAC streams.
17395
17396 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17397
17398         * configure.ac:
17399         * gst/games/Makefile.am:
17400         * gst/games/gstpuzzle.c:
17401           add a puzzle game with...
17402         * gst/games/gstvideoimage.c:
17403         * gst/games/gstvideoimage.h:
17404           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17405           from videotestsrc and made into something that would be a nice
17406           library for a lot of other plugins.
17407
17408 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17409
17410         * configure.ac:
17411          don't compile faad plugin if a RC of 2.0 is found
17412          Fixes #155346 (and FC1 buildbot)
17413         * gst/asfdemux/gstasfdemux.c:
17414         (gst_asf_demux_process_ext_content_desc):
17415          try to make Solaris compiler happier
17416
17417 2005-01-06  Paul Jack  <pjack@sfaf.org>
17418
17419         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17420
17421         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17422           Fix segfault (#161667).
17423
17424 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17425
17426         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17427           Fix framerate reporting.
17428
17429 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17430
17431         * gst-libs/gst/riff/riff-ids.h:
17432         * gst/wavenc/riff.h:
17433          Add AMR (VBR and CBR) ids to riff.h audio codec list
17434         * gst/asfdemux/gstasfdemux.c:
17435         (gst_asf_demux_process_ext_content_desc),
17436         (gst_asf_demux_process_object):
17437           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17438
17439 2005-01-05  Martin Eikermann  <meiker@upb.de>
17440
17441         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17442
17443         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17444         (gst_dvd_demux_handle_discont):
17445         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17446         (gst_mpeg_demux_handle_discont):
17447           Recreate pads on new-media (#160730).
17448         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17449           Send discont even if manager changes timestamps (#161929).
17450
17451 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17452
17453         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17454
17455         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17456           Fix invalid memory access (#159211).
17457
17458 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17459
17460         * examples/gstplay/player.c: (main):
17461           Don't iterate.
17462         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17463           Add visualizations.
17464         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17465         (gst_a52dec_handle_frame):
17466           Set duration.
17467         * ext/dvdnav/gst-dvd:
17468           Add audioconvert. Fixes #161325.
17469         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17470           Explicitely case to gint64. Possible valgrind error.
17471         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17472         (gst_play_tick_callback), (gst_play_change_state),
17473         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17474         (gst_play_set_location), (gst_play_get_location),
17475         (gst_play_seek_to_time), (gst_play_set_data_src),
17476         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17477         (gst_play_set_visualization), (gst_play_connect_visualization),
17478         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17479         (gst_play_new):
17480           Use playbin. Fixes #139749 and #147744.
17481         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17482           Add genre tag.
17483         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17484         (audioscale_get_type), (gst_audioscale_base_init),
17485         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17486         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17487         (gst_audioscale_link), (gst_audioscale_get_buffer),
17488         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17489         (gst_audioscale_init), (gst_audioscale_dispose),
17490         (gst_audioscale_chain), (gst_audioscale_set_property),
17491         (gst_audioscale_get_property), (plugin_init):
17492           Indent properly.
17493         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17494           Fix LPCM.
17495         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17496         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17497         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17498           Add more metadata (fixes #162656).
17499
17500 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17501
17502         * configure.ac:
17503           back to cvs
17504
17505 === release 0.8.7 ===
17506
17507 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17508
17509         * NEWS:
17510         * RELEASE:
17511         * configure.ac:
17512           releasing 0.8.7, "Hyperspace"
17513
17514 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17515
17516         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17517
17518         * gst/playback/gstplaybasebin.c:
17519          Fix for #162924 - free caps after use, not before
17520
17521 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17522
17523         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17524
17525         * gst/playback/gstplaybasebin.c:
17526         * gst/wavparse/gstwavparse.c:
17527           Fix for #154773 - fixes playback of small .wav files
17528
17529 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17530
17531         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17532
17533         * gst/audioscale/gstaudioscale.c:
17534           Fix for #162819 - make audioscale reusable
17535           Fixes playback of more than one file with playbin/totem
17536
17537 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17538
17539         * gst/ffmpegcolorspace/avcodec.h:
17540         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17541         * gst/ffmpegcolorspace/imgconvert.c:
17542           clean up the mess that made me cry and avoid needless duplication
17543
17544 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17545
17546         * gst/ffmpegcolorspace/imgconvert.c:
17547           give some indication of why we're segfaulting
17548
17549 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17550
17551         * configure.ac:
17552           Fix indentation, fix v4l2 plugin detection.
17553         * ext/Makefile.am:
17554           Fix libmms location (Maciej, use diff -u!).
17555         * ext/alsa/gstalsa.c: (gst_alsa_init):
17556           Initialize caps cache to NULL.
17557         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17558           Only change state on audiosink if it exists.
17559
17560 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17561
17562         * gst/matroska/matroska-demux.c:
17563         * gst/matroska/matroska-ids.h:
17564         * gst/matroska/matroska-demux.h:
17565         Fix Vorbis streams failing to decode in some files, where cluster_time
17566         isn't 0, because then it doesn't send codec_priv before actual data.
17567         Remove time-based test and replace it with marker set on beginning of
17568         new stream
17569
17570 2004-12-28  David Schleef  <ds@schleef.org>
17571
17572         Merge patch from Ronald fixing problems with streaming
17573         text.
17574         * ext/cairo/gstcairo.c: (plugin_init):
17575         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17576         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17577         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17578         (gst_textoverlay_font_init), (gst_textoverlay_init),
17579         (gst_textoverlay_set_property):
17580         * ext/cairo/gsttextoverlay.h:
17581
17582 2004-12-27  David Schleef  <ds@schleef.org>
17583
17584         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17585         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17586         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17587         (gst_textoverlay_font_init), (gst_textoverlay_init),
17588         (gst_textoverlay_set_property): Improvements to actually
17589         render text as white on black outline on video, including
17590         font selection and horizontal/vertical alignment.  (Ronald's
17591         christmas present)
17592         * ext/cairo/gsttextoverlay.h:
17593
17594 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17595
17596         * ext/ogg/gstogg.c:
17597         * ext/ogg/gstogmparse.c:
17598           fix ogm[audio/video]parse plugin registration
17599           (riff won't load if bytestream is already loaded)
17600
17601 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17602
17603         * gst/audioconvert/gstchannelmix.c:
17604           fix for GLIB < 2.4
17605
17606 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17607
17608         * Makefile.am:
17609         * configure.ac:
17610           disable docs again until it actually passes make distcheck.
17611
17612 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17613
17614         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17615         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17616         (plugin_init):
17617           Add 3GP (variables name Q3GP because they can't start with a
17618           number). Add samr audio fourcc (used in .3gp files), decoder
17619           is work in progress. Also do a GST_WARNING instead of ERROR
17620           in case of unknown nodes, to decrease output.
17621
17622 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17623
17624         * Makefile.am:
17625           really fix dist
17626
17627 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17628
17629         * configure.ac:
17630         * ext/speex/gstspeexdec.h:
17631         * ext/speex/gstspeexenc.h:
17632           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17633           Fix detection code in configure.ac
17634
17635 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17636
17637         * gst/matroska/matroska-demux.c:
17638         (gst_matroska_demux_parse_blockgroup):
17639           Save position, so that queries give proper return values. Don't
17640           know how this could ever have worked before...
17641
17642 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17643
17644         * configure.ac:
17645           Put additional LAME check inside the conditional.  Fixes #152339
17646
17647 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17648
17649         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17650         (gst_avi_demux_stream_scan):
17651           Add some more debug. Fix logic error when setting movi offset
17652           while reading index.
17653
17654 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17655
17656         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17657         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17658         (gst_avi_demux_process_next_entry):
17659           Add some debugging. Better detection of broken indexes and the
17660           accompanying index recovery. No infinite loops on state changes
17661           when we're still in our loopfunction.
17662
17663 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17664
17665         * configure.ac:
17666           Fix up.
17667
17668 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17669
17670         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17671
17672         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17673           Normalizing the value before setting
17674         (gst_sunaudiomixer_get_volume):
17675           Normalizing the value after getting. Fixes bug# 161980
17676
17677 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17678
17679         * Makefile.am: Make sure docs gets disted
17680         * docs/Makefile.am: Make sure all needed files get disted
17681         * gst-plugins.spec.in: latest updates
17682
17683 2004-12-22  Wim Taymans  <wim@fluendo.com>
17684
17685         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17686         Revert patch 1.38 as clock distribution over schedulers does
17687         not work correcly in the core yet.
17688
17689 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17690
17691         * sys/oss/README: remove this file, which predates my birth
17692           (and which content is by far outdated)
17693
17694 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17695
17696         * Makefile.am:
17697         * configure.ac:
17698         * docs/Makefile.am:
17699         * docs/libs/Makefile.am:
17700         * docs/libs/gst-plugins-libs-docs.sgml:
17701         * docs/libs/gst-plugins-libs-sections.txt:
17702         * docs/libs/tmpl/gstgconf.sgml:
17703         * docs/upload.mak:
17704         * docs/version.entities.in:
17705           Added boilerplate gtk-doc files for plugin-libs documentation.
17706
17707 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17708
17709         * gst/auparse/gstauparse.c: fix int and float audio caps
17710
17711 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17712
17713         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17714         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17715           g_assert() can be a macro, don't use #ifdef inside it.
17716
17717 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17718
17719         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17720
17721         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17722         (gst_videorate_init), (gst_videorate_chain),
17723         (gst_videorate_change_state):
17724           Event handling (fixes #159986).
17725
17726 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17727
17728         * gst-libs/gst/riff/riff-media.c:
17729         (gst_riff_create_video_caps_with_data):
17730           Add BLZ0 (Blizzard's version of DivX) fourcc.
17731
17732 2004-12-18  David Schleef  <ds@schleef.org>
17733
17734         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17735         portability fix.
17736
17737 2004-12-18  David Schleef  <ds@schleef.org>
17738
17739         * gst/tta/ttadec.h: Disable some header code that isn't used
17740         and clearly isn't portable.
17741
17742 2004-12-18  David Schleef  <ds@schleef.org>
17743
17744         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17745         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17746         (avcodec_get_pix_fmt), (avpicture_layout),
17747         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17748         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17749         Fix code to not use GCC extensions (and c99 extensions that
17750         Forte does not like.)
17751
17752 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
17753
17754         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17755
17756         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17757         (gst_deinterlace_chain):
17758           Rowstride fixes. Fixes #161039.
17759         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17760         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17761         (gst_video_crop_getcaps), (gst_video_crop_link),
17762         (gst_video_crop_i420), (gst_video_crop_chain),
17763         (gst_video_crop_change_state):
17764           Rework of negotiation. Actually works now. Fixes #158650.
17765
17766 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17767
17768         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17769           That was very stupid.
17770
17771 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17772
17773         * gst/matroska/matroska-demux.c:
17774         (gst_matroska_demux_parse_blockgroup):
17775           Fix possible crasher.
17776
17777 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17778
17779         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17780         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17781           Lace sizes can be zero.
17782
17783 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17784
17785         * ext/musepack/gstmusepackdec.cpp:
17786           Fetch error return values. Fixes #161624.
17787         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17788           Really EOS.
17789
17790 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17791
17792         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17793           Work for truncated (unfinished download etc.) files. Fixes #160514.
17794
17795 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17796
17797         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17798           Fix for integer overflow. Makes #156001 not crash. Probably masks
17799           the real bug.
17800
17801 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17802
17803         * gst/ac3parse/gstac3parse.c: (plugin_init):
17804           Parsers never have ranks. Fixes #159651.
17805
17806 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17807
17808         * gst/playback/gstdecodebin.c: (compare_ranks):
17809           make sure the facotries are ordered the same every time even if they
17810           have the same rank by using the name
17811         * gst/playback/gstdecodebin.c: (find_compatibles):
17812           make sure we don't add factories to the list twice
17813
17814 2004-12-16  David Schleef  <ds@schleef.org>
17815
17816         * configure.ac: look for musepack headers as musepack/*.h
17817         (fixes #159847)
17818         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17819         * ext/musepack/gstmusepackreader.h: same
17820
17821 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17822
17823         * gst-libs/gst/riff/riff-read.c:
17824         (gst_riff_read_strf_auds_with_data):
17825           Read extradata correctly (fixes #155879).
17826
17827 2004-12-16  David Schleef  <ds@schleef.org>
17828
17829         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
17830         audio.  does _not_ attempt or allow conversion unless channels
17831         is 1 or 2.
17832
17833 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17834
17835         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17836
17837 2004-12-16  David Schleef  <ds@schleef.org>
17838
17839         * gst/audioscale/gstaudioscale.c: the resample library only
17840         handles 1 or 2 channels.  Change caps to compensate.
17841
17842 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17843
17844         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
17845         (gst_matroska_demux_audio_caps):
17846           Some MPEG-AAC hacks, because else it doesn't work...
17847
17848 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17849
17850         * gst-libs/gst/riff/riff-media.c:
17851         (gst_riff_create_video_caps_with_data),
17852         (gst_riff_create_video_template_caps):
17853           Add h264.
17854
17855 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17856
17857         * gst-libs/gst/audio/Makefile.am:
17858           Try to fix buildbot.
17859
17860 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17861
17862         * gst/tcp/gstmultifdsink.c:
17863           Clean up and uniformize debugging.
17864
17865 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
17866
17867         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17868
17869         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17870         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
17871         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
17872         (gst_mpeg_demux_change_state):
17873           Reset on ready. Fixes 160276.
17874
17875 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17876
17877         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17878
17879         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17880         (gst_ffmpegcsp_pad_link):
17881           Fix memleak (#154815).
17882
17883 2004-12-16  James Bowes  <bowes@cs.dal.ca>
17884
17885         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17886
17887         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
17888         (gst_musicbrainz_init), (gst_musicbrainz_chain),
17889         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
17890         * ext/musicbrainz/gsttrm.h:
17891           Add support for using a proxy server when getting a trm id from
17892           the MusicBrainz database (#149613).
17893
17894 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
17895
17896         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17897
17898         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
17899         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17900           Fix memleaks (#157233).
17901
17902 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17903
17904         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17905
17906         * gst-libs/gst/resample/resample.c: (gst_resample_close):
17907         * gst-libs/gst/resample/resample.h:
17908         * gst/audioscale/gstaudioscale.c:
17909           Fix memleak (#159215).
17910
17911 2004-12-16  Toni Willberg  <toniw@iki.fi>
17912
17913         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17914
17915         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17916         * sys/oss/oss_probe.c: (main):
17917           Check for mono/stereo support (similar to samplerate probing),
17918           fixes #159433. Also add missing copyright header to oss_probe.c.
17919
17920 2004-12-15  David Schleef  <ds@schleef.org>
17921
17922         * configure.ac: add audioresample and cairo plugins.  Remove
17923         HAVE_MMX stuff, because it's not used.
17924         * ext/Makefile.am: same
17925         * ext/audioresample/Makefile.am: You are not ready for an
17926         audio resampling element based on audioresample.
17927         * ext/audioresample/gstaudioresample.c:
17928         * ext/audioresample/gstaudioresample.h:
17929         * ext/cairo/Makefile.am: You are not ready for overlay elements
17930         based on cairo.  Don't look too closely, these elements kinda
17931         suck right now.
17932         * ext/cairo/gstcairo.c: new
17933         * ext/cairo/gsttextoverlay.c: new
17934         * ext/cairo/gsttextoverlay.h: new
17935         * ext/cairo/gsttimeoverlay.c: new
17936         * ext/cairo/gsttimeoverlay.h: new
17937         * gst-libs/gst/media-info/media-info-priv.h: fix compile
17938         problem with compilers that don't support variadic macros.
17939
17940 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
17941
17942         Reviewed by:  David Schleef  <ds@schleef.org>
17943
17944         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
17945         Bala, registering sunaudiosrc (oops!), and cleaning up code a
17946         bit.  Also ran indent-gst.
17947         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
17948         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
17949         (gst_sunaudiosrc_setparams):
17950
17951 2004-12-14  David Schleef  <ds@schleef.org>
17952
17953         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
17954         output rate to 16000.  Should fix #160235.
17955
17956 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17957
17958         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17959         Add typefinding for mpeg2 pes streams
17960
17961 2004-12-13  David Schleef  <ds@schleef.org>
17962
17963         * configure.ac:  Applied patch from bug #143659, making default
17964         sources and sinks OS-dependent (for Solaris), and added code
17965         for OS/X.
17966         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
17967
17968 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17969
17970         * gst-libs/gst/riff/riff-media.c:
17971           forgot to add h2.64 to avidemux template caps
17972
17973 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17974
17975         * gst/wavenc/riff.h:
17976         * gst-libs/gst/riff/riff-media.c:
17977         * gst-libs/gst/riff/riff-ids.h:
17978         * gst/avi/gstavimux.c
17979         add 4CC code for VideoSoft h264 in AVI (VSSH)
17980           fixes bug #160655
17981         remove s323 from riff, it's quicktime specific :(
17982
17983 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17984
17985         * gst/asfdemux/README
17986         * gst/wavenc/riff.h
17987         * gst-libs/gst/riff/riff-ids.h
17988         * gst-libs/gst/riff/riff-media.c
17989         * gst/qtdemux/qtdemux.c:
17990           add new 4CC codes for h263 related codecs
17991           fixes partially bug #155163
17992
17993 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
17994
17995         * configure.ac: Update polyaudio requirement to 0.7
17996         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
17997
17998 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17999
18000         * gst/interleave/deinterleave.c:
18001         fix my name's spelling! :)
18002
18003 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18004
18005         * AUTHORS ChangeLog
18006         * gst/auparse/gstauparse.c
18007         * gst/interleave/deinterleave.c
18008         * gst/law/:
18009                 alaw-decode.c alaw-encode.c
18010                 mulaw-decode.c mulaw-encode.c
18011         * gst/oneton/gstoneton.c
18012         * sys/osxaudio/:
18013                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18014         * sys/osxvideo/:
18015                 cocoawindow.h cocoawindow.m
18016                 osxvideosink.h osxvideosink.m
18017
18018         put the same mail address for Zaheer Abbas Merali everywhere
18019
18020 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18021
18022         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18023           Align by packetsize, and assert that we a packet available before
18024           playing. The first makes webstreams work (they often include
18025           trailing padding data in a packet), the second allows pausing a
18026           ASF stream in totem without getting demux errors afterwards.
18027
18028 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18029
18030         * ext/ogg/gstoggdemux.c: (get_relative):
18031           Check for non-NULL before accessing member (end-of-chain).
18032
18033 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18034
18035         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18036         (cdparanoia_set_property), (cdparanoia_get_property):
18037         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18038         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18039         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18040         (dvdreadsrc_init), (dvdreadsrc_set_property),
18041         (dvdreadsrc_get_property):
18042         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18043         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18044           Synchronize property names where not yet the case. Devices are
18045           now device=X, other versions are deprecated (but still exist).
18046           Also use g_free() unconditionally.
18047         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18048         (setup_source), (gst_play_base_bin_get_property):
18049           Expose source.
18050
18051 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18052
18053         * configure.ac: move GCONF macro outside conditional for the am
18054           conditional. Fixes #160439
18055
18056 2004-12-08  David Schleef  <ds@schleef.org>
18057
18058         * tools/gst-visualise-m.m: Switch to elements that currently
18059         exist.
18060
18061 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18062
18063         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18064           We love wrong commas.
18065
18066 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18067
18068         * gst/matroska/matroska-demux.c:
18069         (gst_matroska_demux_handle_src_query):
18070           Don't set DEFAULT, unsupported - makes length display incorrectly
18071           in some cases.
18072
18073 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18074
18075         * gst/monoscope/README: remove blurb about files being GPL
18076         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18077         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18078           monoscope is now effectively LGPL licensed
18079
18080 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18081
18082         * gst/monoscope/README: Update information to be more correct
18083         * gst/monoscope/convolve.c: Relicense to LGPL
18084         * gst/monoscope/convolve.h: Relicense to LGPL
18085
18086 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18087
18088         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18089           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18090         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18091           set default_duration for mpeg1 audio
18092
18093 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18094
18095         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18096         * ext/alsa/gstalsa.h:
18097           refactor big chunks of the core caps negotiation code to make it
18098           a lot faster, because people claim it's really slow
18099           (actually, just cache the getcaps when the device is opened)
18100
18101 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18102
18103         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18104         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18105         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18106         (gst_a52dec_change_state), (plugin_init):
18107         * ext/a52dec/gsta52dec.h:
18108           Do something useful with timestamps. Make chain-based (since
18109           there's really no reason to be loopbased).
18110         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18111           Update current_byte/frame correctly.
18112
18113 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18114
18115         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18116         (gst_ape_demux_stream_init):
18117           Forward tags, too.
18118
18119 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18120
18121         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18122           Let's make sure we're done typefinding when detecting tags.
18123
18124 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18125
18126         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18127         (gst_ebml_read_init), (gst_ebml_read_use_event),
18128         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18129         (gst_ebml_read_seek), (gst_ebml_read_skip),
18130         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18131         (gst_ebml_read_master):
18132         * gst/matroska/ebml-read.h:
18133         * gst/matroska/matroska-demux.c:
18134         (gst_matroska_demux_parse_contents),
18135         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18136           Disgustingly evil hack for working around INTERRUPT events and
18137           their extremely annoying habit of being a pain in the ass. We
18138           simply peek a cluster before reading any of it.
18139
18140 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18141
18142         * ext/musepack/gstmusepackdec.cpp:
18143           There's also floating point libmusepacks.
18144
18145 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18146
18147         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18148         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18149           Set DURATION even if source buffer didn't. Also use increasing
18150           timestamps.
18151         * gst-libs/gst/riff/riff-media.c:
18152         (gst_riff_create_audio_caps_with_data):
18153           Block_align can have larger values than 8192.
18154
18155 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18156
18157         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18158         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18159         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18160         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18161           Fix caps.
18162
18163 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18164
18165         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18166           Fix logic bug.
18167
18168 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18169
18170         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18171           Yay, another one.
18172
18173 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18174
18175         * ext/esd/esdsink.c: (gst_esdsink_chain):
18176           Make error actually say something useful (fixes #156798).
18177         * gst-libs/gst/riff/riff-media.c:
18178         (gst_riff_create_video_caps_with_data),
18179         (gst_riff_create_video_template_caps):
18180           Add Intel Video 5.0 fourcc (IV50).
18181
18182 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18183
18184         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18185         detection on mono and stereo mp3 files.
18186
18187 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18188
18189         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18190           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18191           the contained stream).
18192
18193 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18194
18195         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18196           Oops, remove debug.
18197
18198 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18199
18200         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18201
18202         * gst/law/alaw-decode.c: (alawdec_getcaps):
18203         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18204           Prevent warnings when negotiating caps (fixes #159338).
18205
18206 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18207
18208         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18209         (gst_ffmpegcsp_chain):
18210           Remove old leftover that shouldn't be there...
18211
18212 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18213
18214         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18215
18216         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18217           Don't forward DISCONT events (fixes #159684).
18218
18219 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18220
18221         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18222           Unlink manually since sometimes bin disposal (and therefore
18223           pad unlinking) is delayed, which will cause a new media file
18224           to not be able to start playing instantly.
18225
18226 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18227
18228         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18229           On mute of an unlinked stream, check for pad availability so
18230           we don't crash on unlinked pad.
18231
18232 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18233
18234         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18235         (gst_avi_demux_massage_index):
18236           Fix quite humiliating bug in omitting 0-sized index chunks but
18237           forgetting to count them for timestamps.
18238
18239 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18240
18241         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18242           Actually leave the loop if we failed to sync. Don't crash.
18243
18244 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18245
18246         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18247         (gst_dvd_demux_process_private):
18248         * gst/mpegstream/gstdvddemux.h:
18249           Fix crash (#159759). Doesn't work, though. :-(.
18250
18251 2004-11-28  Benjamin Otte  <otte@gnome.org>
18252
18253         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18254           more overwriting protection due to modifying channels one by one
18255           instead of all at once
18256
18257 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18258
18259         * gst/audioconvert/gstchannelmix.c:
18260         (gst_audio_convert_fill_normalize):
18261           Normalize using absolute values.
18262
18263 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18264
18265         * configure.ac:
18266         * ext/Makefile.am:
18267         * ext/directfb/Makefile.am:
18268         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18269         (gst_directfbvideosink_get_pixel_format),
18270         (gst_directfbvideosink_get_format_from_fourcc),
18271         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18272         (gst_directfbvideosink_sink_link),
18273         (gst_directfbvideosink_change_state),
18274         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18275         (gst_directfbvideosink_buffer_alloc),
18276         (gst_directfbvideosink_interface_supported),
18277         (gst_directfbvideosink_interface_init),
18278         (gst_directfbvideosink_navigation_send_event),
18279         (gst_directfbvideosink_navigation_init),
18280         (gst_directfbvideosink_set_property),
18281         (gst_directfbvideosink_get_property),
18282         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18283         (gst_directfbvideosink_base_init),
18284         (gst_directfbvideosink_class_init),
18285         (gst_directfbvideosink_get_type), (plugin_init):
18286         * ext/directfb/directfbvideosink.h: Adding a first version of
18287         directfbvideosink.
18288         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18289         more.
18290
18291 2004-11-28  Benjamin Otte  <otte@gnome.org>
18292
18293         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18294           walk the samples backwards if out_channels > in_channels so we don't
18295           overwrite data
18296
18297 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18298
18299         * gst/audioconvert/Makefile.am:
18300         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18301         (gst_audio_convert_link), (gst_audio_convert_change_state),
18302         (gst_audio_convert_channels):
18303         * gst/audioconvert/gstchannelmix.c:
18304         (gst_audio_convert_unset_matrix),
18305         (gst_audio_convert_fill_identical),
18306         (gst_audio_convert_fill_compatible),
18307         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18308         (gst_audio_convert_fill_others),
18309         (gst_audio_convert_fill_normalize),
18310         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18311         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18312         * gst/audioconvert/gstchannelmix.h:
18313           Implement a channel mixer.
18314
18315 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18316
18317         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18318         * ext/alsa/gstalsa.h:
18319         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18320         Make alsasink actually honor gst_element_set_clock and use that
18321         clock instead of its internal one.
18322
18323 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18324
18325         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18326         (gst_play_base_bin_change_state): nullify source and decoder when
18327         going from READY to NULL so that we don't try to do weird stuff with
18328         them when going from NULL to READY
18329         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18330         instead of g_object_unref
18331         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18332         it should be correct
18333         (gst_play_bin_change_state): don't call remove_sinks if we are
18334         currently disposing the object
18335
18336 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18337
18338         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18339           Don't forget bass if it's there. Else left channel is silent...
18340
18341 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18342
18343         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18344         (gst_a52dec_change_state):
18345           Don't do sample adjusting anymore, we use float audio now.
18346         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18347           Don't fixate to non-existing properties.
18348
18349 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18350
18351         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18352         (gst_a52dec_change_state):
18353           Advertise that we can do surround sound.
18354
18355 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18356
18357         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18358           Add buffer-frames=0.
18359         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18360         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18361         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18362         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18363         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18364         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18365         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18366         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18367         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18368         * ext/dvdread/dvdreadsrc.h:
18369           Add seeking, querying for bytes, sectors, title, angle and
18370           chapter. Handle multiple chapters. Relicense to LGPL because
18371           Billy agreed on that (thanks Billy!).
18372
18373 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18374
18375         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18376         call parent dispose method
18377
18378 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18379
18380         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18381         (gst_audio_clock_get_internal_time):
18382         Fix active <-> inactive transitions: ensure time value always
18383         grows and avoid abrupt value changes.
18384
18385 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18386
18387         * configure.ac:
18388         * gst/tta/Makefile.am:
18389         * gst/tta/crc32.h:
18390         * gst/tta/filters.h:
18391         * gst/tta/gsttta.c:
18392         * gst/tta/gstttadec.c:
18393         * gst/tta/gstttadec.h:
18394         * gst/tta/gstttaparse.c:
18395         * gst/tta/gstttaparse.h:
18396         * gst/tta/ttadec.h:
18397           added TTA parser and decoder
18398
18399 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18400
18401         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18402         (probe_triggered), (check_queue), (buffer_underrun),
18403         (buffer_running), (buffer_overrun), (gen_source_element),
18404         (setup_source):
18405         * gst/playback/gstplaybasebin.h:
18406           Implement buffering. Needs some more work.
18407
18408 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18409
18410         * ext/theora/theoradec.c: (theora_dec_chain):
18411           Fix ilog mask range overflow.
18412
18413 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18414
18415         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18416           Don't omit the last (which in case of dmix is the only :) )
18417           channel count. Don't set channels if <= 2.
18418
18419 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18420
18421         * gst/playback/gstplaybin.c: (gen_video_element),
18422         (gen_audio_element): Removed 2 obsolete comments
18423
18424 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18425
18426         * ext/vorbis/oggvorbisenc.c
18427         * ext/vorbis/vorbisenc.c :
18428           change description fields of those plugins to differentiate them
18429           (pitivi show Encoders by description, they had the same one)
18430
18431 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18432
18433         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18434
18435         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18436         (gst_play_bin_set_property), (gen_video_element),
18437         (gen_audio_element):
18438           Refcounting fixes for provided audio-/videosinks.
18439
18440 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18441
18442         * gst/playback/gstplaybin.c: (gen_video_element),
18443         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18444           Don't reference all sinks, but only the video- and audiosinks.
18445           The vis. element should be disposed when we're done with it.
18446           We don't have any reason to keep it around. This fixes warnings
18447           when reusing playbin for playing multiple audio files with
18448           vis. enabled. Also release audio device on pause - idea stolen
18449           from Rhythmbox.
18450
18451 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18452
18453         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18454         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18455         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18456         * ext/alsa/gstalsaplugin.c: (plugin_init):
18457         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18458         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18459         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18460         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18461         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18462         (gst_faad_change_state), (plugin_init):
18463         * ext/faad/gstfaad.h:
18464         * ext/vorbis/vorbis.c: (plugin_init):
18465         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18466         * gst-libs/gst/audio/Makefile.am:
18467         * gst-libs/gst/audio/audio.c: (plugin_init):
18468         * gst-libs/gst/audio/multichannel.c:
18469         (gst_audio_check_channel_positions),
18470         (gst_audio_get_channel_positions),
18471         (gst_audio_set_channel_positions),
18472         (gst_audio_set_structure_channel_positions_list),
18473         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18474         (gst_audio_fixate_channel_positions):
18475         * gst-libs/gst/audio/multichannel.h:
18476         * gst-libs/gst/audio/testchannels.c: (main):
18477         * gst/audioconvert/gstaudioconvert.c:
18478         (gst_audio_convert_class_init), (gst_audio_convert_init),
18479         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18480         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18481         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18482         * gst/audioconvert/plugin.c: (plugin_init):
18483           Surround sound support.
18484
18485 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18486
18487         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18488           Fix position for discont if we're close as well. Nitpicking, but
18489           saves a few milliseconds of extra waiting or skipping.
18490
18491 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18492
18493         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18494           We sometimes need parsers for playback, so add those too.
18495
18496 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18497
18498         * configure.ac:
18499         * gst/apetag/Makefile.am:
18500         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18501         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18502         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18503         (gst_ape_demux_get_src_query_types),
18504         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18505         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18506         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18507         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18508         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18509         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18510         (gst_ape_demux_change_state):
18511         * gst/apetag/apedemux.h:
18512         * gst/apetag/apetag.c: (plugin_init):
18513         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18514         (plugin_init):
18515           APE v1/2 tag reader plus typefind function.
18516
18517 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18518
18519         * configure.ac:
18520         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18521         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18522           Remove hacks for older core. Require newer core version
18523           accordingly.
18524
18525 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18526
18527         * gst/cdxaparse/Makefile.am:
18528         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18529         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18530         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18531         * gst/cdxaparse/gstcdxaparse.h:
18532         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18533         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18534         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18535         (gst_cdxastrip_get_src_query_types),
18536         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18537         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18538         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18539         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18540         * gst/cdxaparse/gstcdxastrip.h:
18541           SVCD/VCD header stripping separated from CDXA image parsing.
18542         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18543         (plugin_init):
18544           Add VCD/SVCD header typefinding for VCD/SVCD.
18545         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18546         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18547         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18548         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18549         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18550         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18551         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18552         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18553         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18554         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18555         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18556         * sys/vcd/vcdsrc.h:
18557           Fix up, add seeking, querying, URI interface. Works in totem now.
18558
18559 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18560
18561         * configure.ac:
18562           back to CVS
18563
18564 === release 0.8.6 ===
18565
18566 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18567
18568         * NEWS:
18569         * RELEASE:
18570         * configure.ac:
18571         * po/af.po:
18572         * po/az.po:
18573         * po/cs.po:
18574         * po/en_GB.po:
18575         * po/hu.po:
18576         * po/it.po:
18577         * po/nb.po:
18578         * po/nl.po:
18579         * po/or.po:
18580         * po/sq.po:
18581         * po/sr.po:
18582         * po/sv.po:
18583         * po/uk.po:
18584           releasing 0.8.6, "IOU Love"
18585
18586 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18587
18588         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18589
18590         * gst/playback/gstplaybasebin.c:
18591           Fix unplayable files error handling.  Fixes #158365
18592
18593 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18594
18595         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18596
18597         * gst/typefind/gsttypefindfunctions.c:
18598           Fix broken mp3 typefinding.  Fixes #158375
18599
18600 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18601
18602         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18603
18604         * ext/ogg/gstoggdemux.c:
18605           Fix sync on broken files.  Fixes #158976
18606
18607 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18608
18609         patch by: Edward Hervey <bilboed@bilboed.com>
18610
18611         * ext/libpng/gstpngenc.c:
18612           Copy over buffer properties.  Fixes #158832
18613
18614 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18615
18616         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18617
18618         * ext/dvdread/dvdreadsrc.c:
18619           Fixes invalid reads (#158462)
18620
18621 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18622
18623         * sys/v4l/gstv4lsrc.c:
18624         * sys/v4l/gstv4lsrc.h:
18625         * sys/v4l/v4lsrc_calls.c:
18626           Probe less and cache it.  Fixes #159187.
18627
18628 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18629
18630         * gst/videorate/gstvideorate.c:
18631           Handle all video formats. Fixes #159186.
18632
18633 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18634         * gst/synaesthesia/gstsynaesthesia.c:
18635         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18636         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18637         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18638         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18639         (gst_synaesthesia_change_state), (plugin_init):
18640         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18641         Force 320x200 output, as that's the only thing the underlying
18642         synaesthesia implementation supports. Still needs to be made
18643         re-entrant.
18644
18645 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18646
18647         * configure.ac:
18648           Fix mpeg2enc configure check (similar to mplex check below).
18649
18650 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18651
18652         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18653
18654         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18655           Fix for gcc-2.95 (fixes #158221).
18656
18657 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18658
18659         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18660           Re-add clock distribution hack (until new core is released).
18661           Fixes #158125.
18662
18663 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18664         * configure.ac:
18665           fix mplex configure check segfaulting on some systems (bug #140994)
18666
18667 2004-11-13  Benjamin Otte  <otte@gnome.org>
18668
18669         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18670           add debugging
18671         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18672           do a wait when we enter the loop func with no data available to
18673           write instead of getting into an 100% CPU loop by just returning and
18674           being called again by the scheduler
18675
18676 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18677
18678         * configure.ac:
18679         * ext/libvisual/visual.c: (gst_visual_get_type),
18680         (libvisual_log_handler), (gst_visual_getcaps),
18681         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18682         (plugin_init):
18683           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18684         * ext/smoothwave/Makefile.am:
18685         * ext/smoothwave/demo-osssrc.c: (main):
18686         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18687         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18688         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18689         (plugin_init):
18690         * ext/smoothwave/gstsmoothwave.h:
18691           Make gstsmoothwave a working element in the 20th century.
18692
18693         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18694           Fix incorrect link function
18695
18696 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18697
18698         * gst/volume/gstvolume.c:
18699           Allow buffer-frames=0.
18700
18701 2004-11-12 Iain <iaingnome@gmail.com>
18702
18703         * configure.ac: Check for polypaudio
18704
18705         * ext/Makefile.am: Build the polyp dir
18706
18707         * ext/polyp: The polypsink sources.
18708
18709 2004-10-30 Iain <iaingnome@gmail.com>
18710
18711         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18712         caps to reflect the new number of channels.
18713
18714 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18715
18716         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18717           Fix for negotiation order problem. This would show when the
18718           ALSA loopfuction was called before any other function. ALSA
18719           wouldn't do anything because we're not negotiated yet, leading
18720           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18721
18722 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18723
18724         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18725
18726         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18727           No warnings (#157986).
18728
18729 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18730
18731         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18732           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18733
18734 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18735
18736         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18737           Signal no-more-pads (so it works in playbin).
18738
18739 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18740
18741         * ext/musepack/gstmusepackreader.cpp:
18742           Workaround for older core.
18743
18744 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18745
18746         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18747           Actually test for odd width/height rather than testing whether
18748           a temporary variable that was 0 before we subtracted 1 is now
18749           not equal to zero (which it always is).
18750
18751 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18752
18753         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18754         Fix compilation if HAVE_XVIDEO is not defined
18755
18756 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18757
18758         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18759         Fix compilation if HAVE_XVIDEO is not defined
18760
18761 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18762
18763         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18764         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18765         (gst_goom_change_state), (plugin_init):
18766         Use the bytestream adapter so goom doesn't depend on the input
18767         buffer size.
18768         Add a debug category
18769
18770 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18771
18772         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18773           Only set hardware parameters *after* negotiation. Before
18774           negotiation, it will set ANY and that seems to cause crashes
18775           (see e.g. #151288, #153227).
18776
18777 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18778
18779         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18780           This seems to be antique leftover. It needs to pass error
18781           checking.
18782         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18783         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18784         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18785         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18786           Fix GstXOverlay implementation (#151059).
18787
18788 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18789
18790         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18791           Don't assert (#157853).
18792
18793 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18794
18795         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18796           Fix bytes/samples confustion.
18797         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18798           Fix for underrun (#144389).
18799
18800 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18801
18802         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18803           Disable halfway-seek for pending release (since it needs a new
18804           core release).
18805
18806 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18807
18808         * sys/v4l/gstv4lsrc.c:
18809         * sys/v4l/gstv4lsrc.h:
18810         * sys/v4l/v4lsrc_calls.c:
18811           add autoprobe-fps property so we can separate autoprobing parts
18812
18813 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18814
18815         * sys/v4l/gstv4lsrc.c:
18816         * sys/v4l/v4lsrc_calls.c:
18817         initialise fourcc to catch unset fourcc's, and debug
18818
18819 2004-11-09  Wim Taymans  <wim@fluendo.com>
18820
18821         * gst/playback/README:
18822         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18823         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18824         (gst_play_bin_dispose), (gst_play_bin_set_property),
18825         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18826         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18827         (gst_play_bin_get_formats), (gst_play_bin_convert),
18828         (gst_play_bin_get_query_types), (gst_play_bin_query):
18829         Cleanups and some more documentation.
18830
18831 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
18832
18833         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18834         (gst_cacasink_init), (gst_cacasink_chain):
18835         * ext/libcaca/gstcacasink.h:
18836         Cacasink inherits from VideoSink, so let that store the clock.
18837
18838 2004-11-09  Wim Taymans  <wim@fluendo.com>
18839
18840         * gst/playback/README:
18841         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
18842         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
18843         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
18844         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
18845         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
18846         (setup_sinks):
18847         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
18848         (gst_stream_info_is_mute), (gst_stream_info_set_property):
18849         * gst/playback/gststreaminfo.h:
18850         Updated README.
18851         Only switch groups if all streams have muted (EOSed).
18852         Send Tags in sync with the stream playback instead of in
18853         the playback/preroll phase.
18854         Some cleanups, free the fakesrc elements.
18855
18856 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18857
18858         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
18859           buffer-frames property was missing
18860         * ext/arts/gst_arts.c:
18861           rate missing from sinkcaps
18862         * ext/audiofile/gstafparse.c:
18863         * ext/audiofile/gstafsink.c:
18864         * ext/audiofile/gstafsrc.c:
18865         * ext/swfdec/gstswfdec.c:
18866           int audio doesn't know buffer-frames
18867         * ext/cdparanoia/gstcdparanoia.c:
18868           int audio doesn't know chunksize either
18869         * ext/nas/nassink.c:
18870           it's endianness, not endianess
18871         * gst-libs/gst/audio/audio.h:
18872           make float standard pad template caps really describe float
18873         * gst/law/mulaw.c: (linear_factory):
18874           signed only, please
18875         * gst/mpegstream/gstdvddemux.c:
18876           widths of 20 are not valid
18877
18878 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18879
18880         Submitted by: Luca Ferretti <elle.uca@infinito.it>
18881
18882         * po/LINGUAS:
18883         * po/it.po:
18884           Add Italian
18885
18886 2004-11-08  Wim Taymans  <wim@fluendo.com>
18887
18888         * gst/playback/README:
18889         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18890         * gst/playback/gstplaybasebin.c: (probe_triggered),
18891         (gst_play_base_bin_change_state):
18892         Updated README, added more comments for fixmes etc..
18893
18894 2004-11-08  Wim Taymans  <wim@fluendo.com>
18895
18896         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18897         We can remove this hack now.
18898
18899 2004-11-08  Wim Taymans  <wim@fluendo.com>
18900
18901         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
18902         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18903         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18904         Only mix AYUV for maximum quality.
18905
18906 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18907
18908         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
18909         (gst_ogg_demux_push), (gst_ogg_pad_push):
18910           Let's act as if we're synchronized now! :).
18911         * ext/theora/theoradec.c: (theora_dec_chain):
18912           Add some debug.
18913
18914 2004-11-08  Wim Taymans  <wim@fluendo.com>
18915
18916         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18917         (gst_alpha_set_property), (gst_alpha_sink_link),
18918         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
18919         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
18920         (gst_alpha_init_params), (gst_alpha_chain):
18921         Implement alpha functions for AYUV too, this increases
18922         accuracy quite a bit.
18923
18924 2004-11-08  Wim Taymans  <wim@fluendo.com>
18925
18926         * gst/ffmpegcolorspace/avcodec.h:
18927         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18928         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18929         (gst_ffmpegcsp_avpicture_fill):
18930         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18931         (gst_ffmpegcsp_caps_remove_format_info):
18932         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18933         (shrink12), (img_get_alpha_info), (deinterlace_line),
18934         (deinterlace_line_inplace):
18935         * gst/ffmpegcolorspace/imgconvert_template.h:
18936         Added AYUV colorspace and handle RGBA a bit more respectful.
18937
18938 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18939
18940         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18941           Actually always send a discont (cornercase when resending the
18942           same serial-tagged chain twice).
18943
18944 2004-11-08  Julien MOUTTE  <julien@moutte.net>
18945
18946         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
18947         (gst_ximagesink_finalize):
18948         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
18949         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
18950
18951 2004-11-08  Wim Taymans  <wim@fluendo.com>
18952
18953         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
18954         Don't segfault on NULL data.
18955
18956 2004-11-08  Wim Taymans  <wim@fluendo.com>
18957
18958         * gst/playback/gstdecodebin.c: (unlinked):
18959         * gst/playback/gstplay-marshal.list:
18960         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18961         (gst_play_base_bin_init), (group_create), (get_active_group),
18962         (get_building_group), (group_destroy), (group_commit),
18963         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
18964         (add_element_stream), (no_more_pads), (probe_triggered),
18965         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
18966         (state_change), (setup_source), (gst_play_base_bin_get_property),
18967         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18968         (gst_play_base_bin_link_stream),
18969         (gst_play_base_bin_get_streaminfo):
18970         * gst/playback/gstplaybasebin.h:
18971         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18972         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
18973         Add support for chained ogg files. Prepare for playlist
18974         support. This patch introduces the concept of pad groups, which
18975         together compose one playable media file.
18976
18977 2004-11-07  David Schleef  <ds@schleef.org>
18978
18979         * testsuite/gst-lint: Check for pad templates that aren't statically
18980         scoped.
18981
18982 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18983
18984         * configure.ac:
18985         * ext/Makefile.am:
18986         * ext/musepack/Makefile.am:
18987         * ext/musepack/gstmusepackdec.cpp:
18988         * ext/musepack/gstmusepackdec.h:
18989         * ext/musepack/gstmusepackreader.cpp:
18990         * ext/musepack/gstmusepackreader.h:
18991           Add musepack decoder.
18992         * ext/faad/gstfaad.c: (gst_faad_base_init):
18993           Make pad templates static.
18994         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18995         (plugin_init):
18996           Add musepack typefinder, make mp3 typefinding work halfway stream,
18997           which doesn't actually work yet because id3demux doesn't implement
18998           _get_length().
18999
19000 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19001
19002         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19003         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19004           Fix interrupt event handling (#144436).
19005
19006 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19007
19008         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19009           Hide unused glory.
19010
19011 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19012
19013         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19014
19015         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19016           Fix weird caps (#157548).
19017
19018 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19019
19020         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19021
19022         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19023           Add missing NULL terminator (#157543).
19024
19025 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19026
19027         * gst/tcp/gsttcp.h:
19028         * gst/tcp/gsttcpclientsink.c:
19029         * gst/tcp/gsttcpclientsrc.c:
19030         * gst/tcp/gsttcpserversink.c:
19031         * gst/tcp/gsttcpserversrc.c:
19032           ports can go up to 65535.  Move common defines to gsttcp.h
19033
19034 2004-11-05  Wim Taymans  <wim@fluendo.com>
19035
19036         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19037         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19038         Added two more colorspaces.
19039
19040 2004-11-05  Wim Taymans  <wim@fluendo.com>
19041
19042         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19043         (gst_ffmpegcsp_avpicture_fill):
19044         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19045         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19046         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19047         More stride fixes.
19048
19049 2004-11-05  Wim Taymans  <wim@fluendo.com>
19050
19051         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19052         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19053         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19054         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19055         (gst_videomixer_loop):
19056         More stride fixes.
19057
19058 2004-11-05  Benjamin Otte  <otte@gnome.org>
19059
19060         * ext/mad/gstmad.c: (gst_mad_chain):
19061           don't overflow data buffer. Flush not needed sync data when syncing
19062           failed.
19063
19064 2004-11-04  Wim Taymans  <wim@fluendo.com>
19065
19066         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19067         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19068         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19069         (gst_alpha_init_params), (gst_alpha_chain),
19070         (gst_alpha_change_state):
19071         Updated the chroma keying algorithm with something more
19072         sophisticated.
19073
19074 2004-11-03  Wim Taymans  <wim@fluendo.com>
19075
19076         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19077         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19078         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19079         Fix stride issues. Does not completely work for odd
19080         heights.
19081
19082 2004-11-03  Wim Taymans  <wim@fluendo.com>
19083
19084         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19085         (gst_alpha_chroma_key), (gst_alpha_chain):
19086         Fix stride issues. Does not completely work for odd
19087         heights.
19088
19089 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19090
19091         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19092         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19093         leak fixes
19094
19095 2004-11-03  Wim Taymans  <wim@fluendo.com>
19096
19097         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19098         (gst_ffmpegcsp_avpicture_fill):
19099         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19100         (avpicture_alloc):
19101         * gst/ffmpegcolorspace/imgconvert_template.h:
19102         Use correct _fill function to get correct strides.
19103
19104 2004-11-02  David Schleef  <ds@schleef.org>
19105
19106         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19107         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19108         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19109         Change all g_print()s to debugging.  Add a bunch of consistency
19110         checks.
19111
19112 2004-11-02  Wim Taymans  <wim@fluendo.com>
19113
19114         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19115         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19116         (unlinked), (no_more_pads), (close_link):
19117         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19118         (unknown_type), (add_element_stream), (new_decoded_pad),
19119         (removed_decoded_pad), (setup_source):
19120         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19121         (gst_stream_info_class_init), (gst_stream_info_init),
19122         (gst_stream_info_new), (gst_stream_info_dispose),
19123         (stream_info_mute_pad), (gst_stream_info_set_property),
19124         (gst_stream_info_get_property):
19125         * gst/playback/gststreaminfo.h:
19126         Fix playback of multiple files.
19127         a slightly different approach to handling dynamic pad removals.
19128         This one only looks at pads that we have linked.
19129
19130 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19131
19132         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19133         free" warning from libc.
19134
19135 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19136
19137         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19138         (get_unconnected_element), (remove_starting_from), (pad_removed),
19139         (close_link):
19140           Implement support for dynamic pad changing. We listen to "live"
19141           pad removals (i.e. while playing) and re-setup autoplugging
19142           after that. Playbasebin/playbin need some more work for this
19143           to finally work, but decodebin supports (and replugs) chained
19144           ogg now.
19145
19146 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19147
19148         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19149         (gst_alsa_finalize):
19150         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19151         (gst_cdaudio_finalize):
19152         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19153         (cdparanoia_finalize):
19154         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19155         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19156         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19157         (dvdreadsrc_finalize):
19158         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19159         (gst_flacdec_finalize):
19160         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19161         (gst_flacenc_finalize):
19162         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19163         (gst_gnomevfssink_finalize):
19164         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19165         (gst_gnomevfssrc_finalize):
19166         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19167         (gst_fameenc_finalize):
19168         * ext/nas/nassink.c: (gst_nassink_class_init),
19169         (gst_nassink_finalize):
19170         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19171         (gst_sdlvideosink_class_init):
19172         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19173         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19174         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19175         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19176         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19177         (gst_x_window_listener_dispose):
19178         * gst/audioscale/gstaudioscale.c:
19179         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19180         (play_on_demand_finalize):
19181         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19182         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19183         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19184         (cdplayer_finalize):
19185         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19186         (gst_glimagesink_class_init):
19187         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19188         (gst_osselement_finalize):
19189         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19190         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19191         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19192           Fixes a bunch of problems with finalize and dispose functions,
19193           either assumptions that dispose is only called once, or not calling
19194           the parent class dispose/finalize function
19195
19196 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19197
19198         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19199           added two api precondition guards
19200           use g_strdup with getenv to fix crash when using ENVVAR
19201
19202 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19203         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19204         (gst_esdsink_finalize):
19205         Use a finalize function, not dispose, and more importantly,
19206         call the parent class finalize function too
19207
19208 2004-11-01  Johan Dahlin  <johan@gnome.org>
19209
19210         * ext/ogg/gstoggdemux.c:
19211         * gst/tags/gstvorbistag.c:
19212         Plug leaks.
19213
19214 2004-10-31  Benjamin Otte  <otte@gnome.org>
19215
19216         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19217           lotsa memleaks today. But they're all small...
19218
19219 2004-10-31  Benjamin Otte  <otte@gnome.org>
19220
19221         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19222           another memleak crushed
19223
19224 2004-10-31  Benjamin Otte  <otte@gnome.org>
19225
19226         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19227           fix memleak
19228
19229 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19230
19231         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19232           Hack to prevent crash when going to READY inside signal handler
19233           while this function is active.
19234
19235 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19236
19237         * gst/ffmpegcolorspace/Makefile.am:
19238         * gst/ffmpegcolorspace/avcodec.h:
19239         * gst/ffmpegcolorspace/common.h:
19240         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19241         * gst/ffmpegcolorspace/dsputil.h:
19242         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19243         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19244         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19245         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19246         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19247         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19248         (gst_ffmpegcsp_avpicture_fill):
19249         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19250         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19251         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19252         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19253         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19254         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19255         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19256         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19257         * gst/ffmpegcolorspace/imgconvert.c:
19258         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19259         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19260         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19261         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19262         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19263         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19264         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19265         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19266         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19267         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19268         (grow21), (grow22), (grow41), (grow44), (conv411),
19269         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19270         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19271         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19272         (avpicture_free), (is_yuv_planar), (img_convert),
19273         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19274         (deinterlace_line_inplace), (deinterlace_bottom_field),
19275         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19276         * gst/ffmpegcolorspace/imgconvert_template.h:
19277         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19278         * gst/ffmpegcolorspace/mmx.h:
19279         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19280         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19281         (av_freep), (avcodec_get_context_defaults),
19282         (avcodec_alloc_context), (avcodec_init):
19283           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19284           handling plus update from ffmpeg CVS. Large clean-up.
19285
19286 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19287
19288         * gst/playback/Makefile.am:
19289           We need the marshallers for decodebin, too.
19290
19291 2004-10-30  David Schleef  <ds@schleef.org>
19292
19293         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19294           quicktime typefinding work with 64-bit offsets.
19295
19296 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19297
19298         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19299           Set EOS on the element when processing an EOS event.
19300         * ext/speex/gstspeexdec.h:
19301         * ext/speex/gstspeexenc.h:
19302           Only keep a const ptr to the mode
19303         * gst-libs/gst/riff/riff-media.c:
19304         (gst_riff_create_audio_caps_with_data),
19305         (gst_riff_create_audio_template_caps):
19306           Allow WMAV3, with up to 6 channels.
19307         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19308           Don't call gst_pad_set_event_function on a sink pad.
19309         * gst/mpegstream/gstdvddemux.c:
19310         (gst_dvd_demux_get_subpicture_stream),
19311         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19312           Copy the explicit caps that were set across to the cur_* pads,
19313           instead of trying to use a possibly non-existent negotiated caps.
19314           Reset the type of subpicture pads to UNKNOWN after calling
19315           init_stream, so that the caps get set.
19316
19317 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19318
19319         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19320
19321         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19322           Don't touch buffer if it is of size 0 (fixes #151064).
19323
19324 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19325
19326         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19327           Synchronized discont handling.
19328
19329 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19330
19331         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19332         (gst_ogg_demux_push):
19333           Make seeking sort-of exact again (fixes #156387).
19334
19335 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19336
19337         * gst/playback/gstplaybasebin.c: (unknown_type),
19338         (add_element_stream), (new_decoded_pad),
19339         (gst_play_base_bin_change_state):
19340         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19341         (gst_stream_info_init), (gst_stream_info_new),
19342         (gst_stream_info_dispose), (gst_stream_info_get_property):
19343         * gst/playback/gststreaminfo.h:
19344           Make caps explicitely available. Makes testing for unsupported
19345           types possible. Improves error reporting.
19346
19347 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19348
19349         * gst/audioconvert/gstaudioconvert.c:
19350         (gst_audio_convert_buffer_to_default_format):
19351           Really don't touch read-only buffers (#156563).
19352
19353 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19354
19355         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19356
19357         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19358           Fix memleak (#155223).
19359
19360 2004-10-29  Wim Taymans  <wim@fluendo.com>
19361
19362         * gst/tcp/.cvsignore:
19363         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19364         (gst_multifdsink_class_init), (gst_multifdsink_init),
19365         (gst_multifdsink_add), (gst_multifdsink_remove),
19366         (gst_multifdsink_remove_client_link), (is_sync_frame),
19367         (gst_multifdsink_new_client),
19368         (gst_multifdsink_handle_client_write),
19369         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19370         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19371         (gst_multifdsink_get_property):
19372         * gst/tcp/gstmultifdsink.h:
19373         Added burst on connect sync_method, deprecated sync_clients,
19374         streamlined the sync code some more.
19375
19376 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19377
19378         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19379         (gst_play_base_bin_change_state):
19380           Improve error reporting.
19381
19382 2004-10-28  Wim Taymans  <wim@fluendo.com>
19383
19384         * gst/tcp/Makefile.am:
19385         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19386         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19387         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19388         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19389         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19390         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19391         (gst_fdset_wait):
19392         Added more locks around fdset structures. Fixed/reworked
19393         the poll array resizing code.
19394         Added stress test for fdset.
19395
19396 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19397
19398         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19399         fix build
19400
19401 2004-10-28  Benjamin Otte  <otte@gnome.org>
19402
19403         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19404           fix link function to always query channels and query width for
19405           floats
19406         * configure.ac:
19407           add equalizer dir
19408         * gst/equalizer/Makefile.am:
19409         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19410         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19411         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19412         (arg_to_scale), (setup_filter),
19413         (gst_iir_equalizer_compute_frequencies),
19414         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19415         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19416         (plugin_init):
19417           add an equalizer
19418
19419 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19420
19421         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19422
19423         * po/LINGUAS:
19424         * po/nb.po:
19425           Added Norwegian Bokmaal translation
19426
19427 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19428
19429         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19430           Don't break on options (fixes #156488).
19431
19432 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19433
19434         * configure.ac:
19435         * ext/cdaudio/Makefile.am:
19436         * sys/Makefile.am:
19437           fix build on older automake
19438
19439 2004-10-26  Wim Taymans  <wim@fluendo.com>
19440
19441         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19442         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19443         Allow a little margin when negotiating the framerate.
19444
19445 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19446
19447         * gst/level/gstlevel.c:
19448           synchonised naming of pads and pad-templates
19449
19450 2004-10-26  Wim Taymans  <wim@fluendo.com>
19451
19452         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19453         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19454         (_find_streams_check), (gst_ogg_demux_push):
19455         Fix EOS again. Needs to be done in a better way. We should not
19456         remove the pad if there is no new chained stream.
19457
19458 2004-10-26 Iain <iaingnome@gmail.com>
19459
19460         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19461         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19462         of the caps.
19463         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19464         pad.
19465         (interleave_release_pad): Remove the pad.
19466         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19467         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19468         the set device.
19469         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19470         attrs
19471         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19472         (gst_xvimagesink_finalize): Free the par.
19473
19474 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19475
19476         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19477         (gst_avimux_stop_file):
19478           First calculate the rate, and only then use it. Hdr.rate is a
19479           multiple and not a derivative of hdr.scale. Scale is not the
19480           same as blockalign but is solely related to rate.
19481
19482 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19483
19484         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19485         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19486           Implement seeking.
19487
19488 2004-10-25  James Henstridge  <james@jamesh.id.au>
19489
19490         Reviewed by:  David Schleef  <ds@schleef.org>
19491
19492         * examples/gstplay/player.c: (got_stream_length), (main):
19493         * examples/seeking/cdplayer.c: (update_scale):
19494         * examples/seeking/seek.c: (format_value), (update_scale):
19495         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19496         (stop_seek):
19497         Build fixes on AMD64.
19498
19499 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19500
19501         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19502
19503         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19504         Fix for some v4l cards which hang in v4lsrc
19505
19506 2004-10-25  Wim Taymans  <wim@fluendo.com>
19507
19508         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19509         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19510         Make sure to remove the pad when a new chain is
19511         encountered. Set some vars to NULL so we don't try
19512         to reference freed memory.
19513
19514 2004-10-25  Wim Taymans  <wim@fluendo.com>
19515
19516         * examples/seeking/Makefile.am:
19517         * examples/seeking/cdplayer.c: (update_scale):
19518         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19519         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19520         (format_value), (update_scale), (iterate), (start_seek),
19521         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19522         (print_usage), (main):
19523         Added some more examples, update others.
19524
19525 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19526
19527         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19528         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19529         * ext/theora/theoradec.c: (theora_dec_chain):
19530         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19531           Add codec-name metadata.
19532
19533 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19534
19535         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19536
19537         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19538         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19539         * ext/alsa/gstalsamixertrack.h:
19540         * po/POTFILES.in:
19541           ALSA mixer track label internationalization (#154054).
19542
19543 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19544
19545         * ext/theora/theoradec.c: (theora_dec_chain):
19546           Export bitrate as metadata.
19547
19548 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19549
19550         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19551         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19552         * ext/alsa/gstalsamixertrack.h:
19553           Fix names, fix loop.
19554
19555 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19556
19557         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19558         (speex_dec_convert):
19559           sinkconvert function so oggdemux can get the file length (totem).
19560
19561 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19562
19563         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19564
19565         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19566           Don't push incomplete packets.
19567         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19568           Fix MPEG-4 audio typefinding.
19569
19570 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19571
19572         * sys/v4l/Makefile.am:
19573         * sys/v4l/gstv4l.c: (plugin_init):
19574         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19575         (gst_v4lelement_init), (gst_v4lelement_dispose),
19576         (gst_v4lelement_change_state):
19577         * sys/v4l/gstv4lelement.h:
19578         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19579         (gst_v4l_xoverlay_close), (idle_refresh),
19580         (gst_v4l_xoverlay_set_xwindow_id):
19581         * sys/v4l/gstv4lxoverlay.h:
19582         * sys/v4l/v4l-overlay_calls.c:
19583         * sys/v4l/v4l_calls.h:
19584         * sys/v4l2/Makefile.am:
19585         * sys/v4l2/gstv4l2.c: (plugin_init):
19586         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19587         (gst_v4l2element_init), (gst_v4l2element_dispose),
19588         (gst_v4l2element_change_state):
19589         * sys/v4l2/gstv4l2element.h:
19590         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19591         (gst_v4l2_xoverlay_close), (idle_refresh),
19592         (gst_v4l2_xoverlay_set_xwindow_id):
19593         * sys/v4l2/gstv4l2xoverlay.h:
19594         * sys/v4l2/v4l2-overlay_calls.c:
19595         * sys/v4l2/v4l2_calls.h:
19596           Remove client-side overlay handling, use the X-server v4l plugin
19597           for that. Nicer overlay, less code. Also make the plugin
19598           compileable without X (but then without overlay, obviously).
19599           Makes xwindowlistener obsolete, should we remove that?
19600
19601 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19602
19603         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19604         (gst_osssrc_src_query):
19605         * sys/oss/gstosssrc.h:
19606           OK, so people want offset in DEFAULT. This time, actually fix all
19607           cases.
19608         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19609           Add FPS properly.
19610
19611 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19612
19613         * gst/asfdemux/gstasfmux.c:
19614         * gst/avi/gstavimux.c:
19615           Framerate.
19616
19617 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19618
19619         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19620           Fix properties (channel, norm, frequency).
19621
19622 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19623
19624         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19625           Flag typo.
19626         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19627           No warnings.
19628
19629 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19630
19631         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19632           Fix hang.
19633
19634 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19635
19636         * sys/v4l2/gstv4l2element.h:
19637           Yet Another Hack (tm) for kernel header borkedness.
19638         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19639         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19640         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19641         (gst_v4l2src_change_state):
19642         * sys/v4l2/gstv4l2src.h:
19643         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19644         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19645           Fix caps, keep track of state, work.
19646
19647 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19648
19649         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19650           Quiet.
19651
19652 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19653
19654         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19655           Don't mix bytes and samples.
19656
19657 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19658
19659         * ext/ogg/gstoggmux.c:
19660           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19661           and theora. Any is incorrect.
19662         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19663           Fix caps.
19664         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19665         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19666         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19667         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19668         * sys/v4l/gstv4lmjpegsrc.h:
19669         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19670         (gst_v4lsrc_change_state):
19671         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19672         (gst_v4lmjpegsrc_capture_stop):
19673           Fix caps. Keep track of internal state. Work.
19674
19675 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19676
19677         * ext/Makefile.am:
19678           Fix the build fixes.
19679
19680 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19681
19682         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19683         (gst_ogg_demux_src_event), (_find_chain_seek),
19684         (gst_ogg_pad_push):
19685           Check for pad availability before using it.
19686         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19687           Fix parsing of chained ogg. Needs more work on the decoder side.
19688
19689 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19690
19691         * gst/spectrum/Makefile.am:
19692         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19693         (idle_func):
19694           Fix demo and reenable it. Yes, I'm currently playing with audio
19695           analysis tools
19696
19697 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19698
19699         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19700           We love it if files that start at zero work too...
19701
19702 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19703
19704         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19705           Handle files with missing EOS headers.
19706
19707 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19708
19709         * gst/tcp/gsttcpserversink.c:
19710         (gst_tcpserversink_handle_server_read),
19711         (gst_tcpserversink_init_send):
19712         Zero some variables first (need for accept not to return EINVAL)
19713
19714 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19715
19716         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19717         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19718         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19719         (theora_dec_chain):
19720         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19721         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19722           Seeking and querying finetune.
19723
19724 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19725
19726         * configure.ac:
19727         * ext/Makefile.am:
19728         * ext/raw1394/Makefile.am:
19729           fix the build
19730
19731 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19732
19733         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19734           Wrong return.
19735         * gst/playback/Makefile.am:
19736         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19737         * gst/playback/gstplay-marshal.list:
19738         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19739           Fix marshallers.
19740
19741 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19742
19743         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19744           Silence.
19745
19746 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19747
19748         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19749         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19750         (gst_ogg_pad_push):
19751           Yay for non-lineair granulepos in theora.
19752
19753 2004-10-18  Wim Taymans  <wim@fluendo.com>
19754
19755         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19756         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19757         * ext/dv/gstdvdec.h:
19758         Make sure we renegotiate aspect ratio when the camera switches.
19759
19760 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19761
19762         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19763         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19764           Start at zero.
19765         * ext/theora/theoradec.c: (theora_dec_chain):
19766           Skip headers. Bad idea for chained ogg, but fixes seeking.
19767
19768 2004-10-18  Wim Taymans  <wim@fluendo.com>
19769
19770         * configure.ac:
19771         I swear, this is the last time I touch this.
19772
19773 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19774
19775         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19776         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19777         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19778           Faster seeking.
19779         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19780           Time-to-default conversion.
19781         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19782           Don't error on unknown packets, just skip. We should probably
19783           read them if we want to support chained ogg.
19784
19785 2004-10-18  Wim Taymans  <wim@fluendo.com>
19786
19787         * configure.ac:
19788         Added cdaudio to wrong list.
19789
19790 2004-10-18  Wim Taymans  <wim@fluendo.com>
19791
19792         * configure.ac:
19793         Revive cdaudio.
19794
19795 2004-10-18  Wim Taymans  <wim@fluendo.com>
19796
19797         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19798         (gst_dvdec_video_link), (gst_dvdec_push):
19799         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19800         (gst_smokeenc_resync), (gst_smokeenc_chain):
19801         Fix mimetype on smoke encoder.
19802         Add aspect ratio to dvdec. Not sure if these
19803         values are correct though....
19804
19805 2004-10-18  Wim Taymans  <wim@fluendo.com>
19806
19807         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19808         Fix vorbis property descriptions and ranges.
19809
19810 2004-10-18  Wim Taymans  <wim@fluendo.com>
19811
19812         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19813         Really do nothing when no data is available.
19814         Go to the playing state when the stream is not seekable
19815         instead of failing.
19816
19817 2004-10-18  Wim Taymans  <wim@fluendo.com>
19818
19819         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19820         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19821         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19822         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19823         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19824         Added uri handler for cd://
19825         Port to new API.
19826
19827 2004-10-18  Wim Taymans  <wim@fluendo.com>
19828
19829         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19830         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19831         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19832         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19833         (remove_prerolls), (unknown_type), (add_element_stream),
19834         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
19835         (gst_play_base_bin_remove_element),
19836         (gst_play_base_bin_link_stream):
19837         * gst/playback/gstplaybin.c: (gen_video_element),
19838         (gen_vis_element), (remove_sinks), (setup_sinks):
19839         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19840         (gst_stream_info_get_type), (gst_stream_info_class_init),
19841         (gst_stream_info_init), (gst_stream_info_new),
19842         (gst_stream_info_dispose), (stream_info_mute_pad),
19843         (gst_stream_info_set_property), (gst_stream_info_get_property):
19844         * gst/playback/gststreaminfo.h:
19845         Add sink padtemplate to decodebin.
19846         Added some more comments.
19847         Make queue size configurable in playbasebin.
19848         Added possibility to use elements as sinks (ex cdaudio).
19849
19850 2004-10-15  Wim Taymans  <wim@fluendo.com>
19851
19852         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
19853         (gst_speexenc_chain):
19854         Fix speex timestamps so that it gets muxed properly.
19855
19856 2004-10-15  Wim Taymans  <wim@fluendo.com>
19857
19858         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
19859         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
19860         (gst_dv1394src_init), (gst_dv1394src_dispose),
19861         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
19862         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
19863         (gst_dv1394src_event), (gst_dv1394src_get_formats),
19864         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
19865         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
19866         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
19867         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
19868         * ext/raw1394/gstdv1394src.h:
19869         Added conversion/query functions.
19870         Update buffer timestamps,
19871         Added signals.
19872         Added uri dv:// so it might play from the firewire in playbin.
19873         Fix a possible leak.
19874         Added debugging.
19875
19876 2004-10-15  Wim Taymans  <wim@fluendo.com>
19877
19878         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19879         (gst_dv1394src_init), (gst_dv1394src_set_property),
19880         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
19881         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
19882         * ext/raw1394/gstdv1394src.h:
19883         Added AV/C VTR control support needed for some cameras.
19884         Added automatic port detection.
19885         Added properties for selecting the channel.
19886         The configure.ac script is not yet updated to reflect the
19887         new libavc1394 and librom1394 dependencies.
19888
19889 2004-10-15  Wim Taymans  <wim@fluendo.com>
19890
19891         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19892         (qtdemux_parse), (gst_qtdemux_handle_esds):
19893         An esds box is not a container.
19894         Fix parsing of mp4v boxes.
19895         Do not try to renegotiate fps for each frame. Need to
19896         find a better method. This should fix mp4 playback.
19897
19898 2004-10-14  David Schleef  <ds@schleef.org>
19899
19900         * configure.ac: update for swfdec-0.3 and liboil-0.2
19901         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
19902         * ext/swfdec/gstswfdec.h: same
19903         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
19904         * gst/videotestsrc/videotestsrc.c: same
19905
19906 2004-10-14  Wim Taymans  <wim@fluendo.com>
19907
19908         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19909         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
19910         (is_sync_frame), (gst_multifdsink_new_client),
19911         (gst_multifdsink_handle_client_write),
19912         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19913         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
19914         Turn warnings into info.
19915         Don't allow a state change in the streaming thread.
19916
19917 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19918
19919         * ext/vorbis/oggvorbisenc.c:
19920         * ext/vorbis/vorbisdec.c:
19921           fix template sample rate
19922
19923 2004-10-13  Wim Taymans  <wim@fluendo.com>
19924
19925         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19926         Decoding the header first fixes some problems in resyncing
19927         in more mp3s.
19928
19929 2004-10-12  Wim Taymans  <wim@fluendo.com>
19930
19931         * gst/playback/gstplaybin.c: (gen_video_element),
19932         (gen_vis_element), (remove_sinks), (setup_sinks):
19933         Added vis plugin support, need to configure the vis
19934         element to activate it.
19935
19936 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19937
19938         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
19939         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
19940           Some debug.
19941         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19942         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
19943         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
19944         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
19945         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
19946         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
19947         * gst/avi/gstavidemux.h:
19948           Support for openDML-2.0 indx/ix## chunks. Support for broken index
19949           recovery (where, if part of the index is broken, we will still read
19950           the rest of the index and recover the broken part by stream
19951           scanning). More broken media support. EOS workarounds. General AVI
19952           braindamage headache recovery. Aspirin included.
19953
19954 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19955
19956         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
19957         (cdparanoia_event), (cdparanoia_query):
19958           Get rid of hideous lead-in.
19959
19960 2004-10-11  Wim Taymans  <wim@fluendo.com>
19961
19962         * gst/playback/gstplaybasebin.c: (setup_source):
19963         Wrong var used to get g_list_next.
19964
19965 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19966
19967         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19968         (cdparanoia_get), (cdparanoia_open):
19969           Report discid as metadata, add duration.
19970
19971 2004-10-11  Wim Taymans  <wim@fluendo.com>
19972
19973         * gst/playback/gstplaybasebin.c: (setup_source):
19974         Cleanup the previous pipeline a little earlier for the
19975         case that a source element provides raw data.
19976
19977 2004-10-11  Benjamin Otte  <otte@gnome.org>
19978
19979         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19980           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
19981           consuming the last 128 bytes, even though it was valid mp3 data.
19982
19983 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19984
19985         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
19986         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19987         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19988         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
19989
19990 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19991
19992         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
19993         Fix for webcams that support only specific width or height
19994
19995 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19996
19997         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19998
19999         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20000           Fix wrong discont event setup (fixes #154967).
20001
20002 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20003
20004         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20005
20006         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20007           Error out on invalid data (fixes #154807).
20008
20009 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20010
20011         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20012
20013         * ext/dvdread/dvdreadsrc.c: (_read):
20014           Make titles > 0 work again (fixes #154834).
20015
20016 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20017
20018         * gst-libs/gst/riff/riff-media.c:
20019         (gst_riff_create_video_template_caps):
20020           WMV3 missing in template caps.
20021
20022 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20023
20024         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20025           OK, so the original code was too strict. It makes random AVI files
20026           hang for seconds upon opening, which is unacceptable and is far
20027           beyond the original goal of getting multiple chunks for one-chunk
20028           sounc stream files. So now do just that.
20029
20030 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20031
20032         * gst/playback/gstplaybasebin.c: (setup_source),
20033         (gst_play_base_bin_change_state):
20034           Actually clean up streaminfo if output fails. This would trigger
20035           if, for example, there was no CD in the drive. No preroll, so
20036           a streaminfo structure is created, but the subsequent state change
20037           of the thread fails.
20038         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20039           Don't change state if parent failed.
20040
20041 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20042
20043         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20044         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20045         (gen_video_element), (remove_sinks):
20046           Add small bits of code for screenshot handling.
20047
20048 2004-10-08  Wim Taymans  <wim@fluendo.com>
20049
20050         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20051         (gen_video_element), (gen_audio_element), (setup_sinks):
20052         Don't assume the user provided sinks are named "sink"...
20053
20054 2004-10-08  Wim Taymans  <wim@fluendo.com>
20055
20056         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20057         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20058         (gst_play_base_bin_link_stream):
20059         Do not try to autoplug sources that generate raw streams like
20060         cdparanoia.
20061         disconnect the preroll overrun signal when we don't need it anymore.
20062
20063 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20064
20065         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20066         Added reworked patch from #154903 from milosz derezynski (deadchip).
20067
20068 2004-10-08  Wim Taymans  <wim@fluendo.com>
20069
20070         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20071         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20072         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20073         (cdparanoia_convert), (cdparanoia_uri_get_type),
20074         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20075         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20076         * ext/cdparanoia/gstcdparanoia.h:
20077         This adds the cdda://<tracknum> uri.
20078
20079 2004-10-08  Wim Taymans  <wim@fluendo.com>
20080
20081         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20082         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20083         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20084         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20085         (unknown_type), (gst_play_base_bin_remove_element),
20086         (gst_play_base_bin_link_stream):
20087         * gst/playback/gstplaybasebin.h:
20088         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20089         (gst_play_bin_set_property), (gen_video_element),
20090         (gen_audio_element), (setup_sinks):
20091         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20092         (gst_stream_info_get_type), (gst_stream_info_class_init),
20093         (gst_stream_info_init), (gst_stream_info_new),
20094         (gst_stream_info_dispose), (stream_info_mute_pad),
20095         (gst_stream_info_set_property), (gst_stream_info_get_property):
20096         * gst/playback/gststreaminfo.h:
20097         Reuse the audio and video bins.
20098         Some internal cleanups in the stream selection code.
20099
20100 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20101
20102         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20103         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20104         * sys/ximage/ximagesink.h:
20105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20106         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20107         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20108         not coming from those elements. Moreover these elements should not keep
20109         the xid they have been given when in NULL state.
20110
20111 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20112
20113         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20114         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20115         * sys/ximage/ximagesink.h:
20116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20117         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20118         * sys/xvimage/xvimagesink.h:
20119           Actually only create a new toplevel window if we're not gonna
20120           embed it right after.
20121
20122 2004-10-07  Wim Taymans  <wim@fluendo.com>
20123
20124         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20125         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20126         * gst/playback/gstplaybin.c: (setup_sinks):
20127         Implement muting/unmuting of streams, mute streams that are not
20128         used.
20129
20130 2004-10-07  Wim Taymans  <wim@fluendo.com>
20131
20132         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20133         (plugin_init):
20134         Added lame audio/x-ac3 typefind function.
20135
20136 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20137
20138         * configure.ac:
20139           bump nano to cvs
20140
20141 === release 0.8.5 ===
20142
20143 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20144
20145         * NEWS:
20146         * RELEASE:
20147         * configure.ac:
20148           releasing 0.8.5, "Take You On"
20149
20150 2004-10-06  Wim Taymans  <wim@fluendo.com>
20151
20152         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20153         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20154         (no_more_pads), (close_link), (type_found):
20155         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20156         * gst/playback/gstplaybin.c: (gen_video_element):
20157         Do not signal the no_more_pads after the first pad when
20158         we are plugging a non dynamic element with multiple
20159         output pads (like swfdec, dvdec, ...).
20160
20161 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20162
20163         * configure.ac:
20164           bump for prerelease
20165
20166 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20167
20168         * gst/wavparse/gstwavparse.c:
20169           add ATRAC3 to STATIC CAPS to fix a warning
20170
20171         * gst/matroska/ebml-read.c:
20172         * gst-libs/gst/riff/riff-read.c:
20173           fix typos
20174
20175 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20176
20177         * gst-libs/gst/riff/riff-media.c:
20178           generate caps for ATRAC3 audio streams
20179
20180         * gst/realmedia/rmdemux.c:
20181           generate caps for ATRAC3 audio streams
20182
20183 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20184
20185         * gst/wavparse/Makefile.am
20186         * gst/wavparse/riff.h
20187         * gst/wavparse/wavparse.vcproj
20188           riff.h removal (unused and duplication with riff-ids.h)
20189
20190 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20191
20192         * gst/wavparse/gstwavparse.h
20193           remove duplicated defines for audio codec codes
20194
20195         * gst-libs/gst/riff/riff-ids.h
20196         * gst/wavenc/riff.h:
20197           add "4CC" code for ATRAC3 audio streams
20198           add "4CC" code for ITU_G721_ADPCM (unused for now)
20199
20200 2004-10-06  Wim Taymans  <wim@fluendo.com>
20201
20202         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20203         Actually _do_ negotiation. Pass gdouble as arg instead
20204         of guint64 for the framerate.
20205
20206 2004-10-06  Wim Taymans  <wim@fluendo.com>
20207
20208         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20209         (find_compatibles), (close_pad_link), (try_to_link_1),
20210         (no_more_pads), (close_link), (type_found):
20211         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20212         * gst/playback/gstplaybin.c: (gen_video_element),
20213         (gen_audio_element):
20214         Set state on newly added element to READY so that negotiation
20215         can happen ASAP.
20216         Addes some more debug info.
20217         Do not try to plug pads with multiple caps structures or ANY
20218         because it is too dangerous since we do not do dynamic
20219         replugging.
20220
20221 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20222
20223         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20224
20225         * po/LINGUAS:
20226         * po/or.po:
20227           add Oriya translation
20228
20229 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20230
20231         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20232           Prevent overwrite of size member. Makes audio sound crappy.
20233
20234 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20235
20236         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20237         Add rmvb to the list of known RealMedia extensions
20238
20239 2004-10-05  Wim Taymans  <wim@fluendo.com>
20240
20241         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20242         (mngdec_openstream), (mngdec_closestream),
20243         (mngdec_handle_sink_event), (mngdec_readdata),
20244         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20245         (mngdec_getcanvasline), (mngdec_refresh),
20246         (gst_mngdec_change_state):
20247         Set the framerate correctly.
20248
20249 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20250
20251         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20252           There was something wrong with the index massaging.
20253
20254 2004-10-04  Wim Taymans  <wim@fluendo.com>
20255
20256         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20257         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20258         (gst_smokedec_chain):
20259         * ext/jpeg/gstsmokedec.h:
20260         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20261         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20262         * ext/jpeg/gstsmokeenc.h:
20263         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20264         (smokecodec_decode_new), (smokecodec_info_free),
20265         (smokecodec_set_quality), (smokecodec_get_quality),
20266         (smokecodec_set_threshold), (smokecodec_get_threshold),
20267         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20268         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20269         (smokecodec_encode), (smokecodec_parse_id),
20270         (smokecodec_parse_header), (smokecodec_decode):
20271         * ext/jpeg/smokecodec.h:
20272         * ext/jpeg/smokeformat.h:
20273         Updated smoke, new bitstream, allows embedding in ogg.
20274
20275 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20276
20277         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20278           Fix seeking in some files. All this code is no longer needed (and
20279           actually breaks stuff) because we now synchronize the full index
20280           right when reading the header.
20281
20282 2004-10-04  Wim Taymans  <wim@fluendo.com>
20283
20284         * configure.ac:
20285         configure update for libmng.
20286
20287 2004-10-04  Wim Taymans  <wim@fluendo.com>
20288
20289         * ext/libmng/Makefile.am:
20290         * ext/libmng/gstmng.c: (plugin_init):
20291         * ext/libmng/gstmng.h:
20292         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20293         (gst_mngdec_base_init), (gst_mngdec_class_init),
20294         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20295         (gst_mngdec_loop), (gst_mngdec_get_property),
20296         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20297         (mngdec_closestream), (mngdec_handle_sink_event),
20298         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20299         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20300         (gst_mngdec_change_state):
20301         * ext/libmng/gstmngdec.h:
20302         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20303         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20304         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20305         (gst_mngenc_chain), (gst_mngenc_get_property),
20306         (gst_mngenc_set_property):
20307         * ext/libmng/gstmngenc.h:
20308         Added basic MNG decoder. Needs more work. The encoder does
20309         not work yet.
20310
20311 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20312
20313         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20314         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20315         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20316           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20317           no-more-pads.
20318
20319 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20320
20321         * configure.ac:
20322           you need at least 1.0.4 of speex
20323
20324 2004-10-04 Iain <iaingnome@gmail.com>
20325
20326         * ext/speex/gstspeexdec.h: Revert the includes changes.
20327
20328         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20329
20330 2004-09-30 Iain <iaingnome@gmail.com>
20331
20332         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20333         found during init or set as a property instead of hardcoding /dev/audio
20334
20335 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20336
20337         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20338         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20339         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20340         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20341         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20342         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20343         (gst_rmdemux_dump_data):
20344           Use debug category, fix EOS handling. filesrc ! rmdemux now
20345           works.
20346
20347 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20348
20349         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20350         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20351         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20352           Improve allocation, cutting and sorting of the index. How takes a
20353           few seconds instead of minutes.
20354
20355 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20356
20357         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20358           fixed compilation
20359
20360 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20361
20362         * gst-libs/gst/riff/riff-media.c:
20363         (gst_riff_create_video_caps_with_data),
20364         (gst_riff_create_video_template_caps):
20365           Add wing commander format mimetype/fourccs.
20366         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20367           Don't crash if some value is 0.
20368
20369 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20370
20371         * gst-libs/gst/riff/riff-media.c:
20372         (gst_riff_create_video_caps_with_data),
20373         (gst_riff_create_video_template_caps):
20374           Add DIB fourcc (raw, palettized 8-bit RGB).
20375         * gst-libs/gst/riff/riff-read.c:
20376         (gst_riff_read_strf_vids_with_data):
20377           Oops, fix strf_data reading bug.
20378         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20379           Use a non-NULL tag.
20380         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20381           Time for hacks. Sorry Dave. At least one quicktime movie (a
20382           trailer) that I've encountered contains multiple video tracks.
20383           One of those is the actual video track, the other are one-frame
20384           tracks (images). Unfortunately, the number of frames according
20385           to the trak header is 1 for each, so that doesn't help. So
20386           instead, I look at the duration and discard tracks with a
20387           duration shorter than 20% of the length of the stream. Better
20388           than nothing.
20389
20390 2004-10-01  Christian Schaller <christian@fluendo.com>
20391
20392         * ext/ivorbis/vorbis.c:
20393           Patch from Phil Blundell (Bug 152341)
20394
20395 2004-10-01  Wim Taymans  <wim@fluendo.com>
20396
20397         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20398         (speex_dec_get_formats), (speex_dec_convert),
20399         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20400         (speex_dec_chain), (gst_speexdec_get_property),
20401         (gst_speexdec_set_property):
20402         Small cleanups.
20403
20404 2004-10-01  Wim Taymans  <wim@fluendo.com>
20405
20406         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20407         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20408         (gst_wavparse_other), (gst_wavparse_loop),
20409         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20410         (gst_wavparse_srcpad_event):
20411         * gst/wavparse/gstwavparse.h:
20412         Added some more debugging info.
20413         Fix the case where the length of the file is 0.
20414         Make sure we seek to sample borders.
20415
20416 2004-10-01  Wim Taymans  <wim@fluendo.com>
20417
20418         * gst/playback/README:
20419         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20420         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20421         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20422         Add some debug info to decodebin, update README
20423
20424 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20425
20426         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20427           Don't use g_print(); use GST_DEBUG().
20428
20429 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20430
20431         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20432         (gst_ogg_mux_queue_pads):
20433           Handle EOS properly.
20434
20435 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20436
20437         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20438
20439         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20440         (gst_faad_chain), (gst_faad_change_state):
20441         * ext/faad/gstfaad.h:
20442           Allow playback of raw (unframed) MPEG AAC files (#148993).
20443
20444 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20445
20446         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20447
20448         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20449           Throw error if we didn't recognize the stream. Fixes #152289.
20450
20451 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20452
20453         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20454           Fix negotiation.
20455
20456 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20457
20458         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20459
20460         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20461           Fix memleak.
20462
20463 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20464
20465         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20466
20467         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20468           Solve #152805.
20469         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20470           Solve 152806.
20471
20472 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20473
20474         * gst-libs/gst/riff/riff-media.c:
20475         (gst_riff_create_video_caps_with_data),
20476         (gst_riff_create_audio_caps_with_data):
20477           Add codec_data handling (like asfdemux used to do).
20478         * gst/asfdemux/gstasf.c: (plugin_init):
20479         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20480         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20481           Use riff-media for caps creation instead of our own (mostly
20482           broken) copy of its functions.
20483
20484 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20485
20486         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20487           Don't actually error out if we get another return value than
20488           -EINVAL. Opposite to what I first thought, drivers have random
20489           return values for this, although -EINVAL is the expected return
20490           value. Since this is not fatal, we shouldn't use
20491           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20492
20493 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20494
20495         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20496         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20497         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20498         (dvdreadsrc_get), (dvdreadsrc_open_file),
20499         (dvdreadsrc_change_state):
20500           Fix. Don't do one big huge loop around the whole DVD, that will
20501           cache all data and thus eat sizeof(dvd) (several GB) before we
20502           see something.
20503         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20504           Actually NULL'ify event after using it.
20505         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20506         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20507         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20508         (gst_ebml_read_seek), (gst_ebml_read_skip):
20509           Handle events.
20510         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20511         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20512         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20513           Fix timing (this will probably break if I seek using menus, but
20514           I didn't get there yet). VOBs and normal DVDs should now work.
20515           Add a mpeg2-only pad with high rank so this get autoplugged for
20516           MPEG-2 movies.
20517         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20518         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20519         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20520         (gst_mpeg_demux_get_audio_stream),
20521         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20522         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20523           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20524           MPEG-1 but use dvddemux for MPEG-2.
20525         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20526         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20527         (gst_mpeg_parse_parse_packhead):
20528           Timing. Only add pad template if it exists. Add sink template from
20529           class and not from ourselves. This means we will always use the
20530           correct sink template even if it is not the one defined in this
20531           file.
20532
20533 2004-09-29  Wim Taymans  <wim@fluendo.com>
20534
20535         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20536         (gst_mpeg_demux_parse_pes):
20537         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20538         Fix playback of mpeg again, timestamps where screwed up by
20539         patch 1.61.
20540
20541 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20542
20543         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20544           Only return true if we actually filled something in. Prevents
20545           player applications from showing a random length for flac files.
20546         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20547         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20548         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20549         (gst_riff_read_strf_vids_with_data),
20550         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20551           OK, ok, so I implemented event handling. Apparently it's normal
20552           that we receive random events at random points without asking
20553           for it.
20554         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20555         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20556         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20557         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20558         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20559         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20560         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20561         * gst/avi/gstavidemux.h:
20562           Implement non-lineair chunk handling and subchunk processing.
20563           The first solves playback of AVI files where the audio and video
20564           data of individual buffers that we read are not synchronized.
20565           This should not happen according to the wonderful AVI specs, but
20566           of course it does happen in reality. It is also a prerequisite for
20567           the second. Subchunk processing allows us to cut chunks in small
20568           pieces and process each of these pieces separately. This is
20569           required because I've seen several AVI files with incredibly large
20570           audio chunks, even some files with only one audio chunk for the
20571           whole file. This allows for proper playback including seeking.
20572           This patch is supposed to fix all AVI A/V sync issues.
20573         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20574         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20575           Work.
20576         * gst/modplug/gstmodplug.cc:
20577           Proper return value setting for the query() function.
20578         * gst/playback/gstplaybasebin.c: (setup_source):
20579           Being in non-playing state (after, e.g., EOS) is not necessarily
20580           a bad thing. Allow for that. This fixes playback of short files.
20581           They don't actually playback fully now, because the clock already
20582           runs. This means that small files (<500kB) with a small length
20583           (<2sec) will still not or barely play. Other files, such as mod
20584           or flx, will work correctly, however.
20585
20586 2004-09-28  Wim Taymans  <wim@fluendo.com>
20587
20588         * ext/speex/gstspeex.c: (plugin_init):
20589         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20590         (gst_speex_dec_class_init), (speex_dec_get_formats),
20591         (speex_get_event_masks), (speex_get_query_types),
20592         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20593         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20594         (gst_speexdec_get_property), (gst_speexdec_set_property),
20595         (speex_dec_change_state):
20596         * ext/speex/gstspeexdec.h:
20597         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20598         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20599         (gst_speexenc_base_init), (gst_speexenc_class_init),
20600         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20601         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20602         (gst_speexenc_src_query), (gst_speexenc_init),
20603         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20604         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20605         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20606         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20607         (gst_speexenc_chain), (gst_speexenc_get_property),
20608         (gst_speexenc_set_property), (gst_speexenc_change_state):
20609         * ext/speex/gstspeexenc.h:
20610         Rewrote speex encoder, make sure it can be embedded in ogg.
20611         Implemented speex decoder.
20612
20613 2004-09-28  Christian Schaller <christian@fluendo.com>
20614
20615         * configure.ac:
20616         Remove kioslave plugin. Markey is brewing a new working one
20617         * ext/Makefile.am: Remove kioslave plugin
20618         * ext/kio: remove
20619         * gst-plugins.spec.in: remove kio plugin from spec
20620
20621 2004-09-27  Wim Taymans  <wim@fluendo.com>
20622
20623         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20624         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20625         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20626         (gst_multifdsink_new_client),
20627         (gst_multifdsink_handle_client_write),
20628         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20629         (gst_multifdsink_handle_clients):
20630         * gst/tcp/gstmultifdsink.h:
20631         Make syncing to keyframes actually work for new clients and lagging
20632         clients.
20633
20634 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20635
20636         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20637         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20638         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20639         * gst/debug/gstnavigationtest.h:
20640           make navigationtest display button-press and button-release events
20641
20642 2004-09-26 Iain <iaingnome@gmail.com>
20643
20644         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20645         the channels have received a new media event.
20646         (interleave_buffered_loop): Compresses a new media event on all
20647         channels into one.
20648
20649 2004-09-26 Iain <iaingnome@gmail.com>
20650
20651         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20652         call the sinkpad's default event handler and not the srcpads. He also
20653         says this is confusing :)
20654         (gst_wavenc_stop_file): Company says that seek events only go upstream
20655         we should send a discontinuous downstream instead.
20656
20657 2004-09-25  Christian Schaller <christian@fluendo.com>
20658
20659         * Update SPEC file to be usable in conjunction with Fedora Core,
20660           Fedora.us and freshrpms packages
20661         * Fix typo in multifilesrc test Makefile
20662
20663 2004-09-24  Wim Taymans  <wim@fluendo.com>
20664
20665         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20666         Only signal the no_more_pads signal when we have
20667         added the stream to our list.
20668
20669 2004-09-24  Wim Taymans  <wim@fluendo.com>
20670
20671         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20672         (new_decoded_pad):
20673         * gst/playback/gstplaybasebin.h:
20674         * gst/playback/gstplaybin.c: (setup_sinks):
20675         Don't try to preroll or decode more than one audio/video
20676         track.
20677
20678 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20679
20680         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20681           Throw error if we failed to find a suitable output. This should
20682           throw an error if we successfully set up a pipeline (e.g. because
20683           we recognized a media file) but found no decodable streams in it
20684           (e.g. because it contains only media stream types for which we
20685           have no decoders, or because it's not a media type).
20686
20687 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20688
20689         * ext/dirac/Makefile.am:
20690         * ext/dirac/gstdirac.cc:
20691         * ext/dirac/gstdiracdec.cc:
20692         * ext/dirac/gstdiracdec.h:
20693           Do something. Don't actually know if this works because I don't
20694           have a demuxer yet.
20695         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20696           Add channels=1 to caps returned from _getcaps().
20697         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20698         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20699         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20700         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20701         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20702         (gst_ogm_parse_change_state):
20703           Separate between audio/video so ogmaudioparse actually uses the
20704           audio pad templates. Both audio and video work now, including
20705           autoplugging. Also use sometimes-srcpad hack.
20706         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20707           Handle events better. Don't hang on infinite loops.
20708         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20709         (gst_avi_demux_init), (gst_avi_demux_reset),
20710         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20711         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20712         (gst_avi_demux_change_state):
20713         * gst/avi/gstavidemux.h:
20714           Improve A/V sync. Still not perfect.
20715         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20716         (gst_ebml_read_skip):
20717           Handle events better.
20718         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20719         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20720         (qtdemux_audio_caps):
20721           Add IMA4. Improve event handling. Save offset after a seek when
20722           the headers are at the end of the file so that we don't end up in
20723           an infinite loop.
20724         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20725           Add low-priority typefind support for files with no length.
20726
20727 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20728
20729         * testsuite/multifilesink/Makefile.am:
20730         fix typo
20731
20732 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20733
20734         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20736         mistakes from thaytan's patches.
20737
20738 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20739
20740         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20741           For completeness, XSync in the destroy function as xvimage does.
20742
20743 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20744
20745         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20746            Correct caps negotiation
20747         * gst/volume/gstvolume.c: (volume_chain_float),
20748         (volume_chain_int16):
20749            Modify debug output to be little more informative
20750         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20752         (gst_xvimagesink_xvimage_destroy):
20753           Add XSync calls after detaching from the shared memory segment to
20754           avoid a crash.
20755
20756 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20757
20758         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20759         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20760         * ext/vorbis/vorbis.c: (plugin_init):
20761         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20762         (gst_vorbisenc_chain):
20763         * ext/vorbis/vorbisenc.h:
20764         remove explicit newmedia support from oggmux and vorbisenc
20765         add debug category to vorbisenc
20766         * gst/multifilesink/gstmultifilesink.c:
20767         (gst_multifilesink_class_init), (gst_multifilesink_init),
20768         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20769         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20770         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20771         (plugin_init):
20772         * gst/multifilesink/gstmultifilesink.h:
20773         add support for streamheader in multifilesink
20774
20775 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20776
20777         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20778         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20779         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20780           Prevent infinite loops. More correct error reporting.
20781         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20782           Error out if negotiation fails.
20783         * gst/playback/gstplaybasebin.c: (setup_source),
20784         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20785         (gst_play_base_bin_found_tag):
20786           Error/tag forwarding. Pre-roll fixes for source errors on state
20787           changes (e.g. "file does not exist") to prevent hangs.
20788
20789 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20790
20791         * testsuite/multifilesink/Makefile.am:
20792         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20793         (gst_newmedia_class_init), (gst_newmedia_init),
20794         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20795         (newfile_signal), (test_signal), (main):
20796         * testsuite/multifilesink/multifilesrc_test.c: (main):
20797         * testsuite/multifilesink/oggtheora_test.c:
20798         (gst_newmedia_base_init), (gst_newmedia_class_init),
20799         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20800         (test_format), (newfile_signal), (test_signal), (main):
20801         * testsuite/multifilesink/oggvorbis_test.c:
20802         (gst_newmedia_base_init), (gst_newmedia_class_init),
20803         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20804         (test_format), (newfile_signal), (test_signal), (main):
20805         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20806         (gst_newmedia_class_init), (gst_newmedia_init),
20807         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20808         (newfile_signal), (test_signal), (main):
20809         New media tests
20810
20811 2004-09-20  Christian Schaller <christian@fluendo.com>
20812
20813         * Fix mikmod license to LGPL as they have relicensed
20814         * Move Dirac and Effectv into LGPL section of README_license
20815
20816 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20817
20818         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20819         (gst_mad_change_state):
20820           Allow for mp3 rate/channels changes. However, only very
20821           conservatively. Reason that we *have* to enable this is smiply
20822           because the mad find_sync() function is not good enough, it will
20823           regularly sync on random data as valid frames and therefore make
20824           us provide random caps as *final* caps of the stream. The best fix
20825           I could think of is to simply require several of the same stream
20826           changes in a row before we change caps.
20827           The actual testcase that works now is #
20828         * ext/ogg/Makefile.am:
20829         * ext/ogg/gstogg.c: (plugin_init):
20830         * ext/ogg/gstogmparse.c:
20831           OGM support (video only for now; I need an audio sample file).
20832         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20833         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
20834         (gst_asf_demux_add_video_stream):
20835           WMV extradata.
20836         * gst/playback/gstplaybasebin.c: (unknown_type):
20837           Don't error out on single unknown-types after all. It's wrong.
20838           If we found type of video and audio but not of a subtitle stream,
20839           it will still error out (which is unwanted). Will find a better fix
20840           later on.
20841         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
20842         (ogmaudio_type_find), (plugin_init):
20843           OGM support.
20844
20845 2004-09-20  Johan Dahlin  <johan@gnome.org>
20846
20847         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
20848         after setting caps.
20849
20850 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20851
20852         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
20853         * gst/wavenc/gstwavenc.h:
20854         Added newmedia support to wavenc
20855
20856 2004-09-17  Wim Taymans  <wim@fluendo.com>
20857
20858         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
20859         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20860         (gst_fdset_fd_can_write), (gst_fdset_wait):
20861         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
20862         (gst_multifdsink_init), (gst_multifdsink_add),
20863         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
20864         (gst_multifdsink_remove_client_link),
20865         (gst_multifdsink_client_queue_buffer),
20866         (gst_multifdsink_handle_client_write),
20867         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
20868         (gst_multifdsink_close), (gst_multifdsink_change_state):
20869         * gst/tcp/gstmultifdsink.h:
20870         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20871         (gst_tcpserversink_removed):
20872         Small cleanups in fdset.c
20873         Use a hastable to map fd to the client structure for faster
20874         lookup in _remove and get_stats.
20875         Added virtual function to close the fds.
20876         Handle clients even when the select/poll call was unblocked because
20877         of a command.
20878         Implement syncing to keyframe in the recovery procedure.
20879
20880 2004-09-16 Iain <iaingnome@gmail.com>
20881
20882         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
20883         try caps.
20884
20885 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20886
20887         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
20888           Caps are only set if the type of the stream is unknown, but this
20889           is initialized in ->init_stream(), so set to UNKNOWN after calling
20890           ->init_stream() so that capsnego starts.
20891
20892 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20893
20894         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20895         (gst_avi_demux_stream_data):
20896           Just hardcode for raw audio then. AVI audio sucks.
20897
20898 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
20899
20900         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20901         * gst/matroska/matroska-mux.c: (audiosink_templ),
20902         (gst_matroska_mux_audio_pad_link):
20903         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
20904         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
20905
20906 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20907
20908         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20909         (gst_avi_demux_stream_data):
20910           Try to fix a/v sync issues.
20911
20912 2004-09-15  David Schleef  <ds@schleef.org>
20913
20914         * configure.ac: remove NASM check, since we don't use it.  Update
20915         dirac check to 0.4
20916         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
20917         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20918         Initialized variables.
20919         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20920         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
20921         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
20922         SVQ3 format
20923
20924 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20925
20926         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20927         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
20928         * gst/avi/gstavidemux.h:
20929           Fix for compressed audio (mp3) timestamp generation. How did this
20930           ever work?
20931
20932 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20933
20934         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
20935           Volume is a double not a float.
20936
20937 2004-09-15  Wim Taymans  <wim@fluendo.com>
20938
20939         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
20940         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20941         Don't close the fd in multifdsink as we didn't open it in the
20942         first place. Some cleanups.
20943
20944 2004-09-15  Wim Taymans  <wim@fluendo.com>
20945
20946         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20947         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20948         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20949         Fix the case where the muxer would mark pages as delta
20950         frames when they are not (vorbis only ogg).
20951
20952 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20953
20954         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
20955         (gst_play_base_bin_change_state):
20956           Handle the case where we failed to setup a clear pipeline. This
20957           will throw an error (or EOS, another nice case) and if you don't
20958           catch that, the app will wait for the signal forever (and thus
20959           hang).
20960
20961 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20962
20963         * ext/gnomevfs/gstgnomevfssink.c:
20964         (gst_gnomevfssink_uri_get_protocols):
20965         * ext/gnomevfs/gstgnomevfssrc.c:
20966         (gst_gnomevfssrc_uri_get_protocols):
20967         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20968         * ext/gnomevfs/gstgnomevfsuri.h:
20969           Use _uri_new() instead of _open(), so it doesn't take as long and
20970           Christophe's computer won't hang.
20971         * gst/playback/gstplaybasebin.c: (unknown_type):
20972           Throw error on unknown media type, so apps actually display it.
20973
20974 2004-09-14  Brian Cameron  <brian.cameron@sun.com
20975
20976         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
20977           this script to work on Solaris since bash shell handles echo
20978           differenly than bash.
20979
20980 2004-09-17  Wim Taymans  <wim@fluendo.com>
20981
20982         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
20983         (setup_source), (gst_play_base_bin_set_property),
20984         (gst_play_base_bin_add_element):
20985         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
20986         Some more work on making sure seeking pauses the pipeline and
20987         that changing the uri actually does something.
20988
20989 2004-09-17  Wim Taymans  <wim@fluendo.com>
20990
20991         * gst/tcp/gstfdset.c: (gst_fdset_wait):
20992         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
20993         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
20994         (gst_tcpserversink_close):
20995         Be a bit more paranoid when freeing memory.
20996
20997 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20998
20999         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21000         (qtdemux_parse_trak):
21001           Don't crash by dividing by zero (see sample movie in #126922).
21002
21003 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21004
21005         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21006           Don't touch non-existing data (fixes crash on file in #140147).
21007
21008 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21009
21010         * gst/playback/gstplaybasebin.c:
21011         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21012           Handle double disposals, and proper change of URIs.
21013
21014 2004-09-13  Martin Eikermann <meiker@upb.de>
21015
21016         * gst/mpegstream/gstmpegparse.c:
21017           fix synchronistation for streams recorded from digital PCR
21018           fixes bug #119376
21019
21020 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21021
21022         * ext/gnomevfs/Makefile.am:
21023         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21024         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21025         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21026         (gst_gnomevfssink_uri_get_type),
21027         (gst_gnomevfssink_uri_get_protocols),
21028         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21029         (gst_gnomevfssink_uri_handler_init),
21030         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21031         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21032         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21033         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21034         (gst_gnomevfssrc_uri_get_type),
21035         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21036         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21037         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21038         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21039         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21040         * ext/gnomevfs/gstgnomevfsuri.h:
21041           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21042           of fake URIs to see which this version of Gnome-VFS likes, and
21043           uses that for the Gst-URI interface. Makes playbin support http://
21044           streams. Also fix up some stupid behaviour in gnomevfssrc.
21045
21046 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21047
21048         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21049         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21050         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21051         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21052           Update mixer (to sync with other sessions) if we try to obtain
21053           a new value. This makes alsamixer work accross applications.
21054         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21055           Only call sync functions if we're running, else alsalib asserts.
21056         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21057           Sometimes fails to compile. Possibly a gcc bug.
21058         * gst/playback/gstplaybin.c: (gen_video_element),
21059         (gen_audio_element):
21060           Add a reference to an application-provided object, because we lose
21061           this same reference if we add it to the bin. If we don't do this,
21062           we can only use this object once and thus crash if we go from
21063           ready to playing, back to ready and back to playing again.
21064           Also add an audioscale element because several cheap soundcards -
21065           like mine - don't support all samplerates.
21066         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21067         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21068           Fix wrong order or PAR calls. Makes automatically obtained PAR
21069           from the X server atually being used.
21070
21071 2004-09-12  David Schleef  <ds@schleef.org>
21072
21073         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21074         #151887, #152102, #152247.
21075         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21076         * examples/seeking/cdparanoia.c: same
21077         * examples/seeking/cdplayer.c: same
21078         * examples/seeking/seek.c: same
21079         * examples/seeking/spider_seek.c: same
21080         * examples/seeking/vorbisfile.c: same
21081         * examples/stats/mp2ogg.c: same
21082         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21083         (gst_esdsink_dispose): Dispose of element properly.
21084         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21085         fixes.
21086         * ext/nas/nassink.c: (gst_nassink_class_init),
21087         (gst_nassink_dispose): Dispose of element correctly.
21088         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21089         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21090         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21091         Fix 64-bit warning.
21092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21093         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21094         Fix 64-bit warning.
21095
21096 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21097
21098         * configure.ac : change speex detection as 1.1.6 now uses
21099           .pc/pkg-config and they changed their headers location.
21100
21101 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21102
21103         * gst/matroska/matroska-mux.h:
21104         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21105         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21106         (gst_matroska_mux_write_data):
21107           Write multiple blocks/frames per cluster.
21108                 Write meta-seek information (seek heads).
21109
21110 2004-09-09  Scott Wheeler <wheeler@kde.org>
21111
21112         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21113         (gst_play_bin_set_property), (gst_play_bin_get_property),
21114         (gen_audio_element), (gen_audio_element):
21115           Add a volume element / property to the pipeline.
21116
21117 2004-09-07  Wim Taymans  <wim@fluendo.com>
21118
21119         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21120         Copy timestamps from the master pad to the output buffers.
21121
21122 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21123
21124         * ext/raw1394/gstdv1394src.c:
21125           throw errors when applicable
21126
21127 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21128
21129         * gst/matroska/ebml-ids.h:
21130         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21131         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21132         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21133           automatically convert unix time <-> ebml time when reading/writing
21134           a date, use gst_ebml_write_uint to write CUETIME,
21135           not gst_ebml_write_date.
21136         * gst/matroska/matroska-ids.h:
21137         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21138         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21139         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21140         (gst_matroska_mux_write_data):
21141           Write track and segment UIDs, write muxing date, write
21142           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21143           Create cues for audio only files.
21144
21145 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21146
21147         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21148         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21149           Re-commit ALSA switches.
21150         * gst/adder/gstadder.c: (gst_adder_loop):
21151           64-bit fix (#151416).
21152         * gst/debug/progressreport.c: (gst_progressreport_report):
21153           64-bit fix (#151419).
21154         * gst/matroska/matroska-demux.c:
21155         (gst_matroska_demux_parse_contents):
21156           64-bit fix (#151420).
21157         * gst/playback/test3.c: (update_scale):
21158           64-bit fix (#151421).
21159
21160 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21161
21162         * configure.ac:
21163           bump nano to cvs
21164
21165 === release 0.8.4 ===
21166
21167 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21168
21169         * configure.ac: releasing 0.8.4, "Alias"
21170
21171 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21172
21173         * ext/theora/Makefile.am:
21174           fix makefile.  Fixes #151462.
21175
21176 2004-08-30  Wim Taymans  <wim@fluendo.com>
21177
21178         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21179         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21180         (gst_multifdsink_remove_client_link),
21181         (gst_multifdsink_client_queue_buffer),
21182         (gst_multifdsink_handle_client_write):
21183         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21184         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21185         Fix some memory leaks.
21186
21187 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21188
21189         Patch by: David Schleef
21190
21191         * configure.ac:
21192         * sys/Makefile.am:
21193           rename our detection macro for V4L2.  Fixes #151236.
21194
21195 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21196
21197         Patch by: David Schleef
21198
21199         * configure.ac:
21200           check to define LAMEPRESET.  Fixes #151232.
21201
21202 2004-08-27  David Schleef  <ds@schleef.org>
21203
21204         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21205         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21206         (gst_glimagesink_fixate):  Move local variable declarations to
21207         make gcc-2.95 happy.
21208
21209 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21210
21211         * configure.ac:
21212           bump nano for prerelease
21213
21214 2004-08-27  David Schleef  <ds@schleef.org>
21215
21216         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21217         * sys/sunaudio/gstsunaudiosrc.c:
21218         * sys/sunaudio/gstsunaudiosrc.h:
21219
21220 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21221
21222         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21223         handle EOS correctly
21224         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21225         * gst/matroska/matroska-mux.h:
21226         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21227         VFW compatibility mode
21228
21229 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21230
21231         patch by: Zaheer Abbas Merali
21232
21233         * ext/ogg/gstoggmux.c:
21234         * ext/vorbis/vorbisenc.c:
21235         * ext/vorbis/vorbisenc.h:
21236           handle NEWMEDIA
21237
21238 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21239
21240         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21241         fix byte order reversion on little endian machines.
21242         * gst/matroska/matroska-mux.c: (audiosink_templ),
21243         (gst_matroska_mux_audio_pad_link):
21244         add TTA codec to the list of supported codecs.
21245         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21246         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21247         (gst_matroska_mux_write_data):
21248         * gst/matroska/matroska-mux.h:
21249         write segment duration correctly, write muxing app string, fixes bugs
21250         #140897 and #140898.
21251         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21252         wait for all pads to be negotiated before starting to mux.
21253
21254 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21255
21256         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21257         * ext/lame/gstlame.h:
21258         Added new media support to lame
21259
21260 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21261
21262         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21263         send vorbis headers at the beginning of a stream, fixes bug #141554.
21264         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21265         bug #148950.
21266         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21267         (gst_matroska_demux_plugin_init):
21268         * gst/matroska/matroska-ids.h:
21269         enable demuxing of TTA audio streams, fixes bug #148951.
21270         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21271         enable typefinding for TTA audio files, fixes bug #148711.
21272         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21273         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21274         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21275
21276 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21277
21278         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21279         (gst_riff_read_element_data), (gst_riff_read_seek),
21280         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21281         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21282         <teuf@gnome.org>
21283
21284 2004-08-23 Iain <iaingnome@gmail.com>
21285
21286         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21287         tags. They appear to be handled differently to normal.
21288         (tag_list_to_id3_tag_foreach): Ditto.
21289
21290 2004-08-22  Wim Taymans  <wim@fluendo.com>
21291
21292         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21293         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21294         Make sure we never send -1 granulepos.
21295
21296 2004-08-20  Wim Taymans  <wim@fluendo.com>
21297
21298         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21299         (gst_ogg_mux_loop):
21300         I will accept bitchslappings with non sharp objects.
21301
21302 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21303
21304         * configure.ac:
21305         Clean up the test for lame presets
21306
21307 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21308
21309         * configure.ac:
21310         * ext/lame/Makefile.am:
21311         * ext/lame/gstlame.c: (gst_lame_class_init),
21312         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21313         Only enable lame presets if version of lame has presets in API
21314
21315 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21316         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21317         * gst/udp/gstudpsrc.h:
21318           Don't call gst_pad_push in a get function. Fixes #150449
21319
21320 2004-08-18  Wim Taymans  <wim@fluendo.com>
21321
21322         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21323         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21324         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21325         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21326         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21327         (gst_fdset_wait):
21328         * gst/tcp/gstfdset.h:
21329         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21330         (gst_multifdsink_client_queue_buffer),
21331         (gst_multifdsink_handle_client_write):
21332         * gst/tcp/gstmultifdsink.h:
21333         Some extra checks in gstfdset.
21334         Only use send() when the fd is a socket. Don't try to
21335         read from write only fds.
21336
21337 2004-08-18  Wim Taymans  <wim@fluendo.com>
21338
21339         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21340         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21341         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21342         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21343         (gst_fdset_wait):
21344         Add more locking and bounds checking.
21345
21346 2004-08-18  Wim Taymans  <wim@fluendo.com>
21347
21348         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21349         Realloc test fdset in the lock and right before starting
21350         the poll call. Bump the limit to 4096.
21351
21352 2004-08-17  David Schleef  <ds@schleef.org>
21353
21354         * sys/sunaudio/Makefile.am:
21355         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21356         of rates and channels.  Make debugging less obnoxious.
21357
21358         Patch from Balamurali Viswanathan implementing a mixer for
21359         Sun audio.  (bug #144091):
21360         * sys/sunaudio/gstsunelement.c:
21361         * sys/sunaudio/gstsunelement.h:
21362         * sys/sunaudio/gstsunmixer.c:
21363         * sys/sunaudio/gstsunmixer.h:
21364
21365 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21366
21367         * gst/audioscale/gstaudioscale.c:
21368         * gst/audioscale/gstaudioscale.h:
21369         made audioscale resample from any sample rate to any sample rate
21370
21371 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21372
21373         * ext/libpng/gstpngdec.c:
21374           error out on unsupported types
21375
21376 2004-08-17  Iain <iaingnome@gmail.com>
21377
21378         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21379         mid_side and loose_mid_side properties if its a stereo stream.
21380
21381 2004-08-17  Wim Taymans  <wim@fluendo.com>
21382
21383         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21384         (theora_get_formats), (theora_dec_src_convert),
21385         (theora_dec_sink_convert), (theora_dec_src_query),
21386         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21387         Add a debug line.
21388
21389 2004-08-17  Wim Taymans  <wim@fluendo.com>
21390
21391         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21392         (gst_ogg_pad_push):
21393         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21394         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21395         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21396         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21397         Mark delta units in the muxer.
21398         Try to decode the packet after an out-of-sync error from
21399         libogg.
21400
21401 2004-08-17  Wim Taymans  <wim@fluendo.com>
21402
21403         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21404         (gst_multifdsink_init), (gst_multifdsink_add),
21405         (gst_multifdsink_client_queue_buffer),
21406         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21407         * gst/tcp/gstmultifdsink.h:
21408         Added option to send a keyframe to clients as the first buffer.
21409         Make timeout property writable.
21410
21411 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21412
21413         patch by: Wim Taymans
21414
21415         * gst/tcp/gstfdset.c:
21416         * gst/tcp/gstmultifdsink.c:
21417           fix index comparison, should include 0
21418
21419 2004-08-16  Wim Taymans  <wim@fluendo.com>
21420
21421         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21422         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21423         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21424         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21425         (gst_fdset_wait):
21426           copy when reallocing for poll so the select arguments don't get
21427           changed during the call
21428
21429 2004-08-16  Wim Taymans  <wim@fluendo.com>
21430
21431         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21432         (gst_theora_enc_class_init), (theora_enc_sink_link),
21433         (theora_buffer_from_packet), (theora_enc_chain):
21434         Fix bug where buffers were not marked as keyframes
21435         correctly.
21436
21437 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21438
21439         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21440         (gst_lame_preset_get_type), (gst_lame_class_init):
21441         describe the enum values for vbr mode and presets more verbosely
21442
21443 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21444
21445         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21446         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21447         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21448         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21449         * ext/lame/gstlame.h:
21450         add preset property to lame so it can use lame presets
21451
21452 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21453
21454         * ext/lame/gstlame.c: (gst_lame_get_property):
21455         whoops forgot break, thanks teuf
21456
21457 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21458
21459         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21460         (gst_lame_class_init), (gst_lame_src_getcaps),
21461         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21462         (gst_lame_get_property), (gst_lame_setup):
21463         * ext/lame/gstlame.h:
21464         fix lame's broken vbr stuff, allow it to resample if need be, and also
21465         make xing header optional
21466
21467 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21468
21469         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21470         added getcaps function so samplerate doesnt get fixated to silly values
21471
21472 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21473
21474         * ext/lame/gstlame.c: (gst_lame_src_link):
21475         revert previous fix
21476
21477 2004-08-12  Johan Dahlin  <johan@gnome.org>
21478
21479         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21480         checks. Doesn't matter what state we are in. Interfaces are a
21481         compile time thing, not runtime. It also broke the python bindings.
21482
21483 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21484
21485         * ext/lame/gstlame.c: (gst_lame_src_link):
21486         made source pad link function check if sinkpad is ok..fixes the problem
21487         where core fixates the output rate of lame stupidly
21488
21489 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21490
21491         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21492         * sys/v4l/v4l_calls.c:
21493         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21494           fix fixate function to handle nonsimple caps.
21495           remove bogus check in _link
21496           cleanups
21497
21498 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21499
21500         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21501         set default compression ratio parameter to 0.0 so bitrate parameter
21502         works :)
21503
21504 2004-08-11  David Schleef  <ds@schleef.org>
21505
21506         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21507
21508 2004-08-11  David Schleef  <ds@schleef.org>
21509
21510         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21511         before.
21512
21513 2004-08-11  David Schleef  <ds@schleef.org>
21514
21515         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21516
21517 2004-08-11  David Schleef  <ds@schleef.org>
21518
21519         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21520           license field
21521         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21522         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21523           LGPL.
21524         * gst/auparse/gstauparse.c: Fix plugin license field.
21525         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21526         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21527         * gst/rtp/gstrtp.c: Fix plugin license field.
21528
21529 2004-08-11  Wim Taymans  <wim@fluendo.com>
21530
21531         * gst/tcp/Makefile.am:
21532         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21533         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21534         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21535         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21536         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21537         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21538         (gst_fdset_fd_can_write), (gst_fdset_wait):
21539         * gst/tcp/gstfdset.h:
21540         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21541         (gst_multifdsink_class_init), (gst_multifdsink_init),
21542         (gst_multifdsink_add), (gst_multifdsink_remove),
21543         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21544         (gst_multifdsink_remove_client_link),
21545         (gst_multifdsink_handle_client_read),
21546         (gst_multifdsink_client_queue_data),
21547         (gst_multifdsink_client_queue_caps),
21548         (gst_multifdsink_client_queue_buffer),
21549         (gst_multifdsink_handle_client_write),
21550         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21551         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21552         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21553         (gst_multifdsink_close):
21554         * gst/tcp/gstmultifdsink.h:
21555         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21556         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21557         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21558         (gst_tcpserversink_close):
21559         * gst/tcp/gsttcpserversink.h:
21560         Abstracted away the select call, implemented poll (yes we ran into
21561         the 1024 limit in production).
21562
21563 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21564
21565         * gst/tcp/gsttcp.c:
21566         * gst/tcp/gsttcpplugin.c:
21567           improve debuggging, remove assert
21568
21569 2004-08-10  Wim Taymans  <wim@fluendo.com>
21570
21571         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21572         (gst_client_status_get_type), (gst_multifdsink_class_init),
21573         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21574         (gst_multifdsink_handle_client_read),
21575         (gst_multifdsink_handle_client_write),
21576         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21577         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21578         (gst_multifdsink_get_property):
21579         * gst/tcp/gstmultifdsink.h:
21580         * gst/tcp/gsttcp-marshal.list:
21581         Starting to prepare for specifying buffer time in other units
21582         than buffers. Expose remove reason in signal.
21583
21584 2004-08-10  Wim Taymans  <wim@fluendo.com>
21585
21586         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21587         (gst_multifdsink_remove), (gst_multifdsink_clear),
21588         (gst_multifdsink_remove_client_link),
21589         (gst_multifdsink_handle_client_read),
21590         (gst_multifdsink_client_queue_data),
21591         (gst_multifdsink_client_queue_buffer),
21592         (gst_multifdsink_handle_client_write),
21593         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21594         (gst_multifdsink_chain), (gst_multifdsink_close):
21595         * gst/tcp/gstmultifdsink.h:
21596         Added more debugging info. Changed the way clients are
21597         removed from the lists. Fixed a bug where a bad file descriptor
21598         could cause many clients to be removed.
21599
21600 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21601
21602         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21603           allow all pixel-aspect-ratios, not just 1:1
21604
21605 2004-08-09  David Schleef  <ds@schleef.org>
21606
21607         * sys/glsink/ARB_multitexture.h:  Remove old files.
21608         * sys/glsink/EXT_paletted_texture.h:
21609         * sys/glsink/NV_register_combiners.h:
21610         * sys/glsink/gstgl_nvimage.c:
21611         * sys/glsink/gstgl_pdrimage.c:
21612         * sys/glsink/gstgl_rgbimage.c:
21613         * sys/glsink/gstglsink.c:
21614         * sys/glsink/gstglsink.h:
21615         * sys/glsink/gstglxwindow.c:
21616         * sys/glsink/regcomb_yuvrgb.c:
21617
21618 2004-08-09  David Schleef  <ds@schleef.org>
21619
21620         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21621         GL sink plugin.  (Bug #147302)
21622
21623         * configure.ac: Test for OpenGL
21624         * sys/Makefile.am: Use test for OpenGL
21625         * sys/glsink/Makefile.am:
21626         * sys/glsink/glimagesink.c: rewrite
21627         * sys/glsink/glimagesink.h: rewrite
21628
21629 2004-08-09  David Schleef  <ds@schleef.org>
21630
21631         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21632         sane framerates.
21633         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21634         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21635         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21636
21637 2004-08-09  Wim Taymans  <wim@fluendo.com>
21638
21639         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21640         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21641         (gst_multifdsink_client_remove),
21642         (gst_multifdsink_handle_client_read),
21643         (gst_multifdsink_handle_client_write),
21644         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21645         Do a bit more logging, make the client_read code more robust.
21646
21647 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21648
21649         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21650         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21651         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21652         (gst_jpegdec_init), (gst_jpegdec_chain):
21653         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21654         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21655           cleanups, debugging fixes and memleak plugging
21656
21657 2004-08-09  Wim Taymans  <wim@fluendo.com>
21658
21659         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21660         (theora_get_formats), (theora_dec_src_convert),
21661         (theora_dec_sink_convert), (theora_dec_src_query),
21662         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21663         (theora_dec_change_state):
21664         Don't crash on missing header packets.
21665
21666 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21667
21668         * po/LINGUAS:
21669         * po/sq.po:
21670           Added Albanian translation (Laurent Dhima)
21671         * po/cs.po:
21672           updated
21673
21674 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21675
21676         * ext/lame/gstlame.c:
21677           fix/add debugging
21678
21679 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21680
21681         * sys/ximage/ximagesink.c:
21682         * sys/xvimage/xvimagesink.c:
21683           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21684
21685 2004-08-06  Wim Taymans  <wim@fluendo.com>
21686
21687         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21688         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21689         (gst_multifdsink_client_remove),
21690         (gst_multifdsink_handle_client_read),
21691         (gst_multifdsink_handle_client_write),
21692         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21693         Make sure we don't try to read more from a client that what
21694         ioctl says us or we deadlock.
21695
21696 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21697
21698         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21699         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21700         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21701           decouple running_time and n_frames so it can handle changing
21702           framerate while running
21703
21704 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21705
21706         * po/nl.po:
21707         * po/sv.po:
21708           updated translations
21709
21710 2004-08-04  Benjamin Otte  <otte@gnome.org>
21711
21712         * gst/videotestsrc/gstvideotestsrc.c:
21713         (gst_videotestsrc_get_capslist), (generate_capslist),
21714         (plugin_init):
21715           generate the list of supported caps at startup and reuse it instead
21716           of always generating it
21717
21718 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21719
21720         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21721           whoops, last checkin broke normal build
21722
21723 2004-08-03  Benjamin Otte  <otte@gnome.org>
21724
21725         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21726         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21727         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21728         (gst_alsa_mixer_get_option):
21729         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21730         (dvdnavsrc_print_event):
21731         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21732         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21733         (gst_ogg_mux_pad_unlink):
21734         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21735         (gst_multipart_mux_pad_unlink):
21736         * gst/videofilter/gstvideobalance.c:
21737         (gst_videobalance_colorbalance_set_value):
21738         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21739         (gst_videomixer_pad_unlink):
21740         * po/uk.po:
21741         * sys/oss/gstossmixer.c:
21742         * sys/v4l/gstv4lcolorbalance.c:
21743         * sys/v4l/gstv4ltuner.c:
21744         * sys/v4l/v4lsrc_calls.c:
21745         * sys/v4l2/gstv4l2colorbalance.c:
21746         * sys/v4l2/gstv4l2tuner.c:
21747           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21748
21749 2004-08-03  Benjamin Otte  <otte@gnome.org>
21750
21751         * examples/dynparams/filter.c: (ui_control_create):
21752         * examples/gstplay/player.c: (print_tag):
21753         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21754         * ext/gdk_pixbuf/gstgdkanimation.c:
21755         (gst_gdk_animation_iter_may_advance):
21756         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21757         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21758         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21759         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21760         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21761         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21762         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21763         * gst/sine/demo-dparams.c: (main):
21764         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21765         * testsuite/alsa/formats.c: (create_pipeline):
21766         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21767           fixes for G_DISABLE_ASSERT and friends
21768         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21769         (mp3_type_frame_length_from_header), (mp3_type_find),
21770         (plugin_init):
21771           require mp3 typefinding to have at least MIN_HEADERS valid headers
21772           add typefinding for AAC adts files
21773
21774 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21775
21776         * sys/ximage/ximagesink.c:
21777         (gst_ximagesink_calculate_pixel_aspect_ratio):
21778         * sys/xvimage/xvimagesink.c:
21779         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21780         Make sure we calculate pixel-aspect-ratio using floating point maths
21781
21782 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21783
21784         * po/uk.po:
21785           updated translation
21786
21787 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21788
21789         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21791           add debugging for display PAR calculation
21792
21793 2004-08-02  David Schleef  <ds@schleef.org>
21794
21795         * configure.ac: Fix mikmod CFLAGS.
21796
21797 2004-07-27  Benjamin Otte  <otte@gnome.org>
21798
21799         * gst/audioscale/gstaudioscale.c:
21800         - fix templates to only support S16, it's the only format that works
21801         - make caps nego code use try_set_caps_nonfixed and fixation instead
21802         of try_set_caps twice, which is not nice for autopluggers
21803         - change rank to secondary, so autopluggers can pick it up after
21804         audioconvert
21805
21806 2004-08-02  Iain <iain@prettypeople.org>
21807
21808         * gst/interleave/interleave.c (interleave_init),
21809         (interleave_request_new_pad),
21810         (interleave_pad_removed),
21811         (interleave_buffered_loop): Use the real pad count, not the artificial
21812         one.
21813
21814 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21815
21816         * configure.ac: bump nano back to development
21817
21818 === release 0.8.3 ===
21819
21820 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21821
21822         * configure.ac: releasing 0.8.3, "Water"
21823
21824 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21825
21826         * sys/xvimage/xvimagesink.c:
21827         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21828         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21829         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
21830         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21831         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21832         * sys/xvimage/xvimagesink.h:
21833           apply similar PAR fixes as to ximagesink
21834
21835 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21836
21837         patch from: Benjamin Otte
21838
21839         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
21840           add link function to lame.  Fixes #148986.
21841
21842 2004-08-02  Johan Dahlin  <johan@gnome.org>
21843
21844         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
21845         fix debugging log
21846
21847 2004-07-30  David Schleef  <ds@schleef.org>
21848
21849         * gst/videomixer/Makefile.am: Fix things that should have been
21850         fixed in the last checkin.
21851
21852 2004-07-30  David Schleef  <ds@schleef.org>
21853
21854         * gst/multipart/Makefile.am: Fix things that should have been
21855         fixed in the last checkin.
21856
21857 2004-07-30  David Schleef  <ds@schleef.org>
21858
21859         * testsuite/multifilesink/Makefile.am: Fix unused variable.
21860
21861 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21862
21863         * configure.ac:
21864           bump nano for prerelease
21865         * po/af.po:
21866         * po/az.po:
21867         * po/cs.po:
21868         * po/en_GB.po:
21869         * po/hu.po:
21870         * po/nl.po:
21871         * po/sr.po:
21872         * po/sv.po:
21873         * po/uk.po:
21874           updates
21875
21876 2004-07-30  Wim Taymans  <wim@fluendo.com>
21877
21878         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21879         (gst_multifdsink_add), (gst_multifdsink_remove),
21880         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21881         (gst_multifdsink_client_remove),
21882         (gst_multifdsink_handle_client_write),
21883         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21884         * gst/tcp/gstmultifdsink.h:
21885         Recover from a select with a bad file descriptor by removing
21886         the client.
21887
21888 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21889
21890         * configure.ac:
21891           fix requirement of core
21892         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
21893         (gst_play_pipeline_setup):
21894           don't use colorspace element.  do use hermescolorspace element.
21895           make macro to get a colorspace element.
21896           mark strings for translation.
21897         * po/POTFILES.in:
21898           add play.c
21899         * po/af.po:
21900         * po/az.po:
21901         * po/cs.po:
21902         * po/en_GB.po:
21903         * po/hu.po:
21904         * po/nl.po:
21905         * po/sr.po:
21906         * po/sv.po:
21907         * po/uk.po:
21908           update translations
21909
21910 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21911
21912         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
21913         fix default for newmedia flag
21914
21915 2004-07-30  Wim Taymans  <wim@fluendo.com>
21916
21917         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21918         (gst_theora_dec_init), (theora_get_formats),
21919         (theora_dec_src_convert), (theora_dec_sink_convert),
21920         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21921         (theora_dec_chain), (theora_dec_set_property),
21922         (theora_dec_get_property):
21923         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21924         (gst_theora_enc_class_init), (gst_theora_enc_init),
21925         (theora_enc_sink_link), (theora_enc_chain),
21926         (theora_enc_set_property), (theora_enc_get_property):
21927         Added cropping option to theora decoder.
21928         Added border option to theora encoder.
21929
21930 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21931
21932         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21933         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21934         (gst_pngenc_set_property):
21935         * ext/libpng/gstpngenc.h:
21936         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
21937
21938 2004-07-30  Wim Taymans  <wim@fluendo.com>
21939
21940         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21941         (theora_enc_sink_link), (theora_enc_chain),
21942         (theora_enc_set_property), (theora_enc_get_property):
21943         Fix encoding of non-multiple-of-16 video.
21944
21945 2004-07-29  David Schleef  <ds@schleef.org>
21946
21947         * configure.ac: make test for audiofile more strict
21948
21949 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21950
21951         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21952           give different names to typefind functions
21953
21954 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21955
21956         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21957         (gst_ximagesink_calculate_pixel_aspect_ratio),
21958         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21959         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21960         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
21961         (gst_ximagesink_get_property), (gst_ximagesink_init):
21962         * sys/ximage/ximagesink.h:
21963           allocate PAR's dynamically.
21964           use autodetected PAR if no object-set PAR is given.
21965           add workaround for directfb's X not setting physical size.
21966           fix to xvimagesink will follow tomorrow.
21967
21968 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21969
21970         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
21971         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
21972         (gst_shout2send_get_type), (gst_shout2send_set_clock),
21973         (gst_shout2send_class_init), (gst_shout2send_init),
21974         (set_shout_metadata), (gst_shout2send_set_metadata),
21975         (gst_shout2send_chain), (gst_shout2send_set_property),
21976         (gst_shout2send_get_property), (gst_shout2send_connect),
21977         (gst_shout2send_change_state):
21978         * ext/shout2/gstshout2.h:
21979         - fix for sending mp3 audio to icecast2 server, if pad link function not
21980         called before PAUSED state
21981         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
21982         - added tagging support for mp3 audio broadcasted
21983         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
21984         debug info
21985
21986 2004-07-28  Wim Taymans  <wim@fluendo.com>
21987
21988         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
21989         (gst_ogg_demux_push):
21990         Return query failure when we don't know the length of
21991         an ogg stream insteda of returning TRUE with a bogus value.
21992
21993 2004-07-28  Wim Taymans  <wim@fluendo.com>
21994
21995         * ext/theora/theoradec.c: (theora_get_formats),
21996         (theora_dec_src_convert), (theora_dec_sink_convert),
21997         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21998         (theora_dec_chain):
21999         Don't screw up the 1 Chroma for 1 luma sample situation when we
22000         have an odd offset/width by adding a black border in those cases.
22001
22002 2004-07-28  Wim Taymans  <wim@fluendo.com>
22003
22004         * ext/theora/theoradec.c: (theora_get_formats),
22005         (theora_dec_src_convert), (theora_dec_sink_convert),
22006         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22007         (theora_dec_chain):
22008         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22009         Added first attempt at cropping of the image as required by the
22010         theora spec. We need more properties in the caps (offset_x,
22011         offset_y,stride) to implement this correctly.
22012
22013 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22014
22015         * ext/dvdnav/README:
22016           Update the README to use dvddemux
22017         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22018           Ensure getcaps returns a subset of the template caps
22019         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22020         (gst_mpeg2subt_init):
22021           Ensure getcaps returns a subset of the template caps
22022         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22023         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22024         (gst_dvd_demux_get_subpicture_stream),
22025         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22026         * gst/mpegstream/gstdvddemux.h:
22027           Set the explicit caps on the current_video pad before pushing
22028           anything
22029         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22030         (gst_mpeg_demux_get_audio_stream):
22031           Free caps used to gst_pad_set_explicit_caps, which takes a const
22032           GstCaps *
22033
22034 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22035
22036         * configure.ac: update GStreamer requirement to 0.8.4 because of
22037           GstFraction.
22038
22039 2004-07-28  Wim Taymans  <wim@fluendo.com>
22040
22041         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22042         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22043         Add the pad to the element after setting up the caps. This
22044         makes it a lot easier to autoplug.
22045
22046 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22047
22048         * gst/median/gstmedian.c:
22049         * gst/mpeg2subt/gstmpeg2subt.c:
22050         * gst/mpegaudioparse/gstmpegaudioparse.c:
22051         * gst/mpegstream/gstdvddemux.c:
22052         * gst/mpegstream/gstmpegdemux.c:
22053         * gst/mpegstream/gstmpegpacketize.c:
22054         * gst/rtjpeg/gstrtjpeg.c:
22055         * gst/rtjpeg/gstrtjpegdec.c:
22056         * gst/rtjpeg/gstrtjpegenc.c:
22057         * gst/sine/gstsinesrc.c:
22058         * gst/smooth/gstsmooth.c:
22059         * gst/smpte/gstsmpte.c:
22060         * gst/smpte/gstsmpte.h:
22061         * gst/stereo/gststereo.c:
22062         * gst/videofilter/gstgamma.c:
22063         * gst/videofilter/gstvideobalance.c:
22064         * gst/videofilter/gstvideofilter.c:
22065         * gst/videofilter/gstvideoflip.c:
22066         * gst/videoscale/gstvideoscale.c:
22067         * gst/videoscale/videoscale.c:
22068         * gst/videotestsrc/gstvideotestsrc.c:
22069         * gst/videotestsrc/videotestsrc.c:
22070         * gst/wavenc/gstwavenc.c:
22071         * gst/wavparse/gstwavparse.c:
22072           fix local includes and 64 bits constants
22073
22074 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22075
22076         * win32/gst.sln:
22077         * gst-libs/gst/*/*.vcproj:
22078         * gst/*/*.vcproj:
22079           more working plugins
22080
22081 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22082
22083         * testsuite/alsa/Makefile.am:
22084         * testsuite/alsa/srcstate.c:
22085         add test for alsasrc changing state
22086
22087 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22088
22089         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22090         (gst_silence_get):
22091         * gst/silence/gstsilence.h:
22092         fix silence generation for 16bit raw audio
22093
22094 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22095
22096         * gst/matroska/matroska-demux.c:
22097         (gst_matroska_demux_parse_metadata),
22098         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22099         * gst/mpegaudio/common.c:
22100         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22101         (gst_videoscale_getcaps), (gst_videoscale_link),
22102         (gst_videoscale_src_fixate), (gst_videoscale_init),
22103         (gst_videoscale_finalize):
22104         * gst/videoscale/gstvideoscale.h:
22105         * gst/videotestsrc/gstvideotestsrc.c:
22106         (gst_videotestsrc_get_capslist):
22107         * gst/wavenc/gstwavenc.c:
22108         * sys/oss/gstossmixer.c: (fill_labels):
22109         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22110         (gst_ximagesink_handle_xevents),
22111         (gst_ximagesink_calculate_pixel_aspect_ratio),
22112         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22113         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22114         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22115         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22116         (gst_ximagesink_init), (gst_ximagesink_class_init):
22117         * sys/ximage/ximagesink.h:
22118         * sys/xvimage/xvimagesink.c:
22119         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22120         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22121         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22122         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22123         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22124         * sys/xvimage/xvimagesink.h:
22125           first batch of pixel aspect ratio commits.
22126
22127 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22128
22129         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22130         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22131         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22132           handle stride, needs work if we want to move stride handling
22133           upstream, but works correctly for our purposes.
22134
22135 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22136
22137         * gst/videoscale/README:
22138           add testing examples
22139         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22140         (gst_videoscale_chain):
22141         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22142         (gst_videoscale_get_size):
22143           add get_size function that handles stride like videotestsrc.
22144           fixes conversion for YUV formats for as much as I can test them.
22145
22146 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22147
22148         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22149         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22151         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22152         (gst_xvimagesink_xvimage_put):
22153           further cleanups, logging, error handling and synchronizing
22154
22155 2004-07-27  Wim Taymans  <wim@fluendo.com>
22156
22157         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22158         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22159         (gst_videomixer_pad_set_property),
22160         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22161         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22162         (gst_videomixer_class_init), (gst_videomixer_init),
22163         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22164         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22165         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22166         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22167         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22168         (gst_videomixer_loop), (plugin_init):
22169         Be a nicer negotiation citizen and provide a getcaps function on
22170         the srcpad. This also fixes a crash when resizing.
22171
22172 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22173
22174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22175         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22176
22177 2004-07-27  Wim Taymans  <wim@fluendo.com>
22178
22179         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22180         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22181         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22182         (gst_pngenc_set_property):
22183         * ext/libpng/gstpngenc.h:
22184         Added snapshot property to pngenc.
22185         removed g_print from pngdec
22186
22187 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22188
22189         * gst/ac3parse/ac3parse.vcproj
22190         * gst/adder/adder.vcproj
22191         * gst/alpha/alpha.vcproj
22192         * gst/alpha/alphacolor.vcproj
22193         * gst/asfdemux/asf.vcproj
22194         * gst/audioconvert/audioconvert.vcproj
22195         * gst/audiorate/audiorate.vcproj
22196         * gst/audioscale/audioscale.vcproj
22197         * gst/auparse/auparse.vcproj
22198         * gst/avi/avi.vcproj
22199         * gst/cdxaparse/cdxaparse.vcproj
22200         * gst/chart/chart.vcproj
22201         * gst/colorspace/colorspace.vcproj
22202         * gst/cutter/cutter.vcproj
22203         * gst/debug/debug.vcproj
22204         * gst/debug/efence.vcproj
22205         * gst/debug/navigationtest.vcproj
22206         * gst/deinterlace/deinterlace.vcproj
22207         * gst/effectv/effectv.vcproj
22208         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22209         * gst/filter/filter.vcproj
22210         * gst/flx/flxdec.vcproj
22211         * gst/goom/goom.vcproj
22212         * gst/interleave/interleave.vcproj
22213         * gst/law/alaw.vcproj
22214         * gst/law/mulaw.vcproj
22215         * gst/matroska/matroska.vcproj
22216         * gst/median/median.vcproj
22217         * gst/mixmatrix/mixmatrix.vcproj
22218         * gst/mpeg1sys/mpeg1systemencode.vcproj
22219         * gst/mpeg1videoparse/mp1videoparse.vcproj
22220         * gst/mpeg2sub/mpeg2subt.vcproj
22221         * gst/mpegaudio/mpegaudio.vcproj
22222         * gst/mpegaudioparse/mpegaudioparse.vcproj
22223         * gst/mpegstream/mpegstream.vcproj
22224         * gst/multifilesink/multifilesink.vcproj
22225         * gst/multipart/multipart.vcproj
22226         * gst/oneton/oneton.vcproj
22227         * gst/overlay/overlay.vcproj
22228         * gst/passthrough/passthrough.vcproj
22229         * gst/qtdemux/qtdemux.vcproj
22230         * gst/realmedia/rmdemux.vcproj
22231         * gst/rtjpeg/rtjpeg.vcproj
22232         * gst/rtp/rtp.vcproj
22233         * gst/silence/silence.vcproj
22234         * gst/sine/sinesrc.vcproj
22235         * gst/smooth/smooth.vcproj
22236         * gst/smpte/smpte.vcproj
22237         * gst/spectrum/spectrum.vcproj
22238         * gst/speed/speed.vcproj
22239         * gst/stereo/stereo.vcproj
22240         * gst/switch/switch.vcproj
22241         * gst/tags/tagedit.vcproj
22242         * gst/tcp/tcp.vcproj
22243         * gst/typefind/typefindfunctions.vcproj
22244         * gst/udp/udp.vcproj
22245         * gst/videobox/videobox.vcproj
22246         * gst/videocrop/videocrop.vcproj
22247         * gst/videodrop/videodrop.vcproj
22248         * gst/videofilter/gamma.vcproj
22249         * gst/videofilter/videobalance.vcproj
22250         * gst/videofilter/videofilter.vcproj
22251         * gst/videofilter/videoflip.vcproj
22252         * gst/videoflip/videoflip.vcproj
22253         * gst/videomixer/videomixer.vcproj
22254         * gst/videorate/videorate.vcproj
22255         * gst/videoscale/videoscale.vcproj
22256         * gst/videotestsrc/videotestsrc.vcproj
22257         * gst/virtualdub/virtualdub.vcproj
22258         * gst/volenv/volenv.vcproj
22259         * gst/volume/volume.vcproj
22260         * gst/wavenc/wavenc.vcproj
22261         * gst/wavparse/wavparse.vcproj
22262         * gst/y4m/y4menc.vcproj
22263         * gst-libs/gst/audio/audio.vcproj
22264         * gst-libs/gst/audio/audiofilter.vcproj
22265         * gst-libs/gst/colorbalance/colorbalance.vcproj
22266         * gst-libs/gst/idct/idtc.vcproj
22267         * gst-libs/gst/media-info/media-info.vcproj
22268         * gst-libs/gst/mixer/mixer.vcproj
22269         * gst-libs/gst/navigation/navigation.vcproj
22270         * gst-libs/gst/play/play.vcproj
22271         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22272         * gst-libs/gst/resample/resample.vcproj
22273         * gst-libs/gst/riff/riff.vcproj
22274         * gst-libs/gst/tuner/tuner.vcproj
22275         * gst-libs/gst/video/video.vcproj
22276         * gst-libs/gst/xoverlay/xoverlay.vcproj
22277           avoid problems with math.h, fix release dependancy
22278           rename GStreamer-0.8.lib to libgstreamer.lib
22279
22280 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22281
22282         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22284         the atom is not available we have to unlock the mutex. Fixes #148023
22285
22286 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22287
22288         * gst-libs/gst/media-info/media-info.h:
22289           issue for a vararg macro with MSVC
22290
22291 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22292
22293         * gst/effectv/effectv.vcproj
22294         * gst-libs/gst/idct/idct.vcproj:
22295         * gst-libs/gst/media-info/media-info.vcproj:
22296         * gst-libs/gst/navigation/navigation.vcproj:
22297         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22298         * gst-libs/gst/video/video.vcproj:
22299         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22300           fixes for build problems
22301
22302 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22303
22304         * gst-libs/gst/audio/audio.def:
22305         * gst-libs/gst/audio/riff.def:
22306           add some definitions needed by plugins
22307
22308 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22309
22310         * gst/asfdemux/gstasfmux.c
22311           Fix some 64 bits constants to be glib friendly
22312
22313 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22314
22315         * gst/ac3parse/gstac3parse.c
22316         * gst/audioscale/gstaudioscale.c
22317         * gst/auparse/gstauparse.c
22318         * gst/colorspace/gstcolorspace.c
22319         * gst/colorspace/yuv2rgb.h
22320           local include fixes
22321
22322 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22323
22324         * win32/gst.sln
22325           add more plugins to the build
22326
22327 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22328
22329         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22330         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22331
22332 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22333
22334         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22335         (gst_level_set_property), (gst_level_get_property),
22336         (gst_level_base_init), (gst_level_class_init):
22337           add debugging categories.  cleanups.
22338
22339 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22340
22341         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22342         (gst_videoscale_planar411), (gst_videoscale_planar400),
22343         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22344         (gst_videoscale_scale_nearest_str1),
22345         (gst_videoscale_scale_nearest_str2),
22346         (gst_videoscale_scale_nearest_str4),
22347         (gst_videoscale_scale_nearest_16bit),
22348         (gst_videoscale_scale_nearest_24bit):
22349           fixed stride issues
22350           tested with 320x240 -> 321, 322, 324 x240
22351           tested with YV12, I420, YUY2, UYVY
22352           fixed packed422rev (don't think it could have worked before)
22353           by testing with UYVY
22354
22355 2004-07-26  Benjamin Otte  <otte@gnome.org>
22356
22357         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22358         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22359         (plugin_init):
22360           add debugging category, add error checks like checking return values
22361           of setup calls, make sure it still works after
22362           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22363
22364 2004-07-26  Wim Taymans  <wim@fluendo.com>
22365
22366         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22367         (gst_mpeg_demux_get_audio_stream),
22368         (gst_mpeg_demux_process_private):
22369         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22370         Check for error codes from the negotiation functions. Make sure
22371         we really set the pad caps when a new pad is created.
22372
22373 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22374
22375         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22376         (gst_ffmpeg_caps_to_pix_fmt):
22377         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22378         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22379         (gst_ffmpegcolorspace_pad_link):
22380           don't make function do two things at the same time without reason.
22381
22382 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22383
22384         * gst/ac3parse/ac3parse.vcproj
22385         * gst/adder/adder.vcproj
22386         * gst/alpha/alpha.vcproj
22387         * gst/alpha/alphacolor.vcproj
22388         * gst/asfdemux/asf.vcproj
22389         * gst/audioconvert/audioconvert.vcproj
22390         * gst/audiorate/audiorate.vcproj
22391         * gst/audioscale/audioscale.vcproj
22392         * gst/auparse/auparse.vcproj
22393         * gst/avi/avi.vcproj
22394         * gst/cdxaparse/cdxaparse.vcproj
22395         * gst/chart/chart.vcproj
22396         * gst/colorspace/colorspace.vcproj
22397         * gst/cutter/cutter.vcproj
22398         * gst/debug/debug.vcproj
22399         * gst/debug/efence.vcproj
22400         * gst/debug/navigationtest.vcproj
22401         * gst/deinterlace/deinterlace.vcproj
22402         * gst/effectv/effectv.vcproj
22403         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22404         * gst/filter/filter.vcproj
22405         * gst/flx/flxdec.vcproj
22406         * gst/goom/goom.vcproj
22407         * gst/interleave/interleave.vcproj
22408         * gst/law/alaw.vcproj
22409         * gst/law/mulaw.vcproj
22410         * gst/matroska/matroska.vcproj
22411         * gst/median/median.vcproj
22412         * gst/mixmatrix/mixmatrix.vcproj
22413         * gst/mpeg1sys/mpeg1systemencode.vcproj
22414         * gst/mpeg1videoparse/mp1videoparse.vcproj
22415         * gst/mpeg2sub/mpeg2subt.vcproj
22416         * gst/mpegaudio/mpegaudio.vcproj
22417         * gst/mpegaudioparse/mpegaudioparse.vcproj
22418         * gst/mpegstream/mpegstream.vcproj
22419         * gst/multifilesink/multifilesink.vcproj
22420         * gst/multipart/multipart.vcproj
22421         * gst/oneton/oneton.vcproj
22422         * gst/overlay/overlay.vcproj
22423         * gst/passthrough/passthrough.vcproj
22424         * gst/qtdemux/qtdemux.vcproj
22425         * gst/realmedia/rmdemux.vcproj
22426         * gst/rtjpeg/rtjpeg.vcproj
22427         * gst/rtp/rtp.vcproj
22428         * gst/silence/silence.vcproj
22429         * gst/sine/sinesrc.vcproj
22430         * gst/smooth/smooth.vcproj
22431         * gst/smpte/smpte.vcproj
22432         * gst/spectrum/spectrum.vcproj
22433         * gst/speed/speed.vcproj
22434         * gst/stereo/stereo.vcproj
22435         * gst/switch/switch.vcproj
22436         * gst/tags/tagedit.vcproj
22437         * gst/tcp/tcp.vcproj
22438         * gst/typefind/typefindfunctions.vcproj
22439         * gst/udp/udp.vcproj
22440         * gst/videobox/videobox.vcproj
22441         * gst/videocrop/videocrop.vcproj
22442         * gst/videodrop/videodrop.vcproj
22443         * gst/videofilter/gamma.vcproj
22444         * gst/videofilter/videobalance.vcproj
22445         * gst/videofilter/videofilter.vcproj
22446         * gst/videofilter/videoflip.vcproj
22447         * gst/videoflip/videoflip.vcproj
22448         * gst/videomixer/videomixer.vcproj
22449         * gst/videorate/videorate.vcproj
22450         * gst/videoscale/videoscale.vcproj
22451         * gst/videotestsrc/videotestsrc.vcproj
22452         * gst/virtualdub/virtualdub.vcproj
22453         * gst/volenv/volenv.vcproj
22454         * gst/volume/volume.vcproj
22455         * gst/wavenc/wavenc.vcproj
22456         * gst/wavparse/wavparse.vcproj
22457         * gst/y4m/y4menc.vcproj
22458           more plugins supported under windows
22459
22460 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22461
22462         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22463         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22464         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22466         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22467           Add debugging statements.  Use the sizes as returned by the
22468           *CreateImage calls.
22469
22470 2004-07-26  Johan Dahlin  <johan@gnome.org>
22471
22472         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22473         the pad is negotiated.
22474
22475         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22476
22477 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22478
22479         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22480         * gst-libs/gst/idct/idct.vcproj:
22481         * gst-libs/gst/media-info/media-info.vcproj:
22482         * gst-libs/gst/mixer/mixer.vcproj:
22483         * gst-libs/gst/navigation/navigation.vcproj:
22484         * gst-libs/gst/play/play.vcproj:
22485         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22486         * gst-libs/gst/resample/resample.vcproj:
22487         * gst-libs/gst/tuner/tuner.vcproj:
22488         * gst-libs/gst/video/video.vcproj:
22489         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22490           more plugins supported under windows
22491
22492 2004-07-25 Iain <iain@prettypeople.org>
22493
22494         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22495         pad now rather than when the pad is created because state changes wipe
22496         explicit caps (fixes #148043).
22497
22498 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22499
22500         reviewed by Benjamin Otte  <otte@gnome.org>
22501
22502         * ext/mad/gstmad.c:
22503           fix mad plugin crashing on Sun (fixes #148289)
22504
22505 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22506
22507         * gst/avi/avi.def:
22508         * gst/avi/avi.vcproj:
22509         * gst/matroska/matroska.def:
22510         * gst/matroska/matroska.vcproj:
22511           remove unused .def files
22512
22513 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22514
22515         * gst-libs/gst/audio/gstaudiofilter.c:
22516           Clean the local include
22517
22518 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22519
22520         * win32/gst.sln:
22521         * gst-libs/gst/audio/audio.def:
22522         * gst-libs/gst/audio/audio.vcproj:
22523         * gst-libs/gst/audio/audiofilter.vcproj:
22524         * gst-libs/gst/audio/riff.def:
22525         * gst-libs/gst/audio/riff.vcproj:
22526         * gst-libs/gst/gst-libs.def:
22527         * gst-libs/gst/gst-libs.vcproj:
22528         * gst/avi/avi.vcproj:
22529         * gst/avi/avi.vcproj:
22530           Copy the files where needed after building, cleaner projects
22531
22532 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22533
22534         * gst/matroska/ebml-write.c:
22535           Fix some 64 bits constants to be glib friendly
22536
22537 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22538
22539         * win32/gst.sln:
22540         * gst-libs/gst/gst-libs.def:
22541         * gst-libs/gst/gst-libs.vcproj:
22542         * gst/matroska/matroska.def:
22543         * gst/matroska/matroska.vcproj:
22544           Add the preliminary canvas to build plugins on Win32
22545
22546 2004-07-23  Benjamin Otte  <otte@gnome.org>
22547
22548         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22549           don't enfore negotiation from source side, it breaks
22550           sinesrc ! audioconvert ! osssink
22551
22552 2004-07-22  David Schleef  <ds@schleef.org>
22553
22554         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22555         for ELF files, since they can easily be recognized as audio/mpeg.
22556         (bug #147441)
22557
22558 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22559
22560         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22561         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22562         (gst_videoscale_scale_nearest_24bit),
22563         (gst_videoscale_scale_nearest_16bit):
22564           fix 16bit and 24bit for stride (24bit might need testing)
22565           don't pretend we do more than one algorithm
22566
22567 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22568
22569         * configure.ac:
22570         * gst/Makefile.am:
22571         * gst/multifilesink/Makefile.am:
22572         * gst/multifilesink/gstmultifilesink.c:
22573         (gst_multifilesink_get_formats),
22574         (gst_multifilesink_get_query_types), (_do_init),
22575         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22576         (gst_multifilesink_init), (gst_multifilesink_dispose),
22577         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22578         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22579         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22580         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22581         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22582         (gst_multifilesink_uri_get_type),
22583         (gst_multifilesink_uri_get_protocols),
22584         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22585         (gst_multifilesink_uri_handler_init), (plugin_init):
22586         * gst/multifilesink/gstmultifilesink.h:
22587         * testsuite/Makefile.am:
22588         * testsuite/multifilesink/Makefile.am:
22589         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22590         (gst_newmedia_class_init), (gst_newmedia_init),
22591         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22592         (newfile_signal), (test_signal), (main):
22593         multifilesink plugin for creating new files every time a new media
22594         discontinuity event occurs
22595
22596 2004-07-22  Wim Taymans  <wim@fluendo.com>
22597
22598         * gst/alpha/Makefile.am:
22599         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22600         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22601         (gst_alpha_color_init), (gst_alpha_color_set_property),
22602         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22603         (transform), (gst_alpha_color_chain),
22604         (gst_alpha_color_change_state), (plugin_init):
22605         Stupid plugin to to RGBA to AYUV conversion because none of
22606         the colorspace plugins can handle that yet.
22607
22608 2004-07-22  Wim Taymans  <wim@fluendo.com>
22609
22610         * examples/seeking/seek.c: (update_scale), (main):
22611         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22612         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22613         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22614         (gst_decode_bin_init), (gst_decode_bin_dispose),
22615         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22616         (no_more_pads), (close_link), (type_found),
22617         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22618         (plugin_init):
22619         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22620         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22621         (gst_play_base_bin_dispose), (queue_overrun),
22622         (gen_preroll_element), (remove_prerolls), (unknown_type),
22623         (no_more_pads), (new_stream), (setup_source),
22624         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22625         (play_base_eos), (gst_play_base_bin_change_state),
22626         (gst_play_base_bin_add_element),
22627         (gst_play_base_bin_remove_element),
22628         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22629         (gst_play_base_bin_unlink_stream),
22630         (gst_play_base_bin_get_streaminfo):
22631         * gst/playback/gstplaybin.c: (gen_video_element),
22632         (gen_audio_element):
22633         * gst/playback/gststreaminfo.h:
22634         More playback updates, attempt to fix things after the state change
22635         breakage.
22636
22637 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22638
22639         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22640         (gst_videoscale_scale_nearest_16bit):
22641           comment algorithm
22642
22643 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22644
22645         * gst/videotestsrc/gstvideotestsrc.c:
22646         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22647         (gst_videotestsrc_init), (gst_videotestsrc_get),
22648         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22649         (gst_videotestsrc_get_property):
22650         * gst/videotestsrc/gstvideotestsrc.h:
22651         * gst/videotestsrc/videotestsrc.c:
22652         * gst/videotestsrc/videotestsrc.h:
22653           cleanup and commenting
22654
22655 2004-07-21  Wim Taymans  <wim@fluendo.com>
22656
22657         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22658         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22659         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22660         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22661         (_find_chain_get_unknown_part), (_find_streams_check),
22662         (gst_ogg_demux_push), (gst_ogg_pad_push):
22663         * ext/theora/theoradec.c: (theora_get_formats),
22664         (theora_dec_src_convert), (theora_dec_sink_convert),
22665         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22666         (theora_dec_chain):
22667         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22668         (vorbis_dec_convert), (vorbis_dec_src_query),
22669         (vorbis_dec_src_event), (vorbis_dec_event):
22670         More seeking fixes, oggdemux now supports seeking to time and
22671         uses the downstream element to convert granulepos to time.
22672         Seeking in theora-only ogg files now works.
22673
22674 2004-07-21  Wim Taymans  <wim@fluendo.com>
22675
22676         * ext/theora/theoradec.c: (gst_theora_dec_init),
22677         (theora_get_formats), (theora_get_event_masks),
22678         (theora_get_query_types), (theora_dec_src_convert),
22679         (theora_dec_sink_convert), (theora_dec_src_query),
22680         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22681         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22682         (vorbis_get_event_masks), (vorbis_get_query_types),
22683         (gst_vorbis_dec_init), (vorbis_dec_convert),
22684         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22685         Added query/convert/formats functions to vorbis and theora decoders
22686         so that the outside world can use them too. Fixed seeking on an
22687         ogg/theora/vorbis file by disabling the seeking seeking on the
22688         theora srcpad.
22689
22690 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22691
22692         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22693         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22694         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22695         images creation for both elements. We don't create the image on caps
22696         nego or renego, we just destroy the internal one if present if it does
22697         not match the needs. The chain function takes care of creating a new
22698         image when needed.
22699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22700         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22701         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22702         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22703         the image format information. The buffer pool checks for the context
22704         image format and discard images with different formats.
22705         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22706
22707 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22708
22709         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22710         (gst_ffmpegcolorspace_chain):
22711           no point in doing any chaining if the pad we want to push from
22712           isn't usable.
22713
22714 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22715
22716         * gst-libs/gst/riff/riff-media.c:
22717         (gst_riff_create_audio_caps_with_data):
22718           Fix double end-to-native symbol conversion (#148021).
22719
22720 2004-07-20  David Schleef  <ds@schleef.org>
22721
22722         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22723         Don't use an Atom that doesn't exist.
22724
22725 2004-07-20  Wim Taymans  <wim@fluendo.com>
22726
22727         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22728         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22729         (gst_multifdsink_client_remove),
22730         (gst_multifdsink_handle_client_write),
22731         (gst_multifdsink_queue_buffer):
22732         * gst/tcp/gstmultifdsink.h:
22733         More multifdsink stats. Avoid deadlock by releasing locks
22734         before sending out a signal.
22735
22736 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22737
22738         * po/LINGUAS:
22739         * po/hu.po:
22740           added Hungarian translation (Laszlo Dvornik)
22741
22742 2004-07-20  Wim Taymans  <wim@fluendo.com>
22743
22744         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22745         (gst_multifdsink_add), (gst_multifdsink_client_remove),
22746         (gst_multifdsink_handle_client_write),
22747         (gst_multifdsink_queue_buffer):
22748         * gst/tcp/gsttcp-marshal.list:
22749         Fixed the stupid marshal definition.
22750
22751 2004-07-20  Wim Taymans  <wim@fluendo.com>
22752
22753         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22754         (gst_multifdsink_init), (gst_multifdsink_add),
22755         (gst_multifdsink_client_remove),
22756         (gst_multifdsink_handle_client_write),
22757         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22758         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22759         (gst_multifdsink_init_send):
22760         * gst/tcp/gstmultifdsink.h:
22761         Added more stats, added timeout for a client, fixed some typos
22762         and added some comments.
22763
22764 2004-07-20  Wim Taymans  <wim@fluendo.com>
22765
22766         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22767         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22768         (gst_multifdsink_client_remove),
22769         (gst_multifdsink_handle_client_write):
22770         * gst/tcp/gstmultifdsink.h:
22771         * gst/tcp/gsttcp-marshal.list:
22772         Added get_stats method that returns a GValueArray of
22773         stats values.
22774
22775 2004-07-19  Benjamin Otte  <otte@gnome.org>
22776
22777         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22778           make sure longname, description and author are valid UTF-8
22779
22780 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22781
22782         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22783         (gst_ximagesink_set_property):
22784         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22785         (gst_xvimagesink_set_property):
22786           make sure SYNCHRONOUS is respected after getting the X context
22787
22788 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22789
22790         * gst/matroska/matroska-demux.c:
22791         (gst_matroska_demux_handle_src_event),
22792         (gst_matroska_demux_parse_blockgroup):
22793         * gst/matroska/matroska-ids.h:
22794           add BlockReference tag and ignore it to clear out log.
22795           ignore NAVIGATION events to clear out log.
22796
22797 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22798
22799         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22800         (gst_matroska_demux_add_stream):
22801         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22802           add debug categories
22803
22804 2004-07-16  Wim Taymans  <wim@fluendo.com>
22805
22806         * ext/libpng/Makefile.am:
22807         * ext/libpng/gstpng.c: (plugin_init):
22808         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22809         (gst_pngdec_get_type), (gst_pngdec_base_init),
22810         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22811         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22812         * ext/libpng/gstpngdec.h:
22813         Added png decoder.
22814
22815 2004-07-16  Julien MOUTTE  <julien@moutte.net>
22816
22817         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22818         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22819         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22820         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22821         (gst_ximagesink_buffer_alloc):
22822         * sys/ximage/ximagesink.h:
22823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22824         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22825         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22826         (gst_xvimagesink_buffer_alloc):
22827         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22828         again. Using internal data pointer of the x(v)image to store image's
22829         data to be coherent with the buffer alloc mechanism. Investigated the
22830         image destruction code to be sure that everything gets freed correctly.
22831
22832 2004-07-16  Wim Taymans  <wim@fluendo.com>
22833
22834         * gst-libs/gst/riff/riff-read.c:
22835         (gst_riff_read_strf_vids_with_data),
22836         (gst_riff_read_strf_auds_with_data):
22837         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22838         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22839         Make sure we don't create 0 sized subbuffers in riff-read.
22840         Signal the no more pads signal after reading the avi header.
22841
22842 2004-07-16  Wim Taymans  <wim@fluendo.com>
22843
22844         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22845         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22846         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22847         (gst_decode_bin_init), (gst_decode_bin_dispose),
22848         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22849         (no_more_pads), (close_link), (type_found),
22850         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22851         (gst_decode_bin_change_state), (plugin_init):
22852         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22853         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22854         (gst_play_base_bin_dispose), (queue_overrun),
22855         (gen_preroll_element), (remove_prerolls), (unknown_type),
22856         (no_more_pads), (new_stream), (setup_source),
22857         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22858         (play_base_eos), (gst_play_base_bin_change_state),
22859         (gst_play_base_bin_add_element),
22860         (gst_play_base_bin_remove_element),
22861         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22862         (gst_play_base_bin_unlink_stream),
22863         (gst_play_base_bin_get_streaminfo):
22864         * gst/playback/gstplaybasebin.h:
22865         Better error recovery. Added configurable preroll queue size. Faster
22866         detection of no-more-pads.
22867
22868 2004-07-16  Wim Taymans  <wim@fluendo.com>
22869
22870         * gst-libs/gst/video/video.h:
22871         Added 32 bits RGBA. Not sure if we should use another mime-type
22872         for alpha rgb. Currently the presence of the alpha_mask property
22873         signals an alpha channel.
22874
22875 2004-07-16  Wim Taymans  <wim@fluendo.com>
22876
22877         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22879         FPS seems to be 0.0 to MAX everywhere else.
22880
22881 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22882
22883         * gst-libs/gst/riff/riff-media.c:
22884         (gst_riff_create_video_caps_with_data):
22885           mp42/mp43 (no caps) exist too.
22886         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
22887           Set pixel_width/height; we've got them in-caps.
22888         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22889         * gst/wavparse/gstwavparse.c: (plugin_init):
22890           Both are valid primary.
22891         * sys/oss/gstossmixer.c:
22892           Remove i18n hack and enable translations.
22893
22894 2004-07-15  Benjamin Otte  <otte@gnome.org>
22895
22896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22897         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
22898           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
22899
22900 2004-07-15  Benjamin Otte  <otte@gnome.org>
22901
22902         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22903         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
22904         (gst_alsa_close_audio):
22905           disable some of the debugging code for now. Writing debugging to a
22906           buffer is broken in current alsalib releases.
22907
22908 2004-07-12  Benjamin Otte  <otte@gnome.org>
22909
22910         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
22911           use bufferpools
22912
22913 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22914
22915         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22916         (theora_dec_src_query), (theora_dec_event):
22917         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
22918           add debugging categories.  Remove \n's.
22919
22920 2004-07-13  Johan Dahlin  <johan@gnome.org>
22921
22922         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
22923         (gst_play_bin_get_property): Impl.
22924
22925 2004-07-13  Wim Taymans  <wim@fluendo.com>
22926
22927         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
22928         When trying to find the stream length, seek back N pages
22929         instead of just one, where N is the number of streams in
22930         the current chain.
22931
22932 2004-07-13  Wim Taymans  <wim@fluendo.com>
22933
22934         * gst-libs/gst/riff/riff-media.c:
22935         (gst_riff_create_audio_caps_with_data),
22936         (gst_riff_create_audio_caps),
22937         (gst_riff_create_audio_template_caps):
22938         * gst-libs/gst/riff/riff-media.h:
22939         * gst-libs/gst/riff/riff-read.c:
22940         (gst_riff_read_strf_vids_with_data),
22941         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
22942         * gst-libs/gst/riff/riff-read.h:
22943         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22944         (gst_avi_demux_add_stream):
22945         Set codec_data on caps for avidemuxer.
22946
22947 2004-07-12  David Schleef  <ds@schleef.org>
22948
22949         * configure.ac: Fix test for Objective C
22950
22951 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
22952         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
22953         (gst_gdk_pixbuf_chain):
22954           Add svg and pcx to template caps, and ensure that getcaps returns a
22955           subset of the template caps.
22956           Copy each row manually for output, as gdkpixbuf may pad the
22957           rowstride to a 32-bit word boundary.
22958
22959 2004-07-12  Wim Taymans  <wim@fluendo.com>
22960
22961         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
22962         (gst_riff_create_video_template_caps):
22963         Fix the template caps to include some more media types.
22964
22965 2004-07-12  Wim Taymans  <wim@fluendo.com>
22966
22967         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22968         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22969         (compare_ranks), (print_feature), (gst_decode_bin_init),
22970         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22971         (try_to_link_1), (new_pad), (close_link), (type_found),
22972         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22973         (gst_decode_bin_change_state), (plugin_init):
22974         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22975         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22976         (gst_play_base_bin_dispose), (queue_overrun),
22977         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22978         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22979         (gst_play_base_bin_get_property), (play_base_eos),
22980         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22981         (gst_play_base_bin_remove_element),
22982         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22983         (gst_play_base_bin_unlink_stream),
22984         (gst_play_base_bin_get_streaminfo):
22985         * gst/playback/gstplaybasebin.h:
22986         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22987         (gst_play_bin_class_init), (gst_play_bin_init),
22988         (gst_play_bin_dispose), (gst_play_bin_set_property),
22989         (gst_play_bin_get_property), (gen_video_element),
22990         (gen_audio_element), (remove_sinks), (setup_sinks),
22991         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22992         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22993         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22994         (gst_play_bin_query), (plugin_init):
22995         * gst/playback/test4.c: (main):
22996         More fixes on reusing of the element.
22997
22998 2004-07-11  Benjamin Otte  <otte@gnome.org>
22999
23000         * ext/mad/gstmad.c: (normal_seek):
23001           allow seeking for other methods than just SET
23002
23003 2004-07-11  Andy Wingo  <wingo@pobox.com>
23004
23005         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23006         float, "any" caps -> buffer_frames=[0,MAX].
23007
23008         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23009         doesn't intersect our caps with the template any more. Do it
23010         ourselves.
23011         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23012
23013 2004-07-09  Wim Taymans  <wim@fluendo.com>
23014
23015         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23016         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23017         (compare_ranks), (print_feature), (gst_decode_bin_init),
23018         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23019         (try_to_link_1), (new_pad), (close_link), (type_found),
23020         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23021         (gst_decode_bin_change_state), (plugin_init):
23022         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23023         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23024         (gst_play_base_bin_dispose), (queue_overrun),
23025         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23026         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23027         (gst_play_base_bin_get_property), (play_base_eos),
23028         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23029         (gst_play_base_bin_remove_element),
23030         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23031         (gst_play_base_bin_unlink_stream),
23032         (gst_play_base_bin_get_streaminfo):
23033         * gst/playback/gstplaybasebin.h:
23034         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23035         (gst_play_bin_class_init), (gst_play_bin_init),
23036         (gst_play_bin_dispose), (gst_play_bin_set_property),
23037         (gst_play_bin_get_property), (gen_video_element),
23038         (gen_audio_element), (remove_sinks), (setup_sinks),
23039         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23040         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23041         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23042         (gst_play_bin_query), (plugin_init):
23043         * gst/playback/test4.c: (main):
23044         Work on object reuse and seeking.
23045
23046 2004-07-09  Wim Taymans  <wim@fluendo.com>
23047
23048         * examples/seeking/seek.c: (iterate):
23049         Don't consume all CPU in the idle loop.
23050
23051 2004-07-09  Wim Taymans  <wim@fluendo.com>
23052
23053         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23054         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23055         Add pad to element *after* setting the pad functions so that
23056         the scheduler can use the correct ones.
23057
23058 2004-07-09  Wim Taymans  <wim@fluendo.com>
23059
23060         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23061         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23062         Sync to keyframe after seek
23063
23064 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23065
23066         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23067         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23068         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23069         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23070         * ext/libvisual/visual.c: (gst_visual_change_state):
23071         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23072         * ext/theora/theoradec.c: (theora_dec_change_state):
23073         * ext/theora/theoraenc.c: (theora_enc_change_state):
23074         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23075         * gst-libs/gst/navigation/navigation.c:
23076         * gst/adder/gstadder.c: (gst_adder_change_state):
23077         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23078         (gst_audio_convert_get_buffer):
23079         * gst/multipart/multipartdemux.c:
23080         (gst_multipart_demux_change_state):
23081         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23082         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23083         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23084         * gst/videoscale/gstvideoscale.c:
23085         (gst_videoscale_handle_src_event):
23086         * gst/volume/gstvolume.c: (volume_chain_int16):
23087           don't assert in state change, this should be done by the base
23088           GstElement class.
23089           various debugging fixes.
23090
23091 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23092
23093         * configure.ac:
23094         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23095         (gst_play_dispose), (gst_play_set_location),
23096         (gst_play_set_data_src), (gst_play_set_video_sink),
23097         (gst_play_set_audio_sink), (gst_play_set_visualization),
23098         (gst_play_connect_visualization), (gst_play_get_sink_element),
23099         (gst_play_get_all_by_interface):
23100         * gst-libs/gst/play/play.h:
23101           add new method to get elements implementing an interface.
23102           add various error logging
23103
23104 2004-07-08  Wim Taymans  <wim@fluendo.com>
23105
23106         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23107         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23108         (make_playerbin_pipeline), (query_durations_elems),
23109         (query_durations_pads), (query_positions_elems),
23110         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23111         (main):
23112         Added playbin seeking example.
23113
23114 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23115
23116         * gst-libs/gst/play/play.c: (gst_play_set_location),
23117         (gst_play_set_data_src), (gst_play_set_video_sink),
23118         (gst_play_set_audio_sink), (gst_play_set_visualization),
23119         (gst_play_connect_visualization), (gst_play_get_framerate):
23120           use a macro to look up elements from hash table
23121
23122 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23123
23124         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23125         (gst_play_get_length_callback), (gst_play_set_location),
23126         (gst_play_seek_to_time), (gst_play_set_data_src),
23127         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23128         (gst_play_set_visualization), (gst_play_connect_visualization),
23129         (gst_play_get_sink_element):
23130         - add debugging info
23131         - fix looking up sink elements by iterating over complete caps
23132         - put everything except for source and autoplugger in a complete bin
23133
23134 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23135
23136         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23137         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23138         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23139         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23140         * ext/alsa/gstalsasink.h:
23141         - add debugging info
23142         - clean up schizophrenia of data/buffer/event
23143         - fix double event unref error
23144
23145 2004-07-08  Wim Taymans  <wim@fluendo.com>
23146
23147         * gst/playback/Makefile.am:
23148         Add headers to noinst
23149
23150 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23151
23152         * tools/gst-launch-ext-m.m:
23153         * tools/gst-launch-ext.1.in:
23154           convert to the third millenium
23155
23156 2004-07-07  David Schleef  <ds@schleef.org>
23157
23158         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23159
23160 2004-07-07  Wim Taymans  <wim@fluendo.com>
23161
23162         * gst/playback/Makefile.am:
23163         * gst/playback/README:
23164         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23165         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23166         (compare_ranks), (print_feature), (gst_decode_bin_init),
23167         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23168         (try_to_link_1), (new_pad), (close_link), (type_found),
23169         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23170         (plugin_init):
23171         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23172         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23173         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23174         (gen_preroll_element), (no_more_pads), (new_stream),
23175         (setup_source), (gst_play_base_bin_set_property),
23176         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23177         (gst_play_base_bin_add_element),
23178         (gst_play_base_bin_remove_element),
23179         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23180         (gst_play_base_bin_unlink_stream),
23181         (gst_play_base_bin_get_streaminfo):
23182         * gst/playback/gstplaybasebin.h:
23183         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23184         (gst_play_bin_class_init), (gst_play_bin_init),
23185         (gst_play_bin_dispose), (gst_play_bin_set_property),
23186         (gst_play_bin_get_property), (gen_video_element),
23187         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23188         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23189         (gst_play_bin_get_formats), (gst_play_bin_convert),
23190         (gst_play_bin_get_query_types), (gst_play_bin_query),
23191         (plugin_init):
23192         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23193         (gst_stream_info_get_type), (gst_stream_info_class_init),
23194         (gst_stream_info_init), (gst_stream_info_new),
23195         (gst_stream_info_dispose), (gst_stream_info_set_property),
23196         (gst_stream_info_get_property):
23197         * gst/playback/gststreaminfo.h:
23198         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23199         (main):
23200         * gst/playback/test2.c: (main):
23201         * gst/playback/test3.c: (update_scale), (main):
23202         More playbin fixes. Added README. Do better element filtering.
23203         Added base class to preroll media. Added test apps.
23204
23205 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23206
23207         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23208         * ext/mpeg2dec/gstmpeg2dec.h:
23209           various debugging improvements.  Reset stream to next picture
23210           instead of sequence header, otherwise seeks cannot work.
23211
23212 2004-07-07  Wim Taymans  <wim@fluendo.com>
23213
23214         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23215         (gst_video_box_class_init), (gst_video_box_set_property),
23216         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23217         Use pad_alloc where possible.
23218
23219 2004-07-07  Wim Taymans  <wim@fluendo.com>
23220
23221         * sys/oss/gstosselement.c: (gst_osselement_reset),
23222         (gst_osselement_parse_caps):
23223         * sys/oss/gstosselement.h:
23224         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23225         Fix offset on osssrc.
23226
23227 2004-07-07  Wim Taymans  <wim@fluendo.com>
23228
23229         * ext/theora/theora.c: (plugin_init):
23230         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23231         (theora_dec_src_query), (theora_dec_chain):
23232         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23233         (theora_enc_sink_link), (theora_buffer_from_packet),
23234         (theora_push_packet), (theora_enc_chain):
23235         Fix theora granulepos calculation.
23236         Fix overflow in duration/position calculation.
23237         Bump rank to PRIMARY for theoradec.
23238         Use granulepos of last packet to calculate position.
23239         Set keyframe flag on buffers when needed.
23240
23241 2004-07-06  David Schleef  <ds@schleef.org>
23242
23243         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23244         serious?  (Fixed, obviously.)
23245
23246 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23247
23248         * po/LINGUAS:
23249         * po/cs.po:
23250           added Czech translation (Miloslav Trmac)
23251
23252 2004-07-05  Wim Taymans  <wim@fluendo.com>
23253
23254         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23255         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23256         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23257         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23258         (close_link), (type_found), (gst_decode_bin_set_property),
23259         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23260         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23261         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23262         (gst_decode_bin_query), (plugin_init):
23263         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23264         (gst_play_bin_class_init), (gst_play_bin_init),
23265         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23266         (get_video_element), (new_pad), (setup_source),
23267         (gst_play_bin_set_property), (gst_play_bin_get_property),
23268         (gst_play_bin_change_state), (gst_play_bin_add_element),
23269         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23270         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23271         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23272         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23273         * gst/playback/test.c: (main):
23274         More fixes, cleaned up playbin, make it use decodebin. Added
23275         threaded property to playbin.
23276
23277 2004-07-05  Wim Taymans  <wim@fluendo.com>
23278
23279         * configure.ac:
23280         * gst/playback/Makefile.am:
23281         * gst/playback/decodetest.c: (main):
23282         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23283         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23284         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23285         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23286         (close_link), (type_found), (gst_decode_bin_set_property),
23287         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23288         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23289         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23290         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23291         (plugin_init):
23292         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23293         (gst_play_bin_class_init), (gst_play_bin_init),
23294         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23295         (collect_sink_pads), (find_compatibles), (close_pad_link),
23296         (try_to_link_1), (new_pad), (close_link), (type_found),
23297         (setup_source), (gst_play_bin_set_property),
23298         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23299         (compare_ranks), (gst_play_bin_collect_factories),
23300         (gst_play_bin_change_state), (gst_play_bin_add_element),
23301         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23302         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23303         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23304         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23305         * gst/playback/test.c: (main):
23306         Added some playback helper elements and some test apps, very alpha
23307         still.
23308
23309 2004-07-04  Benjamin Otte  <otte@gnome.org>
23310
23311         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23312           only restart audio when we indeed have an xrun to fix repeated
23313           xruns. Fix suggested by Giuliano Pochini.
23314
23315 2004-07-03  David Schleef  <ds@schleef.org>
23316
23317         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23318         call to gst_debug_log() if debugging is disabled (bug #145118)
23319
23320 2004-07-03  Benjamin Otte  <otte@gnome.org>
23321
23322         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23323           use our own functions for restarting the alsa device.
23324         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23325           I should apply patches myself - use MIN for the third argument, not
23326           the second, this fixes seeking
23327
23328 2004-07-02  David Schleef  <ds@schleef.org>
23329
23330         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23331         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23332         do with the logic.
23333
23334 2004-07-02  David Schleef  <ds@schleef.org>
23335
23336         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23337         output buffers.  Fix logic mistake.  (bug #144866)
23338
23339 2004-07-02  David Schleef  <ds@schleef.org>
23340
23341         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23342         on X.  (bug #144753)
23343
23344 2004-07-02  David Schleef  <ds@schleef.org>
23345
23346         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23347         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23348         (bug #144624)
23349         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23350         (gst_osselement_rate_probe_check): Add another workaround for
23351         buggy drivers (bug #145336)
23352
23353 2004-07-02  David Schleef  <ds@schleef.org>
23354
23355         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23356         Most systems don't have MSG_NOSIGNAL.
23357
23358 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23359
23360         * Makefile.am:
23361         * gst-libs/gst/colorbalance/Makefile.am:
23362         * gst-libs/gst/mixer/Makefile.am:
23363         * gst-libs/gst/play/Makefile.am:
23364         * gst-libs/gst/tuner/Makefile.am:
23365           (hopefully) fix both install and dist and make error message useful.
23366           needs testing across automakes.
23367
23368 2004-07-02  Benjamin Otte  <otte@gnome.org>
23369
23370         * ext/ogg/gstogg.c: (plugin_init):
23371           we require bytestream now
23372         * ext/ogg/gstoggdemux.c:
23373           huge diff to implement chain setup in a fast and generic way. This
23374           improves tag reading and startup of huge files (read: Theora videos)
23375           quite a bit. It probably contains bugs, too, so please test.
23376           Seeking is not improved to the fast method.
23377
23378 2004-06-29  Wim Taymans  <wim@fluendo.com>
23379
23380         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23381         * ext/ogg/gstoggmux.c:
23382         Fix memleak in oggdemux when running unconnected pads.
23383         doc update in mux, start working on keyframe mode.
23384
23385 2004-06-29  Benjamin Otte  <otte@gnome.org>
23386
23387         * sys/oss/gstosssink.c:
23388         * sys/oss/gstosssrc.c:
23389           advertise correct template caps - we indeed do non-native endianness
23390           and 8bit audio has no endianness
23391         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23393           avoid (wrong) duplications in getcaps function and return
23394           template caps
23395
23396 2004-06-29  Wim Taymans  <wim@fluendo.com>
23397
23398         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23399         (gst_multifdsink_class_init), (gst_multifdsink_add),
23400         (gst_multifdsink_remove), (gst_multifdsink_clear),
23401         (gst_multifdsink_client_remove),
23402         (gst_multifdsink_handle_client_read),
23403         (gst_multifdsink_client_queue_data),
23404         (gst_multifdsink_client_queue_caps),
23405         (gst_multifdsink_client_queue_buffer),
23406         (gst_multifdsink_handle_client_write),
23407         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23408         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23409         (gst_multifdsink_init_send), (gst_multifdsink_close):
23410         Fix wrong GList iteration that could crash the server when
23411         more then 2 clients disconnect at the same time. Read all the
23412         pending commands in one batch to recover from command storms under
23413         very heavy load.
23414
23415 2004-06-28  Wim Taymans  <wim@fluendo.com>
23416
23417         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23418         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23419         (gst_videomixer_pad_set_property),
23420         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23421         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23422         (gst_videomixer_class_init), (gst_videomixer_init),
23423         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23424         (pad_zorder_compare), (gst_videomixer_sort_pads),
23425         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23426         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23427         (gst_videomixer_update_queues), (gst_videomixer_loop),
23428         (plugin_init):
23429         Avoid divide by zero, choose masterpad as the pad with the highest
23430         framerate.
23431
23432 2004-06-27  Julien Moutte  <julien@moutte.net>
23433
23434         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23435         (gst_ximagesink_xwindow_new):
23436         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23437         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23438         function directly. We might want to call it from somewhere else one day.
23439
23440 2004-06-27  Julien Moutte  <julien@moutte.net>
23441
23442         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23443         (gst_ximagesink_xwindow_new):
23444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23445         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23446         window decorations.
23447
23448 2004-06-27  Wim Taymans  <wim@fluendo.com>
23449
23450         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23451         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23452         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23453         (gst_dvdec_set_property), (gst_dvdec_get_property):
23454         * ext/dv/gstdvdec.h:
23455         Implement drop_factor property to lower the framerate with
23456         a factor.
23457
23458 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23459
23460         * gst-libs/gst/colorbalance/Makefile.am:
23461         * gst-libs/gst/mixer/Makefile.am:
23462         * gst-libs/gst/play/Makefile.am:
23463         * gst-libs/gst/tuner/Makefile.am:
23464           unbreak Company's fix that didn't install the -enum.h files
23465
23466 2004-06-27  Wim Taymans  <wim@fluendo.com>
23467
23468         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23469         (gst_dvdec_change_state):
23470         * ext/dv/gstdvdec.h:
23471         Fix timestamp, duration and offset of the buffers.
23472
23473 2004-06-27  Wim Taymans  <wim@fluendo.com>
23474
23475         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23476         (gst_multifdsink_class_init), (gst_multifdsink_add),
23477         (gst_multifdsink_remove), (gst_multifdsink_clear),
23478         (gst_multifdsink_client_remove),
23479         (gst_multifdsink_handle_client_read),
23480         (gst_multifdsink_client_queue_data),
23481         (gst_multifdsink_client_queue_caps),
23482         (gst_multifdsink_client_queue_buffer),
23483         (gst_multifdsink_handle_client_write),
23484         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23485         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23486         (gst_multifdsink_init_send), (gst_multifdsink_close):
23487         * gst/tcp/gstmultifdsink.h:
23488         * gst/tcp/gsttcpserversink.c:
23489         (gst_tcpserversink_handle_server_read),
23490         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23491         More multifdsink fixes, more recovery policy fixes.
23492         Removed stupid g_print
23493
23494 2004-06-26  Wim Taymans  <wim@fluendo.com>
23495
23496         * gst/tcp/Makefile.am:
23497         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23498         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23499         (gst_multifdsink_class_init), (gst_multifdsink_init),
23500         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23501         (gst_multifdsink_handle_client_read),
23502         (gst_multifdsink_client_queue_data),
23503         (gst_multifdsink_client_queue_caps),
23504         (gst_multifdsink_client_queue_buffer),
23505         (gst_multifdsink_handle_client_write),
23506         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23507         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23508         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23509         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23510         (gst_multifdsink_close), (gst_multifdsink_change_state):
23511         * gst/tcp/gstmultifdsink.h:
23512         * gst/tcp/gsttcpplugin.c: (plugin_init):
23513         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23514         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23515         (gst_tcpserversink_handle_server_read),
23516         (gst_tcpserversink_handle_select),
23517         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23518         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23519         * gst/tcp/gsttcpserversink.h:
23520         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23521         one of the locks, added recovery policy to multifdsink.
23522
23523 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23524
23525         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23526           fix decision for when getting frames with same timestamp
23527         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23528         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23529         (gst_v4lsrc_get_property):
23530         * sys/v4l/gstv4lsrc.h:
23531           add latency offset property
23532
23533 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23534
23535         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23536         (plugin_init):
23537           fix debugging. add category.
23538
23539 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23540
23541         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23542           fix wrong offsets
23543
23544 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23545
23546         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23547         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23548         (gst_alsa_src_change_state):
23549           return a time that is in sync with the element's processing
23550
23551 2004-06-25  Wim Taymans  <wim@fluendo.com>
23552
23553         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23554         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23555         (gst_tcpserversink_client_remove),
23556         (gst_tcpserversink_handle_client_read),
23557         (gst_tcpserversink_client_queue_data),
23558         (gst_tcpserversink_client_queue_caps),
23559         (gst_tcpserversink_client_queue_buffer),
23560         (gst_tcpserversink_handle_client_write),
23561         (gst_tcpserversink_queue_buffer),
23562         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23563         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23564         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23565         (gst_tcpserversink_close):
23566         * gst/tcp/gsttcpserversink.h:
23567         Serversink rewrite. Really do non blocking writes to clients and
23568         maintain an internal queue to handle slower clients while not
23569         disturbing fast clients.
23570
23571 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23572
23573         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23574           better debug, don't override OFFSET and OFFSET_END
23575
23576 2004-06-25  Iain <iain@prettypeople.org>
23577
23578         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23579         name=source for the wavparse pipeline.
23580
23581 2004-06-24  Johan Dahlin  <johan@gnome.org>
23582
23583         * ext/theora/theoraenc.c (theora_enc_chain): Call
23584         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23585         streamheader caps are set correctly.
23586
23587 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23588
23589         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23590         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23591           respect minimum bitrate; same could be done for max bitrate
23592
23593 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23594
23595         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23596         (gst_vorbisenc_setup):
23597           fix sample rate range
23598
23599 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23600
23601         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23602         (gst_oggvorbisenc_setup):
23603         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23604         (gst_vorbisenc_setup):
23605           resolve ambiguities in code and description
23606
23607 2004-06-24  Wim Taymans  <wim@fluendo.com>
23608
23609         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23610         * ext/alsa/gstalsa.h:
23611         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23612         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23613         Use alsa trigger_tstamp to get the timestamp of the first
23614         sample in the buffer for more precise sync. Some cleanups.
23615
23616 2004-06-24  Wim Taymans  <wim@fluendo.com>
23617
23618         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23619         (gst_audiorate_init), (gst_audiorate_chain),
23620         (gst_audiorate_set_property), (gst_audiorate_get_property):
23621         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23622         (gst_videorate_chain):
23623         Added some logging, fixed an overflow bug in videorate.
23624
23625 2004-06-24  Benjamin Otte  <otte@gnome.org>
23626
23627         * ext/kio/Makefile.am:
23628           fix for builddir != srcdir and distcheck
23629
23630 2004-06-24  Benjamin Otte  <otte@gnome.org>
23631
23632         * gst-libs/gst/colorbalance/Makefile.am:
23633         * gst-libs/gst/mixer/Makefile.am:
23634         * gst-libs/gst/play/Makefile.am:
23635         * gst-libs/gst/tuner/Makefile.am:
23636         * gst/tcp/Makefile.am:
23637         * sys/dxr3/Makefile.am:
23638           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23639           tarball.
23640           Also add all *.list files that were missing.
23641         * Makefile.am:
23642           add a distcheck hook to ensure the above doesn't happen again.
23643
23644 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23645
23646         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23647
23648 2004-06-23  Colin Walters  <walters@redhat.com>
23649
23650         * m4/Makefile.am: Distribute gst-fionread.m4.
23651
23652 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23653
23654         * configure.ac: back to dev
23655
23656 2004-06-23  Wim Taymans  <wim@fluendo.com>
23657
23658         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23659         (gst_alsa_xrun_recovery):
23660         * ext/alsa/gstalsa.h:
23661         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23662         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23663         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23664         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23665         (gst_alsa_src_loop):
23666         Add clock to alsasrc. Take new capture timestamp when
23667         restarting after an overrun. Split up some functions between
23668         alsasrc and alsasink.
23669
23670 === release 0.8.2 ===
23671
23672 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23673
23674         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23675         (gst_alsa_change_state), (gst_alsa_update_avail),
23676         (gst_alsa_xrun_recovery):
23677         * ext/alsa/gstalsa.h:
23678         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23679           merge back changes from release
23680
23681 2004-06-23  Wim Taymans  <wim@fluendo.com>
23682
23683         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23684         (gst_audiorate_init), (gst_audiorate_chain),
23685         (gst_audiorate_set_property), (gst_audiorate_get_property):
23686         Implement sample dropping and notify
23687
23688 2004-06-22  Wim Taymans  <wim@fluendo.com>
23689
23690         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23691         (theora_enc_sink_link), (theora_buffer_from_packet),
23692         (theora_push_packet), (theora_enc_chain):
23693         Some cleanups, make sure the timestamps are correct.
23694
23695 2004-06-22  Wim Taymans  <wim@fluendo.com>
23696
23697         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23698         (gst_alsa_change_state), (gst_alsa_update_avail),
23699         (gst_alsa_xrun_recovery):
23700         * ext/alsa/gstalsa.h:
23701         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23702         Cleanups, take queued samples into account when reporting
23703         the time.
23704
23705 2004-06-22  Wim Taymans  <wim@fluendo.com>
23706
23707         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23708         (gst_videorate_init):
23709         Initialize the property as well.
23710
23711 2004-06-22  Wim Taymans  <wim@fluendo.com>
23712
23713         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23714         (gst_videorate_init), (gst_videorate_chain),
23715         (gst_videorate_set_property), (gst_videorate_get_property):
23716         Add property to make videorate silent.
23717         Add property to prefer new frames over old ones.
23718
23719 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23720
23721         * sys/osxvideo/Makefile.am:
23722         Workaround so that the osxvideo .so file gets linked with the
23723         Cocoa, OpenGL and QuickTime frameworks
23724
23725 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23726
23727         * sys/osxaudio/Makefile.am:
23728         Workaround so that the osxaudio .so file gets linked with the
23729         CoreAudio framework
23730
23731 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23732
23733         * configure.ac:
23734         Whoops, my fault...fixed build issues
23735
23736 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23737
23738         * configure.ac:
23739         Add objective-c support if running in Darwin/Mac OS X
23740         * sys/Makefile.am:
23741         * sys/osxvideo:
23742         * sys/osxvideo/Makefile.am:
23743         * sys/osxvideo/osxvideosink.h:
23744         * sys/osxvideo/osxvideosink.m:
23745         * sys/osxvideo/cocoawindow.h:
23746         * sys/osxvideo/cocoawindow.m:
23747         Add osxvideosink, a cocoa-based osx video sink
23748
23749
23750 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23751         * ext/dvdnav/gst-dvd:
23752         Grab the gconf key from the right spot
23753         * gst/debug/gstnavseek.c: (gst_navseek_init),
23754         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23755         (gst_navseek_chain):
23756         * gst/debug/gstnavseek.h:
23757           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23758           and loop parameters of a segment seek.
23759         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23760         (gst_videotestsrc_get_event_masks),
23761         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23762         * gst/videotestsrc/gstvideotestsrc.h:
23763           Add seeking support to videotestsrc
23764           Initialise the timestamp_offset variable.
23765
23766 2004-06-18  Wim Taymans  <wim@fluendo.com>
23767
23768         * ext/sidplay/gstsiddec.cc:
23769         Fix negotiation and set correct end offset.
23770
23771 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23772
23773         * configure.ac: branch and prerelease
23774
23775 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23776
23777         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23778         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23779         (gst_tcpclientsrc_init_receive):
23780         * gst/tcp/gsttcpclientsrc.h:
23781           read caps when connecting to server for GDP so we set them correctly
23782
23783 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23784
23785         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23786           notify drops and duplicates
23787         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23788           no good reason to limit ourselves to 100x100
23789
23790 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23791
23792         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23793         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23794         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23795         (gst_v4lsrc_get_property):
23796         * sys/v4l/gstv4lsrc.h:
23797         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23798         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23799         (gst_v4l_set_audio):
23800         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23801         (gst_v4lsrc_try_capture):
23802         * sys/v4l/v4lsrc_calls.h:
23803           change try_palette to more general try_capture
23804           add autoprobe option so we can turn off autoprobing
23805           various fixes
23806
23807 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23808
23809         * configure.ac:
23810           add videorate
23811         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23812         (gst_ximagesink_class_init):
23813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23814         (gst_xvimagesink_class_init):
23815           run them as finalize, not dispose, since dispose can be invoked
23816           multiple times
23817
23818 2004-06-17  Wim Taymans  <wim@fluendo.com>
23819
23820         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23821         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23822         * ext/alsa/gstalsa.h:
23823         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23824         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23825         (gst_alsa_src_change_state):
23826         * ext/alsa/gstalsasrc.h:
23827         Make the xrun code timestamp and offset the buffers correctly.
23828         moved the clock to the base class, use alsa methods to get time.
23829         Do correct timestamping on outgoing buffers.
23830
23831 2004-06-17  Wim Taymans  <wim@fluendo.com>
23832
23833         * gst/audiorate/Makefile.am:
23834         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
23835         (gst_audiorate_base_init), (gst_audiorate_class_init),
23836         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
23837         (gst_audiorate_set_property), (gst_audiorate_get_property),
23838         (gst_audiorate_change_state), (plugin_init):
23839         Added an audiorate converter that fills in gaps.
23840
23841 2004-06-17  Johan Dahlin  <johan@gnome.org>
23842
23843         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
23844
23845 2004-06-16  Wim Taymans  <wim@fluendo.com>
23846
23847         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
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         Added a copy mode to v4lsrc where it will output a copied version
23854         of its internal hardware buffer.
23855         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
23856         can't | them.
23857
23858 2004-06-16  Wim Taymans  <wim@fluendo.com>
23859
23860         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23861         Timestamp fixes.
23862
23863 2004-06-16  Wim Taymans  <wim@fluendo.com>
23864
23865         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23866         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23867         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23868         (gst_v4lsrc_get_property):
23869         * sys/v4l/gstv4lsrc.h:
23870         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23871         Added a sync mode enum property to control v4lsrc timestamp method
23872         Removed the use-fixed-fps property and moved functionality in
23873         the enum.
23874         Don't error on an error value from v4l-conf, it might not always
23875         be a real error.
23876
23877 2004-06-16  Wim Taymans  <wim@fluendo.com>
23878
23879         * gst/videorate/Makefile.am:
23880         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
23881         (gst_videorate_base_init), (gst_videorate_class_init),
23882         (gst_videorate_getcaps), (gst_videorate_link),
23883         (gst_videorate_init), (gst_videorate_chain),
23884         (gst_videorate_set_property), (gst_videorate_get_property),
23885         (gst_videorate_change_state), (plugin_init):
23886         Added a video timestamp corrector.
23887
23888 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23889
23890         fixed a potential leak with previous commit
23891
23892         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23893
23894 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23895
23896         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23897         Added missing refcount, fixes bug #144425
23898         Cheers Tim for finding the bug
23899
23900 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23901
23902         * sys/v4l/gstv4l.c: (plugin_init):
23903         * sys/v4l/gstv4lcolorbalance.c:
23904         * sys/v4l/gstv4lcolorbalance.h:
23905         * sys/v4l/gstv4lelement.c:
23906         * sys/v4l/gstv4lelement.h:
23907         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23908         * sys/v4l/gstv4lmjpegsink.h:
23909         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23910         * sys/v4l/gstv4lmjpegsrc.h:
23911         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23912         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23913         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23914         * sys/v4l/gstv4lsrc.h:
23915         * sys/v4l/gstv4ltuner.c:
23916         * sys/v4l/gstv4ltuner.h:
23917         * sys/v4l/gstv4lxoverlay.c:
23918         * sys/v4l/gstv4lxoverlay.h:
23919         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23920         (gst_v4l_set_window), (gst_v4l_enable_overlay):
23921         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23922         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23923         (gst_v4l_set_audio):
23924         * sys/v4l/v4l_calls.h:
23925         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23926         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
23927         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
23928         (gst_v4lmjpegsink_playback_init),
23929         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
23930         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
23931         (gst_v4lmjpegsink_playback_stop),
23932         (gst_v4lmjpegsink_playback_deinit):
23933         * sys/v4l/v4lmjpegsink_calls.h:
23934         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23935         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
23936         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23937         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
23938         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
23939         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
23940         * sys/v4l/v4lmjpegsrc_calls.h:
23941         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23942         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
23943         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
23944         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
23945         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
23946         (gst_v4lsrc_try_palette):
23947         * sys/v4l/v4lsrc_calls.h:
23948           bunch of paranoia cleanups
23949
23950 2004-06-14  David Schleef  <ds@schleef.org>
23951
23952         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
23953         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
23954         Send discont events and change timestamps appropriately when
23955         we get a seek event.  (bug #144240)
23956         * ext/cdparanoia/gstcdparanoia.h:
23957
23958 2004-06-14  Benjamin Otte  <otte@gnome.org>
23959
23960         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
23961           snd_pcm_hw_params_set_rate  since the latter fails for no good
23962           reason on some setups.
23963
23964 2004-06-14  David Schleef  <ds@schleef.org>
23965
23966         * gst/volume/demo.c: (value_changed_callback): exp10() is not
23967         standard.  Thank you for playing.
23968
23969 2004-06-14  Wim Taymans  <wim@fluendo.com>
23970
23971         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
23972         Patch 1.3 broke the ordering of the colorspace info and
23973         made the plugin basically work by coincidence, reordered
23974         the info.
23975
23976 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23977
23978         * ext/lame/gstlame.c:
23979         * ext/mad/gstmad.c:
23980           sync caps.  Make sure mad can only output a list of rates, not
23981           a full range.  In the future, have three caps lists for each of the
23982           mpeg versions.  Change mpegversion to a double as well.
23983
23984 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23985
23986         * gst/volume/.cvsignore:
23987         * gst/volume/Makefile.am:
23988         * gst/volume/demo.c: (value_changed_callback), (idler),
23989         (setup_gui), (main):
23990           added small demo app
23991
23992 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
23993         * ext/esd/esdsink.c: (gst_esdsink_change_state):
23994         * ext/esd/esdsink.h:
23995         Close the esd connection on pause, because esd will just wait -
23996         blocking all other esd clients indefinitely.
23997
23998 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
23999
24000         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24001           previous commit with GST_DEBUG
24002
24003 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24004
24005         * configure.ac:
24006           add a header check for a dvdread header in dvdnav.  Fixes #133002
24007
24008 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24009
24010         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24011         * gst/tcp/gsttcpclientsink.h:
24012         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24013         * gst/tcp/gsttcpclientsrc.h:
24014         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24015         (gst_tcpserversink_handle_server_read),
24016         (gst_tcpserversink_init_send):
24017         * gst/tcp/gsttcpserversink.h:
24018         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24019         * gst/tcp/gsttcpserversrc.h:
24020         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24021         version of IP)
24022
24023 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24024
24025         * configure.ac:
24026         Added ogg library so that OSX detects libtheora properly
24027
24028 2004-06-11  Wim Taymans  <wim@fluendo.com>
24029
24030         * ext/theora/theoradec.c: (theora_dec_chain),
24031         (theora_dec_change_state):
24032         Don't try to decode frames before we received a keyframe.
24033
24034 2004-06-11  Wim Taymans  <wim@fluendo.com>
24035
24036         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24037         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24038         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24039         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24040         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24041         Added property to set the maximum delay of a page.
24042
24043 2004-06-10  Wim Taymans  <wim@fluendo.com>
24044
24045         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24046         (gst_ogg_mux_init), (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         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24050         Added max-delay property to control the maximum amount
24051         of data to put in one page.
24052
24053 2004-06-10  Wim Taymans  <wim@fluendo.com>
24054
24055         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24056         (gst_theora_enc_init), (theora_enc_sink_link),
24057         (theora_buffer_from_packet), (theora_enc_set_property),
24058         (theora_enc_get_property):
24059         Set duration on encoded buffer, added some more properties
24060
24061 2004-06-10  Wim Taymans  <wim@fluendo.com>
24062
24063         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24064         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24065         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24066         * ext/theora/theoraenc.c: (theora_enc_chain):
24067         Fix refcounting bugs
24068
24069 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24070
24071         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24072         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24073         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24074         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24075         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24076         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24077         (gst_asf_demux_change_state):
24078         * gst/asfdemux/gstasfdemux.h:
24079           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24080           feels like. I think we should set a new requirement for demuxers
24081           from now on to implement sane loop functions, data loops, query
24082           and seek functions before first commit into CVS. And this commit
24083           fixes all of the above.
24084
24085 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24086
24087         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24088           vorbis comments are properly encoded in UTF-8 before adding them
24089           to a GstTagList
24090
24091 2004-06-09  Benjamin Otte  <otte@gnome.org>
24092
24093         * ext/alsa/gstalsa.c: (add_channels):
24094           handle min <= max correctly
24095         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24096         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24097           add fixation functions so we fixate correctly. No preferring of alaw
24098           anymore because it's the first structure.
24099         * ext/alsa/gstalsa.h:
24100         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24101         (gst_alsa_hw_params_dump):
24102           add functions to ease debugging in alsalib
24103         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24104         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24105         (gst_alsa_start_audio):
24106           only specify hw params if we really setup a format (fixes #134007 -
24107           or at least works around it)
24108
24109 2004-06-09  Wim Taymans  <wim@fluendo.com>
24110
24111         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24112         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24113         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24114         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24115         (gst_ogg_mux_loop):
24116         Use stream caps to setup the initial pages in the ogg stream.
24117         Correctly set the streamheader caps on the srcpad.
24118
24119 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24120
24121         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24122         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24123         (gst_v4lsrc_getcaps):
24124         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24125         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24126           add querying of fps lists for webcams.  Negotiating to a framerate
24127           now works.
24128
24129 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24130
24131         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24132         (theora_push_buffer), (theora_push_packet),
24133         (theora_set_header_on_caps), (theora_enc_chain):
24134           mark buffers and put on streamheader, raw theora streaming
24135           now works too, whee
24136
24137 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24138
24139         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24140         (gst_tcp_gdp_read_caps):
24141           do a looping read for caps and GDP headers too
24142
24143 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24144
24145         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24146         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24147           return EOS instead of NULL in _get
24148
24149 2004-06-08  Wim Taymans  <wim@fluendo.com>
24150
24151         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24152         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24153         (gst_tcp_gdp_write_caps):
24154         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24155         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24156         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24157         Memory leak fixes
24158
24159 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24160
24161         * ext/vorbis/Makefile.am:
24162         * ext/vorbis/vorbis.c: (plugin_init):
24163         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24164         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24165         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24166         (vorbis_parse_change_state):
24167         * ext/vorbis/vorbisparse.h:
24168           adding a vorbisparse element that marks the buffers, streaming
24169           raw vorbis using GDP now works, whee
24170
24171 2004-06-08  Wim Taymans  <wim@fluendo.com>
24172
24173         * ext/jpeg/Makefile.am:
24174         * ext/jpeg/README:
24175         * ext/jpeg/gstjpeg.c: (plugin_init):
24176         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24177         (gst_smokedec_base_init), (gst_smokedec_class_init),
24178         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24179         * ext/jpeg/gstsmokedec.h:
24180         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24181         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24182         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24183         (gst_smokeenc_resync), (gst_smokeenc_chain),
24184         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24185         * ext/jpeg/gstsmokeenc.h:
24186         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24187         (smokecodec_flush_destination), (smokecodec_term_destination),
24188         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24189         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24190         (smokecodec_term_source), (smokecodec_encode_new),
24191         (smokecodec_decode_new), (smokecodec_info_free),
24192         (smokecodec_set_quality), (smokecodec_get_quality),
24193         (smokecodec_set_threshold), (smokecodec_get_threshold),
24194         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24195         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24196         (smokecodec_parse_header), (smokecodec_decode):
24197         * ext/jpeg/smokecodec.h:
24198         Added a new simple jpeg based codec
24199
24200 2004-06-08  Wim Taymans  <wim@fluendo.com>
24201
24202         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24203         (gst_multipart_mux_loop):
24204         Fix memory leak
24205
24206 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24207
24208         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24209         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24210         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24211         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24212         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24213         * gst/tcp/gsttcpserversink.h:
24214           take streamheader into account
24215
24216 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24217
24218         * gst/level/Makefile.am:
24219         * gst/level/gstlevel.c: (gst_level_class_init):
24220           clean up marshal generation
24221
24222 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24223
24224         * gst/tcp/Makefile.am:
24225         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24226         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24227         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24228         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24229         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24230         (gst_tcpclientsrc_get_property):
24231         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24232         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24233         (gst_tcpserversink_handle_client_read),
24234         (gst_tcpserversink_handle_client_write),
24235         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24236         * gst/tcp/gsttcpserversink.h:
24237           add signals client-added and client-removed
24238         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24239         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24240         (gst_tcpserversrc_get_property):
24241         uniformized, change default protocol to NONE
24242         * gst/tcp/gsttcp-marshal.list: added
24243 2004-06-07  Benjamin Otte  <otte@gnome.org>
24244
24245         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24246           handle discont events if they happen before caps nego
24247
24248 2004-06-07  Wim Taymans  <wim@fluendo.com>
24249
24250         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24251         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24252         (gst_multipart_demux_plugin_init):
24253         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24254         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24255         (gst_multipart_mux_change_state):
24256         Small updates, fix a memleak
24257
24258 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24259
24260         * configure.ac: OSS portability
24261         * ext/arts/gst_arts.c: idem
24262         * sys/oss/gstosselement.c: idem
24263         * sys/oss/gstossmixer.c: idem
24264         * sys/oss/gstosssink.c: idem
24265         * sys/oss/gstosssrc.c: idem
24266         * sys/oss/oss_probe.c: idem
24267           - check for soundcard.h in different places for some BSD
24268
24269 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24270
24271         * AUTHORS:
24272         Add me to the authors file
24273         * configure.ac:
24274         Increase the libdv requirement to >= version 0.100
24275         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24276         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24277         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24278         * ext/dv/gstdvdec.h:
24279         Add support for the new_media flag when sending DISCONT events
24280         Make the querying work when video pad is not linked
24281
24282 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24283
24284         reviewed by Benjamin Otte  <otte@gnome.org>
24285
24286         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24287           create a NULL-initialized array of pads, so we don't think they
24288           exist already. (fixes #143130)
24289
24290 2004-06-07  Benjamin Otte  <otte@gnome.org>
24291
24292         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24293         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24294         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24295           don't use // coments
24296
24297 2004-06-07  Benjamin Otte  <otte@gnome.org>
24298
24299         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24300           cast to GstClockTime to get higher granularity
24301         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24302           use gst_element_set_time_delay to get the exact time
24303         * ext/mad/gstmad.c: (gst_mad_chain):
24304           use the negotiated rate instead of the current frame's rate which
24305           might be wrong because of bit errors. This avoids emitting totally
24306           bogus timestamps and screwing sync.
24307         (fixes #143454)
24308
24309 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24310
24311         reviewed by Benjamin Otte  <otte@gnome.org>
24312
24313         * gst/adder/gstadder.c: (gst_adder_loop):
24314           properly error out when no negotiation has happened yet. (fixes
24315           #143032)
24316
24317 2004-06-06  Benjamin Otte  <otte@gnome.org>
24318
24319         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24320           forward correctly transformed offset in discont events. Based on
24321           patch by Arwed v. Merkatz. (fixes #142851)
24322
24323 2004-06-06  David Schleef  <ds@schleef.org>
24324
24325         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24326         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24327         problems on several systems.
24328
24329 2004-06-06  Benjamin Otte  <otte@gnome.org>
24330
24331         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24332           use explicit caps on the srcpad
24333         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24334           properly error out if caps couldn't be set (fixes #142764)
24335
24336 2004-06-06  Benjamin Otte  <otte@gnome.org>
24337
24338         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24339         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24340         (gst_alsa_start_audio):
24341           - don't call set_periods_integer anymore, it breaks the
24342           configuration randomly
24343           - call snd_pcm_hw_params_set_access directly instead of using masks
24344           - don't fail if the sw_params can't be set, just use the default
24345           params and hope it works. Alsalib has weird issues when you touch
24346           sw_params and does no proper error reporting about what failed.
24347         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24348         (gst_alsa_close_audio):
24349           make our alsa debugging go via gst debugging and not conditionally
24350           defined
24351         * ext/alsa/gstalsa.h:
24352           add ALSA_DEBUG_FLUSH macro
24353         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24354         (plugin_init):
24355           wrap alsa errors to be printed via the gst debugging system and not
24356           spammed to stderr
24357
24358 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24359
24360         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24361         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24362         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24363         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24364         (qtdemux_parse_trak):
24365         * gst/qtdemux/qtdemux.h:
24366           Bitch. Also known as seeking, querying & co.
24367         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24368         (gst_osssink_change_state):
24369         * sys/oss/gstosssink.h:
24370           Resyncing is for weenies, this hack is no longer needed and was
24371           broken anyway (since it - unintendedly - always leaves resync to
24372           TRUE).
24373
24374 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24375
24376         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24377         * gst/tcp/gsttcpclientsrc.h: idem
24378           - define MSG_NOSIGNAL if not done
24379           - include unistd.h for off_t
24380           (fixes #143749)
24381
24382 2004-06-05  Benjamin Otte  <otte@gnome.org>
24383
24384         * configure.ac:
24385         * ext/kio/Makefile.am:
24386           check for qt's moc preprocessor explicitly and use it
24387
24388 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24389
24390         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24391           don't get a signal for EPIPE on socket writes
24392           (somebody check if this works on other platforms)
24393
24394 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24395
24396         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24397         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24398           check error condition on available samples correctly
24399
24400 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24401
24402         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24403           avoid a segfault
24404         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24405         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24406         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24407         (gst_tcpserversrc_gdp_read_header):
24408          use ssize_t over size_t since the former is signed and thus the
24409          check for error codes can work
24410
24411 2004-06-02  Wim Taymans  <wim@fluendo.com>
24412
24413         reviewed by: Johan
24414
24415         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24416         (gst_multipart_mux_loop):
24417         Oops
24418
24419 2004-06-02  Wim Taymans  <wim@fluendo.com>
24420
24421         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24422         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24423         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24424         (gst_multipart_mux_change_state):
24425         Added configurable boundary specifier, added the value as a
24426         caps field as well.
24427
24428 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24429
24430         * gst/tcp/gsttcp.c:
24431         * gst/tcp/gsttcpclientsrc.c:
24432         * gst/tcp/gsttcpclientsrc.h:
24433         * gst/tcp/gsttcpserversrc.c:
24434           - portability fix, to compile on OSX
24435             (fixes #143146)
24436
24437         * sys/osxaudio/gstosxaudioelement.c:
24438         * sys/osxaudio/gstosxaudiosink.c:
24439         * sys/osxaudio/gstosxaudiosrc.c:
24440           - compilation warnings on OSX
24441             (fixes #143153)
24442
24443 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24444
24445         * ext/vorbis/vorbisdec.c : sign warning fixes
24446
24447         * gst-libs/gst/mixer/mixertrack.c :
24448           do no use defines which are glib 2.4 specific
24449
24450 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24451
24452         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24453           buffer since libflac doesn't expect it (reports a sync error when
24454           it encounters that)
24455
24456
24457 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24458
24459         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24460         * gst-libs/gst/mixer/mixertrack.c:
24461         (gst_mixer_track_get_property), (get_mixer_track_init),
24462         (get_mixer_track_get_property): Added property accessors
24463         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24464         * gst-libs/gst/mixer/mixeroptions.c:
24465         (gst_mixer_options_get_values): Added
24466         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24467         * gst-libs/gst/mixer/mixer.c: Fixed comment
24468
24469
24470 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24471
24472         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24473           improve error messages on open
24474
24475
24476 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24477
24478         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24479           check if v4l-conf is in path
24480
24481 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24482
24483         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24484           change assert to a more readable error message
24485
24486 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24487
24488         * gst-libs/gst/tuner/tunerchannel.h:
24489           - add a freq_multiplicator field to make the conversion
24490             between internal frequency unit and Hz
24491         * sys/v4l/gstv4lelement.c:
24492         * sys/v4l2/gstv4l2element.c:
24493           - change default video device to /dev/video0
24494         * sys/v4l/v4l_calls.c:
24495         * sys/v4l2/v4l2_calls.c:
24496           - we only expose frequency to the user in Hz instead of
24497             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24498
24499 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24500         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24501           Initialise b_o_s and e_o_s variables
24502         * gst-libs/gst/riff/riff-media.c:
24503         (gst_riff_create_video_caps_with_data):
24504           Add some unusual fourcc's from mplayer avi's
24505         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24506           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24507           autoplugging.
24508
24509 2004-05-28  Wim Taymans  <wim@fluendo.com>
24510
24511         * configure.ac:
24512         * gst/alpha/Makefile.am:
24513         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24514         (gst_alpha_get_type), (gst_alpha_base_init),
24515         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24516         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24517         (gst_alpha_chroma_key), (gst_alpha_chain),
24518         (gst_alpha_change_state), (plugin_init):
24519         A plugin to add an alpha channel to I420 video. Can optionally do
24520         chroma keying.
24521         * gst/multipart/Makefile.am:
24522         * gst/multipart/multipart.c: (plugin_init):
24523         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24524         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24525         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24526         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24527         (gst_multipart_demux_change_state),
24528         (gst_multipart_demux_plugin_init):
24529         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24530         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24531         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24532         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24533         (gst_multipart_mux_pad_unlink),
24534         (gst_multipart_mux_request_new_pad),
24535         (gst_multipart_mux_handle_src_event),
24536         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24537         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24538         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24539         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24540         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24541         send multipart jpeg images to a browser.
24542         * gst/videobox/Makefile.am:
24543         * gst/videobox/README:
24544         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24545         (gst_video_box_get_type), (gst_video_box_base_init),
24546         (gst_video_box_class_init), (gst_video_box_init),
24547         (gst_video_box_set_property), (gst_video_box_get_property),
24548         (gst_video_box_sink_link), (gst_video_box_i420),
24549         (gst_video_box_ayuv), (gst_video_box_chain),
24550         (gst_video_box_change_state), (plugin_init):
24551         Crops or adds borders around an image. can do alpha channel
24552         borders as well.
24553         * gst/videomixer/Makefile.am:
24554         * gst/videomixer/README:
24555         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24556         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24557         (gst_videomixer_pad_get_sink_event_masks),
24558         (gst_videomixer_pad_get_property),
24559         (gst_videomixer_pad_set_property),
24560         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24561         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24562         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24563         (gst_videomixer_base_init), (gst_videomixer_class_init),
24564         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24565         (gst_videomixer_handle_src_event),
24566         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24567         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24568         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24569         (gst_videomixer_loop), (gst_videomixer_get_property),
24570         (gst_videomixer_set_property), (gst_videomixer_change_state),
24571         (plugin_init):
24572         Generic video mixer plugin, can handle multiple inputs all with
24573         different framerates and video sizes. Is fully alpha channel
24574         aware.
24575
24576 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24577
24578         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24579           Select first track as master track. Not sure how else to handle
24580           that...
24581         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24582           Discard discont events. Should fix #142962.
24583
24584 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24585
24586         * ext/alsa/Makefile.am:
24587         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24588         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24589         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24590         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24591         (gst_alsa_mixer_get_option):
24592         * ext/alsa/gstalsamixer.h:
24593         * ext/alsa/gstalsamixeroptions.c:
24594         (gst_alsa_mixer_options_get_type),
24595         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24596         (gst_alsa_mixer_options_new):
24597         * ext/alsa/gstalsamixeroptions.h:
24598         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24599         * ext/alsa/gstalsamixertrack.h:
24600           Add enumerations (as GstMixerOptions). Make correct distinction
24601           between input/output tracks. Add capture/playback private flag.
24602           Use flag to decide on whether to set capture or playback volumes
24603           or switches. Use playback and record switches.
24604         * gst-libs/gst/mixer/Makefile.am:
24605         * gst-libs/gst/mixer/mixer-marshal.list:
24606         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24607         (gst_mixer_set_option), (gst_mixer_get_option),
24608         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24609         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24610         * gst-libs/gst/mixer/mixer.h:
24611         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24612         (gst_mixer_options_class_init), (gst_mixer_options_init),
24613         (gst_mixer_options_dispose):
24614         * gst-libs/gst/mixer/mixeroptions.h:
24615           Add GstMixerOptions.
24616         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24617           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24618           broken device detection on computers with multiple OSS sound
24619           cards.
24620
24621 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24622
24623         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24624           fixate nicely even when the peer is not negotiating
24625
24626 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24627
24628         * gst/audioconvert/gstaudioconvert.c:
24629         (gst_audio_convert_parse_caps):
24630           make sure we don't allow depth > width
24631         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24632           fixate endianness to G_BYTE_ORDER as default
24633         * gst/audioscale/gstaudioscale.c:
24634           we don't handle another endianness as host-endianness
24635
24636 2004-05-25  David Schleef  <ds@schleef.org>
24637
24638         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24639
24640 2004-05-24  Benjamin Otte  <otte@gnome.org>
24641
24642         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24643         (gst_oggvorbisenc_setup):
24644           properly fail when we can't setup the vorbis encoder due to
24645           unsupported settings
24646         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24647         (gst_vorbisenc_setup):
24648           same
24649         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24650           fix case where warnings occured when one pad was unlinked while the
24651           other's link function was called
24652
24653 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24654
24655         * gst/tcp/Makefile.am:
24656           use GST_ENABLE_NEW
24657
24658 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24659
24660         * gst-libs/gst/resample/private.h:
24661           don't use optimizations that are #if 0'ed
24662
24663 2004-05-24  Wim Taymans  <wim@fluendo.com>
24664
24665         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24666         Fix potential division by zero error and hopefully get
24667         the position query right to get correct timestamps on avi
24668         audio.
24669
24670 2004-05-24  Wim Taymans  <wim@fluendo.com>
24671
24672         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24673         (gst_videoscale_scale_nearest_str2),
24674         (gst_videoscale_scale_nearest_str4),
24675         (gst_videoscale_scale_nearest_32bit),
24676         (gst_videoscale_scale_nearest_24bit),
24677         (gst_videoscale_scale_nearest_16bit):
24678         Fix the scaling algorithm and avoid a buffer overflow.
24679         removed the while loop in the scaling function as it
24680         was used for point sampling only.
24681
24682 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24683
24684         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24685         (gst_id3_tag_class_init), (gst_id3_tag_init),
24686         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24687         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24688         (gst_id3_tag_send_tag_event):
24689           lots of fixes to make id3mux work and id3demux work correctly
24690
24691 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24692
24693         * ext/Makefile.am:
24694           add rules to build shout2send (was removed by accident
24695           when this module was no more marked experimental/broken)
24696
24697 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24698
24699         * ext/shout2/gstshout2.c:
24700         * ext/shout2/gstshout2.h:
24701           adding a "connection problem" signal to shout2send
24702           (fixes #142954)
24703
24704 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24705
24706         * ext/kio/kioreceiver.cpp:
24707         * ext/kio/kioreceiver.h:
24708           fix sign comparison issues
24709
24710 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24711
24712         * gst/cdxaparse/gstcdxaparse.c:
24713         * gst/cdxaparse/gstcdxaparse.h:
24714           some renaming
24715           add some checks/sanity
24716           prepare for seek addition
24717
24718         * sys/sunaudio/gstsunaudio.c:
24719           remove exported dupe init function
24720
24721 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24722
24723         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24724         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24725           Fix format conversion and position querying.
24726         * gst/debug/progressreport.c: (gst_progressreport_report):
24727           Don't output a bogus total value that we didn't query.
24728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24729           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24730           only a blank window after xine has been used.
24731
24732 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24733
24734         * m4/as-arts.m4:
24735           sync with upstream version to fix test on FC2
24736           readd with -ko to preserve Id header
24737
24738 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24739
24740         * configure.ac:
24741           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24742         * gst/tcp/gsttcpclientsrc.c: idem
24743         * gst/tcp/gsttcpserversink.c: idem
24744         * gst/tcp/gsttcpserversrc.c: idem
24745         * m4/gst-fionread.m4: idem
24746
24747         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24748
24749         * configure.ac: enable speex plugin for speex 1.1.5+
24750         * ext/speex/gstspeexenc.c: fix cast warning
24751
24752         * ext/esd/README: fix typo
24753
24754 2004-05-20  David Schleef  <ds@schleef.org>
24755
24756         * configure.ac: Minor cosmetic change to convince the buildbot to
24757         reautogen.
24758         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24759         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24760         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24761         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24762         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24763         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24764         More hacking.  Plays audio now.
24765
24766 2004-05-20  David Schleef  <ds@schleef.org>
24767
24768         * configure.ac:
24769         * sys/Makefile.am:
24770
24771 2004-05-20  David Schleef  <ds@schleef.org>
24772
24773         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24774         * sys/osxaudio/gstosxaudio.c:
24775         * sys/osxaudio/gstosxaudioelement.c:
24776         * sys/osxaudio/gstosxaudioelement.h:
24777         * sys/osxaudio/gstosxaudiosink.c:
24778         * sys/osxaudio/gstosxaudiosink.h:
24779         * sys/osxaudio/gstosxaudiosrc.c:
24780         * sys/osxaudio/gstosxaudiosrc.h:
24781
24782 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24783
24784         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24785         (gst_vorbisenc_chain):
24786           put the codec headers on the caps as streamheader as well as
24787           pushing them out
24788
24789 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24790
24791         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24792         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24793         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24794         split up push_packet into two functions
24795
24796 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24797
24798         * gst/tcp/.cvsignore:
24799           ignore enums
24800         * gst/tcp/Makefile.am:
24801         * gst/tcp/README:
24802         * gst/tcp/gsttcp.c:
24803         * gst/tcp/gsttcp.h:
24804         * gst/tcp/gsttcpclientsink.c:
24805         * gst/tcp/gsttcpclientsink.h:
24806         * gst/tcp/gsttcpclientsrc.c:
24807         * gst/tcp/gsttcpclientsrc.h:
24808         * gst/tcp/gsttcpplugin.c:
24809         * gst/tcp/gsttcpserversink.c:
24810         * gst/tcp/gsttcpserversink.h:
24811         * gst/tcp/gsttcpserversrc.c:
24812         * gst/tcp/gsttcpserversrc.h:
24813           add new tcp elements
24814
24815 2004-05-19  Wim Taymans  <wim@fluendo.com>
24816
24817         * gst/law/mulaw-conversion.c: (mulaw_encode):
24818         Fix overflow bug in ulaw encoding.
24819
24820 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24821
24822         * ext/mad/gstmad.c: (gst_mad_handle_event):
24823           don't unref the event twice
24824
24825 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24826
24827         * configure.ac:
24828           remove -Wno-sign-compare
24829
24830 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24831
24832         * configure.ac:
24833           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
24834           if you want to work against glib 2.2 and 2.4
24835
24836 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24837
24838         * gst/tcp/Makefile.am:
24839         * gst/tcp/gsttcp.c:
24840         * gst/tcp/gsttcp.h:
24841         * gst/tcp/gsttcpsink.h:
24842         * gst/tcp/gsttcpsrc.h:
24843           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
24844
24845 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24846
24847         * gst/debug/tests.c: (md5_get_value):
24848           fix segfault on gst-inspect
24849
24850 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24851
24852         * gst/debug/testplugin.c:
24853         * gst/debug/tests.c:
24854         * gst/debug/tests.h:
24855           add new extensible and configurable testing element. Current tests
24856           include buffer count, stream length, timestamp/duration matching and
24857           md5.
24858         * gst/debug/Makefile.am:
24859         * gst/debug/gstdebug.c: (plugin_init):
24860           add infrastructure for new element
24861
24862 2004-05-19  Johan Dahlin  <johan@gnome.org>
24863
24864         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
24865         ending of the array. Fixes gst-inspect segfault on ppc.
24866
24867 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24868
24869         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
24870
24871         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
24872
24873 2004-05-18  David Schleef  <ds@schleef.org>
24874
24875         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
24876         warnings (bugs, actually) noticed by gcc but not forte.
24877
24878 2004-05-18  David Schleef  <ds@schleef.org>
24879
24880         * sys/sunaudio/Makefile.am:
24881         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
24882
24883 2004-05-18  David Schleef  <ds@schleef.org>
24884
24885         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24886         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
24887         to allow qtdemux to use non-seekable streams. (bug #142272)
24888
24889 2004-05-18  David Schleef  <ds@schleef.org>
24890
24891         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
24892         (gst_resample_sinc_ft_float): Remove use of static temporary
24893         buffer.  This code was obviously not supposed to last long, but
24894         it's stuck in our ABI, so it required a little hack to make it
24895         ABI-compatible.  Fixes #142585.
24896         * gst-libs/gst/resample/resample.h: same.
24897
24898 2004-05-18  David Schleef  <ds@schleef.org>
24899
24900         * configure.ac: Add sunaudio
24901         * examples/Makefile.am: make gstplay depend on gconf
24902         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
24903         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
24904         (convert_table_lookup), (img_convert): remove c99-isms
24905         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
24906           unsigned, to fix a warning on Solaris
24907         * gst/mpeg1sys/systems.c: bcopy->memcpy
24908         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
24909         * sys/Makefile.am: Add sunaudio
24910
24911 2004-05-18  Wim Taymans  <wim@fluendo.com>
24912
24913         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
24914         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
24915         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
24916         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
24917         (gst_ogg_mux_loop):
24918         Fix an ugly memleak where the muxer didn't flush enough ogg
24919         pages. This also resulted in badly muxed ogg files.
24920
24921 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24922
24923         * gst/asfdemux/asfheaders.c :
24924         * gst/asfdemux/asfheaders.h :
24925         * gst/asfdemux/gstasfdemux.c :
24926           - fix ASF_OBJ_PADDING guid
24927           - add 3 new object guids (language list, metadata,
24928             extended stream properties)
24929           - add a function to parse extended header objects
24930
24931 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24932
24933         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24934           remove leftover debugging g_print
24935
24936 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24937
24938         * ext/mad/gstmad.c: (gst_mad_handle_event):
24939           Fix for when the first format in a discont event is not a
24940           byte-based one. Should fix #137710.
24941
24942 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24943
24944         * m4/a52.m4 : fix compilation with -Wall -Werror
24945         * m4/libfame.m4 : idem
24946         * m4/libmikmod.m4 : idem
24947
24948 2004-05-17  Benjamin Otte  <otte@gnome.org>
24949
24950         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24951           signal the new tags before giving up the reference
24952
24953 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24954
24955         * ext/shout2/gstshout2.c:
24956           use application/ogg instead of application/x-ogg (patch by Patrick
24957           Guimond, fixes #142432)
24958         * sys/oss/gstosselement.c: (gst_osselement_reset),
24959         (gst_osselement_sync_parms):
24960           don't set fragment size unless specified (fixes #142493)
24961
24962 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24963
24964         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
24965           fixes #142664
24966
24967 2004-05-17  Benjamin Otte  <otte@gnome.org>
24968
24969         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24970           compute offsets correctly for internal buffers so timestamps are set
24971           correctly when we can't seek. Also handle cases where there are no
24972           offsets. (based on a patch by David Moore, fixes #142507)
24973
24974 2004-05-17  Benjamin Otte  <otte@gnome.org>
24975
24976         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24977           use correct variable when determining amount of data to skip so we
24978           don't skip into the void and segfault
24979
24980 2004-05-16  Benjamin Otte  <otte@gnome.org>
24981
24982         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24983           Hi, I'm a memleak
24984
24985 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24986
24987         * gst/asfdemux/gstasfdemux.c:
24988           - fix a mem leak and always propagate tags
24989           - add WMV3 to known video codecs (but no decoder yet)
24990           - replace "surplus data" at end of audio header for what
24991             it is : codec specific data
24992           - fix a typo
24993
24994 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
24995
24996         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24997
24998         * gst-libs/gst/audio/audioclock.c:
24999           Fix wrong return type (#142205).
25000
25001 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25002
25003         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25004           Ignore CRCs by default (fixes #142566).
25005
25006 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25007
25008         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25009         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25010         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25011         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25012         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25013         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25014           Fix for cases where we fail to attach to a mixer.
25015
25016 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25017
25018         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25019           Don't touch events after not owning them anymore.
25020         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25021         (gst_wavparse_fmt), (gst_wavparse_other),
25022         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25023         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25024         (gst_wavparse_srcpad_event):
25025         * gst/wavparse/gstwavparse.h:
25026           Add seeking, fix querying.
25027
25028 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25029
25030         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25031           - process comments even if they don't end with \0\0
25032             g_convert would ignore them if present and works well without them
25033
25034 2004-05-16  Benjamin Otte  <otte@gnome.org>
25035
25036         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25037           simplify caps
25038
25039 2004-05-16  Benjamin Otte  <otte@gnome.org>
25040
25041         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25042           don't write to memory we might not write to - g_convert does that
25043           for us anyway (fixes #142613)
25044         (gst_asf_demux_audio_caps):
25045           comment out gst_util_dump_mem
25046
25047 2004-05-16  Benjamin Otte  <otte@gnome.org>
25048
25049         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25050           compute correct expected timestamps after seek (broken since
25051           last commit)
25052         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25053           rename element and debugging category to gdkpixbufscale
25054
25055 2004-05-16  Benjamin Otte  <otte@gnome.org>
25056
25057         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25058           add error checking to snd_pcm_delay and remove duplicate call to
25059           snd_pcm_delay that caused issues (see inline code comments)
25060         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25061           make more readable and fix return value when snd_pcm_delay fails
25062         (fixes #142586)
25063
25064 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25065         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25066         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25067         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25068         (gst_pixbufscale_link), (gst_pixbufscale_init),
25069         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25070         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25071         (gst_pixbufscale_get_property), (pixbufscale_init):
25072         * ext/gdk_pixbuf/pixbufscale.h:
25073         Add these files I forgot earlier
25074
25075 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25076         * ext/gdk_pixbuf/Makefile.am:
25077         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25078         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25079         Add new pixbufscale element to scale RGB video
25080         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25081         and HYPER interpolation correctly.
25082         * ext/theora/theoraenc.c: (theora_enc_chain),
25083         Discard buffer and return if explicit caps could not be set
25084         (theora_enc_get_property):
25085         Make _get return kbps for the bitrate consistent with
25086         the _set function.
25087
25088
25089 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25090
25091         * ext/libvisual/visual.c: (gst_visual_chain):
25092           add missing visual_audio_analyze
25093
25094 2004-05-14  David Schleef  <ds@schleef.org>
25095
25096         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25097         is killed while we're playing.
25098         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25099         gst_element_no_more_pads().
25100
25101 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25102
25103         * gst-libs/gst/riff/riff-read.c :
25104           - fix INFO tag extraction in RIFF/AVI files
25105             because gst_event_unref (event) also freed taglist
25106           - avoid a mem leak
25107
25108 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25109
25110         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25111         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25112
25113         * gst/auparse/gstauparse.c :
25114           - add code (commented for now) to support audio/x-adpcm on src pad
25115             (we have no decoder for those layout yet)
25116
25117         * gst/cdxaparse/gstcdxaparse.c :
25118         * gst/cdxaparse/gstcdxaparse.h :
25119           - partial rewrite using RiffRead (ripped iain's wavparse code)
25120
25121         * gst/rtp/gstrtpL16enc.c : typo
25122         * gst/rtp/gstrtpgsmenc.c : typo
25123
25124 2004-05-13  Benjamin Otte  <otte@gnome.org>
25125
25126         * configure.ac:
25127           check for exact version of libvisual, it's not supposed to be
25128           API/ABI stable yet
25129
25130 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25131
25132         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25133           signal no-more-pads
25134
25135 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25136
25137         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25138         Report which format was used for GST_FORMAT_DEFAULT
25139         * gst/debug/Makefile.am:
25140         * gst/debug/gstdebug.c: (plugin_init):
25141         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25142         (gst_progressreport_class_init), (gst_progressreport_init),
25143         (gst_progressreport_report), (gst_progressreport_set_property),
25144         (gst_progressreport_get_property), (gst_progressreport_chain),
25145         (gst_progressreport_plugin_init):
25146         Add progressreport element for testing.
25147
25148 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25149
25150         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25151         * sys/v4l/gstv4lsrc.h:
25152         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25153         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25154         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25155         (gst_v4lsrc_grab_frame):
25156           add more debugging
25157           send a discont at start
25158
25159 2004-05-12  Colin Walters  <walters@redhat.com>
25160
25161         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25162         inflooping if we can't find a chunk.  Or in other words, don't blow
25163         chunks if we don't have a chunk to blow.
25164
25165 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25166         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25167         Remove old debug output
25168         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25169         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25170         (gst_dvdec_set_property), (gst_dvdec_get_property):
25171         Change the quality setting to an enum, so it works from gst-launch
25172         Don't renegotiate a non-linked pad. Allows audio only decoding.
25173         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25174         (gst_deinterlace_link), (gst_deinterlace_init):
25175         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25176         (gst_videodrop_link):
25177         Some caps negotiation fixes
25178
25179 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25180
25181         * ext/tarkin/gsttarkin.c :
25182           - Change RANK from NONE to PRIMARY
25183         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25184           - Change RANK from NONE to MARGINAL
25185         * ext/divx/gstdivxenc.c :
25186           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25187
25188 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25189
25190         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25191         (gst_vorbisenc_push_packet):
25192           copy a function that was added between 1.0 and 1.0.1 until we
25193           depend on worthwhile features of post-1.0
25194
25195 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25196
25197         * configure.ac:
25198           enable shout2 by default
25199         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25200         (gst_shout2send_base_init), (gst_shout2send_init),
25201         (gst_shout2send_connect), (gst_shout2send_change_state):
25202         * ext/shout2/gstshout2.h:
25203           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25204           #142262)
25205         * ext/theora/theora.c: (plugin_init):
25206           don't set rank on encoders
25207
25208 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25209
25210         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25211           Use codec_data property instead of flag1 and flag2 for wma
25212
25213 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25214
25215         * gst/cdxaparse/gstcdxaparse.c :
25216           - Add mpegversion to CAPS to make it link
25217           - Rank is as GST_RANK_SECONDARY instead of NONE
25218         * gst/auparse/gstauparse.c :
25219           - Document all audio encoding we can encounter from Solaris 9
25220             headers and libsndfile information.
25221           - Increase max. rate from 48000 to 192000 (to match other elements)
25222           - Don't try to play junk data between header and samples
25223
25224 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25225
25226         * ext/libvisual/visual.c: (gst_visual_getcaps):
25227           use the right caps depending on endianness (I hope)
25228         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25229           use GST_RANK_NONE for all non-decoding elements or spider gets
25230           mighty confused
25231
25232 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25233
25234         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25235           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25236
25237 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25238
25239         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25240         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25241         (gst_switch_loop), (gst_switch_get_type):
25242           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25243           HEADERS. Had to be said.
25244
25245 2004-05-10  David Schleef  <ds@schleef.org>
25246
25247         * configure.ac: Add prototype Dirac support.
25248         * ext/Makefile.am:
25249         * ext/dirac/Makefile.am:
25250         * ext/dirac/gstdirac.cc:
25251         * ext/dirac/gstdiracdec.cc:
25252
25253 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25254
25255         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25256         (gst_auparse_init), (gst_auparse_chain),
25257         (gst_auparse_change_state):
25258           Hack around spider. Remove me some day please.
25259
25260 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25261
25262         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25263           Fix for some uninitialized variables in previous patch, also
25264           makes it work. Fixes #142286 while we're at it.
25265
25266 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25267
25268         * gst/auparse/gstauparse.c:
25269                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25270                 only unsupported formats are ADPCM/CCITT G.72x
25271                 reviewed by Ronald
25272         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25273
25274 2004-05-10  Wim Taymans  <wim@fluendo.com>
25275
25276         * ext/vorbis/Makefile.am:
25277         * ext/vorbis/README:
25278         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25279         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25280         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25281         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25282         (gst_oggvorbisenc_convert_sink),
25283         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25284         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25285         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25286         (get_constraints_string), (update_start_message),
25287         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25288         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25289         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25290         * ext/vorbis/oggvorbisenc.h:
25291         * ext/vorbis/vorbis.c: (plugin_init):
25292         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25293         (raw_caps_factory), (gst_vorbisenc_class_init),
25294         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25295         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25296         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25297         * ext/vorbis/vorbisenc.h:
25298         Added a raw vorbis encoder to be used with the oggmuxer.
25299         We still need the old encoder for some gnome applications,
25300         read the README to find out how that works.
25301         The raw encoder is called "rawvorbisenc" until 0.9.
25302
25303 2004-05-10  Wim Taymans  <wim@fluendo.com>
25304
25305         * ext/ogg/gstogg.c: (plugin_init):
25306         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25307         (gst_ogg_print):
25308         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25309         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25310         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25311         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25312         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25313         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25314         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25315         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25316         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25317         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25318         Added an ogg muxer.
25319         Small typo fixes in the demuxer.
25320
25321 2004-05-10  Wim Taymans  <wim@fluendo.com>
25322
25323         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25324         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25325         (theora_enc_change_state), (theora_enc_set_property),
25326         (theora_enc_get_property):
25327         Mark the last packet with an EOS flag which is not really needed
25328         in gstreamer.
25329         Do some better video framerate initialisation.
25330         Update the buffer timestamp.
25331
25332 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25333
25334         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25335         Return the result of the parent state change call
25336
25337 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25338
25339         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25340         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25341         * gst/law/alaw-encode.c : (idem)
25342         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25343         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25344         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25345
25346 2004-05-09  Benjamin Otte  <otte@gnome.org>
25347
25348         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25349           don't use a fixed buffer size when writing variable length data to
25350           it. Fixes memory corruption and makes alsasrc work
25351
25352 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25353
25354         * ext/gnomevfs/gstgnomevfssink.c:
25355         (_gst_boolean_allow_overwrite_accumulator),
25356         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25357           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25358           RUN_LAST, and don't use that to set the accumulator value because
25359           then it's always FALSE.
25360
25361 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25362
25363         * gst-libs/gst/riff/riff-media.c:
25364         (gst_riff_create_video_caps_with_data),
25365         (gst_riff_create_audio_caps),
25366         (gst_riff_create_audio_template_caps):
25367         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25368           Fix for unaligned RIFF files (i.e. where all the chunks together
25369           in a LIST chunk are not of the same size as the size given in
25370           the LIST chunk header). Fixes several odd WAVE files. Also fix
25371           ADPCM (block_align property) in audio, so that wavparse based
25372           on this works now as it used to stand-alone.
25373
25374 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25375
25376         reviewed by Benjamin Otte  <otte@gnome.org>
25377
25378         * ext/a52dec/gsta52dec.c:
25379         * ext/divx/gstdivxdec.c:
25380         * ext/divx/gstdivxenc.c:
25381         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25382         * ext/faac/gstfaac.c: (gst_faac_base_init):
25383         * ext/faad/gstfaad.c: (gst_faad_base_init):
25384         * ext/ivorbis/vorbisfile.c:
25385         * ext/lame/gstlame.c:
25386         * ext/libfame/gstlibfame.c:
25387         * ext/mpeg2enc/gstmpeg2enc.cc:
25388         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25389         * ext/sidplay/gstsiddec.cc:
25390         * ext/speex/gstspeexdec.c:
25391         * ext/speex/gstspeexenc.c:
25392         * ext/xvid/gstxviddec.c:
25393         * ext/xvid/gstxvidenc.c:
25394           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25395           (fixes #142193)
25396
25397 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25398
25399         * ext/alsa/gstalsa.c: (device_list),
25400         (gst_alsa_class_probe_devices):
25401         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25402           Fix alsa oddness in mixer after the combination of using mixer
25403           in source/sink elements and using hw:x,y instead of just hw:x.
25404
25405 2004-05-09  Benjamin Otte  <otte@gnome.org>
25406
25407         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25408         (gst_wavparse_create_sourcepad):
25409           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25410           sourcepads
25411
25412 2004-05-09  Benjamin Otte  <otte@gnome.org>
25413
25414         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25415           allow discont events before caps nego
25416
25417 2004-05-08  Benjamin Otte  <otte@gnome.org>
25418
25419         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25420           don't leak events
25421
25422 2004-05-08  Benjamin Otte  <otte@gnome.org>
25423
25424         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25425         (gst_level_change_state), (gst_level_init):
25426         * gst/level/gstlevel.h:
25427           figure out if we're initialized directly instead of keeping a
25428           variable that's wrong in 90% of cases
25429           don't initialize pads and then leak them and use a new unitialized
25430           pad. (fixes #142084)
25431           these were bugs so n00bish I didn't find them for an hour :/
25432
25433 2004-05-08 Iain <iain@prettypeople.org>
25434
25435         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25436         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25437         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25438         return the length that was read.
25439         (gst_riff_read_strf_auds): Allow fmt tags as well.
25440
25441 2004-05-07  David Schleef  <ds@schleef.org>
25442
25443         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25444         signed char assumption in faad.h.
25445
25446 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25447
25448         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25449           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25450
25451 2004-05-07  Colin Walters  <walters@redhat.com>
25452
25453         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25454         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25455         function.
25456         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25457         Add dispose function.
25458
25459 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25460         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25461           Fix caps nego and pad templates. RGB mode caps should
25462           work now.
25463         * ext/dvdnav/gst-dvd:
25464           Move mpeg2dec inside the thread because otherwise the
25465           queue rejects cap changes mid-stream
25466         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25467         (gst_mpeg2dec_flush_decoder):
25468           For mpeg2dec > 0.4.0, call the flush function instead of
25469           manually extracting all in-flight frames.
25470         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25471         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25472           Change mime type video/dv go video/x-dv to match the
25473           rest of gst-plugins
25474
25475 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25476
25477         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25478         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25479         (gst_alsa_sink_class_init):
25480         * ext/alsa/gstalsasink.h:
25481         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25482         (gst_alsa_src_class_init):
25483         * ext/alsa/gstalsasrc.h:
25484           Make alsasink/src a subclass of alsamixer so that mixer stuff
25485           shows up in gst-rec. Needs some finetuning.
25486
25487 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25488
25489         * ext/lame/gstlame.c: (gst_lame_chain):
25490           simplify
25491         * ext/mad/gstmad.c: (gst_mad_handle_event):
25492           fix event leak
25493         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25494           be able to detect mp3 files < 4096 bytes
25495
25496 2004-05-06  Wim Taymans  <wim@fluendo.com>
25497
25498         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25499         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25500         (theora_enc_set_property), (theora_enc_get_property):
25501         Also encode the first frame, cleanup some code.
25502
25503 2004-05-06  Wim Taymans  <wim@fluendo.com>
25504
25505         * ext/mpeg2enc/gstmpeg2enc.cc:
25506         Forward events first before deciding that negotiation was
25507         not performed.
25508
25509 2004-05-06  Wim Taymans  <wim@fluendo.com>
25510
25511         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25512         First process the events before deciding that negotiation
25513         was not performed.
25514
25515 2004-05-06  Wim Taymans  <wim@fluendo.com>
25516
25517         * ext/theora/Makefile.am:
25518         * ext/theora/theora.c: (plugin_init):
25519         * ext/theora/theoradec.c: (theora_dec_change_state):
25520         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25521         (gst_theora_enc_class_init), (gst_theora_enc_init),
25522         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25523         (theora_enc_chain), (theora_enc_change_state),
25524         (theora_enc_set_property), (theora_enc_get_property):
25525         Added a theora encoder, grouped the encoder and decoder into the
25526         same plugin.
25527
25528 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25529
25530         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25531         (gst_jpegenc_chain):
25532         fix DURATION on outgoing buffers
25533         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25534         debug using time formats
25535         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25537         (gst_xvimagesink_sink_link):
25538         windows with width/height 0 generate X errors, so don't allow them
25539
25540 2004-05-05  Wim Taymans  <wim@fluendo.com>
25541
25542         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25543         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25544         (gst_mpeg2dec_negotiate_format):
25545         * ext/mpeg2dec/gstmpeg2dec.h:
25546           removed the static pad template so that we can add the
25547           more accurate framerate value to the caps.
25548
25549
25550 2004-05-04  Benjamin Otte  <otte@gnome.org>
25551
25552         * configure.ac:
25553           check for kdemacros.h, too (should fix #141821)
25554         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25555           don't crash if no header was sent, but nicely error out (fixes part
25556           of #141554)
25557
25558 2004-05-04  Wim Taymans  <wim@fluendo.com>
25559
25560         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25561         parent dispose function to avoid segfault on destroy.
25562
25563 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25564
25565         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25566         (plugin_init):
25567         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25568         (gst_xvimagesink_sink_link):
25569         clean up debugging caps
25570         also recreate xvimage when format has changed
25571
25572 2004-05-04  Benjamin Otte  <otte@gnome.org>
25573
25574         * ext/libvisual/Makefile.am:
25575         * ext/libvisual/visual.c: (gst_visual_class_init),
25576         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25577         (gst_visual_srclink), (gst_visual_chain),
25578         (gst_visual_change_state), (plugin_init):
25579           use a GstAdapter to correctly adapt buffer sizes - allows using a
25580           framerate
25581
25582 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25583
25584         * sys/v4l/gstv4lelement.h:
25585         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25586         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25587         (gst_v4lsrc_buffer_free):
25588         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25589         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25590         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25591         (gst_v4lsrc_requeue_frame):
25592         move some debugging categories around
25593         query for fps index and set accordingly if found
25594
25595 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25596
25597         * ext/lame/gstlame.c:
25598         correct defaults that lame_init puts out of range
25599
25600 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25601
25602         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25603         (gst_divxenc_class_init):
25604         fix range since -1 is the default
25605         * gst/mpeg1sys/gstmpeg1systemencode.c:
25606         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25607         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25608         (gst_rtjpegdec_chain):
25609         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25610         (gst_rtjpegenc_chain):
25611         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25612         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25613         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25614         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25615         * sys/v4l/gstv4lsrc.c:
25616         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25617         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25618         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25619         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25620         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25621           remove gst_info calls
25622
25623 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25624
25625         * Makefile.am:
25626         * po/af.po:
25627         * po/az.po:
25628         * po/en_GB.po:
25629         * po/nl.po:
25630         * po/sr.po:
25631         * po/sv.po:
25632           Updated translations
25633
25634 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25635
25636         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25637           refactor/comment code
25638
25639 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25640
25641         * gst/asfdemux/Makefile.am:
25642         * gst/asfdemux/asfheaders.c:
25643         * gst/asfdemux/asfheaders.h:
25644         * gst/asfdemux/gstasf.c: (plugin_init):
25645         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25646         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25647         (gst_asf_demux_setup_pad):
25648         * gst/asfdemux/gstasfdemux.h:
25649         * gst/asfdemux/gstasfmux.c:
25650         * gst/asfdemux/gstasfmux.h:
25651           Add tagging support to demuxer, split out registration in its own
25652           file instead of in demux (hacky), and prevent having some tables
25653           in our memory multiple times (in asfheaders.h).
25654
25655 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25656
25657         * gst/matroska/matroska-demux.c:
25658         (gst_matroska_demux_parse_metadata):
25659         * gst/matroska/matroska-ids.h:
25660           Basic tag reading support.
25661
25662 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25663
25664         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25665           Really detect ac-3 audio.
25666         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25667           really detect matroska files (off-by-1).
25668
25669 2004-04-30  David Schleef  <ds@schleef.org>
25670
25671         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25672         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25673         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25674         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25675         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25676         hackage -- parse a lot more atoms, extract a few tags.  One might even
25677         mistake this for tag support.  Maybe it is.
25678         * gst/qtdemux/qtdemux.h:
25679
25680 2004-04-30  Colin Walters  <walters@verbum.org>
25681
25682         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25683
25684 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25685
25686         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25687         (gst_ffmpegcolorspace_getcaps):
25688           remove broken nego fix
25689
25690 2004-04-30  Benjamin Otte  <otte@gnome.org>
25691
25692         * configure.ac:
25693         * ext/Makefile.am:
25694         * ext/libvisual/Makefile.am:
25695         * ext/libvisual/visual.c:
25696           add initial support for libvisual (http://libvisual.sourceforge.net)
25697           libvisual is still quite alpha, so expect crashes in there :)
25698
25699 2004-04-29  David Schleef  <ds@schleef.org>
25700
25701         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25702         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25703         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25704         code; you will no longer respect me.
25705
25706 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25707
25708         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25709         * ext/alsa/gstalsa.h :
25710         change alsa pcm device discovery to find more than 1 device
25711         per card. code review by Ronald.
25712
25713 2004-04-29  David Schleef  <ds@schleef.org>
25714
25715         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25716         Add a check for a driver bug on FreeBSD.  (bug #140565)
25717
25718 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25719
25720         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25721         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25722         (gst_jpegenc_getcaps):
25723           move format setting to inner loop
25724         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25725         (gst_ffmpegcolorspace_getcaps):
25726           use GST_PAD_CAPS if available so that we use already negotiated
25727           caps
25728         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25729         (qtdemux_parse_moov), (qtdemux_parse):
25730           extra debugging
25731         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25732         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25733           move hardcoded path to DEFINE
25734
25735 2004-04-28  David Schleef  <ds@schleef.org>
25736
25737         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25738         (bug #140064)
25739
25740 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25741
25742         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25743           Don't probe for playback device if we're a source element. Fixes
25744           #139658.
25745
25746 2004-04-29  Benjamin Otte  <otte@gnome.org>
25747
25748         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25749         (gst_id3_tag_chain):
25750           rewrite buffer offset
25751
25752 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25753
25754         * configure.ac:
25755         * ext/Makefile.am:
25756         * ext/dts/Makefile.am:
25757         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25758         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25759         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25760         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25761         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25762         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25763         (plugin_init):
25764         * ext/dts/gstdtsdec.h:
25765           New DTS decoder.
25766         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25767         (gst_faad_srcconnect):
25768           Add ESDS atom handling (.m4a).
25769
25770 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25771
25772         * ext/divx/gstdivxdec.c: (plugin_init):
25773           Remove comment that makes no sense.
25774         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25775           Fix for obvious typo that resulted in warnings during gst-register.
25776         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25777         (gst_xviddec_sink_link):
25778           Fix caps negotiation a bit better.
25779         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25780           We call this 'codec_data', not 'esds'.
25781
25782 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25783
25784         * gst/monoscope/gstmonoscope.c:
25785           make sure we only provide 256x128
25786         * gst/monoscope/monoscope.c: (monoscope_init):
25787           assert size of 256x128
25788
25789 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25790
25791         * Makefile.am:
25792         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25793         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25794           fixate to max width and height of device
25795
25796 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25797
25798         * Makefile.am:
25799         * sys/v4l/gstv4l.c:
25800         * sys/v4l/gstv4lsrc.c:
25801         * sys/v4l/v4l_calls.c:
25802         * sys/v4l/v4lsrc_calls.c:
25803           fix for qc-usb driver which fakes having more than one buffer
25804           by handing the same buffer twice, which confused GStreamer's/v4lsrc
25805           buffer_free override
25806           add debugging
25807
25808 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25809
25810         * Makefile.am:
25811         * gst/videotestsrc/gstvideotestsrc.c:
25812         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25813         (gst_videotestsrc_init), (gst_videotestsrc_get),
25814         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25815         * gst/videotestsrc/gstvideotestsrc.h:
25816           add num-buffers property
25817
25818         2004-04-26  Benjamin Otte  <otte@gnome.org>
25819
25820         * ext/mad/gstid3tag.c: (plugin_init):
25821           set id3mux rank to NONE so it doesn't confuse spider
25822           require audio/mpeg,mpegversion=1 in id3mux
25823
25824 2004-04-26  Benjamin Otte  <otte@gnome.org>
25825
25826         * configure.ac:
25827           detect faad correctly as non-working if it's indeed non-working
25828
25829 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25830
25831         * Makefile.am:
25832         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25833         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
25834         fix _getcaps so it only negotiates to its supported format
25835
25836 2004-04-25  Benjamin Otte  <otte@gnome.org>
25837
25838         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25839           fix memleak
25840
25841 2004-04-23  Benjamin Otte  <otte@gnome.org>
25842
25843         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25844           audio/x-raw-int with height rules! not. Now it's depth.
25845
25846 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25847
25848         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
25849         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25850         (gst_wavparse_loop):
25851           Missing variable initialization. Add handling of DVI ADPCM. Fix
25852           mis-parsing of LIST chunks. This works around a bug where we mis-
25853           parse non-aligning LIST chunks (so LIST chunks where the contents
25854           don't align with the actual LIST size). The correct fix is to use
25855           rifflib, I'm not going to fix wavparse - too much work. All this
25856           fixes #104878.
25857
25858 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25859
25860         reviewed by Benjamin Otte  <otte@gnome.org>
25861
25862         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
25863           fix shoutcast not working (fixes #140844)
25864
25865 2004-04-22  Benjamin Otte  <otte@gnome.org>
25866
25867         * ext/hermes/gsthermescolorspace.c:
25868         (gst_hermes_colorspace_caps_remove_format_info):
25869         * gst/colorspace/gstcolorspace.c:
25870         (gst_colorspace_caps_remove_format_info):
25871         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25872         (gst_ffmpegcolorspace_caps_remove_format_info):
25873           s/gst_caps_simplify/gst_caps_do_simplify/
25874
25875 2004-04-22  Benjamin Otte  <otte@gnome.org>
25876
25877         * gst-libs/gst/riff/riff-media.c:
25878         (gst_riff_create_video_caps_with_data):
25879           mpegversion is an int
25880         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
25881           don't try to create pad templates with NULL caps, use any caps
25882           instead.
25883
25884 2004-04-20  David Schleef  <ds@schleef.org>
25885
25886         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
25887         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
25888         (bug #140384)
25889
25890 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25891
25892         reviewed by David Schleef
25893
25894         * ext/mad/gstid3tag.c: Add stdlib.h
25895         * gst/rtp/gstrtpgsmenc.c: same
25896         * gst/tags/gstid3tag.c: same
25897         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
25898         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
25899         GST_DISABLE_LOADSAVE use.
25900         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
25901         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
25902         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
25903         atol(3)).
25904         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
25905         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
25906         strtoul(3)).
25907         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
25908         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
25909         $(ID3_CFLAGS).
25910         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
25911         $(LIBFAME_CFLAGS).
25912
25913 2004-04-20  David Schleef  <ds@schleef.org>
25914
25915         * gst/realmedia/rmdemux.c:  This was supposed to part of the
25916         last checkin.  Same idea.
25917
25918 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25919
25920         reviewed by David Schleef
25921
25922         * configure.ac: bump required gstreamer version to 0.8.1.1
25923         because of following changes [--ds]
25924
25925         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
25926         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
25927         (gst_riff_read_header):  Use GST_READ_UINT*
25928         macros to access possibly unaligned memory.
25929
25930         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
25931         (mp3_type_find):  Use GST_READ_UINT*
25932         macros to access possibly unaligned memory.
25933         (mp3_type_find, mpeg1_parse_header, qt_type_find)
25934         (speex_type_find): Likewise
25935
25936         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
25937
25938         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
25939         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
25940         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
25941         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
25942         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
25943         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
25944         macros to access possibly unaligned memory.
25945
25946         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
25947         Likewise.
25948
25949         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
25950         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
25951
25952         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25953         Likewise.
25954
25955         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
25956         (gst_mpeg2subt_chain_subtitle): Likewise.
25957
25958         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
25959         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
25960         Likewise.
25961
25962         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
25963         Likewise.
25964
25965         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
25966         Likewise.
25967
25968         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
25969         Likewise.
25970
25971 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25972
25973         * configure.ac:
25974           update required version of GStreamer because of GST_TIME_FORMAT
25975
25976 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25977
25978         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
25979           remove leftover g_print
25980         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25981           don't try setting only a subset of the caps. We don't want to kill
25982           autoplugging on purpose
25983
25984 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25985
25986         * sys/ximage/ximagesink.c: (plugin_init):
25987         * sys/xvimage/xvimagesink.c: (plugin_init):
25988           add debugging categories
25989
25990 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25991
25992         * po/en_GB.po:
25993         * po/LINGUAS:
25994           Adding en_GB translation (Gareth Owen)
25995
25996 2004-04-20  David Schleef  <ds@schleef.org>
25997
25998         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25999         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26000         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26001         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26002         A number of new features and hacks to extract the esds atom and
26003         put it into the caps.  (bug #137724)
26004
26005 2004-04-19  David Schleef  <ds@schleef.org>
26006
26007         * gconf/Makefile.am: Fix for non-GNU make
26008         * gst-libs/gst/Makefile.am: Change directory order to handle
26009         GstPlay linking with gstinterfaces
26010         * gst-libs/gst/audio/make_filter: make use of tr portable
26011         * gst-libs/gst/play/Makefile.am: Add intended \
26012         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26013         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26014         function prototype instead of void *.
26015         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26016         macro.
26017         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26018         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26019         * gst/videofilter/make_filter: make use of tr portable
26020         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26021
26022 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26023
26024         * po/LINGUAS:
26025         * po/uk.po:
26026           Added Ukrainian translation (Maxim V. Dziumanenko)
26027
26028 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26029
26030         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26031         (gst_gsmdec_link), (gst_gsmdec_chain):
26032           Fix capsnego, simplify chain function slightly.
26033         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26034           Add GSM.
26035
26036 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26037
26038         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26039         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26040         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26041           Hack to make wavparse work with spider (always -> sometimes pad).
26042           Fixes #135862 && #140411.
26043
26044 2004-04-18  Benjamin Otte  <otte@gnome.org>
26045
26046         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26047         (gst_osselement_rate_probe_check),
26048         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26049           get rid of \n in debug output
26050
26051 2004-04-17  Iain <iain@prettypeople.org>
26052
26053         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26054         not just EOS.
26055
26056 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26057
26058         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26059         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26060         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26061         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26062         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26063         (gst_id3_tag_change_state), (plugin_init):
26064           deprecate id3tag element and replace with id3demux/id3mux.
26065           great side effect: this ugly file is now even uglier, yay!
26066         * ext/mad/gstmad.h:
26067           remove non-available function
26068           update for new get_type
26069
26070 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26071
26072         * configure.ac:
26073           require mpeg2dec >= 0.4.0
26074
26075 2004-04-17  Benjamin Otte  <otte@gnome.org>
26076
26077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26078         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26079         (gst_xvimagesink_set_xwindow_id):
26080           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26081           assorted cleanup fixes.
26082
26083 2004-04-16  David Schleef  <ds@schleef.org>
26084
26085         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26086         * sys/xvimage/xvimagesink.h: same
26087
26088 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26089
26090         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26091           Fix GST_ELEMENT_ERROR with (NULL)
26092
26093 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26094
26095         * gst-libs/gst/riff/riff-media.c:
26096         (gst_riff_create_video_caps_with_data):
26097           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26098
26099 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26100
26101         * gst-libs/gst/riff/riff-media.c:
26102         (gst_riff_create_video_caps_with_data),
26103         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26104         (gst_riff_create_video_template_caps),
26105         (gst_riff_create_audio_template_caps):
26106         * gst-libs/gst/riff/riff-media.h:
26107         * gst-libs/gst/riff/riff-read.c:
26108         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26109         * gst-libs/gst/riff/riff-read.h:
26110         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26111           Add MS RLE support. I added some functions to read out strf chunks
26112           into strf chunks and the data behind it. This is usually color
26113           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26114           caps creation. Lastly, add ADPCM (similar to wavparse - which
26115           should eventually be rifflib based).
26116         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26117         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26118         * gst/matroska/matroska-demux.h:
26119           Remove placeholders for some prehistoric tagging system. Didn't add
26120           support for any tag system really anyway.
26121         * gst/qtdemux/qtdemux.c:
26122           Add support for audio/x-m4a (MPEG-4) through spider.
26123         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26124         (gst_wavparse_loop):
26125           ADPCM support (#135862). Increase max. buffer size because we
26126           cannot split buffers for ADPCM (screws references) and I've seen
26127           files with 2048 byte chunks. 4096 seems safe for now.
26128
26129 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26130
26131         * configure.ac: bump nano to 1
26132
26133 === release 0.8.1 ===
26134
26135 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26136
26137         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26138
26139 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26140
26141         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26142           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26143           Fixes #140058
26144
26145 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26146
26147         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26148           lower rank of dvddemux so that it's not used for mpeg playback.
26149
26150 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26151
26152         * configure.ac:
26153           save libs correctly when checking mad
26154
26155 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26156
26157         * ext/mad/gstid3tag.c: (plugin_init):
26158           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26159
26160 2004-04-13  David Schleef  <ds@schleef.org>
26161
26162         * common/m4/gst-feature.m4: Call -config scripts with
26163         --plugin-libs if it is supported.
26164         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26165         JPEG images are image/jpeg.
26166         * gst/debug/Makefile.am:
26167         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26168         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26169         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26170         (gst_negotiation_plugin_init): Add a property that acts like
26171         filter caps.
26172         * testsuite/gst-lint:  Move license checking to be a standard
26173         test.
26174
26175 2004-04-13  David Schleef  <ds@schleef.org>
26176
26177         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26178         patch from Sebastien Cote (bug #139958)
26179
26180 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26181
26182         * examples/gstplay/Makefile.am:
26183         * examples/gstplay/player.c: (main):
26184           make the commandline player example use gconf settings
26185
26186 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26187
26188         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26189         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26190         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26191           init/end library during state transition, not object
26192           creation/disposal.  get rid of custom dispose handler.
26193
26194
26195 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26196
26197         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26198         be a symlink
26199
26200 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26201
26202         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26203           Handle JUNK chunks inside data section. Prevents warnings.
26204
26205 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26206
26207         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26208         (gst_riff_create_video_template_caps):
26209           Add MS video v1.
26210         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26211         (gst_avi_demux_stream_data):
26212           Add support for "rec-list" chunks.
26213
26214 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26215
26216         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26217           Fix another codecname mismatch.
26218
26219 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26220
26221         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26222           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26223           so that MJPEG plays back.
26224
26225 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26226
26227         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26228         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26229         * gst/mpeg1videoparse/gstmp1videoparse.h:
26230           Fix for some slight mis-cuts in buffer parsing, and for some
26231           potential overflows or faults-causers. Adds disconts. Also fixes
26232           #139105 while we're at it.
26233
26234 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26235
26236         * configure.ac:
26237         * sys/v4l2/gstv4l2element.h:
26238           Workaround for missing struct v4l2_buffer declaration in Suse 9
26239           and Mandrake 10 linux/videodev2.h header file (#135919).
26240
26241 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26242
26243         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26244           Bail out if no filename was given.
26245
26246 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26247
26248         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26249         (gst_v4l2_fourcc_from_structure):
26250           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26251           Y41B somewhere).
26252
26253 2004-04-09  Benjamin Otte  <otte@gnome.org>
26254
26255         * ext/gnomevfs/gstgnomevfssink.c:
26256         (_gst_boolean_allow_overwrite_accumulator),
26257         (gst_gnomevfssink_class_init):
26258           fix erase signal - if any handler returns false the file will not be
26259           overwritten. If no handler is connected, the file will not be
26260           overwritten either.
26261           renamed signal to "allow-overwrite"
26262         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26263           free string when adding it to ID3 failed
26264         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26265           unref event when done
26266         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26267           free caps
26268         * gst/typefind/gsttypefindfunctions.c:
26269         (mpeg_video_stream_type_find):
26270           fix invalid read
26271
26272 2004-04-08  David Schleef  <ds@schleef.org>
26273
26274         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26275         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26276
26277 2004-04-08  David Schleef  <ds@schleef.org>
26278
26279         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26280         we don't support (bug #139532)
26281
26282 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26283
26284         * ext/mad/gstmad.c: (gst_mad_handle_event),
26285         (gst_mad_check_caps_reset), (gst_mad_chain),
26286         (gst_mad_change_state):
26287           only set explicit caps if they haven't been set before for
26288           this stream.  MPEG-audio sample rate/channels aren't allowed
26289           to change in-stream.
26290           Fixes #139382
26291
26292 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26293
26294         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26295         (_gst_boolean_did_something_accumulator),
26296         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26297         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26298         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26299         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26300         (gst_gnomevfssink_change_state):
26301           Fix erase signal. Don't erase by default. Remove handoff signal.
26302           Remove erase property. Don't segfault. General cleanup.
26303
26304 2004-04-07  Benjamin Otte  <otte@gnome.org>
26305
26306         * gst-libs/gst/gconf/test-gconf.c: (main):
26307           add missing gst_init
26308
26309 2004-04-07  Benjamin Otte  <otte@gnome.org>
26310
26311         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26312           free the mutexes, too
26313
26314 2004-04-07  Benjamin Otte  <otte@gnome.org>
26315
26316         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26317           actually free the URI string
26318         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26319           compute offset correctly when passing discont events
26320         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26321           don't leak discont events
26322         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26323           add some missing breaks so caps aren't copied randomly
26324         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26325           if we realloc memory, we better use it
26326
26327 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26328
26329         * ext/mad/gstmad.c: (normal_seek):
26330           fix GST_FORMAT_TIME usage
26331
26332 2004-04-05  David Schleef  <ds@schleef.org>
26333
26334         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26335         a deprecated function (hack!)
26336
26337 2004-04-05  Benjamin Otte  <otte@gnome.org>
26338
26339         * ext/esd/esdmon.c: (gst_esdmon_get):
26340           fix nonterminated vararg and memleak
26341
26342 2004-04-05  Benjamin Otte  <otte@gnome.org>
26343
26344         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26345         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26346         (gst_ladspa_set_property), (gst_ladspa_get_property),
26347         (gst_ladspa_instantiate), (gst_ladspa_activate),
26348         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26349           clean up debugging
26350
26351 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26352
26353         reviewed by Benjamin Otte  <otte@gnome.org>
26354
26355         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26356           check for broken LADSPA parameters (fixes #138635)
26357
26358 2004-04-05  Benjamin Otte  <otte@gnome.org>
26359
26360         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26361           advertise buffer-frames correctly on sinkpads
26362
26363 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26364
26365         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26366         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26367         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26368         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26369         (gst_mad_check_caps_reset), (gst_mad_chain):
26370         add more debugging, only reset caps when we're not in error state
26371
26372 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26373
26374         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26375
26376 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26377
26378         reviewed by Benjamin Otte  <otte@gnome.org>
26379
26380         * configure.ac:
26381           fix == in test(1) operator
26382
26383 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26384
26385         reviewed by Benjamin Otte  <otte@gnome.org>
26386
26387         * configure.ac:
26388           fix --export-symblos-regex to a working regex.
26389
26390 2004-04-04  Benjamin Otte  <otte@gnome.org>
26391
26392         * sys/oss/.cvsignore:
26393           add for oss_probe
26394
26395 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26396
26397         reviewed by Benjamin Otte  <otte@gnome.org>
26398
26399         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26400           add missing 'new_media' argument (fixes #138168)
26401         * gst/matroska/matroska-demux.c:
26402         (gst_matroska_demux_handle_seek_event):
26403           add vararg terminator (fixes #138169)
26404
26405 2004-04-02  David Schleef  <ds@schleef.org>
26406
26407         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26408         disted (bug #138914)
26409
26410 2004-04-01  Benjamin Otte  <otte@gnome.org>
26411
26412         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26413         (gst_alsa_close_audio):
26414           handle case better where a soundcard can't pause
26415         * ext/ogg/gstoggdemux.c:
26416           don't crash when we get events but don't have pads yet
26417
26418 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26419
26420         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26421           throw an error if we couldn't probe any caps.
26422
26423 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26424
26425         * ext/dvdnav/gst-dvd:
26426         Add a really simple sample DVD player
26427
26428 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26429
26430         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26431         (gst_a52dec_push), (gst_a52dec_handle_event),
26432         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26433         (gst_a52dec_change_state):
26434         * ext/a52dec/gsta52dec.h:
26435           Use a debug category, Output timestamps correctly
26436           Emit tag info, Handle events, tell liba52dec about cpu
26437           capabilities so it can use MMX etc.
26438         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26439           Fix a crasher accessing invalid memory
26440         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26441         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26442         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26443         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26444         (dvdnavsrc_query):
26445           Some support for byte-format seeking.
26446           Small fixes for still frames and menu button overlays
26447         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26448         (gst_mpeg2dec_alloc_buffer):
26449           Use a debug category. Adjust the report level of several items to
26450           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26451           so it doesn't lose the GstBuffer pointer
26452         * gst/debug/Makefile.am:
26453         * gst/debug/gstdebug.c: (plugin_init):
26454         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26455         (gst_navseek_base_init), (gst_navseek_class_init),
26456         (gst_navseek_init), (gst_navseek_seek),
26457         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26458         (gst_navseek_get_property), (gst_navseek_chain),
26459         (gst_navseek_plugin_init):
26460         * gst/debug/gstnavseek.h:
26461           Add the navseek debug element for seeking back and forth in a
26462           video stream using arrow keys.
26463         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26464         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26465         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26466         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26467         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26468         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26469         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26470         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26471         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26472         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26473         * gst/mpeg2sub/gstmpeg2subt.h:
26474           Pretty much a complete rewrite. Now a loopbased element. May still
26475           require work to properly synchronise subtitle buffers.
26476         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26477         (gst_dvd_demux_send_subbuffer):
26478         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26479           Don't attempt to create subbuffers of size 0
26480           Reduce a couple of error outputs to warnings.
26481         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26482         (gst_y4mencode_chain):
26483         Output the y4m frame header correctly.
26484
26485 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26486
26487         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26488           throw errors instead of allowing SIGFPE
26489
26490 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26491
26492         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26493         (gst_gconf_render_bin_from_key):
26494           leak plugging and style fixing
26495
26496 2004-03-31  David Schleef  <ds@schleef.org>
26497
26498         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26499         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26500         (bug #138225)
26501         * gst/debug/Makefile.am:
26502         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26503         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26504         plugin.
26505         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26506         (gst_negotiation_base_init), (gst_negotiation_class_init),
26507         (gst_negotiation_init), (gst_negotiation_getcaps),
26508         (gst_negotiation_pad_link), (gst_negotiation_chain),
26509         (gst_negotiation_set_property), (gst_negotiation_get_property),
26510         (gst_negotiation_plugin_init):  New element to talk about random
26511         negotiation things happening in a pipeline.
26512
26513 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26514
26515         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26516           fix integer addition with help of Stefan Kost
26517
26518 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26519
26520         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26521
26522 2004-03-30  David Schleef  <ds@schleef.org>
26523
26524         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26525         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26526         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26527         (bug #137504)
26528         * ext/mpeg2dec/gstmpeg2dec.h:
26529
26530 2004-03-30  David Schleef  <ds@schleef.org>
26531
26532         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26533
26534 2004-03-30  David Schleef  <ds@schleef.org>
26535
26536         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26537         Michael Petullo) to handle .mov
26538
26539 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26540
26541         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26542         (gst_osselement_rate_check_rate):
26543           probe caps correctly for sound cards that only support one format
26544
26545 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26546
26547         * ext/kio/kiosrc.cpp: (process_events):
26548           update handling event processing if inside KDE - untested
26549
26550 2004-03-29  David Schleef  <ds@schleef.org>
26551
26552         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26553         by 2 to not interfere with other colorspaces.
26554         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26555         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26556         one to not interfere with ffmpeg_colorspace.
26557
26558 2004-03-29  David Schleef  <ds@schleef.org>
26559
26560         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26561         aren't in the caps.
26562         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26563         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26564
26565 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26566
26567         * gst-libs/gst/riff/riff-media.c:
26568           fail on error, don't try to set stuff on NULL caps
26569
26570 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26571
26572         * configure.ac:
26573         * ext/Makefile.am:
26574         * ext/kio/Makefile.am:
26575         * ext/kio/kioreceiver.cpp:
26576         * ext/kio/kioreceiver.h:
26577         * ext/kio/kiosrc.cpp:
26578         * ext/kio/kiosrc.h:
26579           add experimental kiosrc plugin
26580         * ext/alsa/gstalsaplugin.c: (plugin_init):
26581           initialize debugging category only when we're sure registering the
26582           plugins worked.
26583
26584 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26585
26586         * examples/gstplay/player.c: (main):
26587         * gst-libs/gst/play/play.c: (gst_play_class_init),
26588         (gst_play_set_location), (gst_play_set_data_src),
26589         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26590         (gst_play_set_visualization), (gst_play_connect_visualization):
26591           check return values of element_set_state and return FALSE where
26592           failed
26593
26594 2004-03-29  Benjamin Otte  <otte@gnome.org>
26595
26596         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26597           try harder to check if an event is really a discont
26598
26599 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26600
26601         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26602         * po/az.po:
26603
26604 2004-03-28  Benjamin Otte  <otte@gnome.org>
26605
26606         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26607         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26608         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26609           get rid of non-standard "..." ranges in case statements.
26610
26611 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26612
26613         * gst/mpegstream/gstmpegdemux.c:
26614         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26615         specific functionality split to the new dvddemux element.
26616         * gst/mpegstream/gstdvddemux.c:
26617         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26618         streams, derived from mpegdemux.
26619         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26620         up. SCR based timestamp rewriting can be turned off (will probably
26621         completely disappear soon).
26622         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26623         hacking. General cleanup. All printf statements replaced by
26624         debugging messages. Almost complete libdvdnav support.
26625         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26626         by events. New properties for audio and subpicture languages.
26627         (dvdnavsrc_update_highlight): Now uses events.
26628         (dvdnavsrc_user_op): Cleaned up.
26629         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26630         based). Lots of cleanup, and propper support for most libdvdnav
26631         events.
26632         (dvdnavsrc_make_dvd_event): New function.
26633         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26634         (dvdnavsrc_make_clut_change_event): New function.
26635
26636 2004-03-26  Benjamin Otte  <otte@gnome.org>
26637
26638         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26639           fix bug where typefinding would claim it's theora whenever less then
26640           7 bytes of data were available
26641
26642 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26643
26644         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26645         (gst_alawdec_base_init), (gst_alawdec_class_init),
26646         (gst_alawdec_init), (gst_alawdec_chain):
26647         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26648         (gst_alawenc_base_init), (gst_alawenc_class_init),
26649         (gst_alawenc_init), (gst_alawenc_chain):
26650         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26651         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26652         (gst_mulawdec_init), (gst_mulawdec_chain):
26653         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26654         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26655         (gst_mulawenc_init), (gst_mulawenc_chain):
26656           Fix capsnego in all four, remove the unused property functions and
26657           simplify the chain functions slightly. I guess we could use macros
26658           or something similar for those, since the code is so similar, but
26659           I'm currently too lazy...
26660
26661 2004-03-24  David Schleef  <ds@schleef.org>
26662
26663         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26664         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26665         (gst_osselement_get_format_structure),
26666         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26667         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26668         (gst_osselement_rate_int_compare): Add code to handle rate probing
26669         (bug #120883)
26670         * sys/oss/gstosselement.h: same
26671         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26672         Use rate probing provided by osselement.
26673         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26674
26675 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26676
26677         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26678         (gst_xvidenc_get_property):
26679           ulong/int mess-up.
26680
26681 2004-03-24  David Schleef  <ds@schleef.org>
26682
26683         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26684         (gst_speexdec_init):
26685         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26686         (gst_speexenc_init):  Create the pad template correctly (from
26687         the static pad template, not a NULL pointer.)
26688
26689 2004-03-25  Benjamin Otte  <otte@gnome.org>
26690
26691         * gst/debug/Makefile.am:
26692         * gst/debug/breakmydata.c:
26693           add element that quasi-randomly changes bytes in the stream.
26694           Intended use is robustness checking of demuxers and decoders in
26695           media tests.
26696
26697 2004-03-24  Benjamin Otte  <otte@gnome.org>
26698
26699         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26700         (gst_alsa_probe_hw_params):
26701         * ext/alsa/gstalsa.h:
26702           debugging output fixes
26703
26704 2004-03-24  Benjamin Otte  <otte@gnome.org>
26705
26706         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26707           don't g_return_if_fail if element is PLAYING, fail silently as every
26708           other element.
26709         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26710           only fix needed for cast lvalue issues in gst-plugins
26711         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26712           add proxy_getcaps
26713
26714 2004-03-24  Benjamin Otte  <otte@gnome.org>
26715
26716         * gst/level/gstlevel.c: (gst_level_init):
26717           add proxying getcaps function, so level doesn't advertise impossible
26718           caps
26719
26720 2004-03-24  David Schleef  <ds@schleef.org>
26721
26722         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26723         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26724         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26725         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26726         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26727         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26728         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26729         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26730         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26731         messages.  Divide the chunk size by the compression ratio
26732         (needed for MACE audio)
26733
26734 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26735
26736         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26737           Fix buffer overflow read error.
26738
26739 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26740
26741         * ext/alsa/gstalsa.h:
26742           Remove unused entry.
26743         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26744           Add cinepak.
26745         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26746         (gst_videodrop_link), (gst_videodrop_chain):
26747           Fix, sort of. Was horribly broken with new capsnego. Bah...
26748
26749 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26750
26751         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26752         (plugin_init):
26753         Add a monkeysaudio typefind function
26754
26755 2004-03-23  Johan Dahlin  <johan@gnome.org>
26756
26757         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26758         (gst_play_video_fixate): Check so the structure has the field
26759         before trying to fixate them, this makes it possible to have
26760         fakesinks for video and audio output without printing errors on
26761         the output console.
26762
26763 2004-03-22  David Schleef  <ds@schleef.org>
26764
26765         * sys/oss/Makefile.am:
26766         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26767         (check_rate), (add_rate):  Rate probing test app.
26768
26769 2004-03-21  Benjamin Otte  <otte@gnome.org>
26770
26771         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26772         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26773           add a fixation function that pretty much does the right thing (fixes
26774           #137556)
26775
26776 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26777
26778         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26779
26780 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
26781
26782         reviewed by: Benjamin Otte  <otte@gnome.org>
26783
26784         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26785           terminate gst_event_new_discontinuous correctly (fixes parts of
26786           #137711)
26787
26788 2004-03-19  David Schleef  <ds@schleef.org>
26789
26790         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26791         since it doesn't depend on X, and it's part of our ABI.
26792
26793 2004-03-19  Iain <iain@prettypeople.org>
26794
26795         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26796         is_int in the structure, not the local variable.
26797
26798 2004-03-19  David Schleef  <ds@schleef.org>
26799
26800         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26801         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26802         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26803         Improvements in caps negotiation.
26804
26805 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26806
26807         * po/LINGUAS:
26808         * po/af.po:
26809           adding Afrikaans (Petri Jooste)
26810
26811 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26812
26813         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26814         (gst_ffmpegcolorspace_chain):
26815         throw error instead of g_critical (#137588)
26816
26817 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26818
26819         * Makefile.am:
26820         * configure.ac:
26821           dist common and m4 correctly
26822         * po/sv.po:
26823
26824 2004-03-17  David Schleef  <ds@schleef.org>
26825
26826         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
26827         (bug #137348)
26828
26829 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26830
26831         * po/LINGUAS:
26832         * po/sv.po:
26833           adding Swedish translation (Christian Rose)
26834
26835 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26836
26837         * Makefile.am: use release.mak
26838
26839 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26840
26841         * common/ChangeLog:
26842         * common/gst-autogen.sh:
26843           add some explanation about the version detection
26844         * configure.ac:
26845           fix X check
26846
26847 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26848
26849         * configure.ac: bump nano to 1
26850
26851 === release 0.8.0 ===
26852
26853 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26854
26855         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
26856
26857 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26858
26859         * configure.ac:
26860           update libtool version
26861         * gst-libs/gst/media-info/Makefile.am:
26862           actually use libtool version
26863
26864 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26865
26866         * configure.ac: fix speex detection to work with 1.0 but not 1.1
26867
26868 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26869
26870         * configure.ac:
26871         * gst-plugins.spec.in:
26872         * pkgconfig/Makefile.am:
26873         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
26874         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26875         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26876         * pkgconfig/gstreamer-libs.pc.in:
26877         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26878         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26879         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
26880         * pkgconfig/gstreamer-plugins.pc.in:
26881           remove @VERSION@ from some of the pc files since core and plugins
26882           are decoupled.
26883           created gstreamer-plugins.pc as it's a better name, but keeping
26884           -libs around for now to get fixes upstream done first.
26885
26886 2004-03-15  Julien MOUTTE <julien@moutte.net>
26887
26888         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
26889         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
26890         * gst-libs/gst/play/play.h:
26891
26892 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26893
26894         * *.c, *.cc: don't mix tabs and spaces
26895
26896 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26897
26898         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
26899           use the new ffmpegcolorspace
26900         * gst-plugins.spec.in:
26901           package new colorspace and media-info
26902         * configure.ac:
26903         * pkgconfig/Makefile.am:
26904           fix some more disting issues
26905         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26906         * pkgconfig/gstreamer-media-info.pc.in:
26907           generate media-info pc files
26908
26909 2004-03-15  Johan Dahlin  <johan@gnome.org>
26910
26911         * *.h: Revert indenting
26912
26913 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26914
26915         * configure.ac:
26916           adding ffmpegcolorspace element
26917         * gst/ffmpegcolorspace/Makefile.am:
26918         * gst/ffmpegcolorspace/avcodec.h:
26919         * gst/ffmpegcolorspace/common.h:
26920         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
26921         * gst/ffmpegcolorspace/dsputil.h:
26922         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
26923         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26924         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
26925         (gst_ffmpeg_caps_to_pix_fmt):
26926         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26927         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26928         (gst_ffmpegcolorspace_caps_remove_format_info),
26929         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
26930         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
26931         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
26932         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
26933         (gst_ffmpegcolorspace_set_property),
26934         (gst_ffmpegcolorspace_get_property),
26935         (gst_ffmpegcolorspace_register):
26936         * gst/ffmpegcolorspace/imgconvert.c:
26937         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26938         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
26939         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
26940         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
26941         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
26942         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
26943         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
26944         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
26945         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
26946         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
26947         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
26948         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
26949         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
26950         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
26951         (img_get_alpha_info), (deinterlace_line),
26952         (deinterlace_line_inplace), (deinterlace_bottom_field),
26953         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
26954         * gst/ffmpegcolorspace/imgconvert_template.h:
26955         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
26956         * gst/ffmpegcolorspace/mmx.h:
26957         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
26958           adding ffmpegcolorspace element supplied by Ronald after cleaning
26959           up and pulling in the right bits of upstream source.
26960           I'm sure a better C/compiler wizard could do some cleaning up (for
26961           example use GLIB's malloc stuff), but as a first pass this
26962           works very well
26963
26964 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26965
26966         * ext/alsa/gstalsa.h:
26967           I assume Ronald forgot to commit the change to have cardname
26968           as a struct member.  Expect some public spanking at the next
26969           opportunity.
26970
26971 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26972
26973         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
26974         (gst_alsa_open_audio), (gst_alsa_close_audio):
26975         * ext/alsa/gstalsa.c:
26976           Don't open the device if we're a mixer (= padless).
26977         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
26978         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
26979         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
26980           Open mixer during state change rather than during object
26981           initialization. Also, get a device name. Currently in a somewhat
26982           hackish fashion, but I didn't really find something better.
26983
26984 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26985
26986         * *.c, *.h: run gst-indent
26987
26988 2004-03-14  Benjamin Otte  <otte@gnome.org>
26989
26990         * gst/modplug/gstmodplug.cc:
26991         * gst/modplug/gstmodplug.h:
26992           set correct timestamps on outgoing buffers
26993
26994 2004-03-14  Benjamin Otte  <otte@gnome.org>
26995
26996         * gst/modplug/gstmodplug.cc:
26997           handle events - don't do crap when a discont arrives that's not
26998           necessary
26999           This allows correct loading and playback of mods in Rhythmbox
27000
27001 2004-03-14  Benjamin Otte  <otte@gnome.org>
27002
27003         * configure.ac:
27004         * gst-libs/gst/gconf/Makefile.am:
27005         * pkgconfig/Makefile.am:
27006           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27007           they get rebuilt properly
27008         * configure.ac:
27009           when checking for vorbis, try pkgconfig first.
27010         * gst/modplug/gstmodplug.cc:
27011           add fixate function
27012
27013 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27014
27015         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27016           Fix for obvious mistake, where we first shift the offset and then
27017           read a samplesize element assuming the old offset. Note that this
27018           part still has something weird, i.e. my movies containing those
27019           don't actually play well, but at least there's something that looks
27020           like sound now.
27021
27022 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27023         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27024         (plugin_init):
27025         Add a typefind function for speex format
27026
27027 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27028
27029         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27030         (gst_asf_demux_setup_pad):
27031           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27032           instead of 0. Reason is simple: some elements have a fps range
27033           of 1-max instead of 0-max. So now ASF video actually works.
27034
27035 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27036
27037         * po/LINGUAS:
27038         * po/sr.po:
27039           adding serbian as a language
27040
27041 2004-03-13  Benjamin Otte  <otte@gnome.org>
27042
27043         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27044           return taglist correctly from _get function, don't gst_pad_push it.
27045           (fixes #137042)
27046
27047 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27048         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27049
27050 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27051
27052         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27053         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27054         (gst_alsa_mixer_track_new):
27055         * ext/alsa/gstalsamixertrack.h:
27056           Fix ancient leftovers... MixerTrack is a GObject.
27057
27058 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27059
27060         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27061         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27062           Don't block during probing...
27063
27064 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27065
27066         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27067         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27068         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27069         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27070         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27071         (gst_alsa_open_audio), (gst_alsa_close_audio):
27072         * ext/alsa/gstalsa.h:
27073           Add propertyprobe interface implementation, add some device-name
27074           property, all this so that it looks good in gnome-volume-control.
27075
27076 2004-03-12  David Schleef  <ds@schleef.org>
27077
27078         * configure.ac: the Hermes library controls hermescolorspace, not
27079         colorspace.
27080         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27081         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27082         not /* */
27083         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27084         * ext/sdl/sdlvideosink.h: ditto.
27085         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27086
27087 2004-03-12  Benjamin Otte  <otte@gnome.org>
27088
27089         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27090         (gst_x_overlay_got_xwindow_id):
27091         * gst-libs/gst/xoverlay/xoverlay.h:
27092           replace XID with unsigned long to get rid of the xlibs dependency in
27093           XOverlay (fixes #137004)
27094
27095 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27096         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27097         (gst_agingtv_setup):
27098         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27099         (gst_dicetv_base_init), (gst_dicetv_class_init),
27100         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27101         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27102         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27103         (gst_edgetv_setup), (gst_edgetv_rgb32):
27104         * gst/effectv/gsteffectv.c:
27105         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27106         (gst_quarktv_set_property):
27107         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27108         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27109         (gst_revtv_setup), (gst_revtv_rgb32):
27110         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27111         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27112         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27113         (gst_shagadelictv_rgb32):
27114         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27115         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27116         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27117         * gst/effectv/gstwarp.c:
27118         Port everything that can be ported to videofilter and fix up the caps.
27119         Can someone with a big-endian machine please check these?
27120
27121 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27122
27123         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27124         (gst_osssink_chain), (gst_osssink_change_state):
27125           Latest fixes for A/V sync, audio playback and such. This is about
27126           all... MPEG playback issues are mostly related to the async build-
27127           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27128
27129 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27130
27131         patch from: Stephane Loeuillet
27132
27133         * configure.ac:
27134           use pkg-config for some libraries, falling back to the old .m4 way
27135           (fixes #131270)
27136         * m4/libdv.m4:
27137           removed
27138
27139 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27140
27141         * configure.ac:
27142         * tools/Makefile.am:
27143         * tools/Makefile.in:
27144         * tools/gst-launch-ext-m.m:
27145         * tools/gst-launch-ext.1.in:
27146         * tools/gst-visualise-m.m:
27147         * tools/gst-visualise.1:
27148         * tools/gst-visualise.1.in:
27149           reorganizing generation of script tools
27150
27151 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27152
27153         * ext/divx/gstdivxdec.c:
27154           Downgrade priority. We prefer ffdec_mpeg4.
27155         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27156         (gst_faad_chain), (gst_faad_change_state):
27157           Fix capsnego. Doesn't work for some sounds because we don't have
27158           a 5:1 to stereo element.
27159         * ext/xvid/gstxvid.c: (plugin_init):
27160           Add priority.
27161         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27162         (gst_osssink_change_state):
27163           Add discont handling.
27164
27165 2004-03-09  Colin Walters  <walters@verbum.org>
27166
27167         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27168         conversion.
27169
27170 2004-03-09  Benjamin Otte  <otte@gnome.org>
27171
27172         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27173           the signals take 2 arguments
27174
27175 2004-03-09  David Schleef  <ds@schleef.org>
27176
27177         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27178         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27179         * ext/alsa/gstalsa.h:
27180         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27181
27182 2004-03-09  Benjamin Otte  <otte@gnome.org>
27183
27184         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27185         (gst_mikmod_change_state):
27186         * ext/mikmod/gstmikmod.h:
27187           make mikmod's loop function not loop infinitely and call
27188           gst_element_yield anymore
27189         * gst/modplug/gstmodplug.cc:
27190           fix pad negotiation (fixes #136590)
27191
27192 2004-03-09  David Schleef  <ds@schleef.org>
27193
27194         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27195         doesn't conflict with the internal colorspace plugin.
27196         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27197         satisfy the crappy-ass shell shipped by a certain vendor.
27198         * gst/videofilter/make_filter: same (bug #135299)
27199
27200 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27201
27202         * configure.ac: bump nano to 1
27203
27204 === release 0.7.6 ===
27205
27206 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27207
27208         * configure.in: releasing 0.7.6, "There"
27209
27210 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27211
27212         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27213         * pkgconfig/gstreamer-play.pc.in:
27214           synchronize the two
27215
27216 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27217
27218         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27219         (cdparanoia_open), (cdparanoia_event):
27220           fix/add error handling
27221         * po/POTFILES.in:
27222           add cdparanoia source
27223         * tools/Makefile.am:
27224           make scripts executable
27225
27226 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27227
27228         * configure.ac:
27229         * ext/vorbis/Makefile.am:
27230         * sys/Makefile.am:
27231           remove id3types, vorbisfile and xvideosink from the build (#133783)
27232
27233 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27234
27235         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27236           Fix metadata read crash (#136537).
27237
27238 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27239
27240         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27241         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27242           adding mime types, fixing the one-stop function
27243
27244 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27245
27246         * ext/nas/nassink.c and /ext/nas/nassink.h:
27247         More NAS love from Arwed von Merkatz
27248         So lets all sing 'Can you feel the NAS tonight'
27249
27250 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27251
27252         * tools/gst-launch-ext.in:
27253         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27254
27255 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27256
27257         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27258         (gst_mpeg2dec_init):
27259         remove the user_data pad for now, because it is being used in
27260         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27261         If someone knows how to fix this properly, please do.
27262
27263 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27264
27265         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27266         (gst_osssink_get_time):
27267         add a warning, IMO this won't get triggered anymore, remove later
27268
27269 2004-03-07  David Schleef  <ds@schleef.org>
27270
27271         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27272         format (bug #136470)
27273
27274 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27275
27276         * gst-libs/Makefile.am:
27277         * gst-libs/gst/media-info/Makefile.am:
27278         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27279         (error_callback), (gst_media_info_error_create),
27280         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27281         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27282         * gst-libs/gst/media-info/media-info-priv.h:
27283         * gst-libs/gst/media-info/media-info-test.c: (main):
27284         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27285         (gst_media_info_class_init), (gst_media_info_instance_init),
27286         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27287         (gst_media_info_read_idler), (gst_media_info_read):
27288         * gst-libs/gst/media-info/media-info.h:
27289         fixed, should work now
27290
27291 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27292
27293         * ext/nas/nassink.c:
27294         A bunch of NAS fixes from Arwed von Merkatz
27295
27296 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27297
27298         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27299         (qtdemux_parse_trak):
27300           Fix crash (j might be greater than n_samples, in which case we're
27301           writing outside the allocated space for the array) and memleak.
27302
27303 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27304
27305         * sys/oss/gstosssink.c: (gst_osssink_chain):
27306           And another caller that couldn't handle delay < 0 (unsigned
27307           integer overflow). Video now continues playing on an audio
27308           buffer underrun, and the clock continues working. Audio still
27309           stalls.
27310
27311 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27312
27313         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27314         (gst_osssink_get_time):
27315           get_delay() may return values lower than 0. In those cases, we
27316           should not actually cast to *unsigned* int64, that will break
27317           stuff horribly. In my case, it screwed up A/V sync in movies
27318           in totem rather badly.
27319
27320 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27321
27322         * ext/faac/gstfaac.c: (gst_faac_chain):
27323         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27324         * ext/libpng/gstpngenc.c: (user_write_data):
27325         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27326         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27327         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27328         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27329         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27330         of any buffer), should fix some leaks. I hope I didn't unref buffers
27331         that shouldn't be...
27332
27333 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27334
27335         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27336         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27337         (error_callback), (gmi_reset), (gmi_seek_to_track),
27338         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27339         (gmip_find_type_post), (gmip_find_stream_post),
27340         (gmip_find_track_streaminfo_post):
27341         * gst-libs/gst/media-info/media-info-priv.h:
27342         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27343         (info_print), (main):
27344         * gst-libs/gst/media-info/media-info.c:
27345         (gst_media_info_error_create), (gst_media_info_error_element),
27346         (gst_media_info_instance_init), (gst_media_info_get_property),
27347         (gst_media_info_new), (gst_media_info_set_source),
27348         (gst_media_info_read_idler), (gst_media_info_read):
27349         * gst-libs/gst/media-info/media-info.h:
27350           first pass at making this work again.  This seems to work on
27351           tagged ogg/vorbis and mp3 files.
27352
27353 2004-03-06  Benjamin Otte  <otte@gnome.org>
27354
27355         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27356           fix huge leak: gst_buffer_merge doesn't unref the first argument
27357           itself.
27358
27359 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27360
27361         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27362           report layer/mode/emphasis
27363
27364 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27365
27366         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27367
27368 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27369
27370         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27371           signal serial
27372
27373 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27374
27375         * ext/vorbis/vorbis.c: (plugin_init):
27376         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27377         (gst_vorbis_dec_init), (vorbis_dec_event):
27378         add debug category
27379         make vorbisdec handle _BYTE and _TIME queries
27380
27381 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27382
27383         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27384           from the xing header
27385
27386 2004-03-06  Benjamin Otte  <otte@gnome.org>
27387
27388         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27389         (gst_audio_convert_link), (gst_audio_convert_change_state),
27390         (gst_audio_convert_buffer_from_default_format):
27391           do conversions from/to float correctly, fix some caps nego errors,
27392           export correct supported caps in template and getcaps, use correct
27393           caps in try_set_caps functions
27394
27395 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27396
27397         For some reason, I only committed a ChangeLog entry yesterday and
27398         not the corresponding code...
27399         * ext/mad/gstmad.c: Fix detection of Xing headers
27400         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27401
27402 2004-03-06  Benjamin Otte  <otte@gnome.org>
27403
27404         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27405         (gst_ogg_demux_src_query):
27406           make sure to handle the case where there's no current chain
27407           gracefully.
27408
27409 2004-03-05  David Schleef  <ds@schleef.org>
27410
27411         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27412         Add fixate function. (bug #131128)
27413         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27414         (gst_sdlvideosink_fixate):  Add fixate function.
27415         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27416         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27417         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27418         Fix missing break that was causing ulaw to be interpreted as
27419         raw int.
27420
27421 2004-03-05  David Schleef  <ds@schleef.org>
27422
27423         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27424         Fix code that ignores return value of gst_buffer_merge().
27425         (bug #114560)
27426         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27427         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27428         * testsuite/gst-lint:  Check for above.
27429
27430 2004-03-05  David Schleef  <ds@schleef.org>
27431
27432         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27433         caps and throw an element error.  (bug #136334)
27434
27435 2004-03-05  David Schleef  <ds@schleef.org>
27436
27437         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27438         (gst_faad_chain): Fix negotiation.
27439         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27440         key and button events.
27441         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27442         dung heap of code.
27443         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27444         depends on gconf
27445         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27446         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27447         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27448         function to encourage better negotiation, particularly between
27449         audioconvert and osssink.
27450         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27451         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27452         more important.
27453         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27454         typefinding.
27455         * gst/vbidec/vbiscreen.c:  Add glib header
27456         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27457
27458 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27459
27460         * ext/mad/gstmad.c: Fix detection of Xing headers
27461         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27462
27463 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27464
27465         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27466         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27467           debug updates
27468
27469 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27470
27471         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27472         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27473         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27474         files, and report the parsed length as a GST_TAG_DURATION tag.
27475         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27476
27477 2004-03-05  Benjamin Otte  <otte@gnome.org>
27478
27479         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27480           convert channels correctly. convert correctly to unsigned.
27481
27482 2004-03-05  Julien MOUTTE <julien@moutte.net>
27483
27484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27485         we have a window before clearing it.
27486
27487 2004-03-05  Julien MOUTTE <julien@moutte.net>
27488
27489         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27490         have a window before clearing it.
27491
27492 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27493
27494         * gconf/gstreamer.schemas.in:
27495         * gst-libs/gst/gconf/Makefile.am:
27496           version installation path the same way as for 0.6
27497         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27498         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27499         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27500           remove comment that was fixed
27501
27502 2004-03-05  David Schleef  <ds@schleef.org>
27503
27504         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27505         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27506         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27507         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27508         Add prototype code for handling seeking and querying.
27509
27510 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27511
27512         * examples/gstplay/player.c: (main):
27513           Initialize variables to NULL. Prevents a segfault because the
27514           (uninitialized) variable is not NULL, resulting in a crash on
27515           trying to reach error->message.
27516
27517 2004-03-05  Benjamin Otte  <otte@gnome.org>
27518
27519         * gst/audioconvert/gstaudioconvert.c:
27520         (gst_audio_convert_buffer_to_default_format):
27521         make float=>int conversion work correctly even in cornercases.
27522
27523 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27524
27525         * debian/README.Debian:
27526         * debian/build-deps:
27527         * debian/changelog:
27528         * debian/control:
27529         * debian/control.in:
27530         * debian/copyright:
27531         * debian/gstreamer-a52dec.files:
27532         * debian/gstreamer-aa.files:
27533         * debian/gstreamer-alsa.files:
27534         * debian/gstreamer-alsa.manpages:
27535         * debian/gstreamer-arts.files:
27536         * debian/gstreamer-artsd.files:
27537         * debian/gstreamer-audiofile.files:
27538         * debian/gstreamer-avifile.files:
27539         * debian/gstreamer-cdparanoia.files:
27540         * debian/gstreamer-colorspace.files:
27541         * debian/gstreamer-doc.files:
27542         * debian/gstreamer-dv.files:
27543         * debian/gstreamer-dvd.files:
27544         * debian/gstreamer-esd.files:
27545         * debian/gstreamer-festival.files:
27546         * debian/gstreamer-flac.files:
27547         * debian/gstreamer-gconf.conffiles:
27548         * debian/gstreamer-gconf.files:
27549         * debian/gstreamer-gconf.postinst:
27550         * debian/gstreamer-gnomevfs.files:
27551         * debian/gstreamer-gsm.files:
27552         * debian/gstreamer-http.files:
27553         * debian/gstreamer-jack.files:
27554         * debian/gstreamer-jpeg.files:
27555         * debian/gstreamer-mad.files:
27556         * debian/gstreamer-mikmod.files:
27557         * debian/gstreamer-misc.files:
27558         * debian/gstreamer-mpeg2dec.files:
27559         * debian/gstreamer-oss.files:
27560         * debian/gstreamer-plugin-apps.files:
27561         * debian/gstreamer-plugin-apps.manpages:
27562         * debian/gstreamer-plugin-libs-dev.files:
27563         * debian/gstreamer-plugin-libs.files:
27564         * debian/gstreamer-plugin-template.postinst:
27565         * debian/gstreamer-plugin-template.postrm:
27566         * debian/gstreamer-sdl.files:
27567         * debian/gstreamer-sid.files:
27568         * debian/gstreamer-vorbis.files:
27569         * debian/gstreamer-x.files:
27570         * debian/mk.control:
27571         * debian/rules:
27572         Debian package info not maintained here.
27573
27574 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27575
27576         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27577         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27578         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27579         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27580         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27581         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27582         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27583         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27584         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27585         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27586         * gst-libs/gst/colorbalance/colorbalance.c:
27587         (gst_color_balance_class_init):
27588         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27589         (gst_color_balance_channel_class_init):
27590         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27591         * gst-libs/gst/play/play.c: (gst_play_class_init):
27592         * gst-libs/gst/propertyprobe/propertyprobe.c:
27593         (gst_property_probe_iface_init):
27594         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27595         * gst-libs/gst/tuner/tunerchannel.c:
27596         (gst_tuner_channel_class_init):
27597         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27598         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27599         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27600         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27601         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27602         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27603         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27604         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27605         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27606           fix signals to use - instead of _
27607         * ext/libcaca/gstcacasink.h:
27608         * ext/sdl/sdlvideosink.h:
27609           fix header rename
27610
27611 2004-03-04  David Schleef  <ds@schleef.org>
27612
27613         * testsuite/gst-lint:  Add a check for bad signal names.
27614
27615 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27616
27617         reviewed by David Schleef
27618
27619         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27620         modified the alpha channel and caused a warning. (bug #136192)
27621
27622 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27623
27624         * gst-plugins.spec.in:
27625         Change names of plugins to actually be correct. Try to keep things
27626         alphabetical to avoid getting beat up by Thomas
27627
27628 2004-03-03  Julien MOUTTE <julien@moutte.net>
27629
27630         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27631         Using ximagesink as a default if no gconf key found. We should
27632         probably consider using alsasink instead of osssink for the audio
27633         part.
27634
27635 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27636
27637         * configure.ac:
27638           fix --with-plugins, don't think it ever worked before
27639         * gst-plugins.spec.in:
27640           even more updates
27641
27642 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27643
27644         * ext/sdl/sdlvideosink.h:
27645         * sys/ximage/ximagesink.h:
27646         * sys/xvideo/xvideosink.h:
27647         * sys/xvimage/xvimagesink.h:
27648           Fix for move of gstvideosink.h -> videosink.h.
27649
27650 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27651
27652         * gst-libs/gst/xwindowlistener/Makefile.am:
27653           this is a plugin library, not a library
27654
27655 2004-03-01  David Schleef  <ds@schleef.org>
27656
27657         * AUTHORS:  Added some names.  Add yourself if you're still
27658         missing.
27659
27660 2004-03-01  David Schleef  <ds@schleef.org>
27661
27662         * MAINTAINERS: Add
27663
27664 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27665
27666         * gst-plugins.spec.in: clean up spec file
27667
27668 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27669
27670         * gst-libs/gst/video/Makefile.am:
27671         * gst-libs/gst/video/gstvideosink.c:
27672         * gst-libs/gst/video/gstvideosink.h:
27673           rename gstvideosink.h to videosink.h to match other headers
27674         * gst/mixmatrix/Makefile.am:
27675           fix plugin filename
27676         * gst/tags/Makefile.am: fix plugin filename
27677
27678 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27679
27680         * gst/tags/Makefile.am: fix plugin filename
27681
27682 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27683
27684         * examples/gstplay/player.c: (got_time_tick), (main):
27685           add error handler
27686           display time_tick more readably
27687         * gst/mixmatrix/Makefile.am:
27688           fix plugin file name
27689
27690 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27691
27692         * sys/oss/gstosselement.c: (gst_osselement_probe),
27693         (device_combination_append), (gst_osselement_class_probe_devices):
27694         * sys/oss/gstosselement.h:
27695           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27696           on my system using alsa oss emulation, fixes bug #135597
27697
27698 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27699
27700         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27701         (gst_videodrop_chain), (gst_videodrop_change_state):
27702         * gst/videodrop/gstvideodrop.h:
27703           Work based on timestamp of input data, not based on the expected
27704           framerate from the input. The consequence is that this element now
27705           not only scales framerates, but also functions as a framerate
27706           corrector or framerate stabilizer/constantizer.
27707
27708 2004-02-27  David Schleef  <ds@schleef.org>
27709
27710         patches from jmmv@menta.net (Julio M. Merino Vidal)
27711
27712         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27713         GST_ELEMENT_ERROR call (bug #135634)
27714         * gst/interleave/interleave.c: (interleave_buffered_loop),
27715         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27716         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27717         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27718         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27719         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27720         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27721         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27722         Fix GST_ELEMENT_ERROR call.
27723         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27724         GST_ELEMENT_ERROR call.
27725
27726 2004-02-27  Benjamin Otte  <otte@gnome.org>
27727
27728         * gst-libs/gst/audio/audio.h:
27729           add macro to make sure header isn't included twice
27730         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27731           don't use gst_buffer_free
27732         * gst/playondemand/filter.func:
27733           don't use gst_data_free. Free data only once.
27734
27735 2004-02-26  David Schleef  <ds@schleef.org>
27736
27737         * gst-libs/gst/colorbalance/Makefile.am:
27738         * gst-libs/gst/mixer/Makefile.am:
27739         * gst-libs/gst/tuner/Makefile.am:
27740         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27741         should not be disted, -marshal.h files should not be installed,
27742         and -enum.h files _should_ be installed.  Fix to make this the
27743         case.
27744
27745 === release 0.7.5 ===
27746
27747 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27748
27749         * configure.ac: release 0.7.5, "Under The Sea"
27750
27751 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27752
27753         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27754         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27755         * gst/videoscale/gstvideoscale.c:
27756         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27757           assorted debug/warning fixes
27758
27759 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27760
27761         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27762         (gst_videoscale_init), (gst_videoscale_chain),
27763         (gst_videoscale_set_property), (plugin_init):
27764         * gst/videoscale/gstvideoscale.h:
27765         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27766         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27767         (gst_videoscale_planar400), (gst_videoscale_packed422),
27768         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27769         (gst_videoscale_24bit), (gst_videoscale_16bit),
27770         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27771         (gst_videoscale_scale_plane_slow),
27772         (gst_videoscale_scale_point_sample),
27773         (gst_videoscale_scale_nearest),
27774         (gst_videoscale_scale_nearest_str2),
27775         (gst_videoscale_scale_nearest_str4),
27776         (gst_videoscale_scale_nearest_32bit),
27777         (gst_videoscale_scale_nearest_24bit),
27778         (gst_videoscale_scale_nearest_16bit):
27779         add debugging category and use it properly
27780         fix use of GST_PTR_FORMAT
27781
27782 2004-02-25  Andy Wingo  <wingo@pobox.com>
27783
27784         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27785         push only when channel->buffer is NULL. Prevents segfaults doing
27786         the state change after a nonlocal exit, like a scheme exception.
27787
27788         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27789         Handle the case where the intersected caps is empty.
27790
27791 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27792
27793         * gst/law/mulaw-decode.c: (mulawdec_link):
27794         * gst/law/mulaw.c: (plugin_init):
27795           fix mulawdec so it actually works again
27796
27797 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
27798
27799         reviewed by: David Schleef  <ds@schleef.org>
27800
27801         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27802         (gst_gamma_init), (gst_gamma_set_property),
27803         (gst_gamma_get_property), (gst_gamma_calculate_tables),
27804         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
27805         for RGB, with separate r g and b correction factors. (#131167)
27806
27807 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27808
27809         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27810           only signal tags for bitrate if they're > 0 (#134894)
27811
27812 2004-02-24  David Schleef  <ds@schleef.org>
27813
27814         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27815         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27816         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27817         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27818         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27819         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27820         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27821         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27822         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
27823         category.  Attempt to fix timestamp calculation.
27824
27825 2004-02-24  Johan Dahlin  <johan@gnome.org>
27826
27827         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27828
27829 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27830
27831         * configure.ac:
27832         * gconf/Makefile.am:
27833         * gconf/gstreamer.schemas:
27834         * gst-libs/gst/gconf/Makefile.am:
27835         * gst-libs/gst/gconf/gconf.c:
27836           version gconf schemas and install locations
27837
27838 2004-02-23  Benjamin Otte  <otte@gnome.org>
27839
27840         * ext/xine/xineinput.c: (gst_xine_input_dispose):
27841         (gst_xine_input_subclass_init):
27842           call parent dispose.
27843           change pad template for CD reader correctly
27844         * ext/xine/Makefile.am:
27845         * ext/xine/gstxine.h:
27846         * ext/xine/xine.c: (plugin_init):
27847         * ext/xine/xineaudiosink.c:
27848           wrap audio sinks, too
27849         * gst-libs/gst/resample/private.h:
27850         * gst-libs/gst/resample/resample.c: (gst_resample_init),
27851         (gst_resample_reinit), (gst_resample_scale),
27852         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
27853         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
27854         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
27855         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
27856         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
27857         * gst-libs/gst/resample/resample.h:
27858         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27859         (gst_audioscale_class_init), (gst_audioscale_link),
27860         (gst_audioscale_get_buffer), (gst_audioscale_init),
27861         (gst_audioscale_chain), (gst_audioscale_set_property),
27862         (gst_audioscale_get_property):
27863         * gst/audioscale/gstaudioscale.h:
27864           s/resample_*/gst_resample_*/i to not clobber namespaces
27865
27866 2004-02-23  Julien MOUTTE  <julien@moutte.net>
27867
27868         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
27869         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
27870         (gst_riff_create_video_template_caps),
27871         (gst_riff_create_audio_template_caps),
27872         (gst_riff_create_iavs_template_caps):
27873         * gst-libs/gst/riff/riff-media.h:
27874         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27875         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
27876         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
27877         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27878         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27879         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
27880         (gst_matroska_demux_plugin_init): First batch implementing audio and
27881         video codec tags in demuxers.
27882
27883 2004-02-22  Benjamin Otte  <otte@gnome.org>
27884
27885         * ext/xine/Makefile.am:
27886         * ext/xine/gstxine.h:
27887         * ext/xine/xine.c: (plugin_init):
27888         * ext/xine/xineinput.c:
27889           add input plugin wrapper. Playback from files, http, mms and cdda
27890           works.
27891         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27892           remove leftover G_GNUC_UNUSED
27893         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
27894         (gst_asf_demux_identify_guid):
27895           improve debugging output
27896
27897 2004-02-22  Benjamin Otte  <otte@gnome.org>
27898
27899         reported by: Padraig O'Briain <padraig.obriain@sun.com>
27900
27901         * autogen.sh:
27902           replace test -e with test -x for mkinstalldirs to be more portable.
27903           (fixes #134816)
27904
27905 2004-02-22  Benjamin Otte  <otte@gnome.org>
27906
27907         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
27908
27909         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
27910           set rank to PRIMARY
27911         * gst/volume/gstvolume.c: (plugin_init):
27912           set rank to NONE
27913         fixes #134960
27914
27915 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
27916
27917         reviewed by Benjamin Otte  <otte@gnome.org>
27918
27919         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
27920           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
27921
27922 2004-02-22  Benjamin Otte  <otte@gnome.org>
27923
27924         * configure.ac:
27925           export [_]*{gst,Gst,GST}.* symbols from plugins
27926
27927 2004-02-22  Christophe Fergeau <teuf@gnome.org>
27928
27929         reviewed by: Benjamin Otte  <otte@gnome.org>
27930
27931         * ext/lame/gstlame.c: (add_one_tag):
27932         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27933         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
27934         (gst_vorbisenc_metadata_set1):
27935         * gst/tags/gstid3tag.c:
27936         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
27937           apply fixes from bugs #135042 (lame can't write tags) and #133817
27938           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
27939
27940 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
27941
27942         * configure.ac: Export only gst_plugin_desc from plugins.
27943          Note that this change only makes any effect with Linux using libtool
27944          1.5.2 or higher. Otherwise it is silently ignored, but it would build
27945          fine. And don't try to have several versions of libtool in different
27946          directories.
27947
27948 2004-02-20  Andy Wingo  <wingo@pobox.com>
27949
27950         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
27951         interleave respectively.
27952
27953         * gst/interleave/deinterleave.c: New plugin: deinterleave
27954         (replaces on oneton).
27955         * gst/interleave/interleave.c: New plugin: interleave.
27956         * gst/interleave/plugin.h: Support file.
27957         * gst/interleave/plugin.c: Support file.
27958
27959         * configure.ac: Remove intfloat and oneton, add interleave.
27960
27961         * ext/sndfile/gstsf.c: Handle events better.
27962
27963         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
27964         and float2int operation. int2float has scheduling problems as
27965         noted in in2float_chain.
27966
27967 2004-02-20  Benjamin Otte  <otte@gnome.org>
27968
27969         * ext/xine/Makefile.am:
27970         * ext/xine/gstxine.h:
27971         * ext/xine/xine.c:
27972         * ext/xine/xineaudiodec.c:
27973         * ext/xine/xinecaps.c:
27974           add first version of xine plugin wrapper. Currently only wraps the
27975           QDM2 win32 DLL, and even that only in proof-of-concept quality.
27976         * configure.ac:
27977         * ext/Makefile.am:
27978           add xine plugin wrapper, disabled by default. Use --enable-xine to
27979           build. Note that it'll segfault on gst-register if you don't remove
27980           the goom and tvtime post plugins from xine.
27981         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27982         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
27983           add extradata parsing for QDM2.
27984           change around debugging prints.
27985
27986 2004-02-19  Benjamin Otte  <otte@gnome.org>
27987
27988         * ext/lame/gstlame.c: (gst_lame_chain):
27989         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
27990           use gst_tag_list_insert when you want to insert tags
27991
27992 2004-02-18  David Schleef  <ds@schleef.org>
27993
27994         * configure.ac:  Move massink to gst-rotten
27995         * ext/Makefile.am:
27996         * ext/mas/Makefile.am:
27997         * ext/mas/massink.c:
27998         * ext/mas/massink.h:
27999
28000 2004-02-18  David Schleef  <ds@schleef.org>
28001
28002         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28003         typefinding, since it seems to be worse than nothing.
28004         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28005         atom to recognize .mp4 and .m4a files as video/quicktime.
28006
28007 2004-02-18  David Schleef  <ds@schleef.org>
28008
28009         * gst/sine/demo-dparams.c: (quit_live),
28010         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28011         Use double dparams, not float.
28012         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28013         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28014         sync'd elements don't really work correctly.
28015         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28016         (volume_update_volume), (volume_get_property):  Change dparam
28017         to double.
28018
28019 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28020
28021         * sys/ximage/ximagesink.c:
28022         (gst_ximagesink_xwindow_update_geometry),
28023         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28024         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28025         (gst_ximagesink_init): Rework the way software video scaling works. So
28026         now we check on each chain call if the video frames are feeling the
28027         window. If not we try to renegotiate caps. On failure we memorize that
28028         and we won't try again for that PLAYING sessions.
28029         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28030         failure.
28031         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28032         synchronous flag.
28033
28034 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28035
28036         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28037           break up _link so we can give a better debug message for errors
28038
28039 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28040
28041         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28042           set up debug category
28043
28044 2004-02-18  Julien MOUTTE <julien@moutte.net>
28045
28046         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28047         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28048         the way renegotiation work. The event handling function is not taking
28049         care of external windows and renegotiate method check for pad flags
28050         NEGOTIATING. Should fix : #133209
28051
28052 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28053
28054         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28055         pad is negotiating before trying renegotiation.
28056
28057 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28058
28059         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28060           pass on all possible mime types as typefind hints
28061
28062 2004-02-17  Julien MOUTTE <julien@moutte.net>
28063
28064         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28066         possible SHM leak if we crash. All other apps using XShm are doing
28067         that.
28068
28069 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28070
28071         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28072         (gst_ximagesink_expose): Renegotiate size on expose.
28073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28074         size on expose.
28075
28076 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28077
28078         * testsuite/alsa/sinesrc.c:
28079           cosmetic fix to fix compile issue with gcc 2.95.4
28080
28081 2004-02-16  Julien MOUTTE <julien@moutte.net>
28082
28083         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28084         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28085         failed opening the audio device.
28086         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28087         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28088         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28089         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28090         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28091         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28092         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28093         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28094         Removing some useless g_return_if_fail like wingo suggested.
28095         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28096         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28097         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28098         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28099         (gst_xvimagesink_update_colorbalance),
28100         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28101         (gst_xvimagesink_xcontext_clear),
28102         (gst_xvimagesink_get_fourcc_from_caps),
28103         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28104         (gst_xvimagesink_set_xwindow_id),
28105         (gst_xvimagesink_colorbalance_list_channels),
28106         (gst_xvimagesink_colorbalance_set_value),
28107         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28108         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28109
28110 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28111
28112         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28113           throw error when not negotiated instead of asserting
28114
28115 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28116
28117         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28118         correct data refcounting.
28119
28120 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28121
28122         * gst/switch/gstswitch.c: (gst_switch_change_state),
28123         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28124         change, mostly the EOS flag.
28125
28126 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28127
28128         * examples/gstplay/player.c: (got_eos), (main): Adding some
28129         output for debugging.
28130         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28131         timeouts if we go to any state different from PLAYING.
28132         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28133         more EOS bugs in riff lib.
28134
28135 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28136
28137         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28138         visualization until i find a way to fix switch correctly.
28139         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28140         EOS arrives.
28141         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28142         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28143         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28144         Reworked switch to get a more correct behaviour with events and refing
28145         of data stored in sinkpads.
28146         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28147         we don't pull from a pad in EOS.
28148
28149 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28150
28151         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28152           remove v1 tag even if we can't read it (makes sure we don't detect
28153           it again)
28154
28155 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28156
28157         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28158         (gst_alsa_xrun_recovery):
28159         * ext/alsa/gstalsa.h:
28160           try xrun recovery when wait failed. Make xrun recovery function
28161           return TRUE/FALSE to indicate success. (might fix #134354)
28162
28163 2004-02-13  David Schleef  <ds@schleef.org>
28164
28165         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28166         (dynparm_value_changed), (main): Convert from float to double.
28167         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28168
28169 2004-02-13  David Schleef  <ds@schleef.org>
28170
28171         * gst/silence/gstsilence.c: (gst_silence_class_init),
28172         (gst_silence_set_clock), (gst_silence_get),
28173         (gst_silence_set_property), (gst_silence_get_property):
28174         * gst/silence/gstsilence.h: Add sync property.
28175         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28176         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28177         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28178         * gst/sine/gstsinesrc.h: Add sync property.
28179
28180 2004-02-13  David Schleef  <ds@schleef.org>
28181
28182         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28183         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28184
28185 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28186
28187         * configure.ac:
28188         * ext/Makefile.am:
28189         * gst-libs/ext/Makefile.am:
28190           move ffmpeg plugin to gst-ffmpeg module
28191
28192 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28193
28194         * configure.ac: use GST_ARCH to detect architecture
28195
28196 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28197
28198         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28199
28200 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28201
28202         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28203           classify LADSPA plugins based on number of src/sink pads
28204           (#133663, Stefan Kost)
28205         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28206           fix dparams registration
28207           (#133528, Stefan Kost)
28208         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28209           fix use of isprint and use g_ascii_isprint instead
28210           (#133316, Stefan Kost)
28211
28212 2004-02-11  David Schleef  <ds@schleef.org>
28213
28214         Convert a few inner loops to use liboil.  This is currently
28215         optional, and is only enabled if liboil is present (duh!).
28216         * configure.ac: Check for liboil-0.1
28217         * gst/intfloat/Makefile.am:
28218         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28219         (gst_int2float_chain_gint16):
28220         * gst/videofilter/Makefile.am:
28221         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28222         (tablelookup_u8), (gst_videobalance_planar411):
28223         * gst/videotestsrc/Makefile.am:
28224         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28225         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28226         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28227         (paint_hline_RGB565), (paint_hline_xRGB1555):
28228
28229 2004-02-11  David Schleef  <ds@schleef.org>
28230
28231         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28232         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28233         (gst_colorspace_getcaps), (gst_colorspace_link),
28234         (gst_colorspace_base_init), (gst_colorspace_init),
28235         (gst_colorspace_chain), (gst_colorspace_change_state),
28236         (plugin_init): Merge Ronald's patch (bug #117897) and update
28237         for new caps and negotiation.  Seems to work, although it
28238         shows off bugs in lcs.
28239
28240 2004-02-11  David Schleef  <ds@schleef.org>
28241
28242         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28243         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28244
28245 2004-02-11  David Schleef  <ds@schleef.org>
28246
28247         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28248         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28249         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28250         Add server and port properties
28251
28252 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28253
28254         * m4/a52.m4:
28255         * m4/aalib.m4:
28256         * m4/as-ffmpeg.m4:
28257         * m4/as-liblame.m4:
28258         * m4/as-slurp-ffmpeg.m4:
28259         * m4/check-libheader.m4:
28260         * m4/esd.m4:
28261         * m4/freetype2.m4:
28262         * m4/gconf-2.m4:
28263         * m4/glib.m4:
28264         * m4/gst-alsa.m4:
28265         * m4/gst-artsc.m4:
28266         * m4/gst-ivorbis.m4:
28267         * m4/gst-matroska.m4:
28268         * m4/gst-sdl.m4:
28269         * m4/gst-shout2.m4:
28270         * m4/gst-sid.m4:
28271         * m4/gtk.m4:
28272         * m4/libdv.m4:
28273         * m4/libfame.m4:
28274         * m4/libmikmod.m4:
28275         * m4/ogg.m4:
28276         * m4/vorbis.m4:
28277           fix underquotedness of macros (#133800)
28278         * m4/as-avifile.m4:
28279         * m4/xmms.m4:
28280           removed because no longer used
28281
28282 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28283
28284         * configure.ac:
28285           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28286           by autopoint (fixes #132996)
28287
28288 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28289
28290         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28291         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28292         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28293         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28294           fix memleaks
28295
28296 2004-02-11  David Schleef  <ds@schleef.org>
28297
28298         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28299         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28300         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28301         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28302         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28303         (gst_jpegenc_class_init), (gst_jpegenc_init),
28304         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28305         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28306         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28307         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28308
28309 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28310
28311         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28312         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28313         * ext/mikmod/gstmikmod.h:
28314           fix caps negotiation in mikmod
28315         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28316           output debug information
28317
28318 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28319
28320         * gst-libs/gst/colorbalance/Makefile.am:
28321         * gst-libs/gst/navigation/Makefile.am:
28322         * gst-libs/gst/xoverlay/Makefile.am:
28323           remove unused GST_OPT_CFLAGS from Makefiles
28324           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28325
28326 2004-02-07  David Schleef  <ds@schleef.org>
28327
28328         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28329         push events to pads that haven't been created (#133508)
28330
28331 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28332
28333         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28334         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28335         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28336         (gst_dvdec_loop), (gst_dvdec_change_state):
28337         Second attempt at committing a working dvdec element.
28338
28339 2004-02-06  David Schleef  <ds@schleef.org>
28340
28341         Build fixes for OS X: (see #129600)
28342         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28343         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28344         (gst_riff_read_strf_iavs):
28345         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28346         (gst_avi_demux_stream_odml):
28347         * gst/playondemand/Makefile.am:
28348         * gst/rtp/rtp-packet.c:
28349
28350 2004-02-05  David Schleef  <ds@schleef.org>
28351
28352         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28353         last change, because it Just Doesn't Compile.
28354
28355 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28356
28357         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28358           skip undecodable id3v2 tag instead of keeping it
28359
28360 2004-02-05  David Schleef  <ds@schleef.org>
28361
28362         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28363         Unref leaked buffer.  (Noticed by Ronald)
28364
28365 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28366
28367         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28368         Sync requires with other checks.  >= vs =.
28369
28370 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28371
28372         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28373         (gst_dvdec_video_link), (gst_dvdec_loop):
28374         * ext/dv/gstdvdec.h:
28375           rework the caps negotiation so that dvdec works again instead
28376           of just segfaulting.
28377
28378 === release 0.7.4 ===
28379
28380 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28381
28382         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28383         * configure.ac: changed for release
28384
28385 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28386
28387         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28388         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28389         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28390         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28391           reworked patch by David Lehn to fix libdir and includedir for
28392           uninstalled libraries
28393           removed play and gconf from gstreamer-libs since they have their
28394           own pkgconfig files
28395
28396 2004-02-04  David Schleef  <ds@schleef.org>
28397
28398         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28399         memleak.
28400
28401 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28402
28403         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28404           use correct GST_TAG_ENCODER tag
28405
28406 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28407
28408         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28409           be sure to stop the clock when going to paused
28410         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28411           reset number of transmitted when going to ready.
28412         fixes #132935
28413
28414 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28415
28416         reviewed by Benjamin Otte
28417
28418         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28419           extract track count (fixes #133410)
28420
28421 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28422
28423         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28424           that should be !=, not == (fixes #132519)
28425
28426 2004-02-04  David Schleef  <ds@schleef.org>
28427
28428         Make sure set_explicit_caps() is called before adding pad.
28429         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28430         * gst/id3/gstid3types.c: (gst_id3types_loop):
28431         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28432         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28433
28434 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28435
28436         * configure.ac:
28437           bump nano to 2, first prerelease
28438           put back AM_PROG_LIBTOOL
28439
28440 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28441
28442         * testsuite/alsa/Makefile.am:
28443           these are user test apps, not automatic testsuite tests
28444
28445 2004-02-04  David Schleef  <ds@schleef.org>
28446
28447         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28448         * gst/mpeg1videoparse/gstmp1videoparse.c:
28449         (mp1videoparse_parse_seq):
28450         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28451         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28452         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28453         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28454         (gst_xvideosink_getcaps):
28455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28456         * testsuite/gst-lint: more tests
28457
28458 2004-02-04  David Schleef  <ds@schleef.org>
28459
28460         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28461         with the code that they would expand to.
28462         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28463         (gst_flacdec_get_src_query_types),
28464         (gst_flacdec_get_src_event_masks):
28465         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28466         (gst_gnomevfssrc_get_query_types),
28467         (gst_gnomevfssrc_get_event_mask):
28468
28469 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28470
28471         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28472         (gst_sinesrc_dispose):
28473           fix memleak by properly disposing sinesrc
28474
28475 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28476
28477         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28478         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28479         an overlay to redraw the image because it has been exposed.
28480         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28481         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28482         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28483         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28484         interface
28485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28486         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28487         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28488         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28489         interface
28490
28491 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28492
28493         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28494           more memleak fixage
28495
28496 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28497
28498         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28499         * gst/typefind/gsttypefindfunctions.c:
28500           fix memleaks shown by gst-typefind
28501
28502 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28503
28504         * common/glib-gen.mak:
28505           add hack rule to touch .Plo files
28506         * gst-libs/gst/colorbalance/Makefile.am:
28507         * gst-libs/gst/mixer/Makefile.am:
28508         * gst-libs/gst/play/Makefile.am:
28509         * gst-libs/gst/tuner/Makefile.am:
28510           remove glib_root variable
28511
28512 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28513
28514         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28515           set explicit caps before adding the element, so the autopluggers can
28516           plug correctly.
28517         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28518         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28519         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28520         (dv_type_find):
28521           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28522           argument.
28523
28524 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28525
28526         * gst-libs/gst/colorbalance/Makefile.am:
28527         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28528         * gst-libs/gst/colorbalance/colorbalance.c:
28529         * gst-libs/gst/colorbalance/colorbalance.h:
28530         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28531         * gst-libs/gst/mixer/Makefile.am:
28532         * gst-libs/gst/mixer/mixer-marshal.list:
28533         * gst-libs/gst/mixer/mixer.c:
28534         * gst-libs/gst/mixer/mixer.h:
28535         * gst-libs/gst/mixer/mixermarshal.list:
28536         * gst-libs/gst/play/Makefile.am:
28537         * gst-libs/gst/play/play.h:
28538         * gst-libs/gst/tuner/Makefile.am:
28539         * gst-libs/gst/tuner/tuner-marshal.list:
28540         * gst-libs/gst/tuner/tuner.c:
28541         * gst-libs/gst/tuner/tuner.h:
28542         * gst-libs/gst/tuner/tunermarshal.list:
28543           use new glib-gen.mak snippet to clean up Makefile.am
28544           fix various bugs in Makefile.am's
28545
28546 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28547
28548         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28549           handle chain parsing correctly in the multichain case
28550         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28551         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28552         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28553         (theora_dec_chain):
28554           handle events and queries correctly
28555
28556 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28557
28558         * .cvsignore:
28559         Ignore generated file _stdint.h.
28560
28561 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28562
28563         * gst-libs/gst/colorbalance/Makefile.am:
28564         * gst-libs/gst/colorbalance/colorbalance.h:
28565         * gst-libs/gst/mixer/Makefile.am:
28566         * gst-libs/gst/mixer/mixer.h:
28567         * gst-libs/gst/play/Makefile.am:
28568         * gst-libs/gst/play/play.h:
28569         * gst-libs/gst/tuner/Makefile.am:
28570         * gst-libs/gst/tuner/tuner.h:
28571         Generate enum type code with glib-mkenums.
28572         * gst-libs/gst/colorbalance/.cvsignore:
28573         * gst-libs/gst/mixer/.cvsignore:
28574         * gst-libs/gst/play/.cvsignore:
28575         * gst-libs/gst/tuner/.cvsignore:
28576         Ignore generated files.
28577
28578 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28579
28580         * gst-libs/gst/audio/.cvsignore:
28581         Ignore generated file.
28582         * gst-libs/gst/audio/Makefile.am:
28583         Do not install example filter.
28584
28585 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28586
28587         * examples/switch/.cvsignore:
28588         Ignore generated file.
28589
28590 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28591
28592         * common/m4/ax_create_stdint_h.m4:
28593         * configure.ac:
28594           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28595           _stdint.h.
28596         * Makefile.am:
28597           remove generated _stdint.h in DISTCLEANFILES
28598         * ext/a52dec/gsta52dec.c:
28599           include _stdint.h for a52dec. (should fix #133064)
28600
28601 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28602
28603         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28604         (gst_tag_to_vorbis_comments):
28605         Add replaygain support to vorbistag
28606
28607 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28608         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28609         (gst_ffmpeg_caps_to_extradata):
28610           Fix SVQ3 caps flag properties
28611           Use glib macro for bytes swap
28612
28613 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28614
28615         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28616         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28617         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28618         * ext/sndfile/gstsf.c: (plugin_init):
28619         * gst/avi/gstavi.c: (plugin_init):
28620         * sys/dxr3/dxr3init.c: (plugin_init):
28621         * sys/oss/gstossaudio.c: (plugin_init):
28622         * sys/v4l/gstv4l.c: (plugin_init):
28623         * sys/v4l2/gstv4l2.c: (plugin_init):
28624           remove textdomain calls
28625         * po/nl.po:
28626           update Dutch translation
28627
28628 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28629
28630         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28631         (gst_play_set_audio_sink): Moving volume in the audio thread for
28632         instantaneous volume change. Maybe i will add another volume in front
28633         of visualization later, not sure yet though.
28634
28635 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28636
28637         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28638         (gst_ximagesink_handle_xevents): Better X events handling, only take
28639         the latest events for configure and motion.
28640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28641
28642 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28643
28644         reviewed by: David Schleef  <ds@schleef.org>
28645
28646         Fix memory leaks:
28647         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28648         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28649
28650 2004-02-02  David Schleef  <ds@schleef.org>
28651
28652         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28653         of lines.
28654         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28655         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28656         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28657         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28658         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28659         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28660         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28661         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28662         (gst_float2_2_int_link):
28663         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28664         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28665         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28666         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28667         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28668         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28669         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28670         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28671         * testsuite/gst-lint: Add tests for bzero and ;;
28672
28673 2004-02-02  David Schleef  <ds@schleef.org>
28674
28675         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28676
28677 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28678
28679         * ext/aalib/gstaasink.c: (gst_aasink_open):
28680         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28681         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28682         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28683         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28684         (gst_afsink_close_file):
28685         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28686         (gst_afsrc_close_file):
28687         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28688         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28689         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28690         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28691         * ext/esd/esdmon.c: (gst_esdmon_get):
28692         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28693         * ext/faac/gstfaac.c: (gst_faac_chain):
28694         * ext/faad/gstfaad.c: (gst_faad_chain):
28695         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28696         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28697         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28698         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28699         (gst_flacdec_loop):
28700         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28701         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28702         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28703         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28704         (gst_gnomevfssink_close_file):
28705         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28706         (gst_gnomevfssrc_open_file):
28707         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28708         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28709         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28710         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28711         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28712         * ext/mad/gstmad.c: (gst_mad_chain):
28713         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28714         * ext/mpeg2dec/gstmpeg2dec.c:
28715         * ext/mpeg2enc/gstmpeg2enc.cc:
28716         * ext/mplex/gstmplex.cc:
28717         * ext/mplex/gstmplexibitstream.cc:
28718         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28719         (gst_ogg_demux_push):
28720         * ext/raw1394/gstdv1394src.c:
28721         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28722         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28723         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28724         (gst_sf_loop):
28725         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28726         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28727         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28728         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28729         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28730         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28731         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28732         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28733         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28734         (gst_riff_read_element_data), (gst_riff_read_seek),
28735         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28736         * gst/adder/gstadder.c: (gst_adder_loop):
28737         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28738         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28739         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28740         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28741         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28742         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28743         * gst/goom/gstgoom.c: (gst_goom_chain):
28744         * gst/id3/gstid3types.c: (gst_id3types_loop):
28745         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28746         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28747         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28748         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28749         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28750         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28751         (gst_ebml_read_float), (gst_ebml_read_header):
28752         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28753         (gst_matroska_demux_parse_blockgroup):
28754         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28755         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28756         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28757         * gst/silence/gstsilence.c: (gst_silence_get):
28758         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28759         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28760         * gst/speed/gstspeed.c: (speed_loop):
28761         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28762         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28763         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28764         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28765         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28766         (gst_wavparse_loop):
28767         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28768         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28769         (dxr3audiosink_close):
28770         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28771         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28772         (dxr3videosink_close), (dxr3videosink_write_data):
28773         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28774         * sys/oss/gstosssink.c: (gst_osssink_chain):
28775         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28776         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28777         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28778         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28779         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28780         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28781         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28782         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28783         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28784         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28785         (gst_v4l_set_audio):
28786         * sys/v4l/v4l_calls.h:
28787         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28788         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28789         (gst_v4lmjpegsink_playback_init),
28790         (gst_v4lmjpegsink_playback_start):
28791         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28792         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28793         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28794         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28795         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28796         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28797         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28798         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28799         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28800         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28801         (gst_v4l2_get_output), (gst_v4l2_set_output),
28802         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28803         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28804         (gst_v4l2_set_attribute):
28805         * sys/v4l2/v4l2_calls.h:
28806         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28807         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28808         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28809         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28810         (gst_v4l2src_capture_stop):
28811         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28812         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28813         (gst_ximagesink_chain):
28814         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28815         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28816         (gst_xvideosink_xwindow_new):
28817         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28818         (gst_xvimagesink_chain):
28819
28820 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28821
28822         * gst/volume/gstvolume.c: (gst_volume_set_volume),
28823         (gst_volume_get_volume), (volume_class_init), (volume_init),
28824         (volume_chain_int16), (volume_update_volume):
28825         * gst/volume/gstvolume.h:
28826           make code more readable by removing magic numbers
28827           make mixer interface export 0-100 range
28828           make it internally map to 0.0-1.0 range so users don't distort
28829           output by putting the sliders at full volume
28830
28831 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28832
28833         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
28834         (gst_play_state_change), (gst_play_seek_to_time):
28835         block the tick callback for 0.5 secs after doing a seek
28836
28837 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28838
28839         * gst-libs/gst/play/play.c: (gst_play_new):
28840           check for GError
28841
28842 2004-02-01  Julien MOUTTE  <julien@moutte.net>
28843
28844         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
28845         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
28846         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28847         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
28848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28849         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
28850
28851 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28852
28853         * configure.ac:
28854         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28855           check for a function added in vorbis 1.1
28856
28857 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28858
28859         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28860         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
28861           really start/stop clock only on PLAYING <=> PAUSED
28862         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28863           remove \n from debugging lines
28864         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28865           make it work when seeking does not
28866         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28867           reset on DISCONT
28868
28869 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28870
28871         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
28872           start clock on PAUSED=>PLAYING, not later
28873         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28874           extract correct time for different discont formats
28875         (gst_alsa_sink_get_time):
28876           don't segfault when no format is negotiated yet, just return 0
28877         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28878         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
28879         (gst_ogg_pad_push):
28880           handle flush and discont events correctly
28881         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28882           handle discont events correctly
28883
28884 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
28885
28886         * gst-libs/gst/play/play.c: (gst_play_error_quark),
28887         (gst_play_error_create), (gst_play_error_plugin),
28888         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
28889         * gst-libs/gst/play/play.h:
28890           add error handling during creation
28891         * examples/gstplay/player.c: (main):
28892           use new gst_play_new
28893
28894
28895 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28896
28897         * ext/theora/theoradec.c: (theora_dec_chain):
28898           make comments work
28899         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
28900         (vorbis_dec_src_event), (vorbis_dec_chain):
28901           add encoder tag, fix tag reading to be more error tolerant, change
28902           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
28903           gst_pad_event_default.
28904         * gst/tags/gstvorbistag.c:
28905         (gst_tag_list_from_vorbiscomment_buffer):
28906           undefine function specific define at end of function
28907
28908 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
28909
28910         * ext/flac/gstflac.c: (plugin_init):
28911         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
28912         * ext/flac/gstflacdec.h:
28913         * ext/flac/gstflacenc.h:
28914           Fix typos
28915
28916 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
28917
28918         * examples/gstplay/player.c: s/gstplay.h/play.h/
28919
28920 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28921
28922         * gst-libs/gst/play/Makefile.am:
28923         * gst-libs/gst/play/gstplay.c:
28924         * gst-libs/gst/play/gstplay.h:
28925         * gst-libs/gst/play/play.c:
28926           more surgery, operation complete
28927
28928 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28929
28930         * gst-libs/gst/play/play.old.c:
28931         * gst-libs/gst/play/play.old.h:
28932           after CVS surgery by moving, remove
28933         * gst-libs/gst/play/playpipelines.c:
28934           remove
28935
28936         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28937           add negotiation error
28938
28939 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28940
28941         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28942         (gst_ogg_demux_push):
28943           add some seeking debug info
28944           send a flush when seeking
28945
28946 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28947
28948         * configure.ac:
28949           use AC_C_INLINE
28950         * configure.ac:
28951         * ext/Makefile.am:
28952         * ext/theora/Makefile.am:
28953         * ext/theora/theoradec.c:
28954           add theora video decoder. Does just do simple decoding for now and
28955           has been tested against Theora cvs only. It only works when theora
28956           is compiled with --enable-static.
28957         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28958           always reset packetno on DISCONT
28959
28960 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28961
28962         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28963           Fix audio.
28964
28965 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28966
28967         * gst/mpegaudioparse/gstmpegaudioparse.c:
28968         (mp3_type_frame_length_from_header):
28969           Fix header parsing - stolen from ffmpeg (thank you! :) ).
28970
28971 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28972
28973         * ext/esd/esdsink.c: (gst_esdsink_init):
28974           Since we have static pad template caps, we don't need to negotiate;
28975           either the core errors out or we know the format.
28976
28977 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28978
28979         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28980         (gst_riff_read_seek):
28981         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28982         (gst_ebml_read_seek):
28983           Fix event handling.
28984
28985 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28986
28987         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
28988           removee video/x-theora from vp3 decoder, it doesn't handle raw
28989           theora streams
28990         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
28991           fix bug with finalizing element that never went to PAUSED
28992         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
28993           length and position queries were swapped
28994         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
28995         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
28996         (vorbis_dec_src_event):
28997           implement querying time and bytes
28998
28999 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29000
29001         * just about every source file:
29002           gst_element_error -> GST_ELEMENT_ERROR
29003
29004 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29005
29006         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29007         emiting FLUSH and even before DISCONT.
29008         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29009         get the best instant seeking as possible yay!
29010
29011 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29012
29013         * gst/mpeg1videoparse/gstmp1videoparse.c:
29014         (gst_mp1videoparse_real_chain):
29015           Committed wrong version last week... Grr... Didn't notice until now.
29016
29017 2004-01-29  Julien MOUTTE <julien@moutte.net>
29018
29019         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29020         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29021         have_xwindow_id signal in xwindow_create.
29022
29023 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29024
29025         * ext/ogg/gstoggdemux.c:
29026           lots of changes - mainly support for chained bitstreams, seeking,
29027           querying and bugfixes of course
29028         * ext/vorbis/Makefile.am:
29029         * ext/vorbis/vorbisdec.c:
29030         * ext/vorbis/vorbisdec.h:
29031           add vorbisdec raw vorbis decoder
29032         * ext/vorbis/vorbis.c: (plugin_init):
29033           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29034         * gst/intfloat/Makefile.am:
29035         * gst/intfloat/float22int.c:
29036         * gst/intfloat/float22int.h:
29037         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29038           add float2intnew plugin. It converts multichannel interleaved float to
29039           multichannel interleaved int. The name should probably be changed.
29040         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29041         (plugin_init):
29042           add typefinding for raw theora video so oggdemux can detect it.
29043
29044 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29045
29046         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29047         sink element first.
29048         * gst/videoscale/gstvideoscale.c:
29049         (gst_videoscale_handle_src_event): Fixing src event handler.
29050
29051 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29052
29053         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29054         (gst_v4lsrc_open), (gst_v4lsrc_close),
29055         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29056         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29057         * sys/v4l/gstv4lsrc.h:
29058         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29059         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29060           Implement resizing... Hack. But that's why v4l is b0rked...
29061
29062 2004-01-28  Julien MOUTTE <julien@moutte.net>
29063
29064         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29065         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29066         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29067         (gst_ximagesink_xwindow_destroy):
29068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29069         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29070         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29071         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29072         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29073         correctly cleaning the image created to check xshm calls on succes,
29074         added a lot of XSync calls in X11 functions, and fixed a segfault when
29075         no image format was defined before negotiation happened.
29076
29077 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29078
29079         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29080           use gst_element_get_time to get correct time
29081
29082 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29083
29084         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29085         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29086         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29088         (gst_xvimagesink_check_xshm_calls),
29089         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29090         X plugins are now able to detect that XShm calls will fail even if the
29091         server claims that it has XShm support (remote displays most of the
29092         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29093         so that we use non XShm functions. This feature is almost useless for
29094         xvimagesink as Xv is not supported on remote displays anyway, but
29095         it might happen than even on the local display XShm calls fail.
29096
29097 2004-01-27  David Schleef  <ds@schleef.org>
29098
29099         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29100         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29101         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29102         changed esdsink to only use 44100,16,2, since esd sucks at rate
29103         conversion and esdsink has had difficulty negotiating.
29104
29105 2004-01-27  Julien MOUTTE <julien@moutte.net>
29106
29107         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29108         (gst_play_seek_to_time): Fixing the way to get current position.
29109
29110 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29111
29112         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29113           use gst_element_get_time to get correct time
29114
29115 2004-01-27  Julien MOUTTE <julien@moutte.net>
29116
29117         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29118         fix ever... Inverting 2 lines of code make spider autoplug correctly
29119         tagged mp3 !
29120
29121 2004-01-27  David Schleef  <ds@schleef.org>
29122
29123         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29124         Use gst_pad_try_set_caps_nonfixed().
29125
29126 2004-01-27  David Schleef  <ds@schleef.org>
29127
29128         * gst/ac3parse/gstac3parse.c: update to checklist 5
29129         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29130         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29131         * gst/audioscale/gstaudioscale.c: same
29132         * gst/auparse/gstauparse.c: same
29133         * gst/avi/gstavidemux.c: same
29134
29135 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29136
29137         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29138           stop processing after EOS
29139
29140 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29141
29142         * gst/asfdemux/asfheaders.h:
29143         * gst/asfdemux/gstasfdemux.c:
29144         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29145         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29146         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29147           lot's of fixes to make data extraction simpler and get the code
29148           architecture and compiler independant. Add debugging category
29149         * gst/goom/gstgoom.c: (gst_goom_change_state):
29150           reset channel count on PAUSED=>READY, not READY=>PAUSED
29151
29152 2004-01-26  Colin Walters  <walters@verbum.org>
29153
29154         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29155         code to pull a bigger buffer in iradio mode.  This as a side effect
29156         makes typefinding work.
29157
29158 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29159
29160         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29161         Fix SVQ3 decoding on PPC
29162
29163 2004-01-26  Julien MOUTTE <julien@moutte.net>
29164
29165         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29166         that one managed to stay there... Fixed.
29167
29168 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29169
29170         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29171         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29172         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29173         (qtdemux_video_caps):
29174         * gst/qtdemux/qtdemux.h:
29175         Add SVQ3 specific flags to qtdemux and ffmpeg
29176
29177 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29178
29179         * gst-libs/gst/audio/audio.h:
29180           remove buffer-frames from audio caps
29181         * gst/audioconvert/gstaudioconvert.c:
29182           fix plugin to really work.
29183
29184 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29185
29186         * gst-libs/gst/mixer/mixer.c:
29187         * gst-libs/gst/propertyprobe/propertyprobe.c:
29188         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29189         (gst_tuner_find_channel_by_name):
29190         * gst-libs/gst/tuner/tuner.h:
29191           Add gtk-doc style comments. Also fix a function name.
29192
29193 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29194
29195         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29196         (gst_divxdec_negotiate):
29197           Fix for new capsnego - also fixes gst-player with divxdec.
29198
29199 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29200
29201         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29202         (gst_play_identity_handoff), (gst_play_set_location),
29203         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29204         try in visualization implementation. Still have an issue with switch
29205         blocking when pulling from video_queue and only audio comes out of
29206         spider.
29207         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29208         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29209         release method. And check if the pad is usable before pulling.
29210
29211 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29212
29213         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29214         (gst_videobalance_init),
29215         (gst_videobalance_colorbalance_list_channels),
29216         (gst_videobalance_colorbalance_set_value),
29217         (gst_videobalance_colorbalance_get_value),
29218         (gst_videobalance_update_properties),
29219         (gst_videobalance_update_tables_planar411),
29220         (gst_videobalance_planar411):
29221         * gst/videofilter/gstvideobalance.h:
29222           Implement lookup-tables. +/- 10x faster.
29223
29224 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29225
29226         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29227         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29228           The index reading was broken. The rest worked fine, but the whole
29229           goal of my rewrite was to make avidemux readable, and this was
29230           not at all readable. Please use typed variables.
29231
29232 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29233
29234         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29235           Additional pad usability check.
29236         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29237         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29238         (gst_mp1videoparse_real_chain):
29239           Fix MPEG video stream parsing. The original plugin had several
29240           issues, including not timestamping streams where the source was
29241           not timestamped (this happens with PTS values in mpeg system
29242           streams, but MPEG video is also a valid stream on its own so
29243           that needs timestamps too). We use the display time code for that
29244           for now. Also, if one incoming buffer contains multiple valid
29245           frames, we push them all on correctly now, including proper EOS
29246           handling. Lastly, several potential segfaults were fixed, and we
29247           properly sync on new sequence/gop headers to include them in next,
29248           not previous frames (since they're header for the next frame, not
29249           the previous). Also see #119206.
29250         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29251         (bpf_from_header):
29252           Move caps setting so we only do it after finding several valid
29253           MPEG-1 fraes sequentially, not right after the first one (which
29254           might be coincidental).
29255         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29256         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29257         (plugin_init):
29258           Add unsynced MPEG video stream typefinding, and change some
29259           probability values so we detect streams rightly. The idea is as
29260           follows: I can have an unsynced system stream which contains
29261           video. In the current code, I would randomly get a type for either
29262           system or video stream type found, because the probabilities are
29263           being calculated rather randomly. I now use fixed values, so we
29264           always prefer system stream if that was found (and that is how it
29265           should be). If no system stream was found, we can still identity                the stream as video-only.
29266
29267 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29268
29269         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29270         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29271           don't write to buffer. Extract data without the need of
29272           __attribute__ ((packed))
29273
29274 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29275
29276         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29277         (mpeg1_sys_type_find):
29278           Fix MPEG-1 stream typefinding.
29279
29280 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29281
29282         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29283           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29284
29285 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29286
29287         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29288         * ext/esd/gstesd.c: (plugin_init):
29289           private debugging, better error reporting
29290
29291 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29292
29293         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29294         (gst_riff_read_init), (gst_riff_read_change_state):
29295         * gst-libs/gst/riff/riff-read.h:
29296           Remove stuff fromold metadata system.
29297
29298 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29299
29300         * ext/ogg/gstoggdemux.c:
29301           Fix wrong file comment.
29302         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29303         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29304           Add metadata reading properly.
29305
29306 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29307
29308         * ext/Makefile.am:
29309           Fix nas DIST_SUBDIRS
29310           Uraeus:
29311           Fix bug where make distcheck doesn't get run on adding stuff to
29312           the build.
29313
29314 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29315
29316         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29317         * ext/divx/gstdivxdec.h:
29318           Fix divx3 ("msmpeg4") playback using divxdec.
29319
29320 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29321
29322         * gst/typefind/gsttypefindfunctions.c:
29323         (mp3_type_frame_length_from_header): fix bug in length computation
29324         (mp3_type_find): improve debugging output
29325
29326 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29327
29328         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29329         (gst_play_set_location), (gst_play_seek_to_time),
29330         (gst_play_set_audio_sink), (gst_play_set_visualization),
29331         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29332         the pipeline from scratch. Visualization is back and switch went out as
29333         i realized it was not possible to use the way i wanted.
29334         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29335         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29336         clearing in state change from READY to NULL. So that one can clean the
29337         X ressources keeping the element.
29338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29339         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29340         (gst_xvimagesink_colorbalance_set_value),
29341         (gst_xvimagesink_colorbalance_get_value),
29342         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29343         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29344         change from READY to NULL and fixed some stupid bugs in colorbalance
29345         get/set values. Also added the following feature : when nobody tries to
29346         set some values to the colorbalance levels before the xcontext is
29347         grabbed, then when creating channels list from Xv attributes we set the
29348         internal values to the Xv defaults. This way we handle buggy Xv drivers
29349         that set default hue values far from the middle of the range (Thanks
29350         to Jon Trowbridge for pointing that issue).
29351         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29352         colorbalance levels have been set before xcontext is grabbed.
29353
29354 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29355
29356         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29357           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29358           it might block operations (which is bad for a mixer).
29359
29360 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29361
29362         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29363         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29364         (gmip_find_type_pre):
29365         * gst-libs/gst/media-info/media-info-priv.h:
29366         * gst-libs/gst/media-info/media-info.c:
29367         (gst_media_info_instance_init), (gst_media_info_read_idler):
29368         add fakesink to get caps on decoder src pad again
29369         fix callback prototype to match new have_type signal signature
29370
29371 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29372
29373         * gst/adder/gstadder.c: (gst_adder_link):
29374           fix non-compile and cut-n-paste code
29375
29376 2004-01-21  David Schleef  <ds@schleef.org>
29377
29378         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29379         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29380         (gst_swfdec_init), (gst_swfdec_change_state):
29381         * ext/swfdec/gstswfdec.h:
29382         Fix negotiation.
29383         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29384         (gst_adder_request_new_pad): Fix negotiation.
29385         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29386         Add a fixate function.
29387         * gst/intfloat/gstfloat2int.c:
29388         * gst/intfloat/gstfloat2int.h:
29389         * gst/intfloat/gstint2float.c:
29390         * gst/intfloat/gstint2float.h:
29391         Completely rewrite the negotiation.  Doesn't quite work yet,
29392         due to some buffer-frames problem.
29393
29394 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29395
29396         * ext/gnomevfs/gstgnomevfssrc.c:
29397         * sys/v4l2/v4l2_calls.h:
29398           fix includes for distcheck
29399
29400 2004-01-21  Christian Schaller <uraeus@gnome.org>
29401
29402         * ext/nas/
29403         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29404         based on earlier patch from Laurent Vivier
29405
29406 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29407
29408         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29409         Fix wma caps property
29410         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29411         Fix typo (flags1 and flags2)
29412
29413 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29414
29415         * gst-libs/gst/media-info/media-info-priv.c:
29416         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29417         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29418         (gmip_find_stream), (gmip_find_track_metadata),
29419         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29420         (gmip_find_track_format):
29421         * gst-libs/gst/media-info/media-info-priv.h:
29422         * gst-libs/gst/media-info/media-info-test.c: (main):
29423         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29424         (gst_media_info_read_idler), (gst_media_info_read):
29425         * gst-libs/gst/media-info/media-info.h:
29426           register debugging category and use it for debugging
29427
29428 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29429
29430         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29431         (gst_vorbisfile_new_link):
29432           signal streaminfo through tags
29433
29434 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29435
29436         * ext/mplex/gstmplex.cc:
29437         * ext/mplex/gstmplexibitstream.cc:
29438           g++ doesn't like NULL in our i18n/error macros, should be
29439           either (NULL) or ("").
29440
29441 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29442
29443         * sys/dxr3/dxr3audiosink.c:
29444         * sys/dxr3/dxr3init.c:
29445         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29446         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29447           Fix more error error error errors (missing includes here).
29448
29449 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29450
29451         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29452           fix thomas' error errors.
29453
29454 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29455
29456         * ext/mpeg2enc/gstmpeg2enc.cc:
29457           fix error errors.
29458
29459 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29460
29461         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29462         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29463           Fix for new error system.
29464
29465 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29466
29467         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29468           fix for new error reporting
29469
29470 2004-01-20  David Schleef  <ds@schleef.org>
29471
29472         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29473         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29474         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29475         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29476         and neither is 100+, most likely.
29477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29478         (gst_xvimagesink_getcaps): same
29479
29480 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29481
29482         * configure.ac:
29483           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29484           clashes with ffmpeg.
29485
29486 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29487
29488         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29489         (gst_switch_init): Fixed switch element : proxying link and setting
29490         caps from src to sink on request.
29491
29492 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29493
29494         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29495         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29496         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29497         fix element_error
29498
29499 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29500
29501         * sys/v4l/v4l_calls.h:
29502         * sys/v4l2/v4l2_calls.h:
29503           element_error fixes
29504
29505 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29506
29507         * gst-libs/gst/gst-i18n-plugin.h:
29508           add locale.h
29509           remove config.h inclusion
29510
29511 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29512
29513         * autogen.sh:
29514           adding autopoint invocation
29515         * Makefile.am:
29516         * configure.ac:
29517         * gst-libs/gst/gettext.h:
29518           adding gettext bits
29519         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29520         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29521         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29522         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29523         (gst_gnomevfssink_close_file):
29524         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29525         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29526         * gst-libs/gst/gst-i18n-plugin.h:
29527         * gst/avi/gstavi.c: (plugin_init):
29528         * sys/dxr3/dxr3init.c: (plugin_init):
29529         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29530         * sys/oss/gstossaudio.c: (plugin_init):
29531         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29532         * sys/v4l/gstv4l.c: (plugin_init):
29533         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29534         * sys/v4l2/gstv4l2.c: (plugin_init):
29535         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29536         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29537         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29538         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29539         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29540         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29541           make sure locale and translation domain are set
29542           fix translated strings
29543         * po/.cvsignore:
29544         * po/LINGUAS:
29545         * po/Makevars:
29546         * po/POTFILES.in:
29547         * po/nl.po:
29548           put translation files into place
29549         * sys/xvideo/imagetest.c: (main):
29550         * ext/dv/demo-play.c: (main):
29551           fix unnecessary translations
29552
29553 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29554
29555         * ext/sndfile/gstsf.c:
29556         * gst/avi/gstavimux.c:
29557         * ext/audiofile/gstafsink.c:
29558         * ext/audiofile/gstafsrc.c:
29559         * ext/gnomevfs/gstgnomevfssink.c:
29560         * ext/gnomevfs/gstgnomevfssrc.c:
29561         * sys/oss/gstosselement.c:
29562         * sys/v4l/v4l_calls.h:
29563           fix i18n include
29564
29565 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29566
29567         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29568         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29569         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29570         (gst_v4l2_get_output), (gst_v4l2_set_output),
29571         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29572         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29573         (gst_v4l2_set_attribute):
29574         update to new error handling
29575
29576 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29577
29578         * ext/sidplay/gstsiddec.cc:
29579         * gst/modplug/gstmodplug.cc:
29580           parenthese NULL because C++ seems angry about it
29581
29582 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29583
29584         * gst-libs/gst/gst-i18n-plugin.h:
29585           add skeleton i18n stuff, but needs to be further implemented
29586
29587 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29588
29589         * examples/gstplay/player.c: (main):
29590         * ext/aalib/gstaasink.c: (gst_aasink_open):
29591         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29592         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29593         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29594         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29595         (gst_afsink_close_file):
29596         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29597         (gst_afsrc_close_file):
29598         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29599         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29600         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29601         * ext/esd/esdmon.c: (gst_esdmon_get):
29602         * ext/esd/esdsink.c: (gst_esdsink_chain):
29603         * ext/faac/gstfaac.c: (gst_faac_chain):
29604         * ext/faad/gstfaad.c: (gst_faad_chain):
29605         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29606         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29607         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29608         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29609         (gst_flacdec_loop):
29610         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29611         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29612         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29613         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29614         (gst_gnomevfssink_close_file):
29615         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29616         (gst_gnomevfssrc_open_file):
29617         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29618         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29619         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29620         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29621         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29622         * ext/mad/gstmad.c: (gst_mad_chain):
29623         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29624         * ext/mpeg2dec/gstmpeg2dec.c:
29625         * ext/mpeg2enc/gstmpeg2enc.cc:
29626         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29627         * ext/mplex/gstmplex.cc:
29628         * ext/mplex/gstmplexibitstream.cc:
29629         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29630         (gst_ogg_demux_push), (gst_ogg_pad_push):
29631         * ext/raw1394/gstdv1394src.c:
29632         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29633         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29634         * ext/sidplay/gstsiddec.cc:
29635         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29636         (gst_sf_loop):
29637         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29638         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29639         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29640         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29641         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29642         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29643         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29644         * gst-libs/gst/Makefile.am:
29645         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29646         (gst_riff_read_element_data), (gst_riff_read_seek),
29647         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29648         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29649         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29650         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29651         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29652         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29653         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29654         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29655         * gst/goom/gstgoom.c: (gst_goom_chain):
29656         * gst/id3/gstid3types.c: (gst_id3types_loop):
29657         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29658         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29659         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29660         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29661         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29662         (gst_ebml_read_float), (gst_ebml_read_header):
29663         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29664         (gst_matroska_demux_parse_blockgroup):
29665         * gst/modplug/gstmodplug.cc:
29666         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29667         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29668         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29669         * gst/silence/gstsilence.c: (gst_silence_get):
29670         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29671         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29672         * gst/speed/gstspeed.c: (speed_loop):
29673         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29674         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29675         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29676         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29677         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29678         (gst_wavparse_loop):
29679         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29680         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29681         (dxr3audiosink_close):
29682         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29683         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29684         (dxr3videosink_close), (dxr3videosink_write_data):
29685         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29686         * sys/oss/gstosselement.h:
29687         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29688         (gst_osssink_chain):
29689         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29690         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29691         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29692         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29693         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29694         (gst_v4l_enable_overlay):
29695         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29696         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29697         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29698         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29699         (gst_v4l_set_audio):
29700         * sys/v4l/v4l_calls.h:
29701         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29702         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29703         (gst_v4lmjpegsink_playback_init),
29704         (gst_v4lmjpegsink_playback_start):
29705         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29706         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29707         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29708         (gst_v4lmjpegsrc_requeue_frame):
29709         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29710         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29711         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29712         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29713         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29714         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29715         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29716         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29717         (gst_v4l2src_capture_stop):
29718         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29719         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29720         (gst_ximagesink_chain):
29721         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29722         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29723         (gst_xvideosink_xwindow_new):
29724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29725         (gst_xvimagesink_chain):
29726         use new error signal, function and categories
29727
29728 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29729
29730         * configure.ac:
29731         * ext/Makefile.am:
29732         * ext/musicbrainz/gsttrm.c:
29733         * ext/musicbrainz/gsttrm.h:
29734         * ext/musicbrainz/Makefile.am:
29735         Add a trm plugin
29736
29737 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29738
29739         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29740         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29741         synchronous property for debugging.
29742         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29744         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29745         smaller block, fixing indent.
29746
29747 2004-01-16  David Schleef  <ds@schleef.org>
29748
29749         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29750         property affects the video stream.
29751         * sys/xvimage/xvimagesink.c:
29752         * sys/xvimage/xvimagesink.h:
29753         Add synchronous property for debugging.  Should probably be
29754         disabled in non-CVS builds.  Make sure that the Xv attribute
29755         exists before we set it (crash!).  Fix a silly float bug that
29756         caused colorbalance to just not work.
29757
29758 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29759
29760         * tools/gst-launch-ext.in - update for new plugins
29761
29762 2004-01-16  David Schleef  <ds@schleef.org>
29763
29764         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29765         already-freed caps.
29766
29767 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29768
29769         * Update spec for new colorspace plugin and libcaca plugin
29770         * Fix compilation of libcaca plugin (clock -> id)
29771
29772 2004-01-16  Julien MOUTTE <julien@moutte.net>
29773
29774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29775         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29776         (gst_xvimagesink_set_xwindow_id),
29777         (gst_xvimagesink_colorbalance_set_value),
29778         (gst_xvimagesink_colorbalance_get_value),
29779         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29780         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29781         correct colorbalance properties. They can now be set when the element
29782         is still in NULL state. The values will be committed to the Xv Port
29783         when xcontext is initialized.
29784         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29785         brightness int values in the GstXvImagesink structure.
29786
29787 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29788
29789         * gst-libs/gst/Makefile.am:
29790           restructure so having local patches works easier.
29791
29792 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29793
29794         * ext/mpeg2enc/Makefile.am:
29795         * ext/mpeg2enc/gstmpeg2enc.cc:
29796         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29797           Bugfix with respect to EOS handling.
29798
29799 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29800
29801         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29802           Link with right caps (else, it segfaults).
29803         * ext/mplex/gstmplexjob.cc:
29804           Fix for slight API change in 1.6.1.93 release of mjpegtools.
29805
29806 2004-01-15  David Schleef  <ds@schleef.org>
29807
29808         * gst-libs/gst/audio/Makefile.am:
29809         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29810         from the template.
29811         * gst-libs/gst/audio/gstaudiofilter.c:
29812         * gst-libs/gst/audio/gstaudiofilter.h:
29813         Add bytes_per_sample and size and n_samples calculation.
29814         * gst-libs/gst/audio/gstaudiofilterexample.c:
29815         Remove, now autogenerated.
29816         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29817         Moved from gstaudiofilterexample, object name changed, code added
29818         so that it actually works.
29819         * gst-libs/gst/audio/make_filter:
29820         Script to build an audiofilter subclass from the template.
29821         * gst/colorspace/Makefile.am:
29822         * gst/colorspace/yuv2yuv.c:
29823         Remove file, since it's GPL, and we don't use it.
29824
29825 2004-01-15  Julien MOUTTE  <julien@moutte.net>
29826
29827         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29828         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29829         them use the buffer free function to test how the buffer was allocated.
29830
29831 2004-01-15  David Schleef  <ds@schleef.org>
29832
29833         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
29834         that handles osssink fallback.
29835         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
29836         (gst_audio_convert_getcaps):
29837         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29838         Add audio/x-qdm2 for QDM2 audio.
29839         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29840         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
29841         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29842         Decrease minimum size to 16x16.
29843         * gst/wavparse/gstwavparse.c:
29844         Convert disabled pad template caps to new caps.
29845         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29847         (gst_xvimagesink_chain): Throw element error when display cannot
29848         be opened.  Increase minimum framerate to 1.0.  Check the data
29849         free function on a buffer to make sure it is the type we expect
29850         before manipulating it.
29851
29852 2004-01-15  Julien MOUTTE <julien@moutte.net>
29853
29854         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29855         (gst_videobalance_colorbalance_set_value): Implement passthru if
29856         settings are in the middle.
29857         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
29858
29859 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29860
29861         * gst/videofilter/Makefile.am:
29862         * gst/volume/Makefile.am:
29863           Since we use videofilter symbols, link to it.
29864
29865 2004-01-15  Julien MOUTTE <julien@moutte.net>
29866
29867         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
29868         mixer interface type to HARDWARE.
29869         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
29870         type to SOFTWARE.
29871         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
29872         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
29873         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
29874         (gst_volume_interface_init), (gst_volume_list_tracks),
29875         (gst_volume_set_volume), (gst_volume_get_volume),
29876         (gst_volume_set_mute), (gst_volume_mixer_init),
29877         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
29878         (volume_init): Implementing mixer interface.
29879         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
29880         * sys/oss/gstosselement.c: (gst_osselement_get_type),
29881         (gst_osselement_change_state): Removing some trailing commas in
29882         structures.
29883         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
29884         interface type to HARDWARE.
29885         * sys/v4l/gstv4lcolorbalance.c:
29886         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
29887         type to HARDWARE.
29888         * sys/v4l2/gstv4l2colorbalance.c:
29889         (gst_v4l2_color_balance_interface_init): Setting colorbalance
29890         interface type to HARDWARE.
29891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
29892         same code than ximagesink for event handling.
29893
29894 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29895
29896         * ext/snapshot/Makefile.am:
29897         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
29898         (gst_snapshot_chain):
29899         * ext/snapshot/gstsnapshot.h:
29900           This has to be a joke... Snapshot should be connected to a tee,
29901           colorspace element before it and EOS after that, where the other
29902           src of the tee receives normal data.
29903           The current way is *wrong*.
29904
29905 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29906
29907         * ext/hermes/gsthermescolorspace.c:
29908           Fix another compile error. Same as below.
29909
29910 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29911
29912         * gst/colorspace/gstcolorspace.c:
29913         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
29914         (gst_colorspace_i420_to_yv12):
29915           Fix compiling... Didn't test if it actually works.
29916
29917 2004-01-15  David Schleef  <ds@schleef.org>
29918
29919         * configure.ac:
29920         * gst/colorspace/Makefile.am:
29921         * gst/colorspace/gstcolorspace.c:
29922         * gst/colorspace/gstcolorspace.h:
29923         * gst/colorspace/yuv2rgb.c:
29924         * gst/colorspace/yuv2rgb.h:
29925         Duplicate the ext/hermes colorspace plugin, and remove Hermes
29926         code and GPL code.  Fix for new caps negotiation.  Rewrite
29927         much of the format handling code, and some of the conversion
29928         code.  Basically, rewrote almost everything.  This element
29929         handles I420, YV12 to RGB conversions.
29930         * ext/hermes/Makefile.am:
29931         * ext/hermes/gsthermescolorspace.c:
29932         Rename colorspace to hermescolorspace.  Fix negotiation issues.
29933         Remove non-Hermes related code.  This element handles lots of
29934         RGB to RGB conversions, but no YUV.
29935         * ext/hermes/gstcolorspace.c:
29936         * ext/hermes/gstcolorspace.h:
29937         * ext/hermes/rgb2yuv.c:
29938         * ext/hermes/yuv2rgb.c:
29939         * ext/hermes/yuv2rgb.h:
29940         * ext/hermes/yuv2rgb_mmx16.s:
29941         * ext/hermes/yuv2yuv.c:
29942         * ext/hermes/yuv2yuv.h:
29943         Remove old code.
29944
29945 2004-01-14  Colin Walters  <walters@verbum.org>
29946
29947         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
29948         they've already been.
29949
29950 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29951
29952         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29953           assume tag mode when pad is not connected
29954
29955 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29956
29957         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29958           Don't update the time of the clock
29959         (gst_alsa_sink_loop):
29960           sync to the clock given to alsasink, not the own clock
29961         * sys/oss/gstosssink.c: (gst_osssink_chain):
29962           sync to the clock
29963         (gst_osssink_change_state):
29964           activate the clock
29965         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29966         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29967           remove bogus code that made DISCONT events unhandled
29968         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29969           explicitly case to double in _set_simple. (fixes 2nd warning in bug
29970           #131502)
29971         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
29972         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
29973         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
29974           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
29975           2nd warning in bug #131502)
29976
29977 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29978
29979         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29980         (gst_videobalance_colorbalance_set_value),
29981         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
29982         for colorbalance interface implementation.
29983         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29984         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
29985         (gst_ximagesink_dispose), (gst_ximagesink_init),
29986         (gst_ximagesink_class_init): Adding DISPLAY property.
29987         * sys/ximage/ximagesink.h: Adding display_name to store display.
29988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29989         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29990         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
29991         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
29992         properties (they still need polishing though for gst-launch use : no
29993         xcontext yet, i ll do that tomorrow).
29994         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
29995
29996 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29997
29998         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29999         (gst_play_set_location), (gst_play_set_visualization): Preparing
30000         switch integration, adding videobalance in the pipeline.
30001
30002 2004-01-14  Julien MOUTTE <julien@moutte.net>
30003
30004         * gst-libs/gst/colorbalance/colorbalance.c:
30005         (gst_color_balance_class_init): Adding a default type.
30006         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30007         the type.
30008         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30009         (gst_videobalance_dispose), (gst_videobalance_class_init),
30010         (gst_videobalance_init), (gst_videobalance_interface_supported),
30011         (gst_videobalance_interface_init),
30012         (gst_videobalance_colorbalance_list_channels),
30013         (gst_videobalance_colorbalance_set_value),
30014         (gst_videobalance_colorbalance_get_value),
30015         (gst_videobalance_colorbalance_init): Implementing colorbalance
30016         interface.
30017         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30018         list.
30019         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30020         bug which was triggering a BadAccess X error when setting an overlay
30021         before pad was really negotiated.
30022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30023         Using the colorbalance type macro.
30024
30025 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30026
30027         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30028         (gst_flacenc_chain):
30029           handle tags correctly
30030         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30031           extract ID3v1 tags correctly
30032
30033 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30034
30035         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30036         (plugin_init):
30037           Improve matroska typefinding for odd-typed headers...
30038
30039 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30040
30041         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30042           Fix for using incremental number on padnames.
30043
30044 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30045
30046         * ext/divx/gstdivxdec.c:
30047         * ext/divx/gstdivxenc.c:
30048           Set category to divx4linux instead of divx (too generic).
30049         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30050         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30051         (gst_wavparse_loop), (gst_wavparse_change_state):
30052         * gst/wavparse/gstwavparse.h:
30053           fix parsing of WAV files with non-standard fmt-tag size and fix
30054           skipping of unrecognized chunks... Someone please fix this thing
30055           to use rifflib so all this is automated.
30056         * sys/v4l/Makefile.am:
30057         * sys/v4l2/Makefile.am:
30058           Add X_CFLAGS because we depend on X (for overlay).
30059
30060 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30061
30062         * ext/mpeg2dec/gstmpeg2dec.c:
30063           Don't issue a timestamp unless we tagged the frame
30064           with a PTS.
30065
30066 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30067
30068         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30069           Query the audio element to get the time, not the clock. We're
30070           interested in the element's time here.
30071
30072 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30073
30074         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30075         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30076         * ext/esd/esdsink.c: (gst_esdsink_chain):
30077         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30078         * ext/mas/massink.c: (gst_massink_chain):
30079         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30080         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30081         (gst_matroska_demux_parse_metadata):
30082         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30083         (gst_mpeg_parse_release_locks):
30084         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30085         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30086         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30087         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30088         (gst_osssink_change_state):
30089         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30090         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30091         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30092         (gst_xvideosink_release_locks):
30093         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30094           use element time.
30095         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30096         (gst_alsa_clock_stop):
30097         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30098         (gst_audio_clock_get_internal_time):
30099           simplify for use with new clocking code.
30100         * testsuite/alsa/Makefile.am:
30101         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30102           fix testsuite for new caps system
30103
30104 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30105
30106         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30107         * ext/flac/gstflacenc.c: (add_one_tag):
30108           length is already host endian, no need to convert. Fixes playback of
30109           tagged files on PPC. (bug #128384)
30110
30111 2004-01-13  Julien MOUTTE <julien@moutte.net>
30112
30113         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30114         colorbalance interface stating if it is hardware based or software
30115         based.
30116         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30117         Removing a trailing comma.
30118         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30119         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30120         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30121         the documentation seems to be wrong on the -1000 to 1000 interval.
30122
30123 2004-01-12  David Schleef  <ds@schleef.org>
30124
30125         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30126         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30127         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30128         Fix negotiation.  Add a bufferalloc function for the sink pad,
30129         and generally clean up some of the code.
30130
30131 2004-01-12  Julien MOUTTE <julien@moutte.net>
30132
30133         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30134         (gst_color_balance_channel_dispose): Adding safety check in dispose
30135         method.
30136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30137         (gst_xvimagesink_xcontext_clear),
30138         (gst_xvimagesink_interface_supported),
30139         (gst_xvimagesink_colorbalance_list_channels),
30140         (gst_xvimagesink_colorbalance_set_value),
30141         (gst_xvimagesink_colorbalance_get_value),
30142         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30143         Adding colorbalance interface support to set XV parameters such as
30144         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30145         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30146         interface.
30147
30148 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30149
30150         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30151         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30152         (gst_audio_convert_init), (gst_audio_convert_set_property),
30153         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30154         (gst_audio_convert_link),
30155         (gst_audio_convert_buffer_to_default_format),
30156         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30157           - implement _getcaps and use it
30158           - improve linking
30159           - remove float caps since no float conversion is actually done
30160           - remove properties and arguments that were to be used for rate
30161             conversion
30162
30163 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30164
30165         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30166         (gst_audio_structure_set_int):
30167         * gst-libs/gst/audio/audio.h:
30168           add helper functions for _getcaps matching the standard audio
30169           templates
30170
30171 2004-01-12  David Schleef  <ds@schleef.org>
30172
30173         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30174         Test that pad is negotiated before getting its caps.
30175
30176 2004-01-12  Julien MOUTTE <julien@moutte.net>
30177
30178         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30179         analyzing the pads of an element the bin is mostly in READY state so
30180         no caps were negotiated. This helper function needs to work with
30181         _get_caps directly then. I was not freeing them though, added that to
30182         fix the mem leak.
30183
30184 2004-01-12  Julien MOUTTE <julien@moutte.net>
30185
30186         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30187         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30188         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30189         than the free_func.
30190
30191 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30192
30193         * sys/oss/gstossaudio.c: (plugin_init):
30194         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30195         * sys/oss/gstosselement.h:
30196           make an oss debugging category
30197           make failure more descriptive
30198
30199 2004-01-11  David Schleef  <ds@schleef.org>
30200
30201         * ext/ffmpeg/gstffmpeg.c:
30202         * ext/ffmpeg/gstffmpegcodecmap.c:
30203         * ext/ffmpeg/gstffmpegdec.c:
30204         * ext/ffmpeg/gstffmpegenc.c:
30205         * ext/ffmpeg/gstffmpegprotocol.c:
30206         * ext/gdk_pixbuf/gstgdkanimation.c:
30207         * ext/jpeg/gstjpeg.c:
30208         * ext/libpng/gstpng.c:
30209         * ext/mpeg2dec/perftest.c:
30210         * ext/speex/gstspeex.c:
30211         * gst-libs/gst/resample/dtos.c:
30212         * gst/intfloat/gstintfloatconvert.c:
30213         * gst/oneton/gstoneton.c:
30214         * gst/rtjpeg/RTjpeg.c:
30215         * gst/rtp/gstrtp.c:
30216         * sys/dxr3/dxr3init.c:
30217         * sys/glsink/gstgl_nvimage.c:
30218         * sys/glsink/gstgl_pdrimage.c:
30219         * sys/glsink/gstglsink.c:
30220         * testsuite/gst-lint:
30221         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30222
30223 2004-01-11  David Schleef  <ds@schleef.org>
30224
30225         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30226         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30227         * ext/gdk_pixbuf/gstgdkanimation.c:
30228         (gst_gdk_animation_iter_create_pixbuf):
30229         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30230         (gst_gdk_pixbuf_chain):
30231         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30232         * ext/jack/gstjack.c: (gst_jack_change_state):
30233         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30234         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30235         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30236         * gst/videofilter/gstvideofilter.c:
30237         (gst_videofilter_set_output_size):
30238         Remove all usage of gst_pad_get_caps(), and replace it with
30239         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30240
30241 2004-01-11  David Schleef  <ds@schleef.org>
30242
30243         * configure.ac:
30244         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30245         * ext/divx/gstdivxdec.c:
30246         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30247         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30248         handle images that span multiple buffers.  Now work with both
30249         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30250         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30251         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30252         video/video.h changes
30253         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30254         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30255         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30256         of GstData free function.
30257         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30258         same.
30259
30260 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30261
30262         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30263         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30264         (gst_v4l2element_get_property):
30265         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30266           add norm, channel and frequency properties.
30267         * sys/v4l2/gstv4l2tuner.c:
30268           fixes for tuner interface changes
30269         * sys/v4l2/gstv4l2element.h:
30270         * sys/v4l2/gstv4l2src.c:
30271         * sys/v4l2/gstv4l2src.h:
30272         * sys/v4l2/v4l2src_calls.c:
30273         * sys/v4l2/v4l2src_calls.h:
30274           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30275
30276 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30277
30278         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30279         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30280         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30281         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30282         * gst-libs/gst/tuner/tuner.h:
30283           GObjects aren't const.
30284           Add find_by_name functions.
30285           Add checks to _changed functions.
30286         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30287         (gst_v4l_tuner_get_norm):
30288           Fixes for above.
30289
30290 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30291
30292         * gst-libs/gst/video/video.h:
30293           Fix caps template names to be understandable.
30294           Prefix everything with GST_VIDEO.
30295         * ext/aalib/gstaasink.c:
30296         * ext/divx/gstdivxdec.c:
30297         * ext/divx/gstdivxenc.c:
30298         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30299         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30300         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30301         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30302         * ext/libcaca/gstcacasink.c:
30303         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30304         * ext/snapshot/gstsnapshot.c:
30305         * ext/swfdec/gstswfdec.c:
30306         * ext/xvid/gstxviddec.c:
30307         * ext/xvid/gstxvidenc.c:
30308         * gst/chart/gstchart.c:
30309         * gst/deinterlace/gstdeinterlace.c:
30310         * gst/effectv/gsteffectv.c:
30311         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30312         * gst/goom/gstgoom.c:
30313         * gst/median/gstmedian.c:
30314         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30315         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30316         * gst/overlay/gstoverlay.c:
30317         * gst/smooth/gstsmooth.c:
30318         * gst/smpte/gstsmpte.c:
30319         * gst/synaesthesia/gstsynaesthesia.c:
30320         * gst/videocrop/gstvideocrop.c:
30321         * gst/videodrop/gstvideodrop.c:
30322         * gst/y4m/gsty4mencode.c:
30323         * sys/qcam/gstqcamsrc.c:
30324         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30325           Make them work with new video.h file.
30326         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30327         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30329         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30330           Make it work with new buffer allocation system.
30331
30332 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30333
30334         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30335         pad_alloc_buffer implementation to use ->srcpad
30336         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30337         pad_alloc_buffer implementation to use ->srcpad
30338         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30339         pad_alloc_buffer implementation to use ->srcpad
30340         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30341         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30342         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30343         a reference to everything we need.
30344         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30346         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30347         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30348         a reference to everything we need.
30349         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30350
30351 2004-01-11  David Schleef  <ds@schleef.org>
30352
30353         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30354         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30355         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30356         structure members.
30357         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30358         value during a resize/renegotiation.
30359         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30360         gst_pad_alloc_buffer();
30361         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30362         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30363         structure members.
30364         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30365         Fix for rename of buffer private structure members.
30366         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30367         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30368         Fix for rename of buffer private structure members.
30369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30370         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30371         Fix for rename of buffer private structure members.
30372
30373 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30374
30375         reviewed by: David Schleef <ds@schleef.org>
30376
30377         * gst/videofilter/Makefile.am:
30378         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30379         from the patch by ds to fit in with recent make_filter changes.
30380
30381 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30382
30383         * configure.ac: Adding examples/switch/Makefile
30384         * examples/Makefile.am: Adding examples/switch
30385         * examples/switch/Makefile.am: Adding switcher example.
30386         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30387         (switch_timer), (main): Adding an example demonstrating switch usage
30388         with 2 videotestsrc showing different patterns.
30389         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30390         (gst_switch_init): Fixing switch with the new caps system.
30391
30392 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30393
30394         * gst-libs/gst/video/video.h:
30395           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30396           They should probably be like
30397           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30398
30399 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30400
30401         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30402         (qtdemux_parse_trak):
30403           fix audio chunk size/timestamp calculation
30404
30405 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30406
30407         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30408           fix SVQ3 caps
30409
30410 2004-01-11  Steve Baker  <steve@stevebaker.org>
30411
30412         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30413         (gst_agingtv_base_init), (gst_agingtv_class_init),
30414         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30415         (gst_agingtv_set_property), (gst_agingtv_get_property):
30416         Port agingTV to videofilter
30417
30418 2004-01-09  Julien MOUTTE <julien@moutte.net>
30419
30420         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30421         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30422
30423 2004-01-09  Julien MOUTTE <julien@moutte.net>
30424
30425         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30426         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30427         * gst-libs/gst/xoverlay/xoverlay.c:
30428         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30429         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30430         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30431         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30432         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30433         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30434         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30435         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30436         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30437         interface implementation to handle xid being 0 and fix some bugs
30438         triggered by Benjamin's testcase.
30439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30440         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30441         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30442         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30443         interface implementation to handle xid being 0 and fix some bugs
30444         triggered by Benjamin's testcase.
30445
30446 2004-01-09  David Schleef  <ds@schleef.org>
30447
30448         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30449         mouse pointer events.  It works.
30450
30451 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30452
30453         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30454           Use explicit caps - fix capsnego.
30455         * ext/xvid/gstxviddec.c:
30456         * ext/xvid/gstxvidenc.c:
30457           Remove macro-inside-macro which caused compile errors.
30458         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30459           Error out if it's not a RIFF file. Else we error out without
30460           gst_element_error() which is not good...
30461
30462 2004-01-08  David Schleef  <ds@schleef.org>
30463
30464         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30465         Fix pad_link function to handle formats that ffmpeg returns
30466         as multiple caps structures.
30467         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30468         Only complain if source buffer is _smaller_ than expected.
30469         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30470         (gst_videoscale_handle_src_event): Resize navigation events
30471         when passing them upstream.
30472         * gst/videotestsrc/gstvideotestsrc.c:
30473         * gst/videotestsrc/gstvideotestsrc.h:
30474         * gst/videotestsrc/videotestsrc.c:
30475         * gst/videotestsrc/videotestsrc.h:
30476         Rewrite many of the buffer painting functions to handle odd
30477         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30478         been verified to work with my video card.
30479         * testsuite/gst-lint:  Add check for elements calling
30480         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30481
30482 2004-01-08  David Schleef  <ds@schleef.org>
30483
30484         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30485         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30486
30487 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30488
30489         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30490         configure event is not emiting the desired size signal. That fixes
30491         aspect ratio issues with gst-player.
30492
30493 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30494
30495         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30496           Fix capsnego.
30497
30498 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30499
30500         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30501         public method to fire size signal.
30502
30503 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30504
30505         * examples/gstplay/Makefile.am: Adding the interface library.
30506         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30507         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30508         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30509         GST_IS_X_OVERLAY before signal connect.
30510         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30511         Removing the have_video_size signal.
30512         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30513         and associated public method.
30514         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30515         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30516         signal.
30517         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30518         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30519         signal.
30520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30521         Using XOverlay public method to fire size signal.
30522
30523 2004-01-07  David Schleef  <ds@schleef.org>
30524
30525         * gst/videofilter/Makefile.am:
30526         * gst/videofilter/gstvideotemplate.c:
30527         * gst/videofilter/make_filter:
30528         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30529         Convert make_filter to /bin/sh script.
30530
30531 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30532
30533         * gst/modplug/gstmodplug.cc: fix element description
30534
30535 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30536
30537         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30538         (got_video_size): Adding some new lines in g_print calls.
30539         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30540         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30541         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30542         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30543         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30544         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30545         Complete code review, reverting some stuff i disagree with, adding
30546         some fixes : time synchronization on invalid timestamps, renegotiation
30547         of private window.
30548         * sys/ximage/ximagesink.h:
30549         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30550         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30551         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30552         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30553         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30554         (gst_xvimagesink_buffer_new),
30555         (gst_xvimagesink_navigation_send_event),
30556         (gst_xvimagesink_set_xwindow_id),
30557         (gst_xvimagesink_get_desired_size),
30558         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30559         stuff i disagree with, adding some fixes : Renegotiation of private
30560         window, implementing get_desired_size.
30561
30562 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30563
30564         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30565         (gst_afsink_handle_event):
30566         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30567         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30568         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30569         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30570         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30571           Fix for instantiate-test (see core). Also remove dead code from
30572           jpegenc (which still needs fixing, but that's lower on my TODO
30573           list...).
30574         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30575           Never return NULL as caps.
30576
30577 2004-01-07  David Schleef  <ds@schleef.org>
30578
30579         * configure.ac:
30580         * ext/Makefile.am:
30581         * ext/librfb/Makefile.am:
30582         * ext/librfb/gstrfbsrc.c:
30583         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30584         is the protocol used by VNC.
30585
30586 2004-01-07  David Schleef  <ds@schleef.org>
30587
30588         * gst/videofilter/gstvideotemplate.c:
30589         * gst/videofilter/gstvideotemplate.h:
30590         * gst/videofilter/make_filter:
30591         Merge videotemplate header into source file.
30592         * gst/effectv/Makefile.am:
30593         * gst/effectv/gsteffectv.c: (plugin_init):
30594         * gst/effectv/gstwarp.c:
30595         Make warpTV a subclass of videofilter.
30596
30597 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30598
30599         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30600           Add guard against invalid utf-8 conversions in mad. Just in case.
30601
30602 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30603
30604         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30605           Fix for bug shown by poisoning
30606
30607 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30608
30609         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30610         (gst_v4lmjpegsrc_buffer_free):
30611         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30612         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30613         (gst_v4lsrc_buffer_free):
30614           Fix for removed bufferpools.
30615
30616 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30617
30618         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30619         Fix caps negotiation.
30620
30621         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30622         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30623         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30624         (dvdnavsrc_event):
30625         * ext/mpeg2dec/gstmpeg2dec.c:
30626         * gst-libs/gst/navigation/navigation.c:
30627         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30628         * gst-libs/gst/navigation/navigation.h:
30629         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30630         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30631         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30632         Super-simple first version of mouse and keyboard events. Clicking
30633         on a DVD menu now works, although it may not take you where you
30634         expected.
30635
30636         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30637         * gst/videotestsrc/gstvideotestsrc.c:
30638         (gst_videotestsrc_src_fixate):
30639         These fixate functions were broken - they never actually
30640         fixated :)
30641
30642 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30643
30644         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30645         (gst_icecastsend_init):
30646           fix for new caps system.
30647         * gst-libs/gst/mixer/mixertrack.h:
30648         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30649           Add 'master track' flag (for tools like ACME that only want to
30650           change the main volume).
30651
30652 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30653
30654         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30655         (gst_xvid_csp_to_caps):
30656         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30657         * ext/xvid/gstxvidenc.c:
30658         ifdef out ARGB type when it isn't available
30659         in xvidcore 1.0.0beta2
30660
30661 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30662
30663         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30664           When we have received a new SCR right in the first buffer after
30665           a seek (so in the same cycle that handles the discont), we should
30666           handle the buffer instead of unreffing it, else we lose data.
30667
30668 2004-01-06  Iain <iain@prettypeople.org>
30669
30670         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30671           buffer-frames caps too.
30672
30673         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30674           caps that we need, don't destroy them all and rebuild them. And when
30675           creating src pads, use the src pad template rather than the sink...
30676
30677 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30678
30679         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30680           Add pad to element *after* setting functions such as event handler.
30681           Without this, the scheduler (opt) will link pads, set the event
30682           handler from the default event function (dispatcher in gstpad.c)
30683           and *after* that, we will set our own event function, which will
30684           thus never be used (and thus mpegdemux doesn't handle events).
30685
30686 2004-01-04  David Schleef  <ds@schleef.org>
30687
30688         Fix the fixate functions to handle new prototype:
30689         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30690         * gst/videotestsrc/gstvideotestsrc.c:
30691         (gst_videotestsrc_src_fixate):
30692         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30693         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30694         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30695
30696 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30697
30698         * sys/ximage/ximagesink.h:
30699         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30700         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30701         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30702         (gst_ximagesink_xoverlay_init):
30703           assorted fixes to make (re)embedding work
30704         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30705         (gst_ximagesink_get_desired_size):
30706           implement desired size additions to XOverlay
30707
30708 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30709
30710         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30711         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30712         (gst_x_overlay_got_desired_size):
30713         * gst-libs/gst/xoverlay/xoverlay.h:
30714           Add optional "desired size" signal and querying.
30715
30716 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30717
30718         * gst/matroska/matroska-demux.c:
30719         (gst_matroska_demux_parse_blockgroup):
30720           Fix EBML-laced block parsing. Diffs are relative to previous
30721           lace, not the first lace. Thanks to Mosu from the Matroska
30722           team for detecting this.
30723         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30724         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30725         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30726         (gst_wavparse_change_state):
30727         * gst/wavparse/gstwavparse.h:
30728           Quickfix for capsnego.
30729
30730 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30731
30732         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30733           Fix indenting, fix pad creation.
30734
30735 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30736
30737         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30738         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30739         (gst_xviddec_sink_link):
30740           Implement src_getcaps() so proper size caps is negotiated.
30741
30742 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30743
30744         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30745           Finish flac decoder on EOS. See #116178.
30746
30747 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30748
30749         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30750         (gst_matroska_demux_add_stream):
30751         * gst/matroska/matroska-ids.h:
30752           Add getcaps() function to fix capsnego...
30753
30754 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30755
30756         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30757         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30758         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30759           Fix more integer overflows. Again, see #126967.
30760
30761 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30762
30763         * ext/mpeg2dec/gstmpeg2dec.c:
30764           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30765           #130416.
30766
30767 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30768
30769         * configure.ac:
30770         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30771         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30772         * ext/xvid/gstxvid.h:
30773         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30774         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30775         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30776         (gst_xviddec_change_state):
30777         * ext/xvid/gstxviddec.h:
30778         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30779         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30780         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30781         (gst_xvidenc_link), (gst_xvidenc_set_property),
30782         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30783         * ext/xvid/gstxvidenc.h:
30784           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30785
30786 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30787
30788         * gst/rtp/rtp-packet.c:
30789           Add sys/types.h include, since OS X doesn't define in_addr_t
30790           in netinet/in.h, like it does on Linux (see #129600).
30791
30792 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30793
30794         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30795
30796         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30797           Correct logic of dispose function (see #129306).
30798
30799 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30800
30801         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30802         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30803         (gst_mpeg_parse_init):
30804         * gst/mpegstream/gstmpegparse.h:
30805           Remove clock (which was never provided, i.e. dead code), and
30806           also fix integer overflows at high PTS values (see #126967).
30807
30808 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30809
30810         * ext/flac/gstflacdec.c:
30811         * ext/libpng/gstpngenc.h:
30812         * ext/mikmod/gstmikmod.h:
30813           OS X fixes (see #126628).
30814
30815 2004-01-02  David Schleef  <ds@schleef.org>
30816
30817         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30818         (gst_alsa_src_base_init): Remove bogus "src" request pad.
30819         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30820         (gst_mpeg_parse_class_init): Move pad template registration
30821         to class_init, since the derived class (mpegdemux) doesn't
30822         want them.
30823
30824 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30825
30826         * sys/ximage/Makefile.am:
30827         * sys/xvideo/Makefile.am:
30828         * sys/xvimage/Makefile.am:
30829           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
30830           after installation (see #127664).
30831
30832 2004-01-02  David Schleef  <ds@schleef.org>
30833
30834         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
30835         (gst_ffmpegenc_connect):  Negotiation fixes.
30836         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
30837         Remove inappropriate gst_caps_free().
30838         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30839         Reenable Ronald's internal resize code, since the core handles
30840         it correctly now.
30841
30842 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30843
30844         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
30845         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
30846         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
30847           Fix pad template stuff.
30848
30849 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30850
30851         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
30852         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
30853           fix signed integer reading/writing.
30854
30855 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30856
30857         * ext/alsa/README:
30858           Remove outdated document
30859
30860 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
30861
30862         * gst/cutter/gstcutter.c: (gst_cutter_init):
30863           src pad was being created twice - oops.
30864
30865 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30866
30867         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30868           Comment out internal resize. It doesn't handle the resulting
30869           XEvent internally, does another try_set_caps() which leads to
30870           a really nice loop.
30871           Real fix will come when Julien and Dave are awake. ;).
30872
30873 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30874
30875         * ext/mpeg2enc/gstmpeg2enc.cc:
30876           fix const/nonconst compile issue.
30877
30878 2004-01-02  David Schleef  <ds@schleef.org>
30879
30880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
30881         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
30882         Add fixate function and a check for bad formats.
30883
30884 2004-01-01  David Schleef  <ds@schleef.org>
30885
30886         Negotiation fixes:
30887         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
30888         (gst_audiofilter_init):
30889         * gst/debug/efence.c: (gst_efence_init):
30890         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
30891         (gst_deinterlace_init):
30892         * gst/volume/gstvolume.c: (volume_connect):
30893
30894 2004-01-01  David Schleef  <ds@schleef.org>
30895
30896         Convert elements to use gst_pad_use_explicit_caps() where
30897         appropriate:
30898         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
30899         * ext/audiofile/gstafparse.c: (gst_afparse_init),
30900         (gst_afparse_open_file):
30901         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
30902         (gst_afsrc_open_file):
30903         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
30904         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
30905         (gst_ffmpegdec_chain):
30906         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30907         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
30908         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
30909         (gst_gdk_pixbuf_chain):
30910         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
30911         (gst_jpegdec_chain):
30912         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
30913         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30914         (gst_mikmod_negotiate):
30915         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
30916         (gst_mpeg2dec_negotiate_format):
30917         * ext/mpeg2enc/gstmpeg2enc.cc:
30918         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30919         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
30920         (gst_speexdec_sinkconnect):
30921         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
30922         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
30923         (gst_vorbisfile_new_link):
30924         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
30925         (gst_ac3parse_chain):
30926         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
30927         (gst_asf_demux_setup_pad):
30928         * gst/auparse/gstauparse.c: (gst_auparse_init),
30929         (gst_auparse_chain):
30930         * gst/id3/gstid3types.c: (gst_id3types_loop):
30931         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30932         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30933         (mp1videoparse_parse_seq):
30934         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
30935         (bpf_from_header):
30936         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30937         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
30938         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
30939         (gst_mpeg_parse_send_data):
30940         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30941         (gst_qtdemux_add_stream):
30942         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30943         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30944         (gst_wavparse_parse_fmt):
30945
30946 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30947
30948         * configure.ac:
30949           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
30950           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
30951           it therefore uses the wrong include paths. Too bad... Note
30952           that 1.6.1.93 is not release yet. ;).
30953           Also add a check for mplex, which is now using the lib'ified
30954           mplex from mjpegtools, too.
30955         * ext/ffmpeg/gstffmpegcodecmap.c:
30956           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
30957           issues. I don't think ffmpeg handles 3ivx correctly, so this
30958           probably won't work. But it won't hurt either.
30959         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
30960         (gst_ffmpegdec_chain):
30961         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
30962         (gst_ffmpegenc_chain_audio):
30963           Fix memleak in audio encoding. Close codec if open fails, this
30964           calls the cleanup routines so we can re-use the context.
30965         * ext/mpeg2enc/gstmpeg2enc.cc:
30966           Fix pad template names/types, fix memory issue with getcaps().
30967         * ext/mpeg2enc/gstmpeg2encoder.cc:
30968         * ext/mpeg2enc/gstmpeg2encoder.hh:
30969           Fix compile issue with new caps system (const thingy).
30970         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30971         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
30972           We read a first frame right on initing, so that we have a caps
30973           when we init the output. This caps is cached in padprivate and
30974           read as first frame.
30975         * ext/mplex/Makefile.am:
30976         * ext/mplex/gstmplex.cc:
30977         * ext/mplex/gstmplex.h:
30978         * ext/mplex/gstmplex.hh:
30979         * ext/mplex/gstmplexibitstream.cc:
30980         * ext/mplex/gstmplexibitstream.hh:
30981         * ext/mplex/gstmplexjob.cc:
30982         * ext/mplex/gstmplexjob.hh:
30983         * ext/mplex/gstmplexoutputstream.cc:
30984         * ext/mplex/gstmplexoutputstream.hh:
30985           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
30986           had issues, didn't do capsnego, supported only a subset of the
30987           mplex features and required a mplex fork in our local CVS. Plus
30988           that it worked agaist a very old mplex version. Rewriting was
30989           faster than updating it.
30990         * gst-libs/ext/Makefile.am:
30991         * gst-libs/ext/mplex/INSTRUCT:
30992         * gst-libs/ext/mplex/Makefile.am:
30993         * gst-libs/ext/mplex/README:
30994         * gst-libs/ext/mplex/TODO:
30995         * gst-libs/ext/mplex/ac3strm_in.cc:
30996         * gst-libs/ext/mplex/audiostrm.hh:
30997         * gst-libs/ext/mplex/audiostrm_out.cc:
30998         * gst-libs/ext/mplex/aunit.hh:
30999         * gst-libs/ext/mplex/bits.cc:
31000         * gst-libs/ext/mplex/bits.hh:
31001         * gst-libs/ext/mplex/buffer.cc:
31002         * gst-libs/ext/mplex/buffer.hh:
31003         * gst-libs/ext/mplex/fastintfns.h:
31004         * gst-libs/ext/mplex/format_codes.h:
31005         * gst-libs/ext/mplex/inputstrm.cc:
31006         * gst-libs/ext/mplex/inputstrm.hh:
31007         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31008         * gst-libs/ext/mplex/mjpeg_logging.cc:
31009         * gst-libs/ext/mplex/mjpeg_logging.h:
31010         * gst-libs/ext/mplex/mjpeg_types.h:
31011         * gst-libs/ext/mplex/mpastrm_in.cc:
31012         * gst-libs/ext/mplex/mpegconsts.cc:
31013         * gst-libs/ext/mplex/mpegconsts.h:
31014         * gst-libs/ext/mplex/mplexconsts.hh:
31015         * gst-libs/ext/mplex/multplex.cc:
31016         * gst-libs/ext/mplex/outputstream.hh:
31017         * gst-libs/ext/mplex/padstrm.cc:
31018         * gst-libs/ext/mplex/padstrm.hh:
31019         * gst-libs/ext/mplex/stillsstream.cc:
31020         * gst-libs/ext/mplex/stillsstream.hh:
31021         * gst-libs/ext/mplex/systems.cc:
31022         * gst-libs/ext/mplex/systems.hh:
31023         * gst-libs/ext/mplex/vector.cc:
31024         * gst-libs/ext/mplex/vector.hh:
31025         * gst-libs/ext/mplex/videostrm.hh:
31026         * gst-libs/ext/mplex/videostrm_in.cc:
31027         * gst-libs/ext/mplex/videostrm_out.cc:
31028         * gst-libs/ext/mplex/yuv4mpeg.cc:
31029         * gst-libs/ext/mplex/yuv4mpeg.h:
31030         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31031         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31032           We don't fork mjpegtools' mplex in our CVS anymore.
31033         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31034         (gst_avi_demux_add_stream):
31035         * gst/avi/gstavidemux.h:
31036           Add getcaps() function for proper caps nego. This makes some
31037           parts of AVI playback/reading work.
31038         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31039           Resize window on new capsnego. This is probably wrong, but
31040           I'm still committing it because with current capsnego, the
31041           first successfull capsnego is auto-fixated, therefore rounded
31042           down to the lowest values in the caps. this results in a 16x16
31043           XWindow that is not reized when real capsnego finishes.
31044           Dave, I see more cases of this, do you know a proper solution?
31045         * tools/gst-launch-ext.in:
31046           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31047
31048 2003-12-31  David Schleef  <ds@schleef.org>
31049
31050         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31051         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31052           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31053
31054 2003-12-30  David Schleef  <ds@schleef.org>
31055
31056         * ext/ffmpeg/gstffmpegcolorspace.c:
31057         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31058         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31059         (gst_ffmpegcsp_chain): Negotiation fixes
31060         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31061         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31062         (gst_audio_convert_link), (gst_audio_convert_channels):
31063         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31064         (gst_audioscale_link), (gst_audioscale_get_buffer),
31065         (gst_audioscale_chain): Negotiation fixes
31066         * gst/audioscale/gstaudioscale.h:
31067         * gst/videofilter/gstvideofilter.c:
31068         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31069         (gst_videofilter_link), (gst_videofilter_init),
31070         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31071         (gst_videofilter_find_format_by_structure):
31072         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31073         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31074         (gst_videoscale_link):
31075         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31076         (videoscale_find_by_structure), (gst_videoscale_setup):
31077         * gst/videoscale/videoscale.h: Negotiation fixes
31078         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31079         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31080         function, restrict resizing to a multiple of 4 (hack until
31081         everyone supports odd sizes correctly).
31082
31083 2003-12-29  Colin Walters  <walters@verbum.org>
31084
31085         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31086         signed.
31087
31088 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31089
31090         * ext/sndfile/gstsf.c: (gst_sf_loop):
31091           Fix warning about discarding const qualifier
31092
31093 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31094
31095         * gst/cutter/gstcutter.c:
31096         * gst/videoscale/gstvideoscale.c:
31097         * gst/volenv/gstvolenv.c:
31098         * gst-libs/gst/audio/audio.c:
31099         * gst-libs/gst/video/video.c:
31100           Fix warnings
31101
31102 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31103
31104         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31105           Don't send ALSA debugging to stderr.
31106         * ext/alsa/gstalsa.h:
31107           Use GST_WARNING instead of g_warning when ALSA functions fail.
31108
31109 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31110
31111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31112           Free XVAdapterInfo correctly.
31113
31114 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31115
31116         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31117         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31118           Make id3tag use correct caps nego.
31119
31120 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31121
31122         * ext/ivorbis/vorbis.c:
31123         * ext/ivorbis/vorbisenc.h:
31124         * ext/ivorbis/vorbisfile.c:
31125           Modify so that it uses the new caps things
31126
31127 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31128
31129         * testsuite/spider/spider1.c: (main):
31130         * testsuite/spider/spider2.c: (main):
31131         * testsuite/spider/spider3.c: (main):
31132           Make tests compile again. They probably don't work.
31133
31134 2003-12-24  Colin Walters  <walters@verbum.org>
31135
31136         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31137         we can't fixate the caps anymore.
31138
31139 2003-12-23  David Schleef  <ds@schleef.org>
31140
31141         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31142         * sys/oss/gstosssink.c: (gst_osssink_init),
31143         (gst_osssink_sink_fixate): Add fixate function.
31144
31145 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31146
31147         * ext/ffmpeg/gstffmpegcodecmap.c:
31148         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31149         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31150         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31151         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31152         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31153         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31154         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31155           fix typo in RGB masks, and move back to "old" colorspace
31156           capsnego code until whoever wrote this new crap has actually
31157           tested it so that it works.
31158           And yes, this works, keep it that way please.
31159
31160 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31161
31162         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31163         (gst_divxdec_init), (gst_divxdec_negotiate):
31164         * ext/divx/gstdivxdec.h:
31165         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31166         (gst_divxenc_init):
31167         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31168         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31169         * ext/mpeg2enc/gstmpeg2enc.cc:
31170         * ext/mpeg2enc/gstmpeg2encoder.cc:
31171         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31172         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31173         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31174         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31175         (dxr3spusink_init):
31176         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31177         (dxr3videosink_init):
31178           Fix caps breakage after Dave's caps branch merge.
31179
31180 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31181
31182         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31183           Fix for 24bpp display.
31184
31185 2003-12-23  Colin Walters  <walters@verbum.org>
31186
31187         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31188         a GnomeVFSHandle directly.
31189
31190 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31191
31192         * gst/volume/Makefile.am:
31193         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31194         (volume_base_init), (volume_init):
31195           Reenable volume element and fix to work with new caps stuff.
31196           Rhythmbox needs this.
31197
31198 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31199
31200         * gst/qtdemux/qtdemux.c: (plugin_init):
31201           qtdemux requires bytestream
31202
31203 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31204
31205         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31206           Fix remaining caps handling errors due to CAPS merge.
31207
31208 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31209
31210         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31211         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31212         (gst_faad_srcconnect):
31213           Port to new caps system.
31214
31215 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31216
31217         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31218         (got_video_size), (main): using g_print instead of g_message.
31219         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31220         signal which was not emitted because of "switch" element added to the
31221         bin but not connected. (Removing from the bin temporarily)
31222
31223 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31224
31225         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31226         find X development files. I don't understand the previous tests and
31227         they fail on my debian/ppc unstable. This one works.
31228         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31229         exiting.
31230         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31231         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31232         (gst_play_set_visualization): Add some safety checks in set_ methods
31233         and state_change. This was throwing some ugly CRITICAL messages when
31234         pipeline was getting disposed and casts were failing.
31235
31236 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31237
31238         * configure.ac:
31239           Improve mpeg2enc detection. This is for distributions that do
31240           ship mjpegtools, but without mpeg2enc. Also does object check
31241           for might there ever be ABI incompatibility.
31242         * ext/mpeg2enc/gstmpeg2enc.cc:
31243           Add Andrew as second maintainer (he's helping me), and also add
31244           an error if no caps was set. This happens if I pull before capsnego
31245           and that's something I should solve sometime else.
31246         * gst/matroska/matroska-demux.c:
31247         (gst_matroska_demux_parse_blockgroup):
31248           Fix time parsing.
31249         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31250         (gst_matroska_mux_track_header):
31251           Add caps to templates.
31252         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31253           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31254         * gst/mpegstream/gstmpegdemux.c:
31255           Remove layer since it causes warnings about unfixed caps.
31256         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31257           Fix obvious typo (we error out if caps were set, we should of
31258           course error out if *no* caps were set).
31259         * sys/oss/gstosselement.c: (gst_osselement_convert):
31260           Fix format conversion, we confused bits/bytes.
31261         * sys/oss/gstosselement.h:
31262           Improve documentation for 'bps'.
31263         * sys/v4l/TODO:
31264           Remove stuff about plugins that need removing - this was done
31265           ages ago.
31266         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31267         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31268         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31269         (gst_v4lsrc_src_query):
31270         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31271         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31272           Add get_query_types(), get_formats() and query() functions.
31273
31274 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31275
31276         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31277           * moved CVS to freedesktop.org