gst/audioconvert/audioconvert.c: Also make valgrind happy and avoid copying data...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
2
3         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
4         (double_hq), (audio_convert_get_func_index), (check_default),
5         (audio_convert_prepare_context), (audio_convert_convert):
6           Also make valgrind happy and avoid copying data in some cases.
7
8 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9
10         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
11         (double_hq), (audio_convert_get_func_index),
12         (audio_convert_prepare_context), (audio_convert_convert):
13         * gst/audioconvert/gstaudioconvert.c:
14         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
15         (gst_audio_convert_transform_caps):
16         * tests/check/elements/audioconvert.c: (GST_START_TEST),
17         (audioconvert_suite):
18           Don't run inplace if that overwrites source data as we go. Add more
19           tests. Fixes #339837 even more.
20
21 2007-02-27  Julien MOUTTE  <julien@moutte.net>
22
23         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
24         (msg_segment_done): Fix various seeking bugs (Slider was not
25         updating when doing a non flushing seek, Reverse playback 
26         on segment seek was wrong).
27
28 2007-02-26  Wim Taymans  <wim@fluendo.com>
29
30         * tests/examples/seek/seek.c: (stop_seek):
31         When we stop scrubbing, don't leave the pipeline PLAYING when we
32         requested a PAUSED state.
33
34 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
35
36         Patch by: René Stadler <mail at renestadler de>
37
38         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
39           Parse date strings in vorbis comments that have an invalid (zero)
40           month or day (#410396).
41
42         * tests/check/libs/tag.c: (GST_START_TEST):
43           Test case for the above.
44
45 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
46
47         Patch by: Loïc Minier <lool+gnome at via ecp fr>
48
49         * configure.ac:
50         * ext/alsa/Makefile.am:
51         * gst/audiotestsrc/Makefile.am:
52           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
53
54 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
55
56         * gst/playback/gstplaybin.c:
57           Improve docs: point out that the application needs to assist playbin
58           with buffering.
59
60 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
61
62         * gst-libs/gst/utils/install-plugins.c:
63         * gst-libs/gst/utils/missing-plugins.c:
64         * tests/check/libs/utils.c: (missing_msg_check_getters):
65           Change GStreamer marker prefix in detail string from 'gstreamer.net'
66           to just 'gstreamer'. Document the caps string component of the
67           decoder/encoder detail a bit better, since not everyone will be
68           familiar with the GStreamer media type/caps system (but they better
69           enjoy nested itemized lists).
70
71 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
72
73         * gst-libs/gst/netbuffer/gstnetbuffer.c:
74         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
75           Fix copying of GstNetBuffer (would crash before, or at least lead to
76           invalid memory access, #410772), for now by copying the GstBuffer copy
77           code from the core over here so we can copy the GstBuffer fields on a
78           provided buffer instance (of type GstNetBuffer in this case). Would be
79           better to fix this with some support by the core though (and in the long
80           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
81
82         * tests/check/Makefile.am:
83           Enable unit test for GstNetBuffer.
84
85 2007-02-22  Andy Wingo  <wingo@pobox.com>
86
87         * gst-libs/gst/audio/gstbaseaudiosink.c
88         (gst_base_audio_sink_init): Disable pull-mode activation until we
89         figure out how to make audio sinks go to PLAYING.
90
91 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
92
93         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
94         (double_hq), (audio_convert_get_func_index),
95         (audio_convert_prepare_context), (audio_convert_convert):
96         * gst/audioconvert/audioconvert.h:
97         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
98         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
99         * gst/audioconvert/gstchannelmix.h:
100         * tests/check/elements/audioconvert.c: (GST_START_TEST):
101           Add float as an intermediate format, as well as float mixing. Enable
102           test that was failing before. Fixes #339837
103
104 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
105
106         * tests/examples/seek/seek.c: (do_seek):
107         Undo the previous commit: -1 as a stop time implies that the stop
108         time is the end of file, clearing any previously configured segment.
109
110 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
111
112         * tests/examples/seek/seek.c: (do_seek):
113         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
114
115 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
116
117         * gst/volume/gstvolume.c: (volume_process_int16),
118         (volume_process_int16_clamp), (volume_set_caps):
119           Unbreak volume, value remains gint.
120
121 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
122
123         * gst/volume/gstvolume.c: (volume_choose_func),
124         (volume_update_real_volume), (gst_volume_set_volume),
125         (gst_volume_init), (volume_process_double), (volume_process_float),
126         (volume_process_int16), (volume_process_int16_clamp),
127         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
128         * gst/volume/gstvolume.h:
129           Extend float audio support (double) and some int->uint cleanups.
130
131 2007-02-20  Edward Hervey  <edward@fluendo.com>
132
133         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
134         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
135         (sort_end_pads), (gst_decode_group_expose),
136         (gst_decode_group_hide):
137         Don't free groups from the streaming threads. Just put them aside and
138         free them in dispose.
139
140 2007-02-20  Edward Hervey  <edward@fluendo.com>
141
142         * gst/playback/gstdecodebin2.c: (connect_element),
143         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
144         (sort_end_pads), (gst_decode_group_expose):
145         Handle dynamic pads within groups.
146         Sort pads before exposing them in order to make playbin happy.
147         There still is a race with the multiqueue filling up. This should be
148         solved separately.
149         Fixes #398721
150
151 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
152
153         * gst-libs/gst/utils/base-utils.c:
154         * gst-libs/gst/utils/descriptions.c:
155         * gst-libs/gst/utils/install-plugins.c:
156         * gst-libs/gst/utils/missing-plugins.c:
157           Some more docs (and descriptions for two subtitle formats).
158
159 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
160
161         * gst-libs/gst/audio/audio.c:
162           Fix documentation.
163
164 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
165
166         Patch by: Yves Lefebvre  <ivanohe abacom com>
167
168         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
169           Don't leak caps. Fixes #408278.
170
171 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
172
173         * ext/cdparanoia/gstcdparanoiasrc.h:
174         * ext/ogg/gstoggdemux.h:
175         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
176         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
177         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
178         * gst-libs/gst/audio/audio.h:
179         * gst-libs/gst/audio/gstaudiofilter.h:
180         * gst-libs/gst/interfaces/videoorientation.h:
181         * gst/adder/gstadder.h:
182           More docs coverage and some ChangeLog surgery (add missing names)
183
184 2007-02-15  Wim Taymans  <wim@fluendo.com>
185
186         * sys/ximage/ximagesink.c:
187         (gst_ximagesink_calculate_pixel_aspect_ratio):
188         * sys/xvimage/xvimagesink.c:
189         (gst_xvimagesink_calculate_pixel_aspect_ratio):
190         Small constifications.
191
192 2007-02-15  Wim Taymans  <wim@fluendo.com>
193
194         * gst-libs/gst/audio/gstbaseaudiosink.c:
195         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
196         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
197         (gst_base_audio_sink_async_play),
198         (gst_base_audio_sink_change_state):
199         Answer latency query.
200         Use configured latency when syncing.
201         Fix clock slaving.
202
203         * gst-libs/gst/audio/gstbaseaudiosrc.c:
204         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
205         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
206         Fix possible memleak.
207         Implement latency query.
208         Small cleanups.
209
210 2007-02-15  Wim Taymans  <wim@fluendo.com>
211
212         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
213         Ignore errors in reset, these are not fatal. They also grab the element
214         lock which is already taking when this function is called. Fixes
215         #405451.
216
217 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
218
219         * configure.ac:
220           Remove 'tests/examples/xerror/Makefile' from output files again.
221
222 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
223
224         * configure.ac:
225         * docs/plugins/Makefile.am:
226           Also crossref against gst-plugins-base-libs.
227
228 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
229
230         * configure.ac:
231         * docs/libs/Makefile.am:
232         * docs/plugins/Makefile.am:
233           Add crossreferences to glib/gobject/gstream docs.
234
235         * gst-libs/gst/audio/audio.h:
236           Source formatting.
237
238         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
239           Add own debug category.
240
241 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
242
243         Patch by: René Stadler <mail at renestadler de>
244
245         * gst-libs/gst/tag/gstvorbistag.c:
246           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
247           (#403597).
248
249 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
250
251         * gst/playback/gstplaybasebin.c: (setup_source):
252           When we have external subtitles and wait for the subtitle decodebin
253           to get up and running, we set up a (sync) bus handler for the
254           subtitle decodebin, so we can stop waiting when it posts an error
255           message. However, we should do that before we set the subtitle
256           decodebin's state to playing, otherwise things are racy and we might
257           miss error messages posted before we had a chance to set up the bus.
258           This should finally fix totem hanging on .txt pseudo-subtitle files.
259           
260 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
261
262         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
263           Use gst_gdouble_to_guint64 for conversions.
264         * win32/common/config.h.in:
265           Add a define for GST_INSTALL_PLUGINS_HELPER
266         * win32/common/libgstaudio.def:
267         * win32/common/libgstcdda.def:
268         * win32/common/libgstnetbuffer.def:
269         * win32/common/libgstrtp.def:
270         * win32/common/libgutils.def:
271           Add new exported functions.
272         * win32/vs6/gst_plugins_base.dsw:
273         * win32/vs6/libgstdecodebin.dsp:
274         * win32/vs6/libgstnetbuffer.dsp:
275         * win32/vs6/libgstplaybin.dsp:
276         * win32/vs6/libgstrtp.dsp:
277         * win32/vs6/libgstvorbis.dsp:
278         * win32/vs6/libgstcdda.dsp:
279         * win32/vs6/libgstgdp.dsp:
280         * win32/vs6/libgstutils.dsp:
281           Update and add new project files.
282
283 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
284
285         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
286         (subrip_remove_unhandled_tags), (parse_subrip):
287           For SubRip (.srt) subtitles, ignore all markup tags we don't
288           handle (like font tags, for example).
289
290         * tests/check/elements/subparse.c:
291           Add test for this.
292
293 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
294
295         * gst/playback/gstdecodebin.c: (add_fakesink),
296         (gst_decode_bin_change_state):
297         * gst/playback/gstdecodebin2.c: (add_fakesink),
298         (gst_decode_bin_change_state):
299           Don't error out if there is no fakesink in the NULL to READY state
300           change, since when decodebin is re-used, we're only adding the
301           fakesink element in READY to PAUSED.
302
303         * tests/check/elements/decodebin.c:
304         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
305         (decodebin_suite):
306           Minimal unit test to make sure we can use the same decodebin
307           instance twice (at least with audiotestsrc input).
308
309 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
310
311         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
312           Try to get devic-name from device string first, and from handle only
313           as fallback (seems to yield better results and is more robust
314           against buggy probing code on the application side).
315
316 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
317
318         Based on patch by: Julien Puydt <julien.puydt at laposte net>
319
320         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
321         (gst_alsa_find_device_name):
322         * ext/alsa/gstalsa.h:
323         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
324         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
325           Improve device-name detection a bit, especially in the case where
326           the device is not actually open (#405020, #405024). Move common code
327           into gstalsa.c instead of duplicating it.
328
329 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
330
331         * gst/audioconvert/gstaudioconvert.c:
332           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
333
334 2007-02-06  Julien MOUTTE  <julien@moutte.net>
335
336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
337         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
338         (gst_xvimagesink_interface_supported),
339         (gst_xvimagesink_probe_get_properties),
340         (gst_xvimagesink_probe_probe_property),
341         (gst_xvimagesink_probe_needs_probe),
342         (gst_xvimagesink_probe_get_values),
343         (gst_xvimagesink_property_probe_interface_init),
344         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
345         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
346         (gst_xvimagesink_get_type):
347         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
348         for XVAdaptors so that one can choose the adaptor to use with 
349         gstreamer-properties.
350
351 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
352
353         * gst/audioconvert/gstaudioconvert.c:
354           Also mention that a conversion from double to float is suboptimal still.
355
356 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
357
358         * gst-libs/gst/audio/gstaudiofilter.c:
359         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
360           Clear our formats structure and free the caps contained in it when
361           shutting down.
362
363 2007-02-05  Andy Wingo  <wingo@pobox.com>
364
365         * gst-libs/gst/audio/gstbaseaudiosink.c
366         (gst_base_audio_sink_callback): Update basesink->offset so that we
367         pull monotonically increasing offsets instead of, um, seeking back
368         to 0 each time. Fixes alsasrc ! alsasink!
369
370 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
371
372         * gst/videoscale/gstvideoscale.c:
373           A width and height of 1 makes us crash, so increase minimum size to
374           2x2 pixels until someone feels like fixing this (#404512).
375
376 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
377
378         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
379           Add small test to make sure request pads are cleaned up properly
380           even if oggmux never changes state out of NULL.
381
382 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
383
384         * tests/check/libs/utils.c: (GST_START_TEST):
385           Fix unit test. Turns out things work much better when you
386           NULL-terminate string arrays. Should make p5 build bot happy again.
387
388 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
389
390         * gst-libs/gst/audio/Makefile.am:
391         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
392         (gst_audio_filter_template_base_init),
393         (gst_audio_filter_template_class_init),
394         (gst_audio_filter_template_init),
395         (gst_audio_filter_template_set_property),
396         (gst_audio_filter_template_get_property),
397         (gst_audio_filter_template_setup),
398         (gst_audio_filter_template_filter),
399         (gst_audio_filter_template_filter_inplace), (plugin_init):
400           Oops, forgot to commit fixed-up example.
401
402 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
403
404         * docs/libs/gst-plugins-base-libs-sections.txt:
405         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
406         (gst_audio_filter_class_init), (gst_audio_filter_init),
407         (gst_audio_filter_set_caps),
408         (gst_audio_filter_class_add_pad_templates):
409         * gst-libs/gst/audio/gstaudiofilter.h:
410           Port GstAudioFilter to 0.10. This change technically breaks
411           API and ABI (and thus also every library developer's heart),
412           but seems justifiable on the grounds that the base class was
413           completely unusable before (ie. would crash immediately when
414           actually used). Fixes #403963 (and eventually also #403572).
415           Also document all of this a bit.
416
417 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
418
419         * gst-libs/gst/utils/install-plugins.c:
420         (gst_install_plugins_spawn_child):
421         * tests/check/libs/utils.c:
422         (test_base_utils_install_plugins_do_callout):
423           Lowering log level to see why things fail on the p5 build bot;
424           fix some typos in unit test messages.
425
426 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
427
428         * tests/check/libs/utils.c:
429         (test_base_utils_install_plugins_do_callout):
430           Don't hard-code temp directory for test helper; use GLib functions
431           to write out file and do error checking etc.
432
433 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
434
435         * gst-libs/gst/utils/Makefile.am:
436         * gst-libs/gst/utils/base-utils.h:
437         * gst-libs/gst/utils/install-plugins.c:
438         (gst_install_plugins_context_set_xid),
439         (gst_install_plugins_context_new),
440         (gst_install_plugins_context_free),
441         (gst_install_plugins_get_helper),
442         (gst_install_plugins_spawn_child),
443         (gst_install_plugins_return_from_status),
444         (gst_install_plugins_installer_exited),
445         (gst_install_plugins_async), (gst_install_plugins_sync),
446         (gst_install_plugins_return_get_name),
447         (gst_install_plugins_installation_in_progress):
448         * gst-libs/gst/utils/install-plugins.h:
449           API: add API for applications to initiate installation of missing
450           plugins, ie. gst_install_plugins_async() primarily.
451           Based on libgimme-codec by Ryan Lortie.
452
453         * configure.ac:
454           Add --with-install-plugins-helper configure option so distros can specify
455           the path of the helper script or program to call when plugin installation
456           is requested (distros: please do any argument munging in this helper
457           script instead of patching GStreamer to pass arguments differently
458           to another program directly).
459
460         * docs/libs/gst-plugins-base-libs-docs.sgml:
461         * docs/libs/gst-plugins-base-libs-sections.txt:
462           Build and document new API.
463
464         * tests/check/libs/utils.c: (result_cb),
465         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
466         (libgstbaseutils_suite):
467           Some simple checks for the new API.
468
469 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
470
471         * tests/check/elements/audioconvert.c: (test_float_conversion):
472           Add small test for 32bit float <=> 64bit float conversion (works
473           only one way so far, 32=>64 produces structured noise).
474
475 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
476
477         * gst/audioconvert/gstaudioconvert.c:
478         (set_structure_widths_32_and_64), (make_lossless_changes):
479           We don't support floats with a width of 40, 48 or 56 bits.
480
481 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
482
483         * gst/audioconvert/audioconvert.c: (float), (double),
484         (audio_convert_get_func_index):
485         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
486         (make_lossless_changes):
487           Support for 64-bit float audio in audioconvert (#339837)
488
489 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
490
491         Patch by: Holger Wansing  <linux wansing-online de>
492
493         * po/LINGUAS:
494         * po/de.po:
495           Add German translation (#352069).
496
497 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
498
499         reviewed by: Wim Taymans <wim@fluendo.com>
500
501         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
502         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
503         Use newly added GstCollectPads API to free the allocated resources in
504         the GstOggPad structures (#402393).
505
506 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
507
508         * gst/playback/gstplaybin.c: (gen_vis_element):
509           Add audioresample+audioconvert in front of the visualisation
510           element, so that elements like libvisual 0.4 that don't support all
511           samplerates can work.
512
513           Fixes: #402505
514
515 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
516
517         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
518         (gst_play_base_bin_get_streaminfo_value_array):
519           Take some locks and make a copy of the streaminfo value array we
520           maintain while holding the lock, so that the application can
521           retrieve the stream-info as a value array in a thread-safe way.
522
523 2007-01-30  Wim Taymans  <wim@fluendo.com>
524
525         * gst/audioconvert/gstaudioconvert.c:
526         Don't fail on 0 sized buffers. Fixes #396835.
527
528 2007-01-29  David Schleef  <ds@schleef.org>
529
530         * gst/typefind/gsttypefindfunctions.c:
531           Detect BBCD as video/x-dirac, so we can play raw dirac
532           streams.
533
534 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
535
536         * ext/theora/theoraenc.c: (theora_enc_chain):
537           Check return value of theora_encode_header(), or we might try to
538           allocate a random number of bytes. theora_encode_header() can fail
539           if libtheora has been compiled with encoding support disabled.
540           Fixes #398110.
541
542 2007-01-29  Wim Taymans  <wim@fluendo.com>
543
544         * tests/check/gst/.cvsignore:
545         Do as buildbot says.
546
547 2007-01-29  Wim Taymans  <wim@fluendo.com>
548
549         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
550         Fix strides in libvisual. Gst uses X strides.
551         Inspired by: <ed at catmur dot co dot uk> and 
552         <tim at centricular dot net>
553         Fixes #401118.
554
555 2007-01-27  Wim Taymans  <wim@fluendo.com>
556
557         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
558         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
559         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
560         (gst_ogg_demux_perform_seek),
561         (gst_ogg_demux_bisect_forward_serialno),
562         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
563         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
564         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
565         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
566         * ext/ogg/gstoggdemux.h:
567         Properly propagate streaming errors when we are scanning the file for
568         chains so that we don't crash when shut down. Might fix some crashers
569         when quickly switching oggs in RB such as #332503 and #378436.
570
571 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
572
573         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
574           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
575           error code as well.
576
577 2007-01-25  Wim Taymans  <wim@fluendo.com>
578
579         * gst/playback/gstplaybasebin.c: (remove_source):
580         Don't try to disconnect a signal from a finalized object.
581
582 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
583
584         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
585           Cast lock macro parameters to make sure we're actually accessing the
586           lock member at the right class level. Free list itself in _dispose()
587           as well and NULL it in case dispose gets called multiple times.
588
589 2007-01-25  Edward Hervey  <edward@fluendo.com>
590
591         * gst/playback/gstdecodebin2.c:
592         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
593         Free GstDecodeGroups no longer used.
594         (gst_decode_group_expose):
595         Don't unlock too many times !
596         (deactivate_free_recursive):
597         Free iterator once we're done with it.
598         Fix for recursively deactivating elements (stop at ghostpads).
599
600 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
601
602         * gst/playback/gstplaybin.c: (handoff):
603           Fix up caps on the frame buffer before we save it and potentially
604           make it accessible to other threads via g_object_get; also use
605           gst_buffer_replace() instead of gst_mini_object_replace().
606
607 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
608
609         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
610           Make getting the current frame thread-safe.
611
612 2007-01-25  Edward Hervey  <edward@fluendo.com>
613
614         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
615         (gst_decode_group_new), (gst_decode_group_free):
616         Set queues to bigger sizes to cope with HD contents.
617         Fix some mutex freeing and add comment about MT safe methods.
618
619 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
620
621         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
622         (gst_text_overlay_text_event):
623           Don't unnecessarily ref (and then leak) upstream events if the text
624           pad is not linked. Fixes #399948.
625
626         * tests/check/gst-plugins-base.supp:
627           Add suppression for pango on edgy/x86 for textoverlay test.
628
629 2007-01-24  Wim Taymans  <wim@fluendo.com>
630
631         * gst-libs/gst/rtp/gstrtpbuffer.h:
632         Add some more fixed payloads.
633
634 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
635
636         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
637           Error out properly if we get an error from libogg while reading the
638           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
639
640 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
641
642         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
643           Don't leak mutex.
644
645         * tests/check/elements/playbin.c:
646         (test_sink_usage_video_only_stream),
647         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
648         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
649         (test_missing_suburisource_handler),
650         (test_missing_primary_decoder), (playbin_suite):
651           Run all tests once with decodebin and once with decodebin2.
652           One test does not pass yet with decodebin2.
653
654 2007-01-23  Edward Hervey  <edward@fluendo.com>
655
656         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
657         Fix the cases where oggmux doesn't properly figure out that all
658         sinkpads have gone EOS, and therefore doesn't push out the remaining
659         buffers and the final EOS event.
660         Fixes #363379
661
662 2007-01-23  Julien MOUTTE  <julien@moutte.net>
663
664         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
666         Don't lock on navigation event push, just on keysym to string.
667         Fixes #397673 again.
668
669 2007-01-22  Edward Hervey  <edward@fluendo.com>
670
671         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
672         (get_current_group), (group_demuxer_event_probe),
673         (gst_decode_group_expose), (deactivate_free_recursive),
674         (gst_decode_group_free):
675         Cleanups.
676         Don't forget to emit 'no-more-pads' once a group is exposed.
677         Cleanup elements from a DecodeGroup once we remove it.
678         Protect call to gst_decode_group_expose() with the decodebin lock.
679
680 2007-01-22  Julien MOUTTE  <julien@moutte.net>
681
682         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
684         Looking at Xorg code i can't figure out if that XKeysymToString
685         function is thread sensible or not. Lock it just in case as
686         recommended by Radek Doulik <rodo at ximian dot com>.
687
688 2007-01-22  Julien MOUTTE  <julien@moutte.net>
689
690         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
692         Lock that X Call as well. Fixes #397673.
693
694 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
695
696         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
697           Don't go into an endless loop if the file starts with 00 00 01 2X,
698           like quicktime redirect files might. Fixes #396042.
699
700         * tests/check/Makefile.am:
701         * tests/check/gst/.cvsignore:
702         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
703         (typefindfunctions_suite):
704           Add unit test for the above.
705
706 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
707
708         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
709           On second thought, use "depth" field rather than "bpp" field.
710
711 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
712
713         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
714           Camtasia caps apparently need a bpp field (#398875).
715
716 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
717
718         * gst/playback/gstplaybasebin.c: (setup_subtitle),
719         (gen_source_element), (gst_play_base_bin_change_state):
720           Attempt at a better error message in case we don't have the required
721           URI handler installed; post missing-plugin message also when we're
722           missing an URI handler for the subtitle URI; clean up properly also
723           when an error occurs and we never made it to PAUSED state.
724
725         * tests/check/elements/playbin.c: (GST_START_TEST),
726         (playbin_suite):
727           Check that we're also getting a missing-plugin messsage for a
728           missing subtitle URI handler (and clean up properly).
729
730 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
731
732         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
733           Plug a few reference leaks.
734
735 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
736
737         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
738           Lower probability a bit if the marker isn't right at the start,
739           to decrease the chance of false positives.
740
741 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
742
743         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
744           Small mpeg2 system stream typefinding improvement: make typefinder
745           probe a bit into the stream instead of just looking for a marker
746           at the beginning. Fixes #397810.
747
748 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
749
750         * gst/audioconvert/gstchannelmix.c:
751           Remove compatibility cruft for prehistoric GLib versions.
752
753 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
754
755         * gst/playback/Makefile.am:
756         * gst/playback/gstdecodebin.c: (close_pad_link):
757         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
758         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
759         (gst_play_base_bin_handle_message_func), (unknown_type):
760           Let decodebin be the element to post missing-plugin messages for
761           missing decoders (rather than playbin); make playbin implement
762           GstBin::handle_message so we can suppress missing-plugin messages
763           for types we're not handling on purpose (don't want to bring up an
764           installer in those cases).
765
766 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
767
768         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
769         * gst-libs/gst/tag/gstvorbistag.c:
770         (gst_tag_list_to_vorbiscomment_buffer):
771         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
772           Fix potentially unaligned access (#397207).
773
774 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
775
776         * tests/examples/seek/seek.c: (set_scale), (update_scale),
777         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
778         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
779         (main):
780           Allow to toggle looping while it plays. Fix callback prototype. Clean
781           up code a bit more. Add copyright header.
782
783 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
784
785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
786           Red and blue mask was swapped (spotted by Dan Williams).
787
788 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
789
790         * gst-libs/gst/tag/gstid3tag.c:
791         * gst-libs/gst/tag/gstvorbistag.c:
792           Use new beats-per-minute tag from core.
793
794 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
795
796         * po/POTFILES.in:
797           Add new files with translatable strings, so they actually make it
798           into the template file one day.
799
800 2007-01-12  Andy Wingo  <wingo@pobox.com>
801
802         * gst-libs/gst/audio/gstbaseaudiosink.c
803         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
804         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
805         stuff, as the base class handles this now. Actually tell the ring
806         buffer to start.
807         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
808         How did this work before? Maybe I'm not as awesome a programmer as
809         I think.
810
811         * gst-libs/gst/audio/gstbaseaudiosrc.c
812         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
813         of a pad function.
814
815 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
816
817         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
818           Remove more fields so that the application can better blacklist
819           formats that have been tried before.
820
821 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
822
823         * gst-libs/gst/audio/mixerutils.h:
824           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
825           used when compiling with c++ compilers as well.
826
827 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
828
829         * gst/typefind/gsttypefindfunctions.c:
830           Fix comment.
831
832 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
833
834         * gst/playback/gstplaybin.c: (post_missing_element_message),
835         (gen_video_element), (gen_text_element), (gen_audio_element),
836         (gen_vis_element):
837           Post missing-plugin messages also when we error out because
838           converters, textoverlay or auto*sinks are missing (#161922).
839
840 2007-01-10  Wim Taymans  <wim@fluendo.com>
841
842         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
843         (is_demuxer_element), (new_caps):
844         * gst/playback/gstplaybasebin.c: (source_new_pad):
845         Fix the case where we try to ref a NULL element when we delay a link
846         because of unfixed caps.
847         Set the state of autoplugged decodebins to PAUSED.
848         RTSP now works in playbin, we can remove it from the blacklist.
849
850 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
851
852         * gst/playback/Makefile.am:
853         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
854         (unknown_type), (setup_subtitle), (gen_source_element):
855         * gst/playback/gstplaybin.c: (plugin_init):
856           Post missing-plugin messages on the bus for missing sources and
857           missing decoders/demuxers/depayloaders; fix error code used when
858           we're missing an URI handler source; for media types that we are not
859           handling on purpose at the moment, don't print "don't know how to
860           handle xyz" messages to the terminal or post missing-plugin
861           messages on the bus.
862
863         * tests/check/elements/playbin.c: (create_playbin),
864         (GST_START_TEST), (gst_codec_src_uri_get_type),
865         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
866         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
867         (gst_codec_src_init_type), (gst_codec_src_base_init),
868         (gst_codec_src_create), (gst_codec_src_class_init),
869         (gst_codec_src_init), (plugin_init), (playbin_suite):
870           Add some tests for the missing-plugin stuff.
871
872 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
873
874         * configure.ac:
875         * gst-libs/gst/Makefile.am:
876         * gst-libs/gst/utils/Makefile.am:
877         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
878         * gst-libs/gst/utils/base-utils.h:
879         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
880         (find_format_info), (caps_are_rtp_caps),
881         (gst_base_utils_get_source_description),
882         (gst_base_utils_get_sink_description),
883         (gst_base_utils_get_decoder_description),
884         (gst_base_utils_get_encoder_description),
885         (gst_base_utils_get_element_description),
886         (gst_base_utils_add_codec_description_to_tag_list),
887         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
888         * gst-libs/gst/utils/descriptions.h:
889         * gst-libs/gst/utils/missing-plugins.c:
890         (missing_structure_get_type), (copy_and_clean_caps),
891         (gst_missing_uri_source_message_new),
892         (gst_missing_uri_sink_message_new),
893         (gst_missing_element_message_new),
894         (gst_missing_decoder_message_new),
895         (gst_missing_encoder_message_new),
896         (missing_structure_get_string_detail),
897         (missing_structure_get_caps_detail),
898         (gst_missing_plugin_message_get_installer_detail),
899         (gst_missing_plugin_message_get_description),
900         (gst_is_missing_plugin_message):
901         * gst-libs/gst/utils/missing-plugins.h:
902           API: add new libgstbaseutils library with functions
903           - to create and parse missing-plugins messages
904           - that provide (translated) descriptions for caps/decoders/sources/etc.
905           Closes #392393.
906
907         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
908         * pkgconfig/gstreamer-plugins-base.pc.in:
909           Add new lib.
910
911         * docs/libs/gst-plugins-base-libs-docs.sgml:
912         * docs/libs/gst-plugins-base-libs-sections.txt:
913           Generate docs for new lib and API.
914
915         * tests/check/Makefile.am:
916         * tests/check/libs/.cvsignore:
917         * tests/check/libs/utils.c: (missing_msg_check_getters),
918         (GST_START_TEST), (libgstbaseutils_suite):
919           Add some basic unit tests.
920
921 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
922
923         * ext/ogg/Makefile.am:
924           Dist gstoggdemux.h to fix 'make distcheck'.
925
926         * sys/v4l/Makefile.am:
927           Fix 'make distcheck' even more.
928
929 2007-01-09  Wim Taymans  <wim@fluendo.com>
930
931         * docs/plugins/Makefile.am:
932         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
933         * docs/plugins/gst-plugins-base-plugins-sections.txt:
934         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
935         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
936         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
937         (gst_ogg_demux_perform_seek):
938         * ext/ogg/gstoggdemux.h:
939         Added docs.
940         Add some more comments.
941         Small cleanups.
942
943 2007-01-09  Wim Taymans  <wim@fluendo.com>
944
945         * ext/theora/theoradec.c:
946         * ext/vorbis/vorbisdec.c:
947         * gst-libs/gst/audio/gstringbuffer.c:
948         (gst_ring_buffer_commit_full):
949         * gst-libs/gst/audio/gstringbuffer.h:
950         * gst-libs/gst/rtp/gstrtpbuffer.c:
951         * gst-libs/gst/tag/gstvorbistag.c:
952         Small documentation updates/fixes
953
954 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
955
956         * configure.ac:
957           Require core CVS HEAD for Andy's basesrc/sink API additions.
958
959 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
960
961         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
962
963         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
964         (plugin_init):
965           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
966           on flac.sf.net (there appear to be other versions of the first
967           ogg page in the wild) (#391365).
968
969 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
970
971         * configure.ac:
972           Check if localtime_r() is available.
973
974         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
975           If localtime_r() is not available, fall back to localtime(). Should
976           fix build on MingW (#393310).
977
978 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
979
980         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
981         * gst/subparse/gstsubparse.h:
982           Remove spurious 1000 subtrahend when calculating the timestamp from
983           the frame number and the frame rate . Also, use the frames/second
984           value specified in the first line of the file, if one is specified
985           there. Should fix #357503.
986
987         * tests/check/elements/subparse.c: (do_test),
988         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
989         (subparse_suite):
990           Add some basic unit tests for the microdvd subtitle format.
991
992 2007-01-07  Julien MOUTTE  <julien@moutte.net>
993
994         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
995         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
996         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
997         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
998         (gst_xvimagesink_set_xwindow_id),
999         (gst_xvimagesink_set_event_handling),
1000         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1001         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1002         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1003         Fixes : #390076.
1004         Add an adaptor property to select a specific XV adaptor.
1005         * sys/xvimage/xvimagesink.h:
1006
1007 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1008
1009         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1010         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1011         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1012         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1013         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1014         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1015         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1016         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1017         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1018         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1019         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1020         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1021         Use flow_lock much more to protect every access to xwindow.
1022         Try to catch erros while creating images in case some drivers are
1023         just generating an XError when the requested image is too big.
1024         Should fix : #354698, #384008, #384060.
1025         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1026         Implement some stress testing of setting window xid.
1027
1028 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1029
1030         * win32/common/libgsaudio.def:
1031           Add new exported function.
1032         * win32/common/libgstogg.dsp:
1033           Add gstoggaviparse.c to the build.
1034         * win32/common/libgstvideoscale.dsp:
1035           Add vs_4tap.c to the build.
1036         * win32/common/libgstvorbis.dsp:
1037           Add vorbistag.c to the build.
1038         
1039 2007-01-06  Andy Wingo  <wingo@pobox.com>
1040
1041         * gst-libs/gst/audio/gstbaseaudiosink.c
1042         (gst_base_audio_sink_class_init)
1043         (gst_base_audio_sink_init): 
1044         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1045         to baseaudiosink, and tell basesink that we can work in pull mode.
1046         This way the ring buffer thread drives the pipeline directly, if
1047         pull mode is possible. There is some lingering nastiness regarding
1048         capsnego, however.
1049         (gst_base_audio_sink_callback): Implement the callback to pull
1050         data. This interface is a bit light, though -- it should get a
1051         GstFlowReturn return value at least.
1052
1053 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1054
1055         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1056         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1057         * gst/playback/gstdecodebin2.c:
1058         (gst_decode_group_check_if_blocked):
1059           Printf format and missing argument fixes.
1060
1061 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1062
1063         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1064         (gst_ogm_parse_change_state):
1065         Activate pads before adding them to the element.
1066
1067 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1068
1069         * tests/examples/seek/scrubby.c: (main):
1070         * tests/examples/seek/seek.c: (main):
1071           Call g_thread_init() first thing in main() (see #391278).
1072
1073 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1074
1075         * tests/check/Makefile.am:
1076         * tests/check/libs/.cvsignore:
1077         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1078         (netbuffer_suite):
1079           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1080           for the time being, since it's broken, see #393099.
1081
1082 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1083
1084         * tests/check/Makefile.am:
1085           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1086
1087 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1088
1089         * configure.ac:
1090           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1091           so that GST_BASE_CFLAGS can go inbetween them, making sure
1092           we use uninstalled gst-libs headers
1093         * docs/libs/Makefile.am:
1094         * ext/alsa/Makefile.am:
1095         * ext/cdparanoia/Makefile.am:
1096         * ext/gnomevfs/Makefile.am:
1097         * ext/libvisual/Makefile.am:
1098         * ext/ogg/Makefile.am:
1099         * ext/theora/Makefile.am:
1100         * ext/vorbis/Makefile.am:
1101         * gst-libs/gst/audio/Makefile.am:
1102         * gst-libs/gst/cdda/Makefile.am:
1103         * gst-libs/gst/interfaces/Makefile.am:
1104         * gst-libs/gst/riff/Makefile.am:
1105         * gst-libs/gst/rtp/Makefile.am:
1106         * gst-libs/gst/tag/Makefile.am:
1107         * gst/adder/Makefile.am:
1108         * gst/audioconvert/Makefile.am:
1109         * gst/audiorate/Makefile.am:
1110         * gst/audioresample/Makefile.am:
1111         * gst/playback/Makefile.am:
1112         * gst/tcp/Makefile.am:
1113         * gst/videoscale/Makefile.am:
1114         * gst/volume/Makefile.am:
1115         * sys/ximage/Makefile.am:
1116         * sys/xvimage/Makefile.am:
1117         * tests/icles/Makefile.am:
1118           adapt
1119
1120 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1121
1122         * gst-libs/gst/interfaces/xoverlay.c:
1123         (gst_x_overlay_handle_events):
1124         * gst-libs/gst/interfaces/xoverlay.h:
1125         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1126         (gst_ximagesink_set_xwindow_id),
1127         (gst_ximagesink_set_event_handling),
1128         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1129         (gst_ximagesink_get_property), (gst_ximagesink_init),
1130         (gst_ximagesink_class_init):
1131         * sys/ximage/ximagesink.h:
1132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1133         (gst_xvimagesink_set_xwindow_id),
1134         (gst_xvimagesink_set_event_handling),
1135         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1136         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1137         (gst_xvimagesink_class_init):
1138         * sys/xvimage/xvimagesink.h:
1139         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1140         Add a method to the XOverlay interface to allow disabling of 
1141         event handling in x[v]imagesink elements. This will let X events
1142         propagate to parent windows which can be usefull in some cases.
1143         Be carefull that the application is then responsible of pushing
1144         navigation events and expose events to the video sink.
1145         Fixes: #387138.
1146
1147 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1148
1149         * gst-libs/gst/tag/gstvorbistag.c:
1150         * tests/check/libs/tag.c: (GST_START_TEST):
1151           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1152           (fixes #392070).
1153
1154 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1155
1156         * configure.ac:
1157         * docs/Makefile.am:
1158         * docs/design/Makefile.am:
1159           Dist design docs.
1160
1161 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1162
1163         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1164         typo. Fixes: #390063.
1165
1166 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1167
1168         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1170         caps leak.
1171         * win32/common/config.h: Updated.
1172
1173 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1174
1175         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1176         (setup_gdpdepay_streamheader):
1177         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1178         (setup_gdppay_streamheader):
1179           Fix the dp tests, but activating the pads for the streamheader tests
1180           too and cleaning up conditionaly
1181
1182 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1183
1184         * gst/ffmpegcolorspace/avcodec.h:
1185         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1186         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1187         (gst_ffmpegcsp_avpicture_fill):
1188         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1189         (img_get_alpha_info):
1190         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1191         other end of the word. Fixes: #387073.
1192
1193         Add some inconsequential branch hints in a couple of places.
1194
1195 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1196
1197         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1198         (gst_ffmpeg_caps_to_smpfmt):
1199           The "signed" field in raw audio caps is of boolean type, trying to
1200           extract the value with _get_int() will fail (fix to keep in sync with
1201           the copy in gst-ffmpeg)
1202
1203 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1204
1205         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1206         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1207         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1208         (cleanup_gdpdepay):
1209         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1210         * tests/check/elements/subparse.c: (teardown_subparse):
1211         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1212         * tests/check/elements/videorate.c: (cleanup_videorate):
1213         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1214         * tests/check/elements/volume.c: (cleanup_volume):
1215         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1216         (cleanup_vorbisdec):
1217         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1218         (cleanup_vorbistag):
1219           consistent pad (de)activation
1220
1221 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1222
1223         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1224           Forgot to register the extensions.
1225
1226 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1227
1228         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1229         (plugin_init):
1230           Add typefinder for VIVO files (my christmas present to the 90s).
1231
1232 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1233
1234         * gst/playback/gstdecodebin.c: (type_found):
1235           Special-case the text/plain media type: we only want to recognise it
1236           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1237           parser, but not if the entire stream is of text/plain type. If the
1238           entire stream is text/plain, we should just error out.
1239
1240           This fixes playback of audio files with lyrics in totem. Totem can't
1241           distinguish between text files and subtitle files and passes any
1242           .txt file with the same basename as the main file to playbin as
1243           suburi, and playbin will then throw a 'subtitle found, but no video
1244           stream' error, which isn't entirely helpful. See #380342.
1245
1246           Also, with this change we'll show a slightly more correct error
1247           message in case totem passes a playlist file to us (although a
1248           custom error message wording instead of the default text would
1249           probably not be a bad idea either).
1250
1251           Same problem also needs to be fixed for playbin+decodebin2.
1252
1253         * tests/check/Makefile.am:
1254         * tests/check/elements/decodebin.c: (src_handoff_cb),
1255         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1256         (decodebin_suite):
1257           Add simple unit test for decodebin for the above.
1258
1259 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1260
1261         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1262         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1263           Refuse to change state to READY when we failed to create any of the
1264           required elements in our instance init function.
1265
1266 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1267
1268         * docs/libs/gst-plugins-base-libs-sections.txt:
1269           Small docs fixes/updates.
1270
1271         * gst-libs/gst/video/gstvideosink.h:
1272           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1273           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1274           removed from the base sink API between 0.9.6 and 0.9.7).
1275           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1276           accessor macros, so we don't do a runtime GObject type check every
1277           time we use them.
1278
1279 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1280
1281         * Makefile.am:
1282         * gst-plugins-base.doap:
1283         * gst-plugins-base.spec.in:
1284           add doap file
1285
1286 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1287
1288         Patch by: Jens Granseuer <jensgr at gmx net>
1289
1290         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1291         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1292         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1293         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1294         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1295           Declare variables at the beginning of a block. Fixes #383195.
1296
1297 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1298
1299         * configure.ac:
1300         Bump version nano - back to CVS.
1301
1302
1303 === release 0.10.11 ===
1304
1305 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1306
1307         * configure.ac:
1308           releasing 0.10.11, "Dumb things"
1309
1310 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1311
1312         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1313         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1314         Handle the case where an element has multiple pads with 
1315         unfixed caps as well as still possibly producing more dynamic 
1316         pads by storing each case as a distinct entry in the dynamic list.
1317         Fixes #38223 again.
1318
1319 2006-12-04  Wim Taymans  <wim@fluendo.com>
1320
1321         * gst/playback/gstdecodebin.c: (close_pad_link):
1322         Fix #382223, add more dynamic caps handling.
1323
1324 2006-12-04  Wim Taymans  <wim@fluendo.com>
1325
1326         reviewed by: <delete if not using a buddy>
1327
1328         * gst-libs/gst/audio/gstringbuffer.h:
1329         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1330         (gst_netaddress_set_ip4_interface),
1331         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1332         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1333         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1334         (gst_netaddress_get_ttl):
1335         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1336         * gst/playback/gstdecodebin.c: (close_pad_link):
1337         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1338         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1339         * win32/common/config.h:
1340
1341 2006-12-01  Michael Smith  <msmith@fluendo.com>
1342
1343         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1344           Delete bad debug code.
1345           Fixes #381219
1346
1347 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1348
1349         * gst/videoscale/vs_4tap.c:
1350         * win32/MANIFEST:
1351         * win32/common/config.h:
1352         * win32/vs8/libgstvideoscale.vcproj:
1353         Fix compilation on win32 under VS8
1354         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1355         Partially fixes #381175
1356
1357 2006-11-30  Michael Smith  <msmith@fluendo.com>
1358
1359         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1360         (GST_START_TEST):
1361           It would be very bad if, after a discont buffer, we thought every
1362           single following buffer was also discont. So, add to the test to
1363           ensure that this isn't the case.
1364           
1365         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1366           ... it was the case. So fix it.
1367
1368 2006-11-28  Wim Taymans  <wim@fluendo.com>
1369
1370         * gst/playback/gstplaybasebin.c: (check_queue_event):
1371         Improve debug.
1372
1373         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1374         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1375         padtemplate caps. Refixes #357577.
1376
1377 2006-11-28  Wim Taymans  <wim@fluendo.com>
1378
1379         * gst/playback/gstplaybasebin.c: (check_queue_event),
1380         (queue_threshold_reached), (queue_out_of_data),
1381         (gen_preroll_element):
1382         Add event probe to see when EOS is in a queue and we can disable the
1383         underrun signals. Fixes #357577.
1384
1385 2006-11-28  Edward Hervey  <edward@fluendo.com>
1386
1387         * gst/playback/Makefile.am:
1388         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1389         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1390         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1391         (gst_decode_bin_init), (gst_decode_bin_dispose),
1392         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1393         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1394         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1395         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1396         (connect_element), (expose_pad), (type_found),
1397         (pad_added_group_cb), (pad_removed_group_cb),
1398         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1399         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1400         (are_raw_caps), (multi_queue_overrun_cb),
1401         (multi_queue_underrun_cb), (gst_decode_group_new),
1402         (get_current_group), (group_demuxer_event_probe),
1403         (gst_decode_group_control_demuxer_pad),
1404         (gst_decode_group_control_source_pad),
1405         (gst_decode_group_check_if_blocked),
1406         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1407         (gst_decode_group_hide), (gst_decode_group_free),
1408         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1409         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1410         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1411         (plugin_init):
1412         New decodebin2 element.
1413         Closes #370092
1414         * gst/playback/gstplay-marshal.list:
1415         Added marshallers for new signals in decodebin2
1416         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1417         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1418         is set.
1419
1420 2006-11-28  Wim Taymans  <wim@fluendo.com>
1421
1422         * gst/playback/gstplaybasebin.c: (setup_source),
1423         (gst_play_base_bin_change_state):
1424         Disable rtsp:// uris for the release, it's not good enough yet.
1425         Remove unused var.
1426
1427 2006-11-26  Wim Taymans  <wim@fluendo.com>
1428
1429         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1430         (theora_dec_push_forward), (theora_dec_push_reverse),
1431         (theora_handle_data_packet), (theora_dec_decode_buffer),
1432         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1433         (theora_dec_chain_forward), (theora_dec_chain):
1434         Implement reverse playback.
1435
1436         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1437         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1438         (vorbis_dec_chain_forward):
1439         Clear buffers used for reverse playback in _reset.
1440         No need to set the eos flag, we clip samples using the segment.
1441
1442 2006-11-24  Wim Taymans  <wim@fluendo.com>
1443
1444         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1445         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1446         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1447         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1448         Some cleanups.
1449         Handle continued pages in reverse mode.
1450
1451 2006-11-24  Wim Taymans  <wim@fluendo.com>
1452
1453         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1454         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1455         (vorbis_dec_flush_decode):
1456         Small cleanups.
1457         Don't try to add invalid timestamps.
1458         Clipping will unref the buffer.
1459
1460 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1461
1462         * gst/adder/gstadder.h:
1463         * gst/audiotestsrc/gstaudiotestsrc.h:
1464           remove obsolete _factory_init protos
1465
1466 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1467
1468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1469           Fix spacing in debug message.
1470
1471 2006-11-23  Wim Taymans  <wim@fluendo.com>
1472
1473         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1474         (gst_ogg_demux_chain):
1475         Don't just ignore return values from _pad_push().
1476         Small debug improvements.
1477
1478 2006-11-23  Michael Smith  <msmith@fluendo.com>
1479
1480         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1481           If our incoming buffer is marked as DISCONT, then increment the page
1482           number (so that the discontinuity is marked in the final ogg
1483           bitstream) and flush the previous page.
1484
1485 2006-11-22  Michael Smith  <msmith@fluendo.com>
1486
1487         * ext/theora/gsttheoraenc.h:
1488         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1489         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1490         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1491         (theora_enc_chain), (theora_enc_change_state):
1492           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1493
1494         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1495         (GST_START_TEST), (theoraenc_suite):
1496           Enable discontinuity test, fix it.
1497
1498 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1499
1500         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1501         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1502         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1503         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1504         (gst_text_overlay_change_state):
1505         * ext/pango/gsttextoverlay.h:
1506           Some textoverlay fixes: for one, in the video chain function,
1507           actually wait for a text buffer to come in if there is none at the
1508           moment and there should be one; also, deal more gracefully with
1509           incoming buffers that do not have a timestamp or duration; discard
1510           text buffer when not needed any longer. Fixes #341681.
1511
1512         * tests/check/Makefile.am:
1513         * tests/check/elements/.cvsignore:
1514         * tests/check/elements/textoverlay.c:
1515         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1516         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1517         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1518         (test_video_waits_for_text_send_text_newsegment_thread),
1519         (test_video_waits_for_text_shutdown_element),
1520         (test_render_continuity_push_video_buffers_thread),
1521         (textoverlay_suite):
1522           Add some unit tests for textoverlay.
1523
1524 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1525
1526         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1527           Avoid integer underflow when the found probability for mp3 is
1528           smaller than the 'penalty' we subtract if there's not a clean
1529           mp3 header sync at offset 0.
1530
1531 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1532
1533         * docs/libs/gst-plugins-base-libs-sections.txt:
1534           Add some new symbols to the docs
1535
1536 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1537
1538         * tests/check/Makefile.am:
1539         * tests/check/elements/ffmpegcolorspace.c:
1540         (ffmpegcolorspace_suite):
1541           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1542           (for now not for valgrinding though, since it takes too long).
1543
1544 2006-11-20  Wim Taymans  <wim@fluendo.com>
1545
1546         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1547         (gst_ffmpeg_pixfmt_to_caps):
1548         Fix RGBA32 caps. Fixes #357038.
1549
1550 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1551
1552         * gst-libs/gst/interfaces/mixertrack.h:
1553           Add FIXME so we can add some padding here in 0.11
1554
1555 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1556
1557         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1558           Fix GstBaseRTPAudioPayload structure so the whole GObject
1559           inheritance business actually works (parent class instance structure
1560           must always come first in the derived class instance structure).
1561
1562 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1563
1564         * gst/videotestsrc/Makefile.am:
1565         * tests/check/Makefile.am:
1566           Make sure our checks and the videotestsrc plugin link against the
1567           local uninstalled gst libs and not any installed gst libs that
1568           might happen to exist as well.
1569
1570         * tests/check/elements/adder.c: (message_received),
1571         (test_event_message_received), (test_play_twice_message_received):
1572         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1573           Fix compiler warnings when compiling against core with disabled
1574           debugging system.
1575
1576 2006-11-16  Michael Smith  <msmith@fluendo.com>
1577
1578         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1579         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1580           Fix audiorate, so that it accurately sets offsets and timestamps.
1581           Doesn't change the fundamental algorithmic decisions; so should be
1582           safe.
1583
1584         * tests/check/Makefile.am:
1585           Enable audiorate test now that it passes.
1586
1587 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1588
1589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1590           clear xv when going to NULL, remove // commented non-existant proto
1591
1592         * tests/examples/seek/seek.c: (main):
1593           add missing tooltip description for scrub and play_scrub
1594
1595 2006-11-14  David Schleef  <ds@schleef.org>
1596
1597         * configure.ac:
1598           Bump liboil requirement to 0.3.8.
1599         * gst-libs/gst/riff/riff-media.c:
1600           Add Dirac fourcc.
1601         * gst/videoscale/vs_image.h:
1602         * gst/videoscale/vs_scanline.h:
1603           Use liboil's stdint.h.
1604         * gst/videotestsrc/videotestsrc.c:
1605           Remove liboil related ifdef's, since they aren't needed now, and
1606           won't work with future versions.
1607
1608 2006-11-14  David Schleef  <ds@schleef.org>
1609
1610         * gst/videoscale/Makefile.am:
1611         * gst/videoscale/gstvideoscale.c:
1612         * gst/videoscale/gstvideoscale.h:
1613         * gst/videoscale/vs_4tap.c:
1614         * gst/videoscale/vs_4tap.h:
1615         * gst/videoscale/vs_image.c:
1616         * gst/videoscale/vs_image.h:
1617         * gst/videoscale/vs_scanline.c:
1618         * gst/videoscale/vs_scanline.h:
1619           Add a 4-tap image scaler.  Theoretically looks much prettier.
1620           The tap calculation could use some improvement.
1621
1622 2006-11-14  Wim Taymans  <wim@fluendo.com>
1623
1624         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1625
1626         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1627         (gst_riff_parse_strf_iavs):
1628         * gst/subparse/gstsubparse.c: (convert_encoding):
1629         * gst/tcp/gstmultifdsink.c:
1630         (gst_multi_fd_sink_handle_client_write):
1631         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1632         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1633         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1634         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1635         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1636         (gst_ximagesink_ximage_new):
1637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1638         Various gsize and gssize printf fixes. Fixes #372507.
1639
1640 2006-11-13  Wim Taymans  <wim@fluendo.com>
1641
1642         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1643         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1644         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1645         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1646         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1647         * ext/vorbis/vorbisdec.h:
1648         First stab at vorbis reverse playback.
1649
1650 2006-11-13  Wim Taymans  <wim@fluendo.com>
1651
1652         * gst-libs/gst/audio/gstbaseaudiosink.c:
1653         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1654         * gst-libs/gst/audio/gstbaseaudiosink.h:
1655         Make the clock sync code more accurate wrt resampling and playback
1656         at different rates.
1657         
1658         * gst-libs/gst/audio/gstringbuffer.c:
1659         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1660         * gst-libs/gst/audio/gstringbuffer.h:
1661         Use better algorithm to interpolate sample rates. 
1662
1663 2006-11-13  Michael Smith  <msmith@fluendo.com>
1664
1665         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1666           Improve a debug line slightly.
1667
1668         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1669           Call gst_riff_init() in plugin_init, to avoid getting errors from
1670           the debug system (unrelated changes to another plugin made this turn
1671           up; not sure why).
1672
1673 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1674
1675         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1676
1677         * win32/common/libgsttag.def:
1678           Add missing symbol (#366492).
1679
1680 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1681
1682         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1683           Don't unref a NULL pad.
1684
1685 2006-11-09  Wim Taymans  <wim@fluendo.com>
1686
1687         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1688         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1689         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1690         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1691         (gst_ogg_demux_loop):
1692         Implement first stab at reverse playback.
1693
1694 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1695
1696         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1697         (gst_riff_create_video_template_caps):
1698           add h263/h264 variants to the caps, Fixes #363118
1699
1700 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1701
1702         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1703         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1704           Use g_strerror instead of strerror so we get UTF-8.
1705
1706 2006-11-03  David Schleef  <ds@schleef.org>
1707
1708         * ext/ogg/gstoggdemux.c:
1709         * ext/ogg/gstoggmux.c:
1710           Add/remove KW-DIRAC header here, since it is ogg-specific.
1711
1712 2006-11-03  Michael Smith  <msmith@fluendo.com>
1713
1714         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1715           Recognise more mpeg4 elementary video streams.
1716
1717 2006-11-02  Edward Hervey  <edward@fluendo.com>
1718
1719         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1720         Lower the probability of mp3 typefinding functions if we don't find a
1721         valid mp3 header at the start of the file.
1722         Closes #369482
1723
1724 2006-11-02  Wim Taymans  <wim@fluendo.com>
1725
1726         * ext/theora/gsttheoradec.h:
1727         * ext/theora/theoradec.c: (gst_theora_dec_init),
1728         (theora_dec_sink_event), (theora_dec_chain_forward),
1729         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1730         (theora_dec_chain):
1731         Document and partially implement an algorithm for doing reverse playback
1732         of theora video.
1733
1734 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1735
1736         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
1737
1738         * win32/common/config.h:
1739         * win32/common/interfaces-enumtypes.c:
1740         * win32/common/libgsttag.def:
1741         * win32/vs8/gst-plugins-base.sln:
1742         * win32/vs8/libgstaudioresample.vcproj:
1743         * win32/vs8/libgstinterfaces.vcproj:
1744         * win32/vs8/libgstogg.vcproj:
1745         * win32/vs8/libgstriff.vcproj:
1746         * win32/vs8/libgsttag.vcproj:
1747         * win32/vs8/libgsttheora.vcproj:
1748         * win32/vs8/libgstvideoscale.vcproj:
1749         * win32/vs8/libgstvorbis.vcproj:
1750           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1751           to libgsttag.def; add missing dependencies for some vs8 projects;
1752           re-arrange placement of .def files in vs8 projects (#366334).
1753
1754 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1755
1756         * ext/ogg/gstogg.c:
1757           Remove unused variable.
1758
1759         * ext/ogg/gstoggdemux.c:
1760           Fix Wim's surname in plugin description.
1761
1762 2006-10-31  Wim Taymans  <wim@fluendo.com>
1763
1764         * gst-plugins-base.spec.in:
1765         spec new .h file. Fixes #368310.
1766
1767 2006-10-31  Michael Smith  <msmith@fluendo.com>
1768
1769         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1770         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1771         (gst_multi_fd_sink_get_stats),
1772         (gst_multi_fd_sink_remove_client_link),
1773         (gst_multi_fd_sink_queue_buffer),
1774         (gst_multi_fd_sink_handle_clients):
1775         * gst/tcp/gstmultifdsink.h:
1776           Make using the remove or clear signals threadsafe.
1777           Make calling get-stats with an invalid fd not segfault.
1778           Fixes 368273.
1779
1780 2006-10-31  Wim Taymans  <wim@fluendo.com>
1781
1782         * gst-libs/gst/rtp/Makefile.am:
1783         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1784         (gst_base_rtp_audio_payload_init):
1785         Fix and activate base audio payloader.
1786
1787 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1788
1789         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
1790         (plugin_init):
1791           Add typefinder for QuickTime Image Files (see #366156).
1792
1793 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1794
1795         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1796           Another typo fix (#366212).
1797
1798 2006-10-27  Wim Taymans  <wim@fluendo.com>
1799
1800         * gst/volume/gstvolume.c: (volume_transform_ip):
1801         Use stream time to synchronize volume property instead of rather random
1802         timestamps. This is needed when gnonlin does its time shifting.
1803
1804 2006-10-27  Wim Taymans  <wim@fluendo.com>
1805
1806         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
1807
1808         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
1809         Remove the pad from the element in release_pad. Fixes #364812.
1810
1811 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1812
1813         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
1814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
1815           Explicitly create our custom buffer classes at a thread-safe
1816           location as well, since g_type_class_ref() doesn't seem to be
1817           entirely thread-safe either (#365501; also see #349410).
1818
1819 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1820
1821         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
1822         (gst_riff_parse_info):
1823           If strings in INFO chunk are not UTF-8, do something similar to
1824           what we do for ID3v1 tags: check a number of environment variables
1825           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
1826           character sets to try, otherwise try the current locale and/or fall
1827           back on ISO-8859-1. Fixes #360552.
1828
1829 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1830
1831         * gst/videotestsrc/gstvideotestsrc.c:
1832         (gst_video_test_src_pattern_get_type),
1833         (gst_video_test_src_set_pattern):
1834         * gst/videotestsrc/gstvideotestsrc.h:
1835         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
1836         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
1837         (gst_video_test_src_checkers8):
1838         * gst/videotestsrc/videotestsrc.h:
1839           Add a bunch of exciting new checkers patterns.
1840
1841 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1842
1843         * gst/subparse/Makefile.am:
1844         * gst/subparse/gstsubparse.c:
1845         (gst_sub_parse_data_format_autodetect),
1846         (gst_sub_parse_format_autodetect), (handle_buffer),
1847         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
1848         * gst/subparse/gstsubparse.h:
1849         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
1850         (parse_tmplayer):
1851         * gst/subparse/tmplayerparse.h:
1852           Add support for TMPlayer-type subtitles (#362845).
1853
1854         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
1855         (GST_START_TEST), (subparse_suite):
1856           Add some basic unit tests for the above.
1857
1858 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1859
1860         * tests/check/elements/audiorate.c: (test_injector_base_init),
1861         (test_injector_class_init), (test_injector_chain),
1862         (test_injector_init), (probe_cb), (do_perfect_stream_test),
1863         (GST_START_TEST), (audiorate_suite):
1864           More tests for audiorate: inject buffers to check behaviour when
1865           buffers overlap.
1866
1867 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
1868
1869         * tests/check/Makefile.am:
1870         * tests/check/elements/.cvsignore:
1871         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
1872         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
1873           Add some basic unit tests for audiorate. Disabled at the moment
1874           since it doesn't pass yet (see bug #363119).
1875
1876 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1877
1878         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
1879         (parse_subrip), (handle_buffer):
1880           Add missing closing tags for markup and fix broken markup,
1881           otherwise pango won't render anything (fixes #357531). Also,
1882           make sure the text we send out is always NUL-terminated
1883           (better safe than sorry etc.).
1884
1885         * tests/check/elements/subparse.c: (test_srt_do_test),
1886         (test_srt):
1887           Some more tests for .srt incl. tests for the above stuff.
1888
1889 2006-10-20  Julien MOUTTE  <julien@moutte.net>
1890
1891         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1893         Patch by: Stefan Kost  <ensonic@users.sf.net>
1894         Try to redraw borders only when needed. Apparently this consumes
1895         resources on small devices... :-O (#363607)
1896
1897 2006-10-20  Michael Smith  <msmith@fluendo.com>
1898
1899         * gst/tcp/gstmultifdsink.c:
1900         (gst_multi_fd_sink_client_queue_buffer):
1901           If caps change, then update the client's idea of the caps so that we
1902           don't end up re-sending streamheaders for every single buffer after
1903           the caps change.
1904
1905 2006-10-20  Michael Smith  <msmith@fluendo.com>
1906
1907         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
1908         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
1909           Set caps on pushed buffers; fix up refcounting of caps objects.
1910
1911 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1912
1913         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
1914         (plugin_init):
1915           Typefind mmsh header data packet to application/x-mmsh (#362625).
1916
1917 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1918
1919         * tests/check/Makefile.am:
1920         * tests/check/elements/.cvsignore:
1921         * tests/check/elements/subparse.c: (buffer_from_static_string),
1922         (setup_subparse), (teardown_subparse), (test_srt_do_test),
1923         (GST_START_TEST), (subparse_suite):
1924           Add very simple unit test for subparse.
1925
1926 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1927
1928         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
1929         (parse_subrip):
1930           Strip trailing newlines from subtitle text output.
1931
1932 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1933
1934         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1935         (gst_sub_parse_change_state):
1936           Fix memleak; clear subparse->textbuf n state change function.
1937
1938 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1939
1940         * gst/subparse/gstsubparse.c:
1941         (gst_sub_parse_data_format_autodetect):
1942           Don't require subrip (.srt) files to start with a chunk number of 1.
1943
1944 2006-10-18  Wim Taymans  <wim@fluendo.com>
1945
1946         * gst-libs/gst/audio/gstbaseaudiosink.c:
1947         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1948         * gst-libs/gst/audio/gstbaseaudiosink.h:
1949         Extract rate from the NEWSEGMENT event.
1950         Use commit_full to also take rate adjustment into account when writing
1951         samples to the ringbuffer.
1952         
1953         * gst-libs/gst/audio/gstringbuffer.c:
1954         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
1955         (gst_ring_buffer_read):
1956         * gst-libs/gst/audio/gstringbuffer.h:
1957         Added _commit_full() to also take rate into account.
1958         Use simple interpolation algorithm to resample audio.
1959         API: gst_ring_buffer_commit_full()
1960
1961         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
1962         * tests/examples/seek/seek.c: (segment_done):
1963         Don't try to seek with 0.0 rate, just pause instead.
1964         Remove bogus debug line.
1965
1966 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1967
1968         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
1969         (setup_source):
1970           Catch async errors when starting up the subtitle bin, so we can
1971           stop waiting and continue with the main film instead of hanging
1972           forever. Fixes #339366.
1973
1974         * tests/check/elements/playbin.c: (playbin_suite):
1975           Enable unit test for the above.
1976
1977 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1978
1979         * tests/check/Makefile.am:
1980         * tests/check/elements/.cvsignore:
1981         * tests/check/elements/playbin.c: (GST_START_TEST),
1982         (gst_red_video_src_uri_get_type),
1983         (gst_red_video_src_uri_get_protocols),
1984         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
1985         (gst_red_video_src_uri_handler_init),
1986         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
1987         (gst_red_video_src_create), (gst_red_video_src_class_init),
1988         (gst_red_video_src_init), (plugin_init), (playbin_suite):
1989           Some small and basic unit tests for playbin; not very useful yet,
1990           but at least a start.
1991
1992 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1993
1994         * gst/playback/gstplaybin.c: (setup_sinks):
1995           The old pad activation spiel.
1996
1997 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1998
1999         * gst/playback/gstplaybasebin.c: (setup_source):
2000           Don't hang forever if the subbin already fails to start up in 
2001           the state change to PAUSED (#339366).
2002
2003 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2004
2005         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2006         (gst_tuner_set_channel), (gst_tuner_get_channel),
2007         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2008         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2009         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2010         (gst_tuner_find_channel_by_name):
2011           Fix some function guards, add some more function guards.
2012
2013 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2014
2015         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2016         (remove_element_chain):
2017         Don't return a pad from get_our_ghost_pad unless it is actually the
2018         one we want.
2019         Change a cast in remove_element_chain slightly.
2020
2021 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2022
2023         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2024         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2025         Segment seeking needs to use the rate and set stop to -1.
2026
2027 2006-10-13  Wim Taymans  <wim@fluendo.com>
2028
2029         * gst-libs/gst/audio/gstbaseaudiosink.c:
2030         (gst_base_audio_sink_setcaps):
2031         Don't crash when ringbuffer is not yet created.
2032         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2033         Fixes #361634.
2034
2035         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2036         * gst/playback/gststreamselector.c:
2037         (gst_stream_selector_request_new_pad):
2038         Activate pads befre adding them to running elements.
2039
2040 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2041
2042         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2043         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2044         updater when we start grabing the slider. Don't wait for the
2045         pipeline to be PAUSED.
2046
2047 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2048
2049         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2050         (gst_mixer_set_volume), (gst_mixer_get_volume),
2051         (gst_mixer_set_mute), (gst_mixer_set_option),
2052         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2053         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2054         (gst_mixer_option_changed):
2055           Guard mixer interface functions against bogus arguments.
2056
2057 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2058
2059         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2060         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2061         (msg_state_changed), (main): Use state-changed messages to trigger
2062         start/stop of scale update timer. Indeed the scale slider was
2063         jumping here and there because the update timer was activated 
2064         before seek completed. This fixes instant applying of rate changes
2065         by pressing the spinbutton like a crazy man !
2066
2067 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2068
2069         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2070
2071         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2072         (gst_basertppayload_finalize):
2073           Fix two small memory leaks (#361456).
2074
2075 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2076
2077         * tests/examples/seek/seek.c: (do_seek),
2078         (rate_spinbutton_changed_cb): When changing spinbutton we try
2079         to change the rate on the fly.
2080
2081 2006-10-10  Wim Taymans  <wim@fluendo.com>
2082
2083         * gst-libs/gst/riff/riff-ids.h:
2084         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2085         (gst_riff_create_audio_template_caps):
2086         Add WMS caps.
2087
2088 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2089
2090         Patch by: Josep Torre Valles <josep@fluendo.com>
2091
2092         * ext/gnomevfs/gstgnomevfssink.c:
2093         * ext/gnomevfs/gstgnomevfssrc.c:
2094         Fix URI interface implementation return type.
2095         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2096         Fix what looks like a copy/paste issue when assigning values.
2097         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2098         (gst_audio_filter_template_get_type):
2099         Cast to prevent Forte warnings.
2100         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2101         Fix URI interface implementation return type.
2102         gst_pad_query_position requires a signed integer pointer as
2103         3rd parameter, GstClockTime is unsigned.
2104         * gst/audioconvert/audioconvert.c:
2105         Fix integer overflow when treated as signed.
2106         * gst/audioresample/resample.c: (resample_add_input_data):
2107         Cast to prevent warnings on Forte.
2108         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2109         Fix integer overflow when treated as signed.
2110         * gst/ffmpegcolorspace/imgconvert_template.h:
2111         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2112         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2113         (cleanup_decodebin):
2114         Who initialises a guint to -1!
2115         Cast function pointers to prevent warnings on Forte.
2116         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2117         (queue_threshold_reached):
2118         Cast function pointers correctly to prevent warnings on Forte.
2119         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2120         Cast function pointers correctly to prevent warnings on Forte.
2121         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2122         Obvious change to unsigned, 0xEF > max signed char.
2123         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2124         GstClockTime is unsigned, initialise correctly.
2125         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2126         Cast so pointer arithemetic doesn't cause warnings on Forte.
2127         * gst/videorate/gstvideorate.c:
2128         Use correct return value.
2129         * tests/examples/seek/scrubby.c:
2130         GstClockTime is unsigned, initialise correctly.
2131
2132 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2133
2134         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2135
2136         * gst/typefind/gsttypefindfunctions.c:
2137           Recognise XML files and XML-like files shorter than 256 bytes as
2138           well (fixes #359237).
2139
2140 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2141
2142         Patch by: Renato Filho <renato.filho@indt.org.br>
2143         
2144         * gst/typefind/gsttypefindfunctions.c:
2145         Added typefind functions to video/x-nuv media.
2146         
2147 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2148
2149         * gst-libs/gst/interfaces/xoverlay.c:
2150         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2151           Some more guards against invalid input.
2152
2153 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2154
2155         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2156         Useless goto.
2157         * tests/examples/seek/seek.c: (do_seek),
2158         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2159         seek example to experiment with rates != 1.0 (reverse playback !)
2160
2161 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2162
2163         * gst-libs/gst/interfaces/xoverlay.c:
2164           Unref message in doc-example (spotted by Robert McQueen)
2165
2166 2006-10-06  Wim Taymans  <wim@fluendo.com>
2167
2168         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2169         (mpeg1_parse_header), (mpeg1_sys_type_find):
2170         printf fix.
2171
2172 2006-10-06  Wim Taymans  <wim@fluendo.com>
2173
2174         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2175         (close_pad_link):
2176         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2177         Activate dynamic pads before adding them to the element.
2178
2179 2006-10-06  Michael Smith  <msmith@fluendo.com>
2180
2181         * gst-libs/gst/floatcast/floatcast.h:
2182           Fix obviously-bogus macros; use the correct types.
2183
2184 2006-10-06  Wim Taymans  <wim@fluendo.com>
2185
2186         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2187         (gst_base_rtp_depayload_change_state):
2188         Also call parent state change function to activate pads.
2189
2190         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2191         (mpeg1_parse_header), (mpeg1_sys_type_find):
2192         Add some more debug info in mpeg typefinding.
2193
2194 2006-10-06  Michael Smith  <msmith@fluendo.com>
2195
2196         * ext/theora/theoradec.c: (theora_dec_chain):
2197           Zero byte theora packets are valid and well-defined; don't warn on
2198           them.
2199
2200 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2201
2202         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2203         (gst_multi_fd_sink_get_stats), (find_limits),
2204         (gst_multi_fd_sink_queue_buffer):
2205           API: add dropped_buffers to the get-stats GValueArray
2206
2207 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2208
2209         * ext/alsa/gstalsadeviceprobe.c:
2210         (gst_alsa_device_property_probe_get_values):
2211         * ext/alsa/gstalsasink.c: (set_hwparams):
2212         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2213         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2214         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2215         (gst_ogg_mux_process_best_pad):
2216         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2217         (gst_ogg_parse_chain):
2218         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2219         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2220         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2221         (gst_vorbis_enc_buffer_check_discontinuous):
2222         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2223         * gst-libs/gst/audio/gstbaseaudiosink.c:
2224         (gst_base_audio_sink_render):
2225         * gst-libs/gst/cdda/gstcddabasesrc.c:
2226         (gst_cdda_base_src_handle_track_seek):
2227         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2228         (gst_base_rtp_depayload_push_full):
2229         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2230         * gst/audioresample/resample.c: (resample_input_pushthrough):
2231         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2232         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2233         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2234         (wavpack_type_find):
2235         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2236         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2237         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2238         * tests/check/elements/volume.c: (GST_START_TEST):
2239           Printf format fixes.
2240
2241 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2242
2243         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2244           Fix a simple mistake (see the docs)
2245           Fixes #359580
2246
2247 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2248
2249         * docs/plugins/Makefile.am:
2250         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2251         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2252         * docs/plugins/gst-plugins-base-plugins.args:
2253         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2254         * docs/plugins/inspect/plugin-adder.xml:
2255         * docs/plugins/inspect/plugin-alsa.xml:
2256         * docs/plugins/inspect/plugin-audioconvert.xml:
2257         * docs/plugins/inspect/plugin-audiorate.xml:
2258         * docs/plugins/inspect/plugin-audioresample.xml:
2259         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2260         * docs/plugins/inspect/plugin-cdparanoia.xml:
2261         * docs/plugins/inspect/plugin-decodebin.xml:
2262         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2263         * docs/plugins/inspect/plugin-gdp.xml:
2264         * docs/plugins/inspect/plugin-gnomevfs.xml:
2265         * docs/plugins/inspect/plugin-libvisual.xml:
2266         * docs/plugins/inspect/plugin-ogg.xml:
2267         * docs/plugins/inspect/plugin-pango.xml:
2268         * docs/plugins/inspect/plugin-playbin.xml:
2269         * docs/plugins/inspect/plugin-subparse.xml:
2270         * docs/plugins/inspect/plugin-tcp.xml:
2271         * docs/plugins/inspect/plugin-theora.xml:
2272         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2273         * docs/plugins/inspect/plugin-video4linux.xml:
2274         * docs/plugins/inspect/plugin-videorate.xml:
2275         * docs/plugins/inspect/plugin-videoscale.xml:
2276         * docs/plugins/inspect/plugin-videotestsrc.xml:
2277         * docs/plugins/inspect/plugin-volume.xml:
2278         * docs/plugins/inspect/plugin-vorbis.xml:
2279         * docs/plugins/inspect/plugin-ximagesink.xml:
2280         * docs/plugins/inspect/plugin-xvimagesink.xml:
2281           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2282
2283 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2284
2285         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2286
2287         * ext/vorbis/Makefile.am:
2288         * ext/vorbis/vorbis.c: (plugin_init):
2289         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2290         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2291         * ext/vorbis/vorbisparse.h:
2292         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2293         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2294         (gst_vorbis_tag_parse_packet):
2295         * ext/vorbis/vorbistag.h:
2296           Add new vorbistag element which derives from vorbisparse
2297           and is essentially the same as well, only that it implements
2298           the GstTagSetter interface and can modify the stream's
2299           vorbiscomment on the fly (#335635).
2300
2301         * tests/check/Makefile.am:
2302         * tests/check/elements/.cvsignore:
2303         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2304         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2305         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2306         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2307           Add unit test for new vorbistag element.
2308
2309 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2310
2311         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2312         (vorbis_parse_push_headers), (vorbis_parse_chain):
2313           Set BOS flag in packet structure to fix 'jump depends
2314           on unitialized value' errors in valgrind; various minor
2315           clean-ups.
2316
2317 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2318
2319         * gst/playback/gstdecodebin.c: (close_pad_link):
2320         Fix typo in a debug statement.
2321
2322         * gst/playback/gstplaybasebin.c: (probe_triggered),
2323         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2324         (gen_source_element), (source_new_pad), (analyse_source),
2325         (setup_source):
2326         When handling no_more_pads in new_decoded_pad, make sure to treat
2327         subtitle pads correctly. Fixes playback with subtitle files.
2328
2329         Move a recurring message to LOG level.
2330
2331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2332         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2333         which ends up as -1 when cast to an int. Make the logic handle the
2334         max value as an unsigned mask and only change the colorkey when it's
2335         a value we recognise.
2336
2337 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2338
2339         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2340         Removed empty * between paragraphs
2341
2342 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2343
2344         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2345         * gst-libs/gst/rtp/README:
2346         Moved some documentation into .c file
2347
2348 2006-09-29  Wim Taymans  <wim@fluendo.com>
2349
2350         * gst/playback/gstdecodebin.c: (no_more_pads):
2351         Fix compilation.
2352
2353 2006-09-29  Wim Taymans  <wim@fluendo.com>
2354
2355         * gst/playback/gstdecodebin.c: (new_caps):
2356         Remove g_print
2357
2358         * gst/playback/gstplaybin.c:
2359         Add some docs.
2360
2361 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2362
2363         * tests/check/Makefile.am:
2364           Re-enable cddabasesrc test to see if it works again
2365           now.
2366
2367 2006-09-29  Wim Taymans  <wim@fluendo.com>
2368
2369         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2370         (gen_source_element):
2371         Handle invalid URIs a bit more gracefully.
2372
2373 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2374
2375         * tests/check/pipelines/oggmux.c:
2376           Remove obsolete comment.
2377
2378 2006-09-29  Michael Smith  <msmith@fluendo.com>
2379
2380         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2381         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2382         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2383         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2384         (gst_ogg_mux_collected):
2385           Commit patch from James "Doc" Livingston, adds proper EOS handling
2386           in oggmux. GStreamer can, for the first time ever, create a valid
2387           Ogg file! Yay!
2388
2389         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2390         (oggmux_suite):
2391           Reenable tests now that they pass.
2392
2393 2006-09-29  Wim Taymans  <wim@fluendo.com>
2394
2395         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2396         Stop reading commands when EOF (we read 0) as well.
2397
2398 2006-09-28  Wim Taymans  <wim@fluendo.com>
2399
2400         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2401         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2402         (find_dynamic), (unlinked), (close_link):
2403         Implement delayed caps linking needed for element with a lot of
2404         different caps on the src pads that get fixed at runtime.
2405         Improve management of dynamic elements.
2406
2407         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2408         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2409         (gen_preroll_element), (remove_groups), (unknown_type),
2410         (add_element_stream), (no_more_pads_full), (no_more_pads),
2411         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2412         (new_decoded_pad), (setup_subtitle), (array_has_value),
2413         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2414         (analyse_source), (remove_decoders), (make_decoder),
2415         (remove_source), (setup_source), (finish_source), (prepare_output),
2416         (gst_play_base_bin_change_state):
2417         * gst/playback/gstplaybasebin.h:
2418         Use more _CAST instead of full type checking casts.
2419         Small cleanups, plug some leaks.
2420         Handle dynamic sources.
2421         Add some helper functions to create lists of strings used for
2422         blacklisting and other stuff.
2423         Refactor some code dealing with analysing the source.
2424         Re-enable sources without pads (like cd:// or other selfcontained
2425         elements).
2426
2427 2006-09-28  Wim Taymans  <wim@fluendo.com>
2428
2429         * gst-libs/gst/audio/gstbaseaudiosink.c:
2430         (gst_base_audio_sink_render):
2431         When we have a timestamp, we can still perform clipping.
2432         When we have no clock, we must play the sample ASAP.
2433
2434 2006-09-28  Wim Taymans  <wim@fluendo.com>
2435
2436         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2437         Set caps on outgoing buffers.
2438
2439         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2440         (gst_video_rate_event), (gst_video_rate_chain):
2441         * gst/videorate/gstvideorate.h:
2442         Fix videorate some more. Fixes #357977
2443
2444 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2445
2446         * tests/check/elements/adder.c: (adder_suite):
2447           Don't set timeout to 6 seconds when we're running
2448           in valgrind ... (and how is 6 seconds longer than
2449           the default anyway?)
2450
2451 2006-09-28  Wim Taymans  <wim@fluendo.com>
2452
2453         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2454         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2455         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2456         Keep sink and src segment to keep track of time and support more
2457         input formats.
2458         Fix bogus next_offset and run_time calculation, don't understand how
2459         this could have worked before. Fixes #357976.
2460         Remove some unneeded vars.
2461
2462 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2463
2464         * gst/playback/gstplaybin.c: (remove_sinks):
2465           Only remove visualisation from visbin if there is a visbin (or:
2466           don't throw warnings when closing totem without playing a file).
2467
2468 2006-09-27  Wim Taymans  <wim@fluendo.com>
2469
2470         * gst-libs/gst/audio/gstbaseaudiosink.c:
2471         (gst_base_audio_sink_render):
2472         Add some more info in a WARNING.
2473
2474         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2475         (gst_base_audio_src_create):
2476         Handle PAUSE in create function, use new -core addition to
2477         wait for playing. Fixes pausing and resuming capture from an
2478         audiosrc.
2479
2480         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2481         (gst_ring_buffer_read):
2482         Constify some more.
2483         Caller supports interrupted reads now.
2484
2485 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2486
2487         * tests/check/Makefile.am:
2488           Another attempt to make the gen64 buildbot happy.
2489
2490 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2491
2492         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2493
2494         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2495         (gst_visual_chain), (gst_visual_change_state):
2496           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2497           correctly. Fixes #357800
2498
2499 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2500
2501         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2502           Add timeout to _get_state() so we see which pipeline it is
2503           that causes trouble on the gen64 build bot.
2504
2505 2006-09-27  Wim Taymans  <wim@fluendo.com>
2506
2507         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2508         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2509         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2510         (gst_base_rtp_depayload_set_gst_timestamp):
2511         the source pad always uses fixed caps.
2512
2513 2006-09-27  Wim Taymans  <wim@fluendo.com>
2514
2515         * docs/libs/gst-plugins-base-libs-docs.sgml:
2516         * docs/libs/gst-plugins-base-libs-sections.txt:
2517         * gst-libs/gst/audio/gstaudioclock.c:
2518         * gst-libs/gst/audio/gstaudioclock.h:
2519         * gst-libs/gst/audio/gstaudiosink.c:
2520         * gst-libs/gst/audio/gstaudiosink.h:
2521         * gst-libs/gst/audio/gstaudiosrc.c:
2522         * gst-libs/gst/audio/gstbaseaudiosink.c:
2523         (gst_base_audio_sink_render):
2524         * gst-libs/gst/audio/gstbaseaudiosink.h:
2525         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2526         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2527         * gst-libs/gst/audio/gstringbuffer.h:
2528         Added docs for the audio libs.
2529
2530 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2531
2532         * tests/check/Makefile.am:
2533           Temporarily disable test that fails on the bots for unknown reasons.
2534
2535 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2536
2537         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2538         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2539         Moved AudioCodecType into priv
2540         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2541
2542 2006-09-25  Wim Taymans  <wim@fluendo.com>
2543
2544         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2545         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2546         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2547         (new_pad):
2548         Cleanups and small leak fixes.
2549         Added Depayloaders to valid list of autopluggable elements.
2550
2551 2006-09-25  Wim Taymans  <wim@fluendo.com>
2552
2553         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2554         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2555         (gen_video_element), (gen_text_element), (gen_audio_element),
2556         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2557         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2558         Detect NO_PREROLL state change returns and disable clock distribution to
2559         the sinks so that sync is disabled.
2560         Avoid some type checking and do simple casts instead.
2561         Small cleanups, fix some FIXMEs.
2562         Be more robust when linking user specified elements, catch an report
2563         errors. Fixes #357404.
2564         Fix some leaks in the error paths.
2565
2566 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2567
2568         * ChangeLog:
2569           ChangeLog surgery for missing bug-number
2570
2571 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2572
2573         Patch by: Peter Kjellerstedt  <pkj at axis com>
2574
2575         * gst/playback/test.c:
2576           Fix compilation with uClibc and -Werror (#357591).
2577
2578 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2579
2580         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2581           Parse dates that are followed by a time as well (#357532).
2582
2583         * tests/check/libs/tag.c: (test_vorbis_tags):
2584           Add unit test for this.
2585
2586 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2587
2588         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2589         (gst_audio_convert_transform_caps):
2590         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2591         * gst/videotestsrc/videotestsrc.h:
2592           A few array const-ifications.
2593
2594 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2595
2596         * tests/check/Makefile.am:
2597           See if this makes the build bots happy.
2598
2599         * tests/check/libs/cddabasesrc.c:
2600           UTF8-ise my name.
2601
2602 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2603
2604         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2605
2606         * gst/subparse/samiparse.c: (handle_start_font),
2607         (fix_invalid_entities):
2608           More case-insensitivity for certain tags; recognise entities with
2609           decimal codes as special entities as well (#357330).
2610
2611 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2612
2613         * gst-libs/gst/Makefile.am:
2614           Need to build tag directory before cdda.
2615
2616 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2617
2618         * docs/libs/gst-plugins-base-libs-sections.txt:
2619         * gst-libs/gst/cdda/Makefile.am:
2620         * gst-libs/gst/cdda/gstcddabasesrc.c:
2621         (gst_cdda_base_src_base_init):
2622         * gst-libs/gst/cdda/gstcddabasesrc.h:
2623         * gst-libs/gst/tag/tag.h:
2624         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2625         (gst_tag_register_musicbrainz_tags):
2626           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2627           depend on libgsttag. This is required so we can extract/read tags like
2628           DISCID without depending on libgstcddabasesrc (which used to register
2629           them).
2630
2631         * gst-libs/gst/tag/gstvorbistag.c:
2632           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2633           tags (also see #347848).
2634
2635         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2636           Log vorbis comments we are actually writing. Const-ify array.
2637
2638 2006-09-23  Wim Taymans  <wim@fluendo.com>
2639
2640         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2641         Improve buffering a bit by avoiding a deadlock because we cannot assume
2642         the underrun is always called.
2643
2644 2006-09-23  Wim Taymans  <wim@fluendo.com>
2645
2646         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2647
2648         * gst-libs/gst/riff/riff-ids.h:
2649         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2650         (gst_riff_create_audio_template_caps):
2651         Added MPEG-4 AAC and id and caps. Fixes #357289
2652         Added WMA9 Lossless id.
2653
2654 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2655
2656         * ext/gnomevfs/gstgnomevfssrc.c:
2657           Fix misleading docs addition.
2658
2659         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2660           Get rid of compiler warning the right way.
2661
2662 2006-09-22  Wim Taymans  <wim@fluendo.com>
2663
2664         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2665         (gst_base_rtp_depayload_finalize),
2666         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2667         (gst_base_rtp_depayload_push_full),
2668         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2669         (gst_base_rtp_depayload_process),
2670         (gst_base_rtp_depayload_set_gst_timestamp),
2671         (gst_base_rtp_depayload_queue_release):
2672         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2673         Small cleanups.
2674         Fix some leaks.
2675         Refactored the process method and added methods to push from the process
2676         vmethod.
2677         Use _scale functions.
2678         API: gst_base_rtp_depayload_push_ts
2679         API: gst_base_rtp_depayload_push
2680
2681         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2682         timestamps are uint.
2683
2684 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2685
2686         * gst-libs/gst/interfaces/xoverlay.c:
2687           Remove unused statement from doc example.
2688
2689 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2690
2691         * gst-libs/gst/interfaces/videoorientation.c:
2692         (gst_video_orientation_iface_init),
2693         (gst_video_orientation_get_hflip),
2694         (gst_video_orientation_get_vflip),
2695         (gst_video_orientation_get_hcenter),
2696         (gst_video_orientation_get_vcenter),
2697         (gst_video_orientation_set_hflip),
2698         (gst_video_orientation_set_vflip),
2699         (gst_video_orientation_set_hcenter),
2700         (gst_video_orientation_set_vcenter):
2701           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2702           in ChangeLog)
2703
2704 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2705
2706         * tests/check/Makefile.am:
2707         * tests/check/elements/.cvsignore:
2708         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2709         (create_rgb_conversions), (rgb_conversion_free),
2710         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2711         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2712           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2713           but disable for now since it doesn't pass (something wrong with
2714           RGBA somewhere).
2715
2716 2006-09-21  Wim Taymans  <wim@fluendo.com>
2717
2718         * gst/playback/gstplaybasebin.c: (group_commit),
2719         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2720         (queue_out_of_data), (gen_preroll_element),
2721         (preroll_remove_overrun), (probe_triggered):
2722         Refactor handling of overrun detection.
2723         Separate handling of group completion and deadlock detection when doing
2724         network buffering. This should fix some deadlocks that were not detected
2725         because the group was completed.
2726         Add more comments, improve debugging.
2727
2728 2006-09-21  Wim Taymans  <wim@fluendo.com>
2729
2730         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2731         * tests/check/libs/audio.c:
2732         Some more compilation fixes.
2733
2734 2006-09-21  Wim Taymans  <wim@fluendo.com>
2735
2736         * gst-libs/gst/audio/gstringbuffer.c:
2737         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2738         (gst_ring_buffer_read):
2739         Early morning compilation fix.
2740
2741 2006-09-20  Wim Taymans  <wim@fluendo.com>
2742
2743         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2744         * tests/check/elements/multifdsink.c: (GST_START_TEST):
2745         * tests/check/elements/videorate.c: (GST_START_TEST):
2746         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2747         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2748         Fix some warnings.
2749
2750 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2751
2752         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2753         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2754         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2755           Handcrafted merge to help CVS understanding what I changed and what
2756           not.
2757
2758 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2759
2760         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2761         (gst_xvimagesink_get_times):
2762           change colorkey behaviour back according to #354773 comment 6/7
2763
2764 2006-09-19  Michael Smith  <msmith@fluendo.com>
2765
2766         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2767         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
2768         (gst_multi_fd_sink_recover_client),
2769         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
2770         (gst_multi_fd_sink_get_property):
2771         * gst/tcp/gstmultifdsink.h:
2772           Implement stubbed out properties unit-type, units-soft-max,
2773           units-max, to allow specifying maximum sizes in units other than
2774           buffers.
2775           Fixes #355935
2776
2777 2006-09-19  Wim Taymans  <wim@fluendo.com>
2778
2779         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2780         (gst_riff_create_audio_template_caps):
2781         Reorder the audio formats a bit for clarity.
2782         Detect and create caps for MSGSM and MSN (WAV49).
2783         Fixes #356596.
2784
2785         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2786         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2787         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2788         Small cleanups, move error handling out of normal flow for clarity.
2789
2790 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2791
2792         * docs/libs/gst-plugins-base-libs-docs.sgml:
2793         * docs/libs/gst-plugins-base-libs.types:
2794         * gst-libs/gst/interfaces/Makefile.am:
2795         * gst-libs/gst/interfaces/videoorientation.c:
2796         (gst_video_orientation_get_type),
2797         (gst_video_orientation_iface_init),
2798         (gst_video_orientation_get_hflip),
2799         (gst_video_orientation_get_vflip),
2800         (gst_video_orientation_get_hcenter),
2801         (gst_video_orientation_get_vcenter),
2802         (gst_video_orientation_set_hflip),
2803         (gst_video_orientation_set_vflip),
2804         (gst_video_orientation_set_hcenter),
2805         (gst_video_orientation_set_vcenter):
2806         * gst-libs/gst/interfaces/videoorientation.h:
2807           API: Add new interface to control video orientation (fixes #354908)
2808
2809 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2810
2811         * gst/videotestsrc/gstvideotestsrc.c:
2812           Use G_UNLIKELY in _create and log one more detail.
2813           
2814         (gst_video_test_src_get_times), (gst_video_test_src_create):
2815         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2816           Use gst_util_uint64_scale_int in _get_times().
2817
2818 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2819
2820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
2821           Give better warning message (add object and detail).
2822
2823 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2824
2825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2826         (gst_xvimagesink_get_times):
2827           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
2828           #354773), use gst_util_uint64_scale_int in _get_times()
2829
2830 2006-09-18  Michael Smith  <msmith@fluendo.com>
2831
2832         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
2833           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
2834           always true, leading to dropping all timestamps.
2835
2836 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2837
2838         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
2839         (gst_visual_chain), (gst_visual_change_state):
2840           update to work also with libvisual 0.4 API, fix double unref (#355914)
2841           
2842         * tools/gst-launch-ext.1.in:
2843         * tools/gst-visualise.1.in:
2844           remove references to old man-pages
2845
2846         * tests/examples/seek/seek.c: (main):
2847           add real meadi-buttons, add tool-tips for the seek-options, arrange
2848           seek options in a table
2849
2850 2006-09-18  Michael Smith  <msmith@fluendo.com>
2851
2852         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
2853         (gst_ogg_mux_push_buffer):
2854           Don't generate out-of-order timestamps from oggmux, instead clamp
2855           output timestamps to be >= the previously output ts.
2856           Fixes #355595
2857
2858 2006-09-18  Michael Smith  <msmith@fluendo.com>
2859
2860         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2861         (gst_multi_fd_sink_class_init):
2862           Updates, fixes, and typo corrections for multifdsink. No functional
2863           changes.
2864
2865 2006-09-17  Michael Smith  <msmith@fluendo.com>
2866
2867         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
2868           Don't crash on truncated files - check that we got an 8 byte buffer
2869           before trying to memcmp it.
2870
2871 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2872
2873         * gst/playback/gstplaybasebin.c: (get_active_source):
2874           Make stream-switching appear instant to the application
2875           (ie. make sure that a g_object_get on 'current-foo' returns
2876           the stream previously set with g_object_set(). Totem needs
2877           this to update stream-related meta-info (like audio-codec)
2878           correctly when switching streams.
2879
2880 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2881
2882         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
2883         (gst_alsa_mixer_ensure_track_list):
2884           Try harder to guess which mixer track is the master mixer
2885           track (instead of just taking the first one that has a pvolume).
2886           Fixes #342228.
2887
2888 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2889
2890         reviewed by: <delete if not using a buddy>
2891
2892         * gst-libs/gst/audio/audio.h:
2893         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
2894
2895 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2896
2897         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
2898         (gst_audio_convert_transform_caps):
2899           Get structure-name just once.
2900
2901 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2902
2903         * tests/check/elements/audioresample.c: (GST_START_TEST):
2904         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2905         * tests/check/elements/volume.c: (GST_START_TEST):
2906         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
2907         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
2908         (test_pipeline), (GST_START_TEST):
2909         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2910         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2911           Fix big batch of compiler warnings.
2912
2913 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2914
2915         * ext/gnomevfs/gstgnomevfssrc.c:
2916           Add docs about icydemux usage in connection with gnomevfssrc
2917
2918         * ext/libvisual/visual.c:
2919         * ext/ogg/gstoggaviparse.c:
2920         * ext/ogg/gstoggdemux.c:
2921         * ext/ogg/gstoggmux.c:
2922         * ext/ogg/gstoggparse.c:
2923         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2924         * gst-libs/gst/audio/gstaudiosink.c:
2925         * gst-libs/gst/audio/gstaudiosrc.c:
2926         * gst/audiorate/gstaudiorate.c:
2927           More G_OBJECT macro fixing.
2928
2929         * gst/audiotestsrc/gstaudiotestsrc.h:
2930           Fix wrong info in header due to copy & paste
2931
2932 2006-09-15  Wim Taymans  <wim@fluendo.com>
2933
2934         * gst-libs/gst/audio/gstbaseaudiosink.c:
2935         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
2936         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2937         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
2938         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
2939         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2940         Do the delay calculation in the source/sink base classes as this is
2941         specific for the capture/playback mode.
2942         Try to fixate a bit better, like round depth up to a multiple of 8
2943         bigger than width.
2944         Handle underruns correctly by marking DISCONT on buffers and adjusting
2945         timestamps to handle the gap.
2946         Set offset/offset_end correctly on buffers.
2947
2948         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
2949         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2950         (gst_ring_buffer_read):
2951         Remove resync and underrun recovery from the ringbuffer.
2952         Fix ringbuffer read code on under/overrun.
2953
2954 2006-09-15  Wim Taymans  <wim@fluendo.com>
2955
2956         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2957         (gst_play_base_bin_init), (fill_buffer), (check_queue),
2958         (queue_threshold_reached), (gst_play_base_bin_set_property),
2959         (gst_play_base_bin_get_property):
2960         * gst/playback/gstplaybasebin.h:
2961         Don't use a 0 low watermark when buffering, it is catching starvation
2962         way too late. Instead, use a 3 second queue with 30 and 95
2963         percent low/high watermarks. 
2964         Added queue-min-threshold property to configure low watermark.
2965         Use new _buffering message API.
2966         Make queue_threshold variable big enough to store a uint64 time value.
2967         API: playbin::queue-min-threshold property.
2968
2969 2006-09-15  Wim Taymans  <wim@fluendo.com>
2970
2971         * configure.ac:
2972         We require 0.10.10.1 now because of _wait_preroll().
2973
2974         * gst-libs/gst/audio/gstbaseaudiosink.c:
2975         (gst_base_audio_sink_render):
2976         Use gst_base_sink_wait_preroll().
2977
2978 2006-09-15  Wim Taymans  <wim@fluendo.com>
2979
2980         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
2981         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
2982         Use DEBUG_OBJECT more.
2983
2984 === release 0.10.10 ===
2985
2986 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2987
2988         patch by: Michael Smith <msmith at fluendo dot com>
2989
2990         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
2991         (gst_multi_fd_sink_client_queue_buffer),
2992         (gst_multi_fd_sink_new_client):
2993         * tests/check/elements/multifdsink.c: (GST_START_TEST),
2994         (multifdsink_suite):
2995           Fix implementation of sync-method 'next-keyframe'
2996           Closes #354594
2997
2998 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2999
3000         patch by: Wim Taymans <wim at fluendo dot com>
3001
3002         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3003         This patch removes the RANDOM flag that was incorrectly introduced with
3004         revision 1.91.  Fixes #354590
3005
3006 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3007
3008         * tests/check/Makefile.am:
3009           Random variation in Makefile line to see if it makes the
3010           gen64-base-full bot any happier.
3011
3012 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3013
3014         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3015           Disable test that fails at the moment (killed after timeout).
3016
3017 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3018
3019         Patch by: James Livingston  <doclivingston at gmail.com>
3020
3021         * tests/check/Makefile.am:
3022         * tests/check/pipelines/.cvsignore:
3023         * tests/check/pipelines/oggmux.c: (get_page_codec),
3024         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3025         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3026         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3027         (test_theora_vorbis), (oggmux_suite):
3028           Add simple unit test for oggmux from #337026 with checking for the
3029           EOS flags disabled for the time being.
3030
3031 2006-09-04  Wim Taymans  <wim@fluendo.com>
3032
3033         patch by: Alessandro Dessina <alessandro nnva org>
3034
3035         * ext/ogg/gstoggmux.c:
3036         Add cmml caps to oggmux. Fixes #353912
3037
3038 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3039
3040         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3041           Returning a return value often helps. In this case, we
3042           don't need the return value anyway, so just get rid of it.
3043           Should make build bots much happier.
3044
3045 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3046
3047         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3048         (paint_get_structure), (gst_video_test_src_get_size),
3049         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3050         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3051         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3052         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3053         * gst/videotestsrc/videotestsrc.h:
3054           Add support for AYUV and the various RGBA formats. Initialise
3055           fields of paintinfo structs allocated on the stack.
3056
3057         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3058         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3059         (check_rgb_buf), (videotestsrc_suite):
3060           Add unit tests for videotestsrc's RGB output.
3061
3062 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3063
3064         * gst/videotestsrc/gstvideotestsrc.c:
3065         (gst_video_test_src_pattern_get_type),
3066         (gst_video_test_src_set_pattern):
3067         * gst/videotestsrc/gstvideotestsrc.h:
3068         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3069         (gst_video_test_src_black), (gst_video_test_src_white),
3070         (gst_video_test_src_red), (gst_video_test_src_green),
3071         (gst_video_test_src_blue):
3072         * gst/videotestsrc/videotestsrc.h:
3073           Add more uni-colour patterns ("white", "red", "green", and "blue").
3074
3075 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3076
3077         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3078           Fix stride for YVYU, should be word-aligned (#353658).
3079
3080 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3081
3082         * gst/adder/gstadder.c: (gst_adder_src_event):
3083           Fix build.
3084
3085 2006-08-31  Edward Hervey  <edward@fluendo.com>
3086
3087         * gst/adder/gstadder.c: (forward_event_func),
3088         (gst_adder_src_event), (gst_adder_collected),
3089         (gst_adder_change_state):
3090         * gst/adder/gstadder.h:
3091         Remember the start position asked in the incoming seeks, so we can
3092         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3093         of assuming it will always be 0).
3094
3095 2006-08-31  Edward Hervey  <edward@fluendo.com>
3096
3097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3098         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3099         (gst_ogg_demux_loop):
3100         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3101
3102 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3103
3104         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3105         (gst_ffmpegcsp_get_unit_size):
3106           Return FALSE instead of returning a random false unit
3107           size when the format isn't known/supported (even if
3108           this shouldn't happen under normal circumstances).
3109
3110 2006-08-29  Wim Taymans  <wim@fluendo.com>
3111
3112         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3113
3114         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3115         (gst_gnome_vfs_src_start):
3116         Try harder to get the size from a uri by using _info_uri() when
3117         _info_from_handle() does not give us enough info. 
3118         Also follow symlinks when getting the size.
3119         Partially Fixes #332864.
3120
3121 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3122
3123         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3124
3125         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3126         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3127         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3128         (gst_alsa_mixer_set_record):
3129         * ext/alsa/gstalsamixertrack.c:
3130         (gst_alsa_mixer_track_update_alsa_capabilities),
3131         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3132         (gst_alsa_mixer_track_update):
3133         * ext/alsa/gstalsamixertrack.h:
3134           Improve and fix mixer track handling, in particular better handling
3135           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3136           separate track objects for tracks that have both capture and playback
3137           volume (and label them differently as well so they're not mistakenly
3138           assumed to be duplicates); classify mixer tracks that only affect
3139           the audible volume of something (rather than the capture volume)
3140           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3141           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3142           (following the meaning documented in the mixer interface header
3143           file); add support for alsa's exclusive cswitch groups; update/sync
3144           state/flags better if mixer settings are changed by another
3145           application. Fixes #336075.
3146
3147 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3148
3149         * gst/playback/gstplaybin.c:
3150           Improve docs: add section about BUFFERING messages sent by playbin.
3151
3152 2006-08-29  Michael Smith  <msmith@fluendo.com>
3153
3154         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3155         (gst_vorbis_enc_buffer_check_discontinuous),
3156         (gst_vorbis_enc_chain):
3157           Ignore explicit DISCONT marked on buffers (which is often spurious,
3158           particularly when using multiple segments), in favour of solely
3159           using the timestamps/durations.
3160
3161 2006-08-29  Edward Hervey  <edward@fluendo.com>
3162
3163         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3164         Don't rely on incoming buffers offset anymore, since it is completely
3165         broken when using multiple segments.
3166         Instead convert the incoming buffers timestamp to running time, and
3167         then convert that value to the offsets.
3168         Also inform GstSegment of the last outputted stop position, which is
3169         needed if we received several segments with an unknown stop value.
3170
3171 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3172
3173         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3174           fix buffer unreffing on a header push failure
3175
3176 2006-08-28  Wim Taymans  <wim@fluendo.com>
3177
3178         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3179         (gst_audio_rate_chain):
3180         Make the metadata of the buffer writable before changing its
3181         flags.
3182
3183 2006-08-28  Wim Taymans  <wim@fluendo.com>
3184
3185         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3186         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3187         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3188         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3189         Fix audiorate some more.
3190         Reset and resync counters on flush and READY.
3191         Handle the DISCONT flag correctly.
3192         Use GstSegment to track position.
3193         Fail when not negotiated.
3194         Fixes #353234.
3195
3196 2006-08-25  Michael Smith  <msmith@fluendo.com>
3197
3198         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3199           Fix spelling.
3200           Remove accidently included debug line.
3201
3202 2006-08-25  Wim Taymans  <wim@fluendo.com>
3203
3204         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3205         Small cleanups.
3206         If a buffer is received with no caps, make the buffer metadata
3207         writable and set the caps, making sure that we don't screw up the
3208         refcounts.
3209
3210 2006-08-25  Michael Smith  <msmith@fluendo.com>
3211
3212         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3213         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3214           Fix memory leaks and misleading debug messages, add a couple of
3215           comments.
3216
3217         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3218         (gst_multi_fd_sink_render):
3219           Do not use gst_buffer_make_writable() in a basesink render method,
3220           as it may incorrectly unref the buffer. Instead, use convoluted
3221           dance to avoid copying the buffer except when we need to.
3222
3223 2006-08-25  Michael Smith  <msmith@fluendo.com>
3224
3225         * ext/vorbis/vorbisenc.c:
3226         (gst_vorbis_enc_buffer_check_discontinuous):
3227           Allow very small discontinuities in the timestamps. These we can't
3228           do anything useful with anyway (because vorbis's timestamps have
3229           only sample granularity), and are commonly produced by elements with
3230           minor bugs. Allow up to 1/2 a sample out.
3231           Fixes #351742.
3232
3233 2006-08-24  Wim Taymans  <wim@fluendo.com>
3234
3235         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3236         (play_scrub_toggle_cb), (main):
3237         Add a checkbox to enable play scrubbing. Makes it possible to disable
3238         normal scrubbing.
3239
3240 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3241
3242         * tests/check/elements/.cvsignore:
3243           make buildbot happy
3244
3245 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3246
3247         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3248         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3249         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3250         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3251         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3252         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3253         (gst_ogm_text_parse_strip_trailing_zeroes),
3254         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3255         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3256           Refactor ogm parse, do better input checking, misc. clean-ups.
3257           Cache incoming events and push them once the source pad has
3258           been created. Don't pass unterminated strings to sscanf().
3259           Strip trailing zeroes from subtitle text output, since they
3260           are not valid UTF-8. Don't push vorbiscomment packets on
3261           the subtitle text pad. Output perfect streams if possible.
3262
3263 2006-08-23  Wim Taymans  <wim@fluendo.com>
3264
3265         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3266         Waits for tasks to settle down so that we clean up correctly for 
3267         valgrind.
3268
3269 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3270
3271         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3272           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3273           actually return return value in taglists_are_equal.
3274
3275 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3276
3277         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3278           Fix crash due to broken bitstream parsing on x86-64: can't make
3279           any assumptions about sizeof(struct) due to alignment/packing
3280           differences on different architectures. Fixes #351790.
3281
3282 2006-08-22  Wim Taymans  <wim@fluendo.com>
3283
3284         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3285         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3286         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3287         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3288         (gst_riff_parse_info):
3289         Protect public functions against bad input.
3290         Do some cleanups.
3291         Fix documentation.
3292
3293 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3294
3295         * gst-libs/gst/riff/riff-ids.h:
3296         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3297           Add voxware audio IDs (even if we can't play it) (#351795).
3298
3299 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3300
3301         * gst-libs/gst/riff/riff-media.c:
3302         (gst_riff_create_video_template_caps),
3303         (gst_riff_create_audio_template_caps),
3304         (gst_riff_create_iavs_template_caps):
3305           Const-ify some arrays and use G_N_ELEMENTS instead
3306           of wasting oodles of RAM on terminator bits.
3307
3308 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3309
3310         * gst-libs/gst/tag/gstvorbistag.c:
3311         (gst_tag_list_to_vorbiscomment_buffer):
3312         * tests/check/libs/tag.c: (GST_START_TEST):
3313           And the same for _to_vorbiscomment_buffer(): allow
3314           id_data_len == 0 for speex.
3315
3316 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3317
3318         * configure.ac:
3319         * docs/plugins/Makefile.am:
3320         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3321         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3322         * docs/plugins/inspect/plugin-gdp.xml:
3323         * gst/gdp/Makefile.am:
3324         * tests/check/Makefile.am:
3325           Move GDP plugin to -base from -bad.  Closes #347783.
3326
3327 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3328
3329         * gst-libs/gst/tag/gstvorbistag.c:
3330         (gst_tag_list_from_vorbiscomment_buffer):
3331           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3332           Also add some checks to make sure we don't memcmp() beyond the end of
3333           vorbiscomment buffer if the ID to check for is larger than the buffer.
3334
3335         * tests/check/libs/tag.c: (GST_START_TEST):
3336           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3337
3338 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3339
3340         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3341         (gst_vorbis_enc_set_metadata):
3342           Use vorbis comment utility functions from libgsttag
3343           instead of re-inventing the wheel (partially fixes #347091).
3344
3345 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3346
3347         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3348         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3349         as some that won't.
3350
3351 2006-08-21  Wim Taymans  <wim@fluendo.com>
3352
3353         * docs/libs/Makefile.am:
3354         * docs/libs/gst-plugins-base-libs-sections.txt:
3355         * docs/libs/gst-plugins-base-libs.types:
3356         Don't try to GObject scan the netbuffer as it's not a GObject.
3357         Fixes #351308.
3358
3359         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3360         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3361         Document GstNetBuffer.
3362
3363 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3364
3365         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3366         (audioconvert_suite):
3367           Add testcase for caps-size-explosion
3368
3369 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3370
3371         * gst/audioconvert/gstaudioconvert.c:
3372         (gst_audio_convert_get_unit_size), (set_structure_widths):
3373           Lower debug, use g_assert in _get_unit_size
3374
3375         * gst/audioresample/gstaudioresample.c:
3376         (audioresample_get_unit_size):
3377         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3378         (gst_ffmpegcsp_get_unit_size):
3379         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3380           use g_assert in _get_unit_size
3381
3382 2006-08-18  Wim Taymans  <wim@fluendo.com>
3383
3384         * docs/libs/gst-plugins-base-libs-sections.txt:
3385         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3386         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3387         (gst_rtp_buffer_get_payload_buffer):
3388         * gst-libs/gst/rtp/gstrtpbuffer.h:
3389         Document GstRTPBuffer.
3390         Added function to efficiently strip payload headers.
3391         API: gst_rtp_buffer_get_payload_subbuffer()
3392
3393 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3394
3395         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3396         (gst_tag_to_vorbis_comments):
3397           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3398           tags and deserialise them properly as well (#347091).
3399           Add some more gtk-doc blurbs and also some g_return_if_fail().
3400
3401         * tests/check/libs/tag.c: (GST_START_TEST),
3402         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3403           More tests.
3404
3405 2006-08-17  Wim Taymans  <wim@fluendo.com>
3406
3407         * ext/ogg/Makefile.am:
3408         * ext/ogg/gstogg.c: (plugin_init):
3409         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3410         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3411         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3412         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3413         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3414         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3415         Added ogg-in-avi parser element. Fixes #140139.
3416
3417         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3418         Fixed a bug in oggdemux debug code.
3419
3420         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3421         (gst_riff_create_audio_template_caps):
3422         Recognise Ogg in the AVI extensible wave format.
3423
3424 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3425
3426         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3427           Make buffer durations add up (duration should be next_ts-ts for
3428           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3429           from CVS.
3430
3431         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3432         (test_buffer_timestamps), (cddabasesrc_suite):
3433           Add unit test for the above.
3434
3435         * tests/check/Makefile.am:
3436           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3437           to see what happens.
3438
3439 2006-08-16  Wim Taymans  <wim@fluendo.com>
3440
3441         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3442         (gst_alsasink_open):
3443         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3444         (gst_alsasrc_open):
3445         Avoid setting and using a NULL device name.
3446         Print more info when we fail to open a device.
3447
3448 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3449
3450         * docs/libs/gst-plugins-base-libs-sections.txt:
3451         * gst-libs/gst/tag/tag.h:
3452         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3453           API: add gst_tag_parse_extended_comment() (#351426).
3454
3455         * tests/check/Makefile.am:
3456         * tests/check/libs/.cvsignore:
3457         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3458           Add unit test for gst_tag_parse_extended_comment().
3459
3460 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3461
3462         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3463         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3464           Fix leak (#351502).
3465
3466 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3467
3468         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3469         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3470         * docs/plugins/gst-plugins-base-plugins.args:
3471         * gst/playback/gstplaybin.c:
3472           Document playbin.
3473           
3474         * docs/plugins/inspect/plugin-adder.xml:
3475         * docs/plugins/inspect/plugin-alsa.xml:
3476         * docs/plugins/inspect/plugin-audioconvert.xml:
3477         * docs/plugins/inspect/plugin-audiorate.xml:
3478         * docs/plugins/inspect/plugin-audioresample.xml:
3479         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3480         * docs/plugins/inspect/plugin-cdparanoia.xml:
3481         * docs/plugins/inspect/plugin-decodebin.xml:
3482         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3483         * docs/plugins/inspect/plugin-gnomevfs.xml:
3484         * docs/plugins/inspect/plugin-ogg.xml:
3485         * docs/plugins/inspect/plugin-pango.xml:
3486         * docs/plugins/inspect/plugin-playbin.xml:
3487         * docs/plugins/inspect/plugin-subparse.xml:
3488         * docs/plugins/inspect/plugin-tcp.xml:
3489         * docs/plugins/inspect/plugin-theora.xml:
3490         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3491         * docs/plugins/inspect/plugin-video4linux.xml:
3492         * docs/plugins/inspect/plugin-videorate.xml:
3493         * docs/plugins/inspect/plugin-videoscale.xml:
3494         * docs/plugins/inspect/plugin-videotestsrc.xml:
3495         * docs/plugins/inspect/plugin-volume.xml:
3496         * docs/plugins/inspect/plugin-vorbis.xml:
3497         * docs/plugins/inspect/plugin-ximagesink.xml:
3498         * docs/plugins/inspect/plugin-xvimagesink.xml:
3499           Update to CVS version.
3500
3501 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3502
3503         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3504         (gst_play_bin_set_property), (gst_play_bin_get_property),
3505         (value_list_append_structure_list),
3506         (gst_play_bin_handle_redirect_message),
3507         (gst_play_bin_handle_message):
3508           API: GstPlayBin::connection-speed
3509           Add "connection-speed" property; re-order redirect messages with
3510           multiple redirect locations depending on the minimum bitrate if
3511           that information is available and a connection speed is set
3512           (#350399).
3513
3514 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3515
3516         * gst/playback/gstplaybin.c:
3517           Update max volume to the same value that the volume element uses.
3518
3519 2006-08-14  Wim Taymans  <wim@fluendo.com>
3520
3521         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3522         Less uglyness..
3523
3524 2006-08-14  Wim Taymans  <wim@fluendo.com>
3525
3526         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3527         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3528         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3529         Add some more debug info.
3530         Don't crash when a seek failed.
3531         Actually return the result of the seek instead of TRUE.
3532         Ignore multiple BOS pages with the same serial so that we don't create
3533         the same stream multiple times.
3534         Post an error when we fail to do the initial seek.
3535
3536 2006-08-13  Wim Taymans  <wim@fluendo.com>
3537
3538         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3539         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3540         Small code cleanup.
3541
3542         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3543         (gst_alsa_mixer_new):
3544         Remove hack that always set the device to hw:0*.
3545         Properly find the card name for whatever device was configured.
3546         Do some better debugging.
3547         Fixes #350784.
3548
3549         * ext/alsa/gstalsamixerelement.c:
3550         (gst_alsa_mixer_element_set_property),
3551         (gst_alsa_mixer_element_change_state):
3552         Cleanups.
3553         Handle setting of a NULL device name better.
3554
3555 2006-08-11  Wim Taymans  <wim@fluendo.com>
3556
3557         * gst/adder/gstadder.c:
3558         Don't clip float values. Fixes #350900.
3559
3560 2006-08-11  Andy Wingo  <wingo@pobox.com>
3561
3562         * gst/tcp/gsttcp.c: Really fix the build?
3563
3564         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3565         fixes the build.
3566
3567 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3568
3569         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3570           Float caps shouldn't have a "signed" field.
3571
3572 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3573
3574         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3575           Implement SEEKING query in its most basic form, so that we can
3576           at least check if we're seekable or not (#350655).
3577
3578 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3579
3580         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3581           The checks here are not even close to anything that would
3582           justify MAXIMUM probability, lowering to POSSIBLE until someone
3583           fixes the checks (case at hand: quicktime redirection files
3584           might start with 00 00 01 XX and pass the checks here just
3585           fine, see #350399).
3586
3587 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3588
3589         Patch by: Sjoerd Simons  <sjoerd at luon net>
3590
3591         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3592           Better detection for multipart/x-mixed-replace: accept leading
3593           whitespaces before the boundary marker as well (as our very own
3594           multipartmux used to produce) (#349068).
3595
3596 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3597
3598         Patch by: Young-Ho Cha  <ganadist at chollian net>
3599
3600         * gst-libs/gst/riff/riff-ids.h:
3601         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3602         (gst_riff_create_audio_template_caps):
3603           Detect DTS audio streams (#350157).
3604
3605 2006-08-05  Andy Wingo  <wingo@pobox.com>
3606
3607         * ext/theora/gsttheoraparse.h:
3608         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3609         (theora_parse_dispose, theora_parse_set_property)
3610         (theora_parse_get_property, theora_parse_munge_granulepos)
3611         (theora_parse_push_buffer, theora_parse_change_state):
3612         API: GstTheoraParse::synchronization-points
3613         Add a property 'synchronization-points' to fix badly synchronized oggs.
3614
3615 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3616
3617         * tests/check/Makefile.am:
3618         * tests/check/libs/.cvsignore:
3619         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3620         (fixed_caps_have_channel_positions), (GST_START_TEST),
3621         (audio_suite), (main):
3622           Add a few tests for the channel position stuff in libgstaudio.
3623
3624 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3625
3626         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3627         (gst_alsa_detect_channels):
3628         * ext/alsa/gstalsasink.c:
3629           Add support for cards that (only) do more than 8 channels,
3630           like the Delta 44 (#345188).
3631
3632         * gst-libs/gst/audio/multichannel.c:
3633         (gst_audio_check_channel_positions):
3634         * gst-libs/gst/audio/multichannel.h:
3635           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3636           unspecified channel position and cannot be combined with any
3637           of the other audio channel positions; adjust position layout
3638           checks accordingly (#345188).
3639
3640 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3641
3642         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3643           Recognise ancient RealAudio files (see #349779).
3644
3645 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3646
3647         Patch by: Jens Granseuer  <jensgr at gmx net>
3648
3649         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3650           Add typefinder for Interplay's MVE format (#348973).
3651
3652 2006-08-02  Wim Taymans  <wim@fluendo.com>
3653
3654         Patch by: Marcel Moreaux <marcelm at luon dot net>
3655
3656         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3657         (gst_base_rtp_depayload_add_to_queue):
3658         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3659         Handle RTP sequence number rollover.
3660         Disable jitterbuffer by default.
3661
3662 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3663
3664         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3665         (audioresample_set_caps):
3666         Don't leak references to the incoming caps. Clean them up when
3667         stopping.
3668
3669         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3670         (gst_video_scale_finalize):
3671         Don't leak our temporary pixel buffer.
3672
3673         * tests/check/Makefile.am:
3674         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3675         (GST_START_TEST), (simple_launch_lines_suite):
3676
3677         Fix leaks and re-enable the test for valgrind checking.
3678
3679 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3680
3681         Patch by: Sjoerd Simons  <sjoerd at luon net>
3682
3683         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3684         (plugin_init):
3685           Add typefind function for multipart/x-mixed-replace (#348916).
3686
3687 2006-07-28  Wim Taymans  <wim@fluendo.com>
3688
3689         * gst/adder/gstadder.c: (gst_adder_setcaps),
3690         (gst_adder_query_duration):
3691         Fix leak in duration query.
3692         Reflow some docs and notes.
3693
3694 2006-07-28  Michael Smith  <msmith@fluendo.com>
3695
3696         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3697         (vorbisenc_suite):
3698           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3699           aspect of it.
3700
3701 2006-07-28  Michael Smith  <msmith@fluendo.com>
3702
3703         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3704         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3705         (gst_vorbis_enc_push_buffer),
3706         (gst_vorbis_enc_buffer_check_discontinuous),
3707         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3708         * ext/vorbis/vorbisenc.h:
3709           Handle discontinuities in the input vorbis stream correctly,
3710           so that the output is properly timestamped (and has good granulepos
3711           values). Needs some oggmux fixes too.
3712
3713 2006-07-27  Wim Taymans  <wim@fluendo.com>
3714
3715         patch by: Kai Vehmanen <kv2004 eca cx>
3716
3717         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3718         (gst_base_rtp_depayload_chain),
3719         (gst_base_rtp_depayload_handle_sink_event),
3720         (gst_base_rtp_depayload_change_state):
3721         Don't send multiple newsegments with different formats.
3722         Fixes #348677.
3723
3724 2006-07-26  Wim Taymans  <wim@fluendo.com>
3725
3726         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3727         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3728         Make seeking in ogg more accurate again by doing the more correct
3729         granuletime to stream time conversion.
3730
3731 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3732
3733         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3734         (gst_multi_fd_sink_new_client):
3735           debug a little more understandably
3736           do not use goto as a substitute for break, especially if
3737           break is also being used
3738
3739 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
3740
3741         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3742         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3743           Remove GLib-2.6 compatibility cruft.
3744
3745 2006-07-24  Wim Taymans  <wim@fluendo.com>
3746
3747         * gst-libs/gst/audio/gstbaseaudiosink.c:
3748         (gst_base_audio_sink_render):
3749         Don't try to align a sample to an unknown value.
3750
3751 2006-07-24  Wim Taymans  <wim@fluendo.com>
3752
3753         * gst-libs/gst/audio/gstbaseaudiosink.c:
3754         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3755         When the audio clock is slaved to another clock, never try to align
3756         samples but trust the rate interpolation algorithm.
3757
3758 2006-07-24  Wim Taymans  <wim@fluendo.com>
3759
3760         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3761         Don't try to calculate silence samples, base class does this much
3762         better now.
3763
3764         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3765         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
3766         (gst_ring_buffer_acquire):
3767         Calculate silence samples correctly.
3768
3769         * gst-libs/gst/audio/gstringbuffer.h:
3770         Add _CAST macro.
3771
3772 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
3773
3774         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
3775           Limit search for the first markup tag to the first few kB of
3776           the file. If we don't find one there, it's highly unlikely that
3777           this is an XML(-ish) file.
3778
3779 2006-07-21  Andy Wingo  <wingo@pobox.com>
3780
3781         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
3782         test to the one in vorbisenc. Also commented out.
3783
3784         * tests/check/pipelines/vorbisenc.c: 
3785         (test_discontinuity): New test, commented out until Mike lands
3786         some elite vorbisenc patches.
3787
3788         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
3789         Bufferstraw was actually factored out of these tests. Now we share
3790         code yay.
3791
3792         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
3793         for bufferstraw addition to gstcheck.
3794
3795 2006-07-21  Wim Taymans  <wim@fluendo.com>
3796
3797         * ext/theora/theoradec.c: (clip_buffer):
3798         Better clipping.
3799
3800 2006-07-21  Wim Taymans  <wim@fluendo.com>
3801
3802         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3803         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3804         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
3805         Fix leak.
3806         Avoid type casting when we can.
3807
3808         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
3809         Fix mem leak.
3810
3811 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
3812
3813         * ext/alsa/gstalsamixerelement.c:
3814         (gst_alsa_mixer_element_change_state):
3815           Make state change fail if the specified device can't be opened
3816           for some reason.
3817
3818 2006-07-20  Wim Taymans  <wim@fluendo.com>
3819
3820         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3821         (cb_newpad), (main):
3822         Example of a small audio/video player using decodebin.
3823
3824 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
3825
3826         * gst-libs/gst/riff/riff-ids.h:
3827           Add 'fact' chunk id
3828
3829 2006-07-19  Wim Taymans  <wim@fluendo.com>
3830
3831         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3832         (gst_base_rtp_depayload_chain),
3833         (gst_base_rtp_depayload_change_state):
3834         Don't assert when not negotiated but post a meaningfull 
3835         error message. Fixes #347918.
3836
3837         * gst-libs/gst/rtp/gstbasertppayload.c:
3838         Add comment about better default MTU size.
3839
3840         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
3841         Small cleanups, start docs.
3842
3843 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3844
3845         Patch by: Martin Szulecki
3846
3847         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
3848           If "device-name" is requested and the device is not
3849           open, try to temporarily open it to obtain this
3850           information (#342494).
3851
3852 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3853
3854         * gst-libs/gst/tag/gstid3tag.c:
3855           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
3856
3857         * gst-libs/gst/tag/gsttageditingprivate.h:
3858         * gst-libs/gst/tag/gstvorbistag.c:
3859           Some more random const-ifications.
3860
3861 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
3862
3863         * gst-libs/gst/riff/riff-ids.h:
3864         * gst-libs/gst/riff/riff-media.c:
3865         (gst_riff_create_video_template_caps):
3866           Add more FOURCCs (sort list to make stuff easier to find),
3867           add comment what those 16 bytes in struct _gst_riff_strh according to
3868           one avi-dumper are
3869
3870 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3871
3872         * gst-libs/gst/audio/multichannel.c:
3873         (gst_audio_check_channel_positions),
3874         (gst_audio_fixate_channel_positions):
3875           Const-ify two arrays.
3876
3877 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3878
3879         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
3880           Fix typo, so that alsasink also advertises 8 channels
3881           if that's supported (tags: can, worms, open, alsa, ph34r).
3882
3883 2006-07-17  Wim Taymans  <wim@fluendo.com>
3884
3885         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3886         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
3887         *sigh*, when is the compiler going to warn when the comments
3888         are out-of-sync with the code.. Refix case of busted theora
3889         headers with 0 granule pos.
3890
3891 2006-07-14  Wim Taymans  <wim@fluendo.com>
3892
3893         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3894         (gst_base_rtp_depayload_wait),
3895         (gst_base_rtp_depayload_change_state),
3896         (gst_base_rtp_depayload_set_property),
3897         (gst_base_rtp_depayload_get_property):
3898         Fix 99% cpu load by waiting for absolute times on the
3899         clock. Fixes #347300.
3900
3901 2006-07-14  Andy Wingo  <wingo@pobox.com>
3902
3903         * ext/theora/gsttheoraparse.h: 
3904         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
3905         (theora_parse_push_headers, theora_parse_clear_queue)
3906         (theora_parse_drain_queue_prematurely, )
3907         (theora_parse_sink_event, theora_parse_change_state): Queue events
3908         until we initialized our state, like in vorbisparse.
3909
3910         * ext/vorbis/vorbisparse.h: 
3911         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
3912         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
3913         (vorbis_parse_drain_queue_prematurely, )
3914         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
3915         until we have initialized our state. Fixes seeking after an
3916         initial pad block.
3917
3918 2006-07-14  Andy Wingo  <wingo@pobox.com>
3919
3920         Patch by: Iain Holmes <iaingnome@gmail.com>
3921         
3922         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
3923
3924 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
3925
3926         * configure.ac:
3927         Bump nano back to CVS
3928
3929 === release 0.10.9 ===
3930
3931 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
3932
3933         * configure.ac:
3934           releasing 0.10.9, "I walk the line"
3935
3936 2006-07-14  Michael Smith  <msmith@fluendo.com>
3937
3938         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
3939           Move a g_cond_signal to earlier to avoid sometimes deadlocking
3940           (commonly happens when running this test under valgrind) when trying
3941           to remove the buffer probe.
3942
3943 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3944
3945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3946         Fix missing g_unlock from the previous commit
3947
3948 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3949
3950         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3951         (gst_ximagesink_change_state):
3952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3953         (gst_xvimagesink_change_state):
3954         Implement a locking order to ensure we always take the object lock
3955         before the x_lock and never vice-versa.
3956
3957 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3958
3959         * gst/playback/gstdecodebin.c: (find_compatibles):
3960         Fix a caps leak when linking (#347304)
3961
3962         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3963         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
3964         (gst_ximagesink_change_state):
3965         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3966         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
3967         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3968         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
3969         Don't leak shared memory resources. Use the object lock to protect
3970         against the xcontext disappearing while returning a buffer from the
3971         pipeline. (#347304)
3972
3973 2006-07-12  Edward Hervey  <edward@fluendo.com>
3974
3975         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
3976         (vorbis_handle_comment_packet):
3977         gst_tag_list_merge() returns a new object. Take that into account when
3978         using it. This avoids memleak.
3979         Revert previous commit which is not needed.
3980
3981 2006-07-12  Edward Hervey  <edward@fluendo.com>
3982
3983         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
3984         Reset the decoder in finalize so that all fields get cleared.
3985
3986 2006-07-12  Wim Taymans  <wim@fluendo.com>
3987
3988         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3989         (gst_base_audio_src_set_clock),
3990         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
3991         Don't try to post an error message when setting the clock fails
3992         as this can happen when adding an element to a bin which will then
3993         deadlock. Fixes #347296.
3994
3995 2006-07-12  Edward Hervey  <edward@fluendo.com>
3996
3997         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
3998         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
3999         (vorbis_handle_type_packet):
4000         Post tag messages on the bus even if we're not initialized.
4001         If we're not initialized, we still postpone the event pushing of tags.
4002
4003 2006-07-12  Wim Taymans  <wim@fluendo.com>
4004
4005         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4006         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4007         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4008         Revert last two changes that broke the freeze.
4009
4010 2006-07-12  Wim Taymans  <wim@fluendo.com>
4011
4012         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4013         basesink calculates silence sample correctly for us.
4014
4015 2006-07-12  Wim Taymans  <wim@fluendo.com>
4016
4017         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4018         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4019         Calculate correct silence samples so we don't fill our ringbuffer
4020         with noise.
4021
4022 2006-07-12  Edward Hervey  <edward@fluendo.com>
4023
4024         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4025         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4026         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4027         * ext/vorbis/vorbisdec.h:
4028         Delay sending events (newsegment, tags) until the decoder is properly
4029         initialized.
4030         Fixes #347295
4031
4032 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4033
4034         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4035         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4036           Patch from #347221 adding a test for audioconvert
4037           channel remappings.
4038
4039 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4040
4041         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4042         (gst_ssa_parse_parse_line):
4043           Don't include the terminating NUL in the buffer size,
4044           it's only there for extra paranoia (would add random
4045           '*' characters at the end of each subtitle since the
4046           terminator itself is not valid UTF-8 technically).
4047           Also fix indenting after boilerplate macro.
4048
4049 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4050
4051         * gst/playback/gstdecodebin.c: (close_pad_link):
4052           Also emit 'unknown-type' signal (which should really be
4053           called unhandled-type) if we found potential decoders/demuxers
4054           in the registry but none of them worked in the end (as in the
4055           case where the plugins don't exist any longer but are still
4056           listed in the registry). Fixes #329798.
4057
4058 2006-07-08  Andy Wingo  <wingo@pobox.com>
4059
4060         * theoraparse.c (theora_parse_push_buffer)
4061         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4062         Add some more debugging. Fix granulepos reconstruction in the face
4063         of discontinuities.
4064
4065 2006-07-06  Wim Taymans  <wim@fluendo.com>
4066
4067         * gst-libs/gst/audio/gstbaseaudiosink.c:
4068         (gst_base_audio_sink_class_init),
4069         (gst_base_audio_sink_provide_clock):
4070         Use gobject_class instead of G_OBJECT_CLASS (klass)
4071
4072         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4073         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4074         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4075         (gst_base_audio_src_get_time),
4076         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4077         (gst_base_audio_src_create_ringbuffer):
4078         Fix latency and buffer-time constants and properties ala basesink.
4079         Implement pull based scheduling. Fixes #346527.
4080         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4081         one segment.
4082         Refuse slaving to another clock instead of silently not working.
4083         Only provide a clock when we are actually able to do so.
4084         Various small cleanups and compiler hints.
4085
4086 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4087
4088         Patch by: Lutz Mueller <lutz at topfrose de>
4089
4090         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4091         (plugin_init):
4092           Add typefinding for text/html (#346581).
4093
4094 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4095
4096         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4097         (xml_check_first_element), (xml_type_find), (smil_type_find):
4098           Fix SMIL typefinding, make xml_check_first_element() more
4099           useful.
4100
4101 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4102
4103         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4104         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4105         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4106         * gst/playback/gstplaybasebin.h:
4107           Protect list of elements with a subtitle-encoding property and
4108           the subtitle encoding member itself with a lock of their own
4109           instead of using the object lock. This prevents a dead-lock in
4110           the element-remove callback in some circumstances when shutting
4111           down playbin.
4112
4113 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4114
4115         * win32/common/libgsttag.def:
4116         Export some new functions.
4117         * win32/vs6/libgstogg.dsp:
4118         Add a link to libgsttag-0.10.lib.
4119
4120 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4121
4122         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4123           Some const-ification.
4124
4125 2006-07-04  Wim Taymans  <wim@fluendo.com>
4126
4127         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4128         Improve checking if we are dealing with a stream. Added some
4129         more uris that need buffering.
4130
4131 2006-07-03  Edward Hervey  <edward@fluendo.com>
4132
4133         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4134         Remove unused variable.
4135
4136 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4137
4138         * Makefile.am:
4139           include lcov.mak
4140         * configure.ac:
4141           add GCOV_LIBS to GST_LIBS
4142
4143 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4144
4145         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4146
4147         * ext/alsa/gstalsasrc.c:
4148           Add 32 bps to template caps and increase channels range
4149           from [1,2] to [1,MAX]. See #346326.
4150
4151 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4152
4153         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4154           Recognise 'WMVA' video codec fourcc (#345879).
4155           
4156 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4157          
4158         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4159           Fixed nasty memory leak
4160
4161 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4162
4163         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4164         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4165           fix logging
4166
4167 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4168
4169         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4170         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4171         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4172         Protect remove_fakesink using a mutex, so that we don't try and
4173         remove the fakesink simultaneously from multiple threads.
4174
4175         When going from READY to PAUSED, restore the fakesink, so that
4176         it is there when decodebin gets reused.
4177
4178 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4179
4180         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4181         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4182         * gst-libs/gst/rtp/gstbasertppayload.c:
4183         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4184         * gst/tcp/gstmultifdsink.c:
4185         * gst/tcp/gsttcpclientsink.c:
4186         * gst/tcp/gsttcpclientsrc.c:
4187         * gst/tcp/gsttcpserversink.c:
4188         * gst/tcp/gsttcpserversrc.c:
4189         * gst/videorate/gstvideorate.c:
4190         * gst/videotestsrc/gstvideotestsrc.c:
4191         * sys/v4l/gstv4ljpegsrc.c:
4192         * sys/v4l/gstv4lmjpegsink.c:
4193         * sys/v4l/gstv4lsrc.c:
4194         * tests/examples/seek/scrubby.c:
4195         * tests/examples/seek/seek.c:
4196           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4197
4198 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4199
4200         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4201           Second field in GEnumValue shouldn't be a description,
4202           but a stringified version of the enum value.
4203
4204 2006-06-22  Wim Taymans  <wim@fluendo.com>
4205
4206         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4207         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4208         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4209         Avoid type checking in buffer casts.
4210         Avoid caps copy in buffer_alloc when we can.
4211         Use pad_peer_accept.
4212
4213 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4214
4215         * gst-libs/gst/tag/tag.h:
4216           Oops, make that 'Since: 0.10.9'.
4217
4218 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4219
4220         * docs/libs/gst-plugins-base-libs-sections.txt:
4221         * gst-libs/gst/tag/tag.h:
4222         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4223         (gst_tag_image_type_get_type):
4224           API: add GstTagImageType enum to describe images contained
4225           in image tags (#345641).
4226
4227 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4228
4229         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4230           Fix warnings with gst-inspect: "buffers-min" property
4231           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4232           typo in property description.
4233
4234 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4235
4236         Patch by: Cody Russell <bratsche at gnome org>
4237
4238         * gst/audioresample/gstaudioresample.c:
4239         (gst_audioresample_class_init):
4240         * gst/playback/gststreamselector.c:
4241         (gst_stream_selector_class_init):
4242         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4243         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4244         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4245         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4246         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4247         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4248         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4249         * gst/videotestsrc/gstvideotestsrc.c:
4250         (gst_video_test_src_class_init):
4251         * gst/volume/gstvolume.c: (gst_volume_class_init):
4252           Avoid unnecessary class cast check in class_init
4253           functions (#337747).
4254
4255 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4256
4257         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4258         (gst_text_overlay_video_chain):
4259           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4260           and doesn't validate its input either (and neither did
4261           textoverlay it seems). Let's do that then and fix #345206.
4262
4263 2006-06-19  Wim Taymans  <wim@fluendo.com>
4264
4265         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4266         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4267         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4268         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4269         (find_syncframe), (find_limits), (assign_value),
4270         (count_burst_unit), (gst_multi_fd_sink_new_client),
4271         (gst_multi_fd_sink_handle_client_write),
4272         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4273         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4274         (gst_multi_fd_sink_change_state):
4275         * gst/tcp/gstmultifdsink.h:
4276         Added shiny new burst-on-connect methods.
4277         Add properties to control the minimal amount of data queued.
4278         Small cleanups.
4279         API: bytes-min property
4280         API: time-min property
4281         API: buffers-min property
4282         API: burst-unit property
4283         API: burst-value property
4284         API: add-full signal
4285
4286         * gst/tcp/gsttcp-marshal.list:
4287         Added new marshaller code for the new signal.
4288
4289         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4290         (multifdsink_suite):
4291         Added testcases for new burst methods.
4292
4293 2006-06-19  Edward Hervey  <edward@fluendo.com>
4294
4295         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4296         Implement clipping for accurate seeking.
4297         Closes #345225
4298
4299 2006-06-19  Wim Taymans  <wim@fluendo.com>
4300
4301         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4302
4303         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4304         (gst_video_scale_transform):
4305         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4306
4307 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4308
4309         * configure.ac:
4310           Fix --disable-external (can't set conditionals conditionally,
4311           #343602).
4312
4313 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4314
4315         * tests/check/elements/audioresample.c: (test_reuse),
4316         (audioresample_suite):
4317           Add test case for bug #342789 fixed below.
4318
4319 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4320
4321         * gst/audioresample/gstaudioresample.c:
4322         (gst_audioresample_class_init), (gst_audioresample_init),
4323         (audioresample_start), (audioresample_stop),
4324         (gst_audioresample_set_property), (gst_audioresample_get_property):
4325           Implement GstBaseTransform::start and ::stop so that audioresample
4326           can clear its internal state properly and be reused instead of
4327           causing non-negotiated errors with playbin under some circumstances
4328           (#342789).
4329
4330         * tests/check/elements/audioresample.c: (setup_audioresample),
4331         (cleanup_audioresample):
4332           Need to set element state here so that ::start and ::stop are
4333           called.
4334
4335 2006-06-16  Wim Taymans  <wim@fluendo.com>
4336
4337         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4338
4339         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4340         Parse extra data better, apparently it's right behind
4341         the normal strf header size. Fixes #343500.
4342
4343 2006-06-16  Wim Taymans  <wim@fluendo.com>
4344
4345         * ext/alsa/gstalsasink.c: (set_hwparams):
4346         If we fail to set the buffer_time and period_time alsa
4347         parameters, post a warning and leave alsa select a 
4348         default instead of failing. Fixes #342085
4349
4350 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4351
4352         * docs/libs/gst-plugins-base-libs-sections.txt:
4353         * gst-libs/gst/cdda/gstcddabasesrc.h:
4354           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4355           out in the header file and shouldn't be listed in the docs.
4356
4357         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4358           Must dereference pointer to fourcc in the debug statement.
4359
4360 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4361
4362         * docs/libs/Makefile.am:
4363         * docs/libs/gst-plugins-base-libs-docs.sgml:
4364         * docs/libs/gst-plugins-base-libs-sections.txt:
4365         * docs/libs/gst-plugins-base-libs.types:
4366         add remaining symbols into correct setions
4367         
4368         * gst-libs/gst/audio/gstringbuffer.c:
4369         fix incomplete docs
4370         
4371         * gst-libs/gst/audio/gstringbuffer.h:
4372         comment out not yet implemented function
4373         
4374         
4375         * gst-libs/gst/floatcast/floatcast.h:
4376         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4377         add short descriptions
4378         
4379         
4380         * gst-libs/gst/interfaces/propertyprobe.c:
4381         fix return value docs   
4382         
4383         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4384         simplify debug logging
4385         
4386         * gst-libs/gst/riff/riff-read.h:
4387         sync function prototype and docs
4388         
4389         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4390         remove left over symbol
4391
4392 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4393
4394         * autogen.sh:
4395         * configure.ac:
4396         * docs/Makefile.am:
4397           Use GST_PLUGIN_DOCS macro in configure.ac, add
4398           --enable-plugin-docs default to autogen.sh and use
4399           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4400
4401 2006-06-15  Wim Taymans  <wim@fluendo.com>
4402
4403         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4404         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4405         (gst_ogg_demux_loop):
4406         Combine GstFlowReturn from the source pads to give a
4407         meaningfull result to the upstream peer or to stop the
4408         processing task in case of errors.
4409
4410 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4411
4412         * gst/playback/gststreaminfo.c: (cb_probe):
4413           Try GST_TAG_CODEC as fallback when extracting the
4414           codec name; more debug info.
4415
4416 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4417
4418         * ext/ogg/Makefile.am:
4419         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4420           Extract language tags from ogm subtitle streams, so that
4421           the subtitle menu choices are labelled correctly in
4422           Totem (fixes #344708).
4423
4424 2006-06-14  Wim Taymans  <wim@fluendo.com>
4425
4426         Patch by: Alessandro Decina <alessandro at nnva dot org>
4427
4428         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4429         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4430         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4431         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4432         Fix various leaks. Fixes #343699.
4433         Add x-smoke mime type.
4434
4435 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4436
4437         * gst-libs/gst/riff/riff-ids.h:
4438           Add IDs for 'bext' chunks (see #343837).
4439
4440 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4441
4442         Patch by: Young-Ho Cha  <ganadist at chollian net>
4443
4444         * gst/subparse/samiparse.c: (sami_context_pop_state),
4445         (handle_start_font), (end_sami_element):
4446           Honour font face tags in SAMI subtitles (#344503).
4447
4448 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4449
4450         * po/POTFILES.in:
4451           add missing files containing translatable strings
4452
4453 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4454
4455         * docs/libs/tmpl/.cvsignore:
4456           we don't want those *.sgml files in CVS either
4457
4458 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4459
4460         * docs/libs/.cvsignore:
4461         * tests/check/elements/.cvsignore:
4462         * tests/check/libs/.cvsignore:
4463           ignore more
4464
4465 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4466
4467         * docs/libs/Makefile.am:
4468           also commiting the changed Makefile.am (added more libs to the
4469           doc-build)
4470
4471 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4472
4473         * docs/libs/gst-plugins-base-libs-docs.sgml:
4474         * docs/libs/gst-plugins-base-libs-sections.txt:
4475         * docs/libs/gst-plugins-base-libs.types:
4476           first batch of reordering things, add index & hierarchy
4477
4478 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4479
4480         * configure.ac:
4481           use GST_PKG_CHECK_MODULES, cleans up output
4482
4483 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4484
4485         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4486           Add support for burn:// URIs (#343385); const-ify things a bit,
4487           use G_N_ELEMENTS instead of hard-coded array size.
4488
4489 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4490
4491         Patch by: Young-Ho Cha  <ganadist at chollian net>
4492
4493         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4494           Fix up broken entities before passing them to libxml *sigh*.
4495           (#343303).
4496           
4497 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4498
4499         * configure.ac:
4500           back to TRUNK
4501
4502 === release 0.10.8 ===
4503
4504 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4505
4506         * configure.ac:
4507           releasing 0.10.8, "Moar gij ziet mij nie"
4508
4509 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4510
4511         * configure.ac:
4512         * po/af.po:
4513         * po/az.po:
4514         * po/cs.po:
4515         * po/en_GB.po:
4516         * po/hu.po:
4517         * po/it.po:
4518         * po/nb.po:
4519         * po/nl.po:
4520         * po/or.po:
4521         * po/sq.po:
4522         * po/sr.po:
4523         * po/sv.po:
4524         * po/uk.po:
4525         * po/vi.po:
4526         * win32/common/config.h:
4527           0.10.7.2 prerelease
4528
4529 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4530
4531         * docs/libs/tmpl/gstaudio.sgml:
4532         * docs/libs/tmpl/gstcolorbalance.sgml:
4533         * docs/libs/tmpl/gstmixer.sgml:
4534         * docs/libs/tmpl/gstringbuffer.sgml:
4535         * docs/libs/tmpl/gsttuner.sgml:
4536         * docs/libs/tmpl/gstxoverlay.sgml:
4537         * gst-libs/gst/audio/audio.c:
4538         * gst-libs/gst/audio/gstringbuffer.c:
4539         * gst-libs/gst/interfaces/colorbalance.c:
4540         * gst-libs/gst/interfaces/mixer.c:
4541         * gst-libs/gst/interfaces/tuner.c:
4542         * gst-libs/gst/interfaces/xoverlay.c:
4543           move last template doc snippets to source code and delete them
4544
4545 2006-06-06  Michael Smith  <msmith@fluendo.com>
4546
4547         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4548         (theora_parse_drain_queue):
4549           Mark DELTA_UNIT on non-keyframes.
4550
4551 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4552
4553         * gst-libs/gst/audio/gstbaseaudiosink.c:
4554         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4555         * gst-libs/gst/audio/gstbaseaudiosink.h:
4556         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4557         (gst_ring_buffer_samples_done):
4558         * gst-libs/gst/audio/gstringbuffer.h:
4559         Document better the fact that latency_time and buffer_time are values
4560         stored in microseconds, and not the usual GStreamer nanoseconds.
4561         Change the variables (compatibly) that store them from GstClockTime 
4562         to guint64 to make it more clear that they're not storing clock times.
4563         Also, remove the bogus property description that says the user can
4564         specify -1 to get the default value, since that's never been the case.
4565
4566         When computing the default segment size for the ring buffer, make it
4567         an integer number of samples.
4568
4569         When the sub-class indicates a delay greater than the number of
4570         samples we've written return 0 from the audio sink get_time method.
4571
4572 2006-06-02  Michael Smith  <msmith@fluendo.com>
4573
4574         * tests/check/elements/audioconvert.c: (set_channel_positions),
4575         (get_float_mc_caps), (get_int_mc_caps):
4576         * tests/check/elements/audioresample.c:
4577         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4578         * tests/check/elements/videorate.c:
4579         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4580         * tests/check/elements/volume.c:
4581         * tests/check/elements/vorbisdec.c:
4582         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4583           Don't busy-wait in tests; this was causing test timeouts very
4584           frequently when running under valgrind.
4585
4586 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4587
4588         * gst/tcp/README:
4589         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4590         (gst_multi_fd_sink_remove_client_link),
4591         (gst_multi_fd_sink_client_queue_caps),
4592         (gst_multi_fd_sink_client_queue_buffer),
4593         (gst_multi_fd_sink_handle_client_write),
4594         (gst_multi_fd_sink_render):
4595         * gst/tcp/gstmultifdsink.h:
4596           make multifdsink properly deal with streamheader:
4597           - streamheader is taken from caps
4598           - buffers marked with IN_CAPS are not sent
4599           - streamheaders are sent, on connection, from the caps of the
4600             buffer where the client gets positioned to
4601           - further streamheader changes are done every time the client
4602             will receive a buffer with different caps
4603         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4604         (gst_multifdsink_create_streamheader):
4605           add tests for this
4606
4607 2006-06-02  Michael Smith  <msmith@fluendo.com>
4608
4609         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4610           Reinstate limit on channel count. Vorbis does not define the meaning
4611           of > 6 channels, so they're just independent channels. Gstreamer
4612           currently has no mechanism to represent N independent channels.
4613
4614 2006-06-02  Michael Smith  <msmith@fluendo.com>
4615
4616         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4617           Don't arbitrarily restrict channel counts and rate in vorbis.
4618           In terms of effects likely on real-world files, this fixes 96kHz
4619           playback of vorbis.
4620
4621 2006-06-02  Michael Smith  <msmith@fluendo.com>
4622
4623         * gst/audioconvert/audioconvert.c: (float):
4624           More correct float->int conversion.
4625
4626 2006-06-02  Michael Smith  <msmith@fluendo.com>
4627
4628         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4629           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4630           value. Fixes g-critical on trying to play back ogg containing
4631           unknown codec.
4632
4633 2006-06-02  Wim Taymans  <wim@fluendo.com>
4634
4635         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4636         (setup_source):
4637         * gst/playback/gstplaybasebin.h:
4638         Make the subtitle detection work from any thread so we don't
4639         deadlock. Fixes #343397.
4640
4641 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4642
4643         * gst/volume/Makefile.am:
4644           Seriously, it's not *that* hard to get compilation right.  Even
4645           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4646
4647 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4648
4649         * gst/volume/gstvolume.c: (volume_choose_func),
4650         (volume_update_real_volume), (gst_volume_class_init),
4651         (gst_volume_init), (volume_process_float), (volume_process_int16),
4652         (volume_process_int16_clamp), (volume_set_caps),
4653         (volume_transform_ip), (plugin_init):
4654         * gst/volume/gstvolume.h:
4655         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4656         another property desc., remove unused param from process function
4657         
4658         * tests/check/elements/volume.c: (volume_suite):
4659         reactivate the passthrough test
4660
4661 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4662
4663         * ext/alsa/gstalsamixerelement.h:
4664         * ext/alsa/gstalsamixeroptions.h:
4665         * ext/alsa/gstalsamixertrack.h:
4666         * ext/gnomevfs/gstgnomevfssink.h:
4667         * ext/gnomevfs/gstgnomevfssrc.h:
4668         * ext/theora/gsttheoradec.h:
4669         * ext/theora/gsttheoraenc.h:
4670         * ext/theora/gsttheoraparse.h:
4671         * ext/vorbis/vorbisparse.h:
4672         * gst-libs/gst/audio/gstaudioclock.h:
4673         * gst-libs/gst/audio/gstaudiofilter.h:
4674         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4675         * gst/audioconvert/gstaudioconvert.h:
4676         * gst/audioresample/gstaudioresample.h:
4677         * gst/audiotestsrc/gstaudiotestsrc.h:
4678         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4679         * gst/playback/gststreamselector.h:
4680         * gst/tcp/gstmultifdsink.h:
4681         * gst/tcp/gsttcpclientsink.h:
4682         * gst/tcp/gsttcpclientsrc.h:
4683         * gst/tcp/gsttcpserversink.h:
4684         * gst/tcp/gsttcpserversrc.h:
4685         * gst/videorate/gstvideorate.h:
4686         * gst/videoscale/gstvideoscale.h:
4687         * gst/videotestsrc/gstvideotestsrc.h:
4688         * gst/volume/gstvolume.h:
4689         * sys/v4l/gstv4ljpegsrc.h:
4690         * sys/v4l/gstv4lmjpegsink.h:
4691         * sys/v4l/gstv4lmjpegsrc.h:
4692         * sys/v4l/gstv4lsrc.h:
4693         * sys/ximage/ximagesink.h:
4694         * sys/xvimage/xvimagesink.h:
4695         * tests/old/testsuite/alsa/sinesrc.h:
4696         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4697
4698 2006-05-31  Wim Taymans  <wim@fluendo.com>
4699
4700         * ext/libvisual/visual.c: (gst_visual_reset),
4701         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4702         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4703         Handle DISCONT.
4704         Use running time before doing QoS.
4705         Handle mono too.
4706
4707 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4708
4709         * docs/libs/Makefile.am:
4710           set a magic variable to indicate we know the docs are incomplete
4711
4712 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4713
4714         * win32/common/libgstvideo.def:
4715           export gst_video_calculate_display_ratio
4716         * win32/vs6/libgstvideoscale.dsp:
4717           add link to libgstvideo-0.10.lib
4718
4719 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4720
4721         * gst/playback/gstplaybasebin.c: (gen_source_element):
4722           Throw a more comprehensible error for rtsp:// URIs (rather
4723           than erroring out with a negotiation error later on) until
4724           we fix playbin to handle rtspsrc etc.
4725
4726 2006-05-30  Wim Taymans  <wim@fluendo.com>
4727
4728         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4729         (gst_text_overlay_text_event):
4730         Added some FIXMEs.
4731
4732 2006-05-30  Wim Taymans  <wim@fluendo.com>
4733
4734         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4735         (gst_adder_request_new_pad), (gst_adder_release_pad):
4736         * gst/adder/gstadder.h:
4737         Implement release_request_pad.
4738         Make padcounter atomic.
4739
4740         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4741         Added check for release_pad in adder.
4742
4743 2006-05-30  Wim Taymans  <wim@fluendo.com>
4744
4745         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4746         Fix build again.
4747
4748 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4749
4750         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4751         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4752         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4753         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4754         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4755         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4756         (gst_ogg_demux_bisect_forward_serialno),
4757         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4758         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4759           add more debugging
4760           clean up printf formats for granulepos and serialno
4761
4762 2006-05-30  Michael Smith  <msmith@fluendo.com>
4763
4764         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4765         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
4766         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
4767         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
4768         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4769         * ext/vorbis/vorbisenc.h:
4770           Multi-channel caps negotiation, so we can do proper multichannel
4771           vorbis encoding, negotiated through audioconvert.
4772
4773 2006-05-30  Wim Taymans  <wim@fluendo.com>
4774
4775         * tests/check/elements/adder.c: (test_event_message_received),
4776         (test_play_twice_message_received), (GST_START_TEST),
4777         (adder_suite):
4778         Added check to show that #339935 is fixed with ongoing
4779         adder and collectpads fixes.
4780
4781 2006-05-29  Wim Taymans  <wim@fluendo.com>
4782
4783         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
4784         Don't leak pad name.
4785
4786 2006-05-29  Wim Taymans  <wim@fluendo.com>
4787
4788         * gst/adder/gstadder.c: (gst_adder_query_duration),
4789         (forward_event_func), (forward_event), (gst_adder_src_event):
4790         Fix adder seeking.
4791         Make query/seeking code threadsafe.
4792
4793         * tests/check/Makefile.am:
4794         * tests/check/elements/adder.c: (test_event_message_received),
4795         (GST_START_TEST), (test_play_twice_message_received):
4796         Fix adder test case.
4797
4798 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
4799
4800         Patch by: Young-Ho Cha  <ganadist at chollian net>
4801
4802         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4803         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4804         (set_encoding_element), (decodebin_element_added_cb),
4805         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
4806         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4807         * gst/playback/gstplaybasebin.h:
4808           Add 'subtitle-encoding' property to playbin, so applications can
4809           force a subtitle encoding for non-UTF8 subtitles (#342268).
4810
4811         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
4812         (gst_sub_parse_set_property):
4813           Rename recently-added 'encoding' property to 'subtitle-encoding'
4814           (so it can be proxied by playbin/decodebin in a generic way
4815           with less danger of false positives).
4816
4817 2006-05-29  Michael Smith  <msmith@fluendo.com>
4818
4819         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4820         (append_with_other_format), (set_structure_widths),
4821         (gst_audio_convert_transform_caps):
4822           Patch from #341562: give more specific audio caps in get_caps, so
4823           that basetransform  can make better decisions on what caps to
4824           negotiate.
4825
4826 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4827
4828         * tests/check/elements/volume.c:
4829         make it compile again
4830
4831 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4832
4833         * tests/check/elements/volume.c: (volume_suite):
4834         disable test until #343196 gets resolved
4835
4836 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4837
4838         * gst/adder/gstadder.c: (gst_adder_get_type):
4839         Make it easier to copy&paste
4840         
4841         * gst/volume/Makefile.am:
4842         * gst/volume/gstvolume.c: (volume_update_real_volume),
4843         (gst_volume_set_volume), (gst_volume_set_mute),
4844         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
4845         (volume_transform_ip), (volume_update_mute),
4846         (volume_update_volume):
4847         * gst/volume/gstvolume.h:
4848         Add own debug category, move duplicate code to helper function, fix
4849         property texts, add more comments and prepare ffor liboil-goodness
4850         
4851         * tests/check/Makefile.am:
4852         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4853         add test for mute and passtrough case, be a bit more verbose to track
4854         failure
4855         
4856         * tests/check/generic/states.c: (GST_START_TEST):
4857         catch elements that fail to instantiate
4858
4859 2006-05-28  Edward Hervey  <edward@fluendo.com>
4860
4861         * tests/check/pipelines/simple-launch-lines.c:
4862         * tests/check/pipelines/theoraenc.c:
4863         * tests/check/pipelines/vorbisenc.c:
4864         Comment out tests using parse_launch() if core was built without
4865         parsing capabilities.
4866
4867 2006-05-27  Edward Hervey  <edward@fluendo.com>
4868
4869         * tests/check/Makefile.am:
4870         Extra bonus points for whoever explains to ensonic that you are meant
4871         to test unit tests thoroughly before commiting them, especially if
4872         you know it's going to break.
4873         De-activated element/adder tests.
4874
4875 2006-05-27  Edward Hervey  <edward@fluendo.com>
4876
4877         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4878         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
4879         Marking caps conversion issues as GST_WARNING is way too verbose,
4880         Moving them to GST_LOG.
4881
4882 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
4883
4884         * README:
4885           Replace current README (containing the release notes from
4886           some 0.9.x version) with a proper README taken from the core.
4887
4888 2006-05-26  Wim Taymans  <wim@fluendo.com>
4889
4890         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4891         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
4892         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
4893         (vorbis_dec_change_state):
4894         Small cleanups.
4895         Add some FIXMEs
4896         Clip output samples to segment boundaries.
4897
4898 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4899
4900         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4901         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
4902         Improve the errors produced on bad output, including some human
4903         readable description strings.
4904         Handle the (theoretical for ximagesink) case where the XServer 
4905         has a different idea about the size required for a particular 
4906         frame and gives us too small a memory allocation.
4907
4908 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4909
4910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4911         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
4912         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4913         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4914         Improve the errors produced on bad output, including some human 
4915         readable description strings.
4916         Handle RGB Xv formats properly by transforming them into our 
4917         big-endian caps description.
4918         Use gst_caps_truncate to ensure that we never try and choose a
4919         non-fixed caps in buffer_alloc.
4920         Handle the case where the XServer has a different idea about the size
4921         required for a particular frame and gives us too small a memory
4922         allocation.
4923         Use -1 to indicate 'no image format', because 0 is a valid XServer
4924         image format number.
4925         Put RGB Xv formats at the end of the caps, so that we always prefer
4926         YUV format frames.
4927         Iterate the available Xv Encodings to determine the maximum width and
4928         height, and then return that in our caps.
4929         (Closes #315312, #337544)
4930
4931 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4932
4933         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
4934         When there is only one unfinished pad and it receives an event that
4935         doesn't match our requirements, we need to set alldone=FALSE so that
4936         the fakesink is not removed yet.
4937
4938 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4939
4940         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4941           Use gst_type_find_helper_for_buffer() to find the type
4942           of stream from the first packet.
4943
4944         * configure.ac:
4945           Bump requirements to core CVS (needed for vorbis
4946           typefinding to work).
4947
4948 2006-05-24  Edward Hervey  <edward@fluendo.com>
4949
4950         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
4951         Added the 'prfl' atom type which MQV (no, it's not a typo) files
4952         contain.  Else they play perfectly fine with qtdemux.
4953
4954 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
4955
4956         * ext/theora/theoradec.c:
4957         * ext/theora/theoraenc.c:
4958         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4959         * gst/audiorate/gstaudiorate.c:
4960           make more debug catagories static
4961         
4962         * tests/check/Makefile.am:
4963         * tests/check/elements/adder.c: (message_received),
4964         (test_event_message_received), (GST_START_TEST),
4965         (test_play_twice_message_received), (adder_suite):
4966           added test case for using element twice, extra bonus points for anyone
4967           who can make these test run reliably
4968
4969 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
4970
4971         * ext/theora/theoradec.c: (theora_dec_chain):
4972           Make work with time-stamped input buffers that do not
4973           have a granulepos in BUFFER_OFFSET_END (like theora
4974           buffers coming from matroskademux). Fixes #342448.
4975
4976 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
4977
4978         Patch by: Peter Kjellerstedt  <pkj at axis com>
4979
4980         * gst/tcp/Makefile.am:
4981           fdstresstest doesn't need Gtk+, fix compilation if 
4982           gtk is not available (#342566).
4983
4984 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4985          
4986         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4987           80 line columns
4988           Removed redundant floor()
4989
4990 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4991
4992         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4993           On second thought, just skip JUNK chunks automatically, so
4994           the caller doesn't have to handle this. Fixes #342345.
4995           Also, return GST_FLOW_UNEXPECTED if we get a short read,
4996           not GST_FLOW_ERROR.
4997
4998 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4999
5000         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5001           Don't bail out on JUNK chunks with a size of 0 (would try to
5002           pull_range 0 bytes before, which sources don't like too much).
5003           See #342345.
5004
5005 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5006
5007         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5008         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5009         Use the gstutil scaling function to preserve 64 bits while calculating
5010         output width and height from the display-aspect-ratio. (A continuation
5011         of #341542)
5012
5013 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5014
5015         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5016         (gst_xvimagesink_buffer_alloc):
5017         * sys/xvimage/xvimagesink.h:
5018         When performing buffer allocations, remember the caps and image format
5019         we return so that if the same caps are asked for next time we can
5020         return them immediately without doing any caps intersections.
5021
5022 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5023          
5024         * gst-libs/gst/rtp/README:
5025           Some new documentation
5026         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5027           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5028         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5029         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5030           New RTP audio base payloader class. Supports frame or sample based
5031           codecs.  Not enabled in Makefile.am until approved.
5032
5033 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5034
5035         * tests/check/elements/alsa.c: (test_device_property_probe):
5036           Fix test case: don't try to free NULL GValueArray when there
5037           are no devices.
5038
5039 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5040
5041         * tests/check/Makefile.am:
5042         * tests/check/elements/alsa.c: (test_device_property_probe),
5043         (alsa_suite), (main):
5044           Add simple test that runs a device property probe on alsasrc,
5045           alsasink and alsamixer. Disable valgrind check for now (too
5046           many leaks in libasound, and valgrind ignored my suppressions
5047           additions).
5048
5049 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5050
5051         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5052         (gst_alsa_device_property_probe_probe_property),
5053         (gst_alsa_device_property_probe_needs_probe),
5054         (gst_alsa_device_property_probe_get_values),
5055         (gst_alsa_type_add_device_property_probe_interface):
5056         * ext/alsa/gstalsadeviceprobe.h:
5057         * ext/alsa/gstalsamixerelement.c:
5058         (gst_alsa_mixer_element_init_interfaces):
5059         * ext/alsa/gstalsamixerelement.h:
5060           Clean up and simplify alsa device probing. Make it actually work
5061           for multiple classes. Don't cache results any longer.
5062
5063         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5064         (gst_alsasink_init):
5065         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5066         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5067         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5068           Make alsasink and alsasrc implement the GstPropertyProbe interface
5069           for device probing (#342181).
5070           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5071
5072 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5073
5074         * gst/subparse/samiparse.c: (handle_start_font):
5075           Don't ignore return value of strtol (++compiler_happiness).
5076
5077 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5078
5079         Patch by: Young-Ho Cha  <ganadist chollian net>
5080
5081         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5082         (gst_sub_parse_class_init), (gst_sub_parse_init),
5083         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5084         (convert_encoding):
5085         * gst/subparse/gstsubparse.h:
5086           Add 'encoding' property (#341681).
5087
5088         * gst/subparse/samiparse.c: (characters_sami):
5089           Output is pango markup, so we need to escape text
5090           between tags (#342143).
5091
5092 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5093
5094         * gst-libs/gst/audio/multichannel.c:
5095         (gst_audio_check_channel_positions):
5096           It's okay to have caps with channels=1 and a channel position
5097           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5098           (deinterleavers might want to keep the position in the caps,
5099           so that they can be re-interleaved again properly later).
5100           Leave check for unexpected 2-channel layouts intact for now.
5101
5102 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5103
5104         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5105         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5106         basesrc can do its job correctly.
5107
5108 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5109
5110         * ext/alsa/Makefile.am:
5111         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5112         (gst_alsa_detect_formats), (get_channel_free_structure),
5113         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5114         (gst_alsa_probe_supported_formats):
5115         * ext/alsa/gstalsa.h:
5116         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5117           Refactor and improve caps probing code: probe signedness
5118           when we probe the supported formats/widths; set endianness
5119           to the one we actually probed for (ie. cpu endianness).
5120           
5121         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5122         (gst_alsasrc_close):
5123         * ext/alsa/gstalsasrc.h:
5124           Implement caps probing for alsasrc.
5125
5126 2006-05-15  Wim Taymans  <wim@fluendo.com>
5127
5128         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5129         (theora_dec_src_query), (theora_dec_src_event),
5130         (theora_dec_sink_event), (theora_handle_comment_packet),
5131         (theora_handle_data_packet), (theora_dec_change_state):
5132         Cleanups, add some G_LIKELY.
5133         Use segment helpers instead of our own wrong code.
5134         Clear queued buffers on seek and READY.
5135
5136         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5137         (vorbis_dec_convert), (vorbis_dec_src_query),
5138         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5139         (vorbis_handle_comment_packet), (vorbis_dec_push),
5140         (vorbis_handle_data_packet), (vorbis_dec_chain),
5141         (vorbis_dec_change_state):
5142         * ext/vorbis/vorbisdec.h:
5143         Remove old useless packetno variable.
5144         Do position query properly.
5145         Add some G_LIKELY.
5146         Do cleanup of queued buffers in new helper function
5147         and use it.
5148
5149 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5150
5151         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5152           Query supported sample rates. Fixes #341732.
5153
5154 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5155
5156         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5157         (gst_decode_bin_change_state): Make decodebin reusable
5158         when going from PAUSE_TO_READY and then back to PAUSED.
5159         Fixes #331678.
5160
5161 2006-05-15  Wim Taymans  <wim@fluendo.com>
5162
5163         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5164         (vorbis_dec_convert), (vorbis_dec_src_query),
5165         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5166         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5167         (vorbis_dec_clean_queued), (vorbis_dec_push),
5168         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5169         Cleanups. Use refcounting and DEBUG_OBJECT.
5170         Reset segment on flush, use code methods instead of our
5171         own wrong version.
5172         Fix potential memleak.
5173
5174 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5175
5176         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5177         (gst_alsasink_init):
5178         * ext/alsa/gstalsasink.h:
5179           Don't leak allocated snd_output_t structure if there's
5180           more than one alsasink instance at a time (#341873).
5181           Also fix GObject macros in header file.
5182           
5183 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5184
5185         * gst/subparse/gstsubparse.c:
5186         (gst_sub_parse_data_format_autodetect):
5187           Don't use libxml functions in the typefinding code.
5188
5189 2006-05-15  Wim Taymans  <wim@fluendo.com>
5190
5191         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5192         Fix seeking performance in the case where a non-header 
5193         packet has a 0 granulepos (busted theora case). 
5194         Fixes #341719
5195         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5196          the first place, you limelight stealer you)
5197
5198 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5199
5200         * gst/subparse/gstsubparse.c:
5201         (gst_sub_parse_data_format_autodetect):
5202           Improve SAMI typefinding: handle case where there are
5203           whitespaces or newlines in front of the first <SAMI>
5204           tag (#169936).
5205
5206 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5207
5208         * configure.ac:
5209           Build video4linux plugin even if there's no XVIDEO, just
5210           without implementing the GstXOverlay interface (#334002).
5211          
5212 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5213
5214         * configure.ac:
5215         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5216         (plugin_init):
5217           Add tentative support for libvisual-0.4 (#336881).
5218
5219 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5220
5221         Patch by: Young-Ho Cha <ganadist at chollian net>
5222
5223         * gst/subparse/samiparse.c: (handle_start_font):
5224           Need to map "silver" colour explicitly (#169936).
5225
5226 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5227
5228         Patch by: Young-Ho Cha  <ganadist at chollian net>
5229
5230         * gst/subparse/Makefile.am:
5231         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5232         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5233         (gst_sub_parse_format_autodetect), (feed_textbuf),
5234         (gst_subparse_type_find), (plugin_init):
5235         * gst/subparse/gstsubparse.h:
5236         * gst/subparse/samiparse.c:
5237         * gst/subparse/samiparse.h:
5238           Add support for SAMI subtitles (#169936).
5239
5240 2006-05-14  Michael Smith  <msmith@fluendo.com>
5241
5242         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5243           Fix #341696: crash when mixing L+R+C to mono or stereo.
5244         * tests/check/Makefile.am:
5245         * tests/check/elements/audioconvert.c: (set_channel_positions),
5246         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5247         (audioconvert_suite):
5248           Add test for the above, including some generic framework bits for
5249           testing multichannel things.
5250
5251 === release 0.10.7 ===
5252
5253 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5254
5255         * configure.ac:
5256           releasing 0.10.7, "Leave the gun"
5257
5258 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5259
5260         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5262         Fix the build.
5263
5264 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5265
5266         * docs/libs/gst-plugins-base-libs-docs.sgml:
5267         * docs/libs/gst-plugins-base-libs-sections.txt:
5268         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5269         * gst-libs/gst/video/video.h:
5270         * gst/videoscale/Makefile.am:
5271         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5273         * tests/check/Makefile.am:
5274         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5275         (main):
5276           Fix integer overflow problem with pixel-aspect-ratio calculations
5277           in videoscale and xvimagesink (#341542)
5278
5279 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5280
5281         * gst-libs/gst/tag/gstid3tag.c:
5282           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5283
5284 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5285
5286         * win32/MANIFEST:
5287           update win32 files listing
5288
5289 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5290
5291         patch by: Sjoerd Simons (sjoerd@luon.net)
5292
5293         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5294         (group_create), (group_destroy), (add_stream),
5295         (gst_play_base_bin_get_property),
5296         (gst_play_base_bin_get_streaminfo_value_array):
5297         * gst/playback/gstplaybasebin.h:
5298           API: GstPlayBaseBin::stream-info-value-array property
5299           use a more bindings-friendly way of exposing streaminfo
5300           using a GValueArray.  Tested in ipython.
5301           Closes #341114
5302
5303 2006-05-11  Wim Taymans  <wim@fluendo.com>
5304
5305         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5306         (queue_underrun_cb), (queue_filled_cb):
5307         Also catch queue underruns but don't do anything yet.
5308         Refactor and comment queue enlarging code a bit.
5309
5310         * gst/playback/gstplaybasebin.c: (queue_overrun),
5311         (queue_threshold_reached), (queue_out_of_data),
5312         (gen_preroll_element):
5313         If a queue over/underruns check that we don't create nasty
5314         deadlocks when the min-threshold is not reached but the
5315         max-bytes is. In those cases disable max-bytes when we
5316         know that the queue is fed timed data.
5317         Add more comments.
5318
5319 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5320
5321         * gst/playback/gstplaybin.c: (gen_audio_element):
5322           Make playbin automatically plug an 'audioresample'
5323           element before the audio sink as well. This solves
5324           problems with sinks that only accept a very specific
5325           sample rate, like esdsink (e.g. #340379).
5326
5327 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5328
5329         * gst/playback/gstplaybasebin.c: (gen_source_element):
5330           Make http sources send special headers so that we receive
5331           icecast metadata if the http stream is an icecast stream
5332           (otherwise the server will just ignore them). This also
5333           means that from now on users will need the 'icydemux'
5334           element from gst-plugins-good installed if they want to
5335           listen to icecast radio streams. (#341432, #333657).
5336
5337 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5338
5339         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5340         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5341           remove stupid example from docs - it should come with a simple
5342           C program instead.
5343           Clean up/fix docs
5344         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5345         (fail_if_can_read), (GST_START_TEST),
5346         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5347           add a test for changing streamheader which exposes a bug in
5348           multifdsink
5349
5350 2006-05-11  Michael Smith  <msmith@fluendo.com>
5351
5352         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5353         (gst_gnome_vfs_src_received_headers_callback):
5354         * ext/gnomevfs/gstgnomevfssrc.h:
5355           Don't set icy-caps unless we have a sane interval value. Move
5356           interval to a local variable; we never use it outside this function.
5357
5358 2006-05-11  Wim Taymans  <wim@fluendo.com>
5359
5360         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5362         Register special buffer types along with the objects so
5363         that they are not registered at runtime from N different
5364         streaming threads since they are not threadsafe.
5365
5366 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5367
5368         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5369         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5370           add two more tests, one doing streamheader
5371
5372 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5373
5374         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5375           clean up the bufqueue when shutting down
5376         * tests/check/Makefile.am:
5377         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5378         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5379         (main):
5380           add a test for the leak that was just fixed
5381
5382 2006-05-10  Wim Taymans  <wim@fluendo.com>
5383
5384         * gst/adder/gstadder.c: (gst_adder_setcaps),
5385         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5386         (gst_adder_src_event), (gst_adder_sink_event),
5387         (gst_adder_class_init), (gst_adder_finalize),
5388         (gst_adder_request_new_pad), (gst_adder_collected):
5389         * gst/adder/gstadder.h:
5390         Updated some docs. Added comments and FIXMEs all over the place.
5391         Improve debugging info.
5392         Fix leak on finalize by not calling the parent.
5393         Implement duration query.
5394         Make event forwarding threadsafe.
5395         Correctly send NEWSEGMENT at start and after flush.
5396         Handle EOS correctly.
5397         Post error when not negotiated.
5398
5399         * tests/check/elements/adder.c: (GST_START_TEST):
5400         Added FIXME in the test.
5401
5402 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5403
5404         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5405         (gst_text_overlay_halign_get_type),
5406         (gst_text_overlay_wrap_mode_get_type):
5407         * ext/theora/theoradec.c: (theora_handle_type_packet),
5408         (theora_handle_data_packet):
5409         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5410         (theora_enc_sink_setcaps), (theora_enc_chain):
5411         * gst-libs/gst/cdda/gstcddabasesrc.c:
5412         (gst_cdda_base_src_mode_get_type):
5413         * gst/audiotestsrc/gstaudiotestsrc.c:
5414         (gst_audiostestsrc_wave_get_type):
5415         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5416         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5417         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5418         (gst_sync_method_get_type), (gst_unit_type_get_type),
5419         (gst_client_status_get_type):
5420         * gst/videoscale/gstvideoscale.c:
5421         (gst_video_scale_method_get_type):
5422         * gst/videotestsrc/gstvideotestsrc.c:
5423         (gst_video_test_src_pattern_get_type):
5424         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5425         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5426         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5427         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5428         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5429         (paint_setup_RGB565), (paint_setup_xRGB1555):
5430           Const-ify GEnumValue and GFlagsValue arrays. Use
5431           GST_ROUND_UP_* macros instead of home-made ones.
5432
5433 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5434
5435         * configure.ac:
5436           Require core CVS for the new newsegment stuff.
5437
5438 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5439
5440         Patch by: Sjoerd Simons  <sjoerd at luon net>
5441
5442         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5443           Register nick for enum value (#341160).
5444
5445 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5446
5447         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5448         (plugin_init):
5449          backout typefind patch #340375
5450          
5451         * tests/check/elements/adder.c: (message_received),
5452         (GST_START_TEST), (adder_suite):
5453           redo, signal-handling of test
5454
5455 2006-05-09  Wim Taymans  <wim@fluendo.com>
5456
5457         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5458         (gst_adder_collected):
5459         * gst/adder/gstadder.h:
5460         Remove bogus segment merging and forwarding, we don't
5461         care about timestamps anyway and we just produce a
5462         continuous stream. 
5463         Also create a nice NEWSEGMENT event when we start.
5464         Use _scale_int some more.
5465
5466 2006-05-09  Edward Hervey  <edward@fluendo.com>
5467
5468         * tests/icles/stress-xoverlay.c:
5469         Fix if core was built without parsing support.
5470
5471 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5472
5473         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5474           Add SEDG (Samsung MPEG-4) fourcc.
5475
5476 2006-05-09  Edward Hervey  <edward@fluendo.com>
5477
5478         * tests/icles/stress-xoverlay.c:
5479         * tests/examples/volume/volume.c:
5480         Fix if core was built without parsing support.
5481
5482         * tests/examples/seek/seek.c:
5483         Disable the parse_launch example if core was built without parsing
5484         support.
5485
5486 2006-05-08  Edward Hervey  <edward@fluendo.com>
5487
5488         * autogen.sh: (CONFIGURE_DEF_OPT): 
5489         libtoolize on Darwin/MacOSX is called glibtoolize
5490
5491 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5492
5493         * tests/check/Makefile.am:
5494         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5495           Disable the adder test, until the build-slaves posses the kindness to 
5496           either like it or to give valid reason for not doing so 
5497
5498 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5499
5500         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5501         (adder_suite):
5502           Shuffle NULL state change around and raise timeout more
5503
5504 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5505
5506         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5507         (mp4_type_find), (plugin_init):
5508           Add typefind to distinguish between "audio/x-m4a" and new type
5509           "video/mp4". Fixes #340375
5510
5511         * tests/check/elements/adder.c: (adder_suite):
5512           Raise timeout to make buildbot happy
5513
5514 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5515
5516         * gst/adder/gstadder.c: (gst_adder_sink_event),
5517         (gst_adder_request_new_pad), (gst_adder_change_state):
5518         * gst/adder/gstadder.h:
5519         * tests/check/Makefile.am:
5520         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5521         (adder_suite), (main):
5522           Add sink-event handling to adder. It tries to merge incomming
5523           newsegment-events. Added test to check if segment_done is comming
5524           through. Fixes #340060
5525
5526 2006-05-05  Andy Wingo  <wingo@pobox.com>
5527
5528         * ext/theora/theoraparse.c (gst_theora_parse_init)
5529         (theora_parse_src_convert, theora_parse_src_query):
5530         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5531         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5532         query functions on the source pads of the theora and vorbis parse
5533         elements. Fixes position querying when doing a remux.
5534
5535 2006-05-05  Michael Smith  <msmith@fluendo.com>
5536
5537         * ext/theora/theoraparse.c: (parse_granulepos),
5538         (theora_parse_drain_queue_prematurely),
5539         (theora_parse_queue_buffer), (theora_parse_sink_event):
5540           Fix flushing.
5541           Fix invalid granulepos outputs when starting with a non-keyframe.
5542
5543 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5544
5545         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5546         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5547         Rearrange MPEG system stream detection, fixing some memleaks in the
5548         process.
5549         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5550         they clean up their data correctly.
5551         Remove unused ogganx caps and move the 'is_annodex' check to inside
5552         the 'is_ogg' if statement.
5553
5554 2006-05-05  Wim Taymans  <wim@fluendo.com>
5555
5556         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5557         Properly remove ghostpads. Fixes #340392
5558
5559 2006-05-04  David Schleef  <ds@schleef.org>
5560
5561         * gst/typefind/gsttypefindfunctions.c:
5562
5563 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5564
5565         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5566         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5567
5568         When typefinding an MP3 in push-based mode, don't penalise the
5569         probability down to 74% when we found 5 valid frames just because we
5570         can't peek the end of the file.
5571
5572         Make the probability for detecting MPEG Transport Streams based on the
5573         number of sequential headers we successfully detected.
5574
5575 2006-05-03  Wim Taymans  <wim@fluendo.com>
5576
5577         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5578         (vorbis_dec_push), (vorbis_dec_chain):
5579         Still produce an error when we receive an empty packet.
5580
5581 2006-05-03  Wim Taymans  <wim@fluendo.com>
5582
5583         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5584         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5585         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5586         Mark buffers with DISCONT after seek and after activating new
5587         chains.
5588
5589         * ext/theora/gsttheoradec.h:
5590         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5591         (theora_get_query_types), (theora_dec_sink_event),
5592         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5593         (theora_dec_change_state):
5594         Fix frame counter.
5595         Detect and mark DISCONT buffers.
5596
5597         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5598         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5599         (vorbis_dec_change_state):
5600         * ext/vorbis/vorbisdec.h:
5601         Use GstSegment.
5602         Detect and mark DISCONT buffers.
5603         Don't crash on 0 sized buffers.
5604
5605 2006-05-03  Wim Taymans  <wim@fluendo.com>
5606
5607         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5608         (volume_transform_ip):
5609         Increase "volume" property to 10.0. Fixes #340369.
5610         Set the process function to NULL when capsnego fails so that
5611         we properly error out.
5612
5613 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5614
5615         * gst/playback/gstplaybin.c: (add_sink):
5616         * gst/playback/test.c: (main):
5617         * gst/playback/test5.c: (dump_element_stats):
5618         * gst/playback/test6.c: (main):
5619           free caps using gst_caps_unref, don't leak caps-strings
5620
5621 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5622
5623         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5624         (plugin_init):
5625           Refine musepack typefinding a bit. Return MAXIMUM
5626           probability when we detect stream version 7 to make
5627           sure the mpeg audio typefinder doesn't trump us.
5628
5629 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5630
5631         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5632           Protect against unexpected NULL strf_data buffer.
5633
5634 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5635
5636         * tests/check/elements/audioconvert.c: (verify_convert),
5637         (GST_START_TEST):
5638           interpret the out[] buffer in the order the bytes are actually
5639           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5640           Other tests should use BYTE_ORDER since the array is filled in
5641           with actual values
5642
5643 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5644
5645         * tests/check/elements/audioconvert.c: (verify_convert),
5646         (GST_START_TEST):
5647           when a test fails, give an indication of which it is
5648
5649 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5650
5651         * gst-libs/gst/cdda/gstcddabasesrc.c:
5652           compile fix; strtol() needs <stdlib.h>
5653
5654 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5655
5656         * ext/alsa/gstalsamixerelement.c:
5657         * ext/alsa/gstalsasrc.c:
5658         * ext/cdparanoia/gstcdparanoiasrc.c:
5659         * ext/gnomevfs/gstgnomevfssink.c:
5660         * ext/gnomevfs/gstgnomevfssrc.c:
5661         * ext/ogg/gstoggdemux.c:
5662         * ext/ogg/gstoggmux.c:
5663         * ext/ogg/gstoggparse.c:
5664         * ext/ogg/gstogmparse.c:
5665         * ext/pango/gstclockoverlay.c:
5666         * ext/pango/gsttextoverlay.c:
5667         * ext/pango/gsttextrender.c:
5668         * ext/pango/gsttimeoverlay.c:
5669         * ext/theora/theoradec.c:
5670         * ext/theora/theoraenc.c:
5671         * ext/vorbis/vorbisdec.c:
5672         * ext/vorbis/vorbisenc.c:
5673         * gst-libs/gst/audio/gstaudiofilter.c:
5674         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5675         * gst/audioconvert/gstaudioconvert.c:
5676         * gst/audiorate/gstaudiorate.c:
5677         * gst/audioresample/gstaudioresample.c:
5678         * gst/audiotestsrc/gstaudiotestsrc.c:
5679         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5680         * gst/playback/gstdecodebin.c:
5681         * gst/playback/gstplaybin.c:
5682         * gst/playback/gststreamselector.c:
5683         * gst/subparse/gstsubparse.c:
5684         * gst/tcp/gstmultifdsink.c:
5685         * gst/tcp/gsttcpclientsink.c:
5686         * gst/tcp/gsttcpclientsrc.c:
5687         * gst/tcp/gsttcpserversink.c:
5688         * gst/tcp/gsttcpserversrc.c:
5689         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5690         * gst/videorate/gstvideorate.c:
5691         * gst/videoscale/gstvideoscale.c:
5692         * gst/videotestsrc/gstvideotestsrc.c:
5693         * gst/volume/gstvolume.c:
5694         * sys/v4l/gstv4ljpegsrc.c:
5695         * sys/v4l/gstv4lmjpegsink.c:
5696         * sys/v4l/gstv4lmjpegsrc.c:
5697         * sys/v4l/gstv4lsrc.c:
5698         * sys/ximage/ximagesink.c:
5699         * sys/xvimage/xvimagesink.c:
5700         * tests/check/libs/cddabasesrc.c:
5701           make GstElementDetails const
5702
5703 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5704
5705         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5706         (gst_adder_init):
5707           send events from src-pad to all sink-pads fixes #338657
5708
5709 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5710
5711         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5712         (alsasink_parse_spec):
5713           query width capabilities from alsa, fixes #338919
5714
5715 2006-04-28  Wim Taymans  <wim@fluendo.com>
5716
5717         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5718         (gst_multi_fd_sink_remove_client_link):
5719         * gst/tcp/gstmultifdsink.h:
5720         Fix race condition in multifdsink that can lead to spurious 
5721         duplicate clients. this patch adds a new signal that is fired when
5722         multifdsink has removed all references to the fd.
5723         Fixes #339574.
5724         Updated documentation.
5725         API: client-fd-removed signal added
5726
5727 2006-04-28  Michael Smith  <msmith@fluendo.com>
5728
5729         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5730           When asking g_value_array_new to prealloc elements, we may as well
5731           ask for the right number of elements.
5732
5733 2006-04-28  Wim Taymans  <wim@fluendo.com>
5734
5735         * gst-libs/gst/audio/gstbaseaudiosink.c:
5736         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5737         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5738         patch to make timestamp checking more tollerant to rounding 
5739         errors given that real discontinuities are to be marked on
5740         buffers. Fixes some asf files and #338778.
5741         Also avoid some crashers when we receive an event in the 
5742         NULL state.
5743
5744 2006-04-28  Michael Smith  <msmith@fluendo.com>
5745
5746         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5747         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5748         (gst_gnome_vfs_src_get_property),
5749         (gst_gnome_vfs_src_send_additional_headers_callback),
5750         (gst_gnome_vfs_src_received_headers_callback),
5751         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5752         (gst_gnome_vfs_src_stop):
5753         * ext/gnomevfs/gstgnomevfssrc.h:
5754           Remove ICY handling (mostly) from gnomevfssrc, in favour of
5755           proper shared support within icydemux.
5756
5757 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5758
5759         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
5760         (gst_video_rate_swap_prev), (gst_video_rate_chain):
5761           fix up docs
5762           fix a leak when no caps negotiated
5763           fix counting of input frames
5764         * tests/check/elements/.cvsignore:
5765         * tests/check/elements/videorate.c: (assert_videorate_stats),
5766         (GST_START_TEST), (videorate_suite):
5767           add tests for these
5768
5769 2006-04-28  Wim Taymans  <wim@fluendo.com>
5770
5771         * gst-libs/gst/audio/gstringbuffer.c:
5772         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5773         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5774         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5775         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5776         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5777         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5778         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5779         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5780         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
5781         Check arguments passed to public functions instead of
5782         crashing.
5783
5784 2006-04-28  Wim Taymans  <wim@fluendo.com>
5785
5786         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5787         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5788         GstBaseAudioSrc must be live or it does not work.
5789
5790         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
5791         Don't set live to TRUE as this is the default in the parentclass.
5792
5793 2006-04-28  Wim Taymans  <wim@fluendo.com>
5794
5795         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
5796         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
5797         Videoscale doesn't pass on pixel-aspect ratio. Handle all
5798         fixation cases better. Fixes #338991
5799
5800 2006-04-28  Wim Taymans  <wim@fluendo.com>
5801
5802         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5803         Handle 0/1 framerate correctly Fixes #331901.
5804
5805 2006-04-28  Wim Taymans  <wim@fluendo.com>
5806
5807         * tests/check/elements/audioconvert.c: (get_float_caps),
5808         (GST_START_TEST), (audioconvert_suite):
5809         Added check for correct clipping when doing float samples
5810         in audioconvert.
5811
5812 2006-04-28  Wim Taymans  <wim@fluendo.com>
5813
5814         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
5815         (gst_video_rate_chain):
5816         Print more debugging info.
5817
5818 2006-04-28  Wim Taymans  <wim@fluendo.com>
5819
5820         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5821         (resample_set_state_from_caps):
5822         Add support for other formats audioresample can handle such as
5823         32 bits in and float and 64 bits float. Fixes #301759
5824
5825 2006-04-28  Wim Taymans  <wim@fluendo.com>
5826
5827         * gst/audioconvert/audioconvert.c: (float):
5828         correctly clip float samples > 1.0. Fixes #338718
5829
5830 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5831
5832         Patch by: Young-Ho Cha  <ganadist at chollian net>
5833
5834         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5835         (gst_text_overlay_render_text):
5836           Don't strip newlines from the text. Also, center lines
5837           within multi-line paragraphs (#339405).
5838
5839 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5840
5841         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
5842           Fix wavpack typefinding to work in more cases (don't peek
5843           for chunks of multiple hundred kBs at once, but process
5844           things step-by-step in smaller units). Fixes #339786.
5845
5846 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5847
5848         * configure.ac:
5849           back to HEAD
5850
5851 === release 0.10.6 ===
5852
5853 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
5854
5855         * configure.ac:
5856           releasing 0.10.6, "Chao"
5857
5858 2006-04-26  David Schleef  <ds@schleef.org>
5859
5860         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
5861           Fixes #338897.
5862
5863 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5864
5865         * configure.ac:
5866         * win32/common/config.h:
5867           new prerelease
5868
5869 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5870
5871         patch by: Wim Taymans
5872
5873         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5874         (gst_ogg_demux_perform_seek):
5875           make sure correct newsegments are sent, so that the decoder
5876           and the demuxer agree on timestamps.  Fixes playback of a lot
5877           of Ogg files that do not start from 0.  Fixes #339833.
5878
5879 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5880
5881         Patch by: Edward Hervey  <edward@fluendo.com>
5882
5883         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
5884         * tests/check/Makefile.am:
5885         * tests/check/elements/videorate.c: (assert_videorate_stats),
5886         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
5887         (videorate_suite), (main):
5888           Fix an infinite loop if frames are passed in with wrongly ordered
5889           timestamps.  Fixes #339013.
5890
5891 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5892
5893         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5894
5895         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5896           fix typefinding on some ISO files.  Fixes #339212.
5897
5898 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5899
5900         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5901
5902         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5903           add another H264 fourcc.  Fixes #339047.
5904
5905 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5906
5907         Patch by: Jan Schmidt
5908
5909         * gst/playback/gststreamselector.c:
5910         (gst_stream_selector_bufferalloc):
5911           Restore old StreamSelector behaviour.
5912           Fixes #338419.
5913
5914 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5915
5916         * configure.ac:
5917         * win32/common/config.h:
5918           prerelease
5919
5920 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5921
5922         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
5923
5924         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5925         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
5926           Fix some memory leaks: on finalize, free buffers left in the queue
5927           before destroying the queue; in _push(), unref rtp_buf even if
5928           the process vfunc returned a NULL buffer as output buffer (#337548);
5929           demote some recuring debug messages to LOG level.
5930
5931 2006-04-11  Wim Taymans  <wim@fluendo.com>
5932
5933         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5934         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5935         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
5936         (gst_ogg_demux_loop):
5937         More cleanups.
5938         Respect segment stop when emiting EOS or SEGMENT_DONE.
5939         Fixes (#337945).
5940
5941 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5942
5943         * gst/playback/gststreamselector.c:
5944         (gst_stream_selector_get_property):
5945           Don't leak pad name.
5946
5947 2006-04-10  Michael Smith  <msmith@fluendo.com>
5948
5949         * tests/check/Makefile.am:
5950         * tests/check/gst-plugins-base.supp:
5951           Suppress an old libtheora bug (fixed in more recent versions), so 
5952           that FC4 buildslaves can pass.
5953
5954 2006-04-10  Wim Taymans  <wim@fluendo.com>
5955
5956         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5957         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5958         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
5959         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
5960         (gst_ogg_demux_loop):
5961         Don't leak events.
5962         Remember what error we got when finding chains, if we
5963         were shutdown, that would not be an error.
5964
5965 2006-04-10  Wim Taymans  <wim@fluendo.com>
5966
5967         * gst-libs/gst/audio/gstbaseaudiosink.c:
5968         (gst_base_audio_sink_event):
5969         Starting the ringbuffer when we did not acquire it can cause
5970         a deadlock, is pointless and causes nasty things for
5971         subclasses. 
5972         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
5973
5974 2006-04-10  Wim Taymans  <wim@fluendo.com>
5975
5976         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5977         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5978         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5979         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
5980         (gst_ogg_demux_deactivate_current_chain),
5981         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5982         (gst_ogg_demux_bisect_forward_serialno),
5983         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
5984         Add some more debugging.
5985
5986 2006-04-10  Wim Taymans  <wim@fluendo.com>
5987
5988         * ext/theora/theoradec.c: (theora_dec_src_event),
5989         (theora_handle_data_packet):
5990         Some more debug info.
5991
5992         * tests/examples/seek/seek.c: (start_seek), (main):
5993         Print element messages too.
5994
5995 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
5996
5997         * gst/audioresample/debug.h:
5998           replace debug macros with variable number of parameters
5999           by a simple alias to gstreamer standard debug macros 
6000          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6001           supported by MSVC 6.0 and 7.1)
6002         * gst/audioresample/resample.h:
6003           define M_PI and rint for WIN32
6004         * win32/common/libgstaudio.def:
6005         * win32/common/libgstriff.def:
6006         * win32/common/libgsttag.def:
6007         * win32/common/libgstvideo.def:
6008           add new exported functions
6009         * win32/vs6:
6010           update project files
6011
6012 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6013
6014         * ext/alsa/gstalsamixeroptions.c:
6015         (gst_alsa_mixer_options_class_init):
6016         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6017         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6018         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6019         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6020         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6021         * gst-libs/gst/audio/gstaudiofilter.c:
6022         (gst_audio_filter_class_init):
6023         * gst-libs/gst/audio/gstaudiosink.c:
6024         (gst_audioringbuffer_class_init):
6025         * gst-libs/gst/audio/gstaudiosrc.c:
6026         (gst_audioringbuffer_class_init):
6027         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6028         * gst-libs/gst/interfaces/colorbalancechannel.c:
6029         (gst_color_balance_channel_class_init):
6030         * gst-libs/gst/interfaces/mixeroptions.c:
6031         (gst_mixer_options_class_init):
6032         * gst-libs/gst/interfaces/mixertrack.c:
6033         (gst_mixer_track_class_init):
6034         * gst-libs/gst/interfaces/tunerchannel.c:
6035         (gst_tuner_channel_class_init):
6036         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6037         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6038         (gst_netbuffer_class_init):
6039         * gst-libs/gst/rtp/gstbasertppayload.c:
6040         (gst_basertppayload_class_init):
6041         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6042         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6043         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6044         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6045         * gst/playback/gststreamselector.c:
6046         (gst_stream_selector_class_init):
6047         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6048         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6049         * sys/v4l/gstv4lcolorbalance.c:
6050         (gst_v4l_color_balance_channel_class_init):
6051         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6052         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6053         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6054         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6055         (gst_v4l_tuner_norm_class_init):
6056         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6058         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6059         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6060
6061 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6062
6063         * ext/pango/gsttextrender.h:
6064         * gst-libs/gst/audio/gstaudiosink.h:
6065         * gst-libs/gst/audio/gstaudiosrc.h:
6066         * gst-libs/gst/audio/gstbaseaudiosink.h:
6067         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6068         * gst-libs/gst/audio/gstringbuffer.h:
6069         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6070         * gst-libs/gst/rtp/gstbasertppayload.h:
6071         * gst-libs/gst/video/gstvideofilter.h:
6072         * gst-libs/gst/video/gstvideosink.h:
6073         * gst/playback/gstplaybasebin.h:
6074         * gst/tcp/gstmultifdsink.h:
6075         * sys/v4l/gstv4lelement.h:
6076         Fix broken GObject macros
6077
6078 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6079
6080         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6081         More debug to trace why my USB headset is not working with gst
6082
6083 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6084
6085         * gst/playback/gstplaybasebin.c: (group_destroy):
6086         Clean up our group elements properly in the case where it never 
6087         got committed - it still got added unconditionally to the bin.
6088
6089 2006-04-07  Wim Taymans  <wim@fluendo.com>
6090
6091         * ext/theora/theoradec.c: (theora_dec_sink_event),
6092         (theora_handle_data_packet), (theora_dec_chain):
6093         Unref unhandled events.
6094         Protect against empty buffers.
6095         Perform QoS on running time.
6096
6097 2006-04-07  Michael Smith  <msmith@fluendo.com>
6098
6099         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6100         (gst_vorbis_enc_chain):
6101           Remove leaks from vorbisenc.
6102           Mostly minor changes, the only significant one is that now the
6103           buffers we set as 'streamheader' on the caps are copies of the
6104           original buffers, to avoid circular refcounting problems.
6105
6106 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6107
6108         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6109           Don't remove our mute-probe if someone else already did so.
6110           Don't set a 2nd one if there is already one pending on the pad.
6111
6112         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6113         (do_playbin_seek):
6114           When a seek fails, ensure that playbin is still set back to playing.
6115           
6116         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6117         (mpeg_ts_type_find), (plugin_init):
6118           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6119
6120 2006-04-06  Andy Wingo  <wingo@pobox.com>
6121
6122         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6123         (gst_video_rate_init): Caps-related parameters should not be reset
6124         by a flush -- move their inits to the instance init function.
6125         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6126         is not OK, just return the result.
6127
6128         * gst/audiotestsrc/gstaudiotestsrc.c
6129         (gst_audio_test_src_class_init)
6130         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6131         broken by Stefan's commit on 24 March.
6132
6133         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6134         buffers being pushed out. Fixes oggmux ! multifdsink.
6135
6136 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6137
6138         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6139         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6140         * ext/vorbis/vorbisdec.h:
6141         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6142         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6143         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6144         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6145         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6146         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6147         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6148         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6149         (gst_vorbis_enc_buffer_from_packet),
6150         (gst_vorbis_enc_buffer_from_header_packet),
6151         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6152         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6153         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6154         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6155         (gst_vorbis_enc_change_state):
6156         * ext/vorbis/vorbisenc.h:
6157           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6158           vorbisenc adhere to the official nomenclature; use boilerplate
6159           macro.
6160
6161 2006-04-04  Andy Wingo  <wingo@pobox.com>
6162
6163         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6164         Whoops, fix bug introduced. Bad hacker!
6165         
6166         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6167         Properly handle the case where you get EOS before any buffers are
6168         received. Use gst_buffer_make_metadata_writable where appropriate.
6169
6170         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6171         is often negative -- make it signed so as not to wrap around.
6172         Fixes segfaults introduced on 9 March.
6173
6174 2006-04-03  Wim Taymans  <wim@fluendo.com>
6175
6176         * ext/theora/gsttheoradec.h:
6177         * ext/theora/theoradec.c: (theora_dec_src_event):
6178         Don't try to store a gdouble in a gboolean.
6179         Small cleanups.
6180
6181 2006-04-03  Michael Smith  <msmith@fluendo.com>
6182
6183         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6184           Oggmux sucks.
6185           Make it suck slightly less by writing out the final page.
6186           Still can't encode a vorbis-in-ogg file correctly, though.
6187
6188 2006-04-03  Andy Wingo  <wingo@pobox.com>
6189
6190         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6191         a g_print.
6192
6193         * ext/theora/theora.c (plugin_init): Register theoraparse.
6194
6195         * ext/theora/gsttheoraparse.h: 
6196         * ext/theora/theoraparse.c: New files implementing a theora
6197         parser. Now we can properly remux ogg/theora+vorbis, yay.
6198
6199         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6200
6201 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6202
6203         * gst/audiotestsrc/gstaudiotestsrc.c:
6204           Fixed the sample pipeline (see #323798)
6205
6206 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6207
6208         * configure.ac:
6209         * win32/common/config.h:
6210         * win32/common/config.h.in:
6211           use AS_VERSION and AS_NANO
6212           more cleanups
6213
6214 2006-03-31  Andy Wingo  <wingo@pobox.com>
6215
6216         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6217         uninitialized variable return that would happen.
6218         
6219         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6220         uninitialized variable return that would never happen.
6221
6222         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6223         (vorbis_parse_sink_event): Add an event function to flush our
6224         state on a seek, and to drain buffers on a premature EOS.
6225         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6226         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6227         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6228         (vorbis_parse_drain_queue): Queue up buffers until we can set
6229         their timestamps and granulepos values.
6230
6231         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6232         and keep track of data needed for deriving granulepos and
6233         timestamps for buffers.
6234
6235 2006-03-29  Wim Taymans  <wim@fluendo.com>
6236
6237         Patch by: j^ <j at bootlab dot org>
6238
6239         * ext/alsa/gstalsamixerelement.c:
6240         (gst_alsa_mixer_element_class_init):
6241         * ext/alsa/gstalsasink.c:
6242         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6243         * ext/ogg/gstoggdemux.c:
6244         * ext/ogg/gstoggmux.c:
6245         * ext/ogg/gstoggparse.c:
6246         * ext/pango/gstclockoverlay.c:
6247         * ext/pango/gsttextoverlay.c:
6248         * ext/pango/gsttextrender.c:
6249         * ext/pango/gsttimeoverlay.c:
6250         * ext/theora/theoradec.c:
6251         * ext/theora/theoraenc.c:
6252         * ext/vorbis/vorbisdec.c:
6253         * ext/vorbis/vorbisenc.c:
6254         * gst/audioconvert/gstaudioconvert.c:
6255         * gst/subparse/gstsubparse.c:
6256         * gst/tcp/gstmultifdsink.c:
6257         * gst/tcp/gsttcpclientsink.c:
6258         * gst/tcp/gsttcpclientsrc.c:
6259         * gst/tcp/gsttcpserversink.c:
6260         * gst/tcp/gsttcpserversrc.c:
6261           better/unified long descriptions
6262           Fixes #336477
6263
6264 2006-03-29  Wim Taymans  <wim@fluendo.com>
6265
6266         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6267         (stop_seek):
6268         Don't let double and triple clicks mess up our state.
6269
6270 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6271
6272         * gst/playback/gstplaybin.c: (gen_video_element),
6273         (gen_text_element), (gen_audio_element), (gen_vis_element):
6274           Error out gracefully when we can't create any of the usual
6275           conversion elements for some reason. Also, don't try to
6276           create an audioscale (sic) element that's not used anyway.
6277
6278 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6279
6280         * gst/playback/gstplaybasebin.c: (setup_source):
6281           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6282           element for a particular protocol, that's confusing for users.
6283           Instead, post a RESOURCE_FAILED error, so that our own error
6284           message is actually shown in totem etc. (#336303).
6285
6286 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6287
6288         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6289
6290         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6291         (gst_gnome_vfs_src_get_icy_metadata):
6292           Fix some minor memory leaks (#336194).
6293
6294 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6295
6296         * ext/gnomevfs/gstgnomevfs.c:
6297         (gst_gnome_vfs_location_to_uri_string):
6298         * ext/gnomevfs/gstgnomevfs.h:
6299         * ext/gnomevfs/gstgnomevfssink.c:
6300         (gst_gnome_vfs_sink_set_property):
6301         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6302           Make gnomevfssink accept filenames as well as URIs for the
6303           "location" property, just like gnomevfssrc does (and
6304           filesrc/filesink do) (#336190).
6305
6306 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6307
6308         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6309           set to NULL before unreffing, fixes a valgrind leak.
6310           Why was this not triggering the error that an object needs to
6311           be NULL before unreffing ?
6312         * win32/common/config.h:
6313           update
6314
6315 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6316
6317         * gst/subparse/gstsubparse.c: (convert_encoding),
6318         (gst_sub_parse_change_state):
6319         * gst/subparse/gstsubparse.h:
6320           Text subtitle files may or may not be UTF-8. If it's not, we
6321           don't really want to see '?' characters in place of non-ASCII
6322           characters like accented characters. So let's assume the input
6323           is UTF-8 until we come across text that is clearly not. If it's
6324           not UTF-8, we don't really know what it is, so try the following:
6325           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6326           is set; if not, check (b) if the current locale encoding is
6327           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6328           the current locale encoding is UTF-8 and the environment variable
6329           was not set to any particular encoding. Not perfect, but better
6330           than nothing (and better than before, I think) (fixes #172848).
6331
6332 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6333
6334         * configure.ac:
6335           update core requirement to 0.10.4.1 because of async_playback
6336           vmethod on GstBaseSink
6337
6338 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6339
6340         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6341         * gst/adder/gstadder.c: (gst_adder_init):
6342         use DEBUG_FUNCPTR for collectpads
6343
6344 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6345
6346         * docs/plugins/Makefile.am:
6347         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6348         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6349         * ext/cdparanoia/gstcdparanoiasrc.c:
6350         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6351         (gst_gnome_vfs_sink_class_init):
6352         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6353         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6354         * ext/ogg/gstoggmux.c:
6355         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6356         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6357         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6358         * ext/pango/gsttextoverlay.c:
6359         * ext/pango/gsttextrender.c:
6360         * ext/theora/theoradec.c:
6361         * ext/theora/theoraenc.c:
6362         * ext/vorbis/vorbisdec.c:
6363         * ext/vorbis/vorbisenc.c:
6364         * gst-libs/gst/audio/gstaudiofilter.c:
6365         (gst_audio_filter_base_init):
6366         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6367         (gst_audio_filter_template_base_init):
6368         * gst/adder/gstadder.c: (gst_adder_get_type):
6369         * gst/adder/gstadder.h:
6370         * gst/audioconvert/gstaudioconvert.c:
6371         * gst/audiotestsrc/gstaudiotestsrc.c:
6372         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6373         (gst_audio_test_src_create):
6374         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6375         * gst/playback/gstdecodebin.c:
6376         * gst/playback/gstplaybin.c:
6377         * gst/playback/gststreamselector.c:
6378         (gst_stream_selector_base_init):
6379         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6380         * gst/volume/gstvolume.c:
6381         * sys/v4l/gstv4lmjpegsink.c:
6382         * sys/v4l/gstv4lmjpegsrc.c:
6383         * tests/check/libs/cddabasesrc.c:
6384         * tests/old/examples/gob/gst-identity2.gob:
6385           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6386           define GstElementDetails at the top
6387
6388 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6389
6390         * win32/common/libgstinterfaces.def:
6391         Add a lot of export functions for gst-python
6392         * win32/vs6/libgstinterfaces.dsp:
6393         Add a missing include folder in the project configuration
6394         
6395 2006-03-23  Wim Taymans  <wim@fluendo.com>
6396
6397         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6398         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6399         (gst_base_audio_src_change_state):
6400         Fix audio sources, forgot to make the ringbuffer
6401         startable...
6402
6403 2006-03-23  Wim Taymans  <wim@fluendo.com>
6404
6405         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6406         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6407         (gst_base_audio_src_change_state):
6408         unparent instead of unref the ringbuffer.
6409
6410 2006-03-23  Wim Taymans  <wim@fluendo.com>
6411
6412         * gst-libs/gst/audio/gstbaseaudiosink.c:
6413         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6414         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6415         Implement new async_play vmethod to start slaving and allow
6416         playback start in case of async PLAY state changes. 
6417
6418         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6419         Enable QoS with new method in base class.
6420
6421 2006-03-23  Wim Taymans  <wim@fluendo.com>
6422
6423         Patch by: Julien MOUTTE <julien at moutte dot net>
6424
6425         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6426         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6427         Partially handle 0 framerate, only EOS after the first frame
6428         is missing.
6429
6430 2006-03-23  Wim Taymans  <wim@fluendo.com>
6431
6432         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6433
6434         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6435         (gst_riff_create_video_template_caps):
6436         * gst/ffmpegcolorspace/avcodec.h:
6437         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6438         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6439         (gst_ffmpegcsp_avpicture_fill):
6440         * gst/ffmpegcolorspace/imgconvert.c:
6441         Patch for support of YVU9 AVI files (#334822)
6442
6443 2006-03-22  Edward Hervey  <edward@fluendo.com>
6444
6445         * docs/design/design-decodebin.txt:
6446         Added design document for new decodebin
6447         (Target Caps): text/x-pango-markup is also a default target caps.
6448
6449 2006-03-22  Wim Taymans  <wim@fluendo.com>
6450
6451         * gst-libs/gst/audio/gstbaseaudiosink.c:
6452         (gst_base_audio_sink_dispose):
6453         Since we _parent the ringbuffer, we also need to
6454         _unparent instead of a plain _unref.
6455
6456 2006-03-22  Wim Taymans  <wim@fluendo.com>
6457
6458         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6459         (stop_seek), (scrub_toggle_cb), (main):
6460         Add scrub checkbox.
6461
6462 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6463
6464         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6465         (gst_ogg_parse_chain):
6466           Fix very inefficient usage of linked lists (#335365).
6467
6468 2006-03-21  Edward Hervey  <edward@fluendo.com>
6469
6470         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6471         * gst/playback/gstplaybin.c: (handoff):
6472         * gst/playback/gststreamselector.c:
6473         (gst_stream_selector_set_property):
6474         gcc 4.1 unreferenced pointer fixes.
6475         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6476         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6477         gst_buffer_ref() now takes a GstBuffer*.
6478
6479 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6480
6481         * sys/xvimage/xvimagesink.c:
6482         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6483         by Jan Schmidt.
6484
6485 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6486
6487         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6488         (id3v1_type_find), (apetag_type_find), (plugin_init):
6489           Can't do tag preferences via probability, as tags would then
6490           lose against types that are recognised with MAXIMUM probability
6491           (like .wav); so let all tag typefinders return MAXIMUM themselves
6492           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6493           that we can prefer APE to ID3v1 (fixes #335028).
6494           
6495 2006-03-17  Wim Taymans  <wim@fluendo.com>
6496
6497         * gst-libs/gst/audio/gstbaseaudiosink.c:
6498         (gst_base_audio_sink_change_state):
6499         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6500         (gst_ring_buffer_may_start):
6501         * gst-libs/gst/audio/gstringbuffer.h:
6502         Only start playback if we are playing.
6503         should fix #330748.
6504
6505 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6506
6507         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6508         * win32/common/config.h:
6509           Revert accidental commits to these files.
6510
6511 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6512
6513         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6514
6515         * tests/Makefile.am:
6516           Don't try to build tests in tests/icles if we
6517           don't have X (#323852)
6518
6519 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6520
6521         * gst-libs/gst/tag/gstid3tag.c:
6522           Add TXXX frame identifiers for replaygain stuff as used
6523           by some taggers (see #323721).
6524
6525 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6526
6527         * gst/playback/gststreamselector.c:
6528         (gst_stream_selector_set_property),
6529         (gst_stream_selector_bufferalloc):
6530           Preserve the existing buggy streamselector behaviour by performing
6531           a fallback buffer allocation when downstream isn't linked yet.
6532           This should really be fixed in playbin by blocking pads until it's
6533           linked them.
6534           Also, use gst_pad_alloc_buffer instead of
6535           gst_pad_alloc_buffer_and_set.
6536
6537 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6538
6539         * gst-libs/gst/tag/gstid3tag.c:
6540           Don't crash on unknown ID3v2 TXXX frames.
6541           
6542 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6543
6544         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6545           Chain up to the parent finalize method.
6546           Add 32-bit sample size to the template caps.
6547
6548         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6549         (gst_riff_create_video_template_caps):
6550           Add the fourcc that the VMWare codec uses.
6551           
6552         * gst/playback/gststreamselector.c:
6553         (gst_stream_selector_set_property),
6554         (gst_stream_selector_bufferalloc),
6555         (gst_stream_selector_request_new_pad):
6556           For the active pad, forward buffer-alloc requests, otherwise
6557           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6558           having to memcpy every frame when used by playbin.
6559
6560         * gst/tcp/gstmultifdsink.c:
6561         (gst_multi_fd_sink_handle_client_write):
6562           Get negotiated caps from the sink pad, rather than the sink
6563           pad's peer.
6564
6565 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6566
6567         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6568         
6569         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6570           Don't forget to set src->callbacks_pushed to FALSE again when
6571           popping them, otherwise re-activation in a different mode won't
6572           work (#334620).
6573
6574 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6575
6576         Patch by: Sebastien Moutte  <sebastien moutte net>
6577
6578         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6579         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6580         (gst_ffmpeg_smpfmt_to_caps):
6581           Replace __VA_ARGS__ caps creation macros with varargs functions.
6582           Makes things compile on MSVC (#320765), looks nicer, and we can
6583           tell the compiler to check for the NULL terminator.
6584
6585 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6586
6587         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6588
6589         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6590           Make sure the buffer we copy into is really always big
6591           enough, this time for real (#333488).
6592           
6593 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6594
6595         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6596           Add support for 24bpp DIB (#305279).
6597
6598 2006-03-14  Wim Taymans  <wim@fluendo.com>
6599
6600         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6601         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6602         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6603         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6604         (gst_video_scale_init), (gst_video_scale_src_event):
6605         Re-enable QoS after the release.
6606         Rework videoscale to use the base class src_event handler.
6607
6608 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6609
6610         * configure.ac:
6611           back to CVS.
6612
6613 === release 0.10.5 ===
6614
6615 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6616
6617         * configure.ac:
6618           releasing 0.10.5, "Net"
6619
6620 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6621
6622         * docs/plugins/Makefile.am:
6623           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6624           
6625 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6626
6627         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6628         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6629         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6630           Add cdparanoiasrc to docs.
6631
6632         * gst-libs/gst/cdda/gstcddabasesrc.c:
6633           More GstCddaBaseSrc docs.
6634
6635 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6636
6637         * docs/libs/gst-plugins-base-libs-sections.txt:
6638         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6639         * gst-libs/gst/tag/tag.h:
6640           API: libgsttag: new method gst_tag_from_id3_user_tag().
6641
6642 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6643
6644         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6645           NULL-terminate array of mpeg4 video file extensions.
6646           Fixes crash on PPC (#334226).
6647
6648 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6649
6650         * ext/gnomevfs/gstgnomevfssrc.c:
6651         (gst_gnome_vfs_src_check_get_range):
6652           gnome_vfs_uri_is_local() alone is not a good indicator
6653           whether we can operate in pull-mode with a specific URI,
6654           as it returns FALSE for file:// URIs that point to an
6655           NFS-mounted path. Be more conservative here: whitelist
6656           local files, blacklist http URIs and use the old
6657           mechanism for anything else (fixes #334216).
6658
6659 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6660
6661         * configure.ac:
6662           back to trunk
6663
6664 === release 0.10.4 ===
6665
6666 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6667
6668         * configure.ac:
6669           releasing 0.10.4, "Power"
6670
6671 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6672
6673         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6674         Disable max-lateness by setting it to -1 for now, so that 
6675         we can bed QoS stuff in thoroughly between now and the next
6676         release.
6677
6678 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6679
6680         Patch by: Fabrizio Gennari
6681
6682         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6683           Make sure we don't read beyond the palette buffer in case of
6684           broken or manipulated files (#333488)
6685
6686 2006-03-10  Edward Hervey  <edward@fluendo.com>
6687
6688         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6689         Fix for variable not initialized.
6690
6691 2006-03-09  Wim Taymans  <wim@fluendo.com>
6692
6693         * ext/libvisual/visual.c: (gst_visual_get_type),
6694         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6695         (gst_visual_chain):
6696         Small cleanups.
6697
6698         * ext/theora/gsttheoradec.h:
6699         * ext/theora/theoradec.c: (gst_theora_dec_init),
6700         (gst_theora_dec_reset), (_theora_granule_time),
6701         (theora_dec_src_convert), (theora_dec_sink_convert),
6702         (theora_dec_src_query), (theora_dec_src_event),
6703         (theora_dec_sink_event), (theora_handle_comment_packet),
6704         (theora_handle_header_packet), (theora_dec_push),
6705         (theora_handle_data_packet), (theora_dec_chain),
6706         (theora_dec_change_state):
6707         Add simple QoS.
6708
6709 2006-03-09  Wim Taymans  <wim@fluendo.com>
6710
6711         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6712         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6713         Some cleanups.
6714
6715 2006-03-09  Wim Taymans  <wim@fluendo.com>
6716
6717         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6718         Don't try to activate NULL chains.
6719
6720 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6721
6722         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6723           Fix invalid memory access to region before peek'd data (#332964).
6724
6725 2006-03-09  Wim Taymans  <wim@fluendo.com>
6726
6727         Patch by: Christophe Fergeau
6728
6729         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6730         * ext/pango/gsttextrender.c: (gst_text_render_init):
6731         * gst/adder/gstadder.c: (gst_adder_init):
6732         Don't leak padtemplates, closes #333510.
6733
6734 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6735
6736         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6737           Fix invalid memory access: make sure string passed to
6738           regexec() is NUL-termianted.
6739
6740 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6741
6742         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6743         (mp3_type_find):
6744           Refactor mpeg/audio typefinding to make it more maintainable
6745           and easier to fine-tune. Make probing into middle of the file
6746           work properly (fixes #333900, also see #152688).
6747
6748 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6749
6750         * gst/typefind/gsttypefindfunctions.c:
6751         (utf8_type_find_have_valid_utf8_at_offset):
6752           Remove part from previous commit that was bogus:
6753           g_utf8_validate() does in fact not accept embedded
6754           zeroes, so we don't need to check for those (thanks
6755           to Mike for the hint).
6756
6757 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6758
6759         * gst/typefind/gsttypefindfunctions.c:
6760         (utf8_type_find_count_embedded_zeroes),
6761         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
6762           Make plain/text typefinder more conservative: firstly, check
6763           for embedded zeroes, which are perfectly valid UTF-8 characters,
6764           but also a fairly good sign that something is not a plain text
6765           file; secondly, probe into the middle of the file if possible.
6766           If we can't probe into the middle, limit the probability value
6767           to be returned to TYPE_FIND_POSSIBLE (see #333900).
6768
6769 2006-03-08  Michael Smith  <msmith@fluendo.com>
6770
6771         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6772           Make typefind function name for mpeg4 video unique.
6773
6774 2006-03-08  Wim Taymans  <wim@fluendo.com>
6775
6776         * ext/libvisual/visual.c: (gst_visual_init),
6777         (gst_visual_clear_actors), (gst_visual_dispose),
6778         (gst_visual_reset), (gst_visual_src_setcaps),
6779         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
6780         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
6781         (gst_visual_chain), (gst_visual_change_state):
6782         Cleanups, post nice errors.
6783         Handle sink and src events.
6784         Implement simple QoS.
6785
6786         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6787         Use new basesink methods to configure max-lateness.
6788         Small doc update.
6789
6790         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6791         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
6792         Debug statement cleanups.
6793
6794         * gst/volume/gstvolume.c: (gst_volume_class_init):
6795         Simple cleanup.
6796
6797 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6798
6799         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
6800         (gst_text_overlay_init), (gst_text_overlay_set_property),
6801         (gst_text_overlay_get_property):
6802           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
6803           as string type properties, but mark them deprecated. Add
6804           'halignment' and 'valignment' properties that use enums
6805           instead of strings.
6806
6807 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6808
6809         Patch by: Fabrizio Gennari
6810
6811         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6812           Allow palettes with less than 256 colours in AVI files
6813           (#333488)
6814
6815 2006-03-07  Julien MOUTTE  <julien@moutte.net>
6816
6817         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6818         (gst_text_overlay_video_event): Fix wrong EOS handling on text
6819         pad. We were releasing the queued text buffer when we should keep
6820         it until video pad gets EOS or discard the text buffer because it's
6821         too old. That was eating the last subtitle buffer. Add some more
6822         debug.
6823
6824 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6825
6826         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
6827         (gst_text_overlay_video_chain):
6828           Fix invalid memory access (we can't access a buffer after it's been
6829           pushed downstream without taking a reference); fix memory leak (if
6830           there's no text to render, bail out before allocating stuff).
6831
6832 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6833
6834         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6835         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
6836         * ext/pango/gsttextoverlay.h:
6837           If input is plain text, escape it before passing it to
6838           pango_layout_set_markup().
6839
6840 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6841
6842         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
6843           Don't ignore flow return from gst_pad_push().
6844
6845 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6846
6847         Patch by: Fabrizio Gennari
6848
6849         * ext/libvisual/visual.c: (gst_visual_getcaps),
6850         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
6851         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
6852         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
6853         (gst_vorbisenc_convert_sink):
6854         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
6855         (gst_audio_duration_from_pad_buffer):
6856         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
6857         (gst_audio_filter_chain):
6858         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6859         (gst_base_rtp_depayload_setcaps):
6860         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
6861         (gst_video_get_size):
6862         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
6863           Don't leak references returned by gst_pad_get_parent()
6864           (#333663)
6865
6866 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
6867
6868         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
6869           change location param details
6870         * gst/volume/gstvolume.c: (plugin_init):
6871           correct plugin description
6872
6873 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6874
6875         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6876         (gst_gnome_vfs_src_check_get_range):
6877           Override GstBaseSrc::check_get_range() in order to avoid opening
6878           the resource just to check whether we can operate in pull-mode or
6879           not - we can predict that pretty well from the URI alone. Should
6880           fix problems with last.fm (#331690). (Requires latest core CVS).
6881
6882 2006-03-06  Wim Taymans  <wim@fluendo.com>
6883
6884         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6885         (gst_video_sink_class_init):
6886         Throw away frames that are later than 20 ms.
6887
6888 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6889
6890         Patch by: Fabrizio Gennari
6891
6892         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6893           Set depth on WMA caps (#333545)
6894
6895 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6896
6897         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6898         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6899           put Theora BOS pages before others.  This hardcodes
6900           the Ogg/Theora I profile, but hey.
6901
6902 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6903
6904         * ext/ogg/README:
6905           updated with some examples
6906         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
6907         (granulepos_add), (theora_buffer_from_packet):
6908         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
6909         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
6910         (gst_vorbisenc_chain):
6911           implement strategy from ext/ogg/README
6912         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6913         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6914         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
6915         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
6916           Fix muxer so that oggz-validate is happy with all streams;
6917           except for no eos mark, and the BOS page ordering
6918         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6919         (check_buffer_granulepos):
6920         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
6921           update tests to check for OFFSET being set as requested
6922           fixed type of granulepos, it's not a ClockTime
6923
6924 2006-03-05  Julien MOUTTE  <julien@moutte.net>
6925
6926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6927         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6928         Check that the xvimage we are creating has a correct size
6929         before returning it. (#314897)
6930
6931 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6932
6933         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6934           Give id3 and ape tag typefinders a rank slightly higher
6935           than PRIMARY to ensure they're always run before any of
6936           the other typefinders (in particular wav and mp3) (#324186).
6937
6938 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6939
6940         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6941           Add support for '3IVD' fourcc (#333403).
6942
6943 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
6944
6945         * configure.ac:
6946           Bump requirements to GStreamer CVS for the new error enum.
6947
6948         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
6949           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
6950           space left on the device (fixes #333352).
6951
6952 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
6953
6954         * win32/vs6:
6955           add a project file for libgstvolume
6956           update the workspace
6957
6958 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6959
6960         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6961         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6962         (GST_START_TEST):
6963           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
6964           Set IN_CAPS on header buffers
6965
6966 2006-03-02  Wim Taymans  <wim@fluendo.com>
6967
6968         * docs/plugins/Makefile.am:
6969         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6970         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6971         Add audioresample to docs.
6972
6973         * gst/audioconvert/gstaudioconvert.c:
6974         Add revision date.
6975
6976         * gst/audioresample/gstaudioresample.c:
6977         (gst_audioresample_base_init), (gst_audioresample_class_init),
6978         (gst_audioresample_init), (gst_audioresample_dispose),
6979         (audioresample_get_unit_size), (audioresample_transform_caps),
6980         (resample_set_state_from_caps), (audioresample_transform_size),
6981         (audioresample_set_caps), (audioresample_event),
6982         (audioresample_do_output), (audioresample_transform),
6983         (audioresample_pushthrough), (gst_audioresample_set_property),
6984         (gst_audioresample_get_property), (plugin_init):
6985         * gst/audioresample/gstaudioresample.h:
6986         Added docs.
6987         Small code cleanups.
6988
6989 2006-03-02  Wim Taymans  <wim@fluendo.com>
6990
6991         * docs/plugins/Makefile.am:
6992         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6993         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6994         Added videoscale to docs.
6995
6996         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
6997         (gst_video_rate_swap_prev), (gst_video_rate_event),
6998         (gst_video_rate_chain):
6999         Fix typo in docs.
7000
7001         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7002         (gst_video_scale_init), (gst_video_scale_prepare_size),
7003         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7004         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7005         * gst/videoscale/gstvideoscale.h:
7006         Added docs, examples.
7007         Some code cleanups.
7008         Post errors instead of g_warning.
7009
7010 2006-03-02  Wim Taymans  <wim@fluendo.com>
7011
7012         * docs/libs/gst-plugins-base-libs-docs.sgml:
7013         * docs/libs/gst-plugins-base-libs-sections.txt:
7014         * docs/libs/gst-plugins-base-libs.types:
7015         * docs/plugins/Makefile.am:
7016         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7017         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7018         Added some more docs to libs and plugins.
7019
7020         * gst-libs/gst/audio/gstringbuffer.c:
7021         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7022         * gst-libs/gst/audio/gstringbuffer.h:
7023         Document ringbuffer some more.
7024
7025         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7026         (gst_video_rate_setcaps), (gst_video_rate_reset),
7027         (gst_video_rate_init), (gst_video_rate_flush_prev),
7028         (gst_video_rate_swap_prev), (gst_video_rate_event),
7029         (gst_video_rate_chain), (gst_video_rate_change_state):
7030         * gst/videorate/gstvideorate.h:
7031         Fix videorate to use segments.
7032         Make it work with 0/1 framerates (closes #331903)
7033         Handle EOS correctly.
7034         Added docs.
7035
7036 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7037
7038         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7039         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7040         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7041           In state change function, first chain up to parent class,
7042           then handle downwards state change stuff. Remove some
7043           commented out cruft from 0.8 code.
7044
7045 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7046
7047         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7048         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7049         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7050         (gst_ogm_parse_chain):
7051           Don't remove/re-add source pad if the new caps are the same as
7052           the old caps anyway (#333042). When removing source pad, don't
7053           unref it afterwards - we didn't ref it when adding. Sprinkle some
7054           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7055           after using gst_pad_get_parent(). Return downstream flow return
7056           value in chain function.
7057
7058 2006-03-02  Wim Taymans  <wim@fluendo.com>
7059
7060         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7061         * docs/plugins/gst-plugins-base-plugins.args:
7062         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7063         * docs/plugins/gst-plugins-base-plugins.interfaces:
7064         * docs/plugins/gst-plugins-base-plugins.signals:
7065         Fix hierarchy, added some more elements to the docs.
7066
7067         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7068         (gst_ffmpegcsp_get_type):
7069         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7070         Fix docs for ffmpegcolorspace.
7071
7072 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7073
7074         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7075         (apetag_type_find), (ape_type_find), (plugin_init):
7076           Some typefinding fine-tuning:
7077           - rank ID3/APE tags in order of preference via probabilities, so that
7078             ID3v2 > APEv2 > APEv1 > ID3v1.
7079           - three or four bytes don't really justify MAXIMUM probability,
7080             change those to 'very likely' (musepack and monkeysaudio).
7081
7082 2006-03-01  Wim Taymans  <wim@fluendo.com>
7083
7084         * docs/plugins/Makefile.am:
7085         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7086         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7087         * ext/alsa/gstalsamixer.c:
7088         * ext/alsa/gstalsamixer.h:
7089         * ext/alsa/gstalsamixerelement.c:
7090         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7091         * ext/alsa/gstalsamixerelement.h:
7092         * ext/alsa/gstalsasink.c:
7093         * ext/alsa/gstalsasink.h:
7094         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7095         (gst_alsasrc_init):
7096         * ext/alsa/gstalsasrc.h:
7097         Added alsa docs.
7098         Small code cleanups.
7099
7100 2006-03-01  Wim Taymans  <wim@fluendo.com>
7101
7102         * ext/theora/Makefile.am:
7103         Dist new header too,
7104
7105 2006-03-01  Wim Taymans  <wim@fluendo.com>
7106
7107         * docs/plugins/Makefile.am:
7108         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7109         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7110         * ext/gnomevfs/gstgnomevfssink.h:
7111         * ext/gnomevfs/gstgnomevfssrc.h:
7112         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7113         * ext/vorbis/vorbisdec.h:
7114         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7115         * ext/vorbis/vorbisenc.h:
7116         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7117         (vorbis_parse_chain), (vorbis_parse_change_state):
7118         * ext/vorbis/vorbisparse.h:
7119         * gst/audioconvert/gstaudioconvert.h:
7120         * gst/tcp/gsttcpserversink.h:
7121         * gst/videotestsrc/gstvideotestsrc.c:
7122         * gst/videotestsrc/gstvideotestsrc.h:
7123         * gst/volume/gstvolume.c:
7124         * gst/volume/gstvolume.h:
7125         Fix some more docs.
7126         Added docs for vorbisdec and vorbisparse.
7127         Fix vorbisparse.
7128
7129 2006-03-01  Wim Taymans  <wim@fluendo.com>
7130
7131         * docs/plugins/Makefile.am:
7132         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7133         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7134         * ext/pango/gstclockoverlay.h:
7135         * ext/pango/gsttextoverlay.h:
7136         * ext/pango/gsttextrender.h:
7137         * ext/pango/gsttimeoverlay.h:
7138         * ext/theora/gsttheoradec.h:
7139         * ext/theora/gsttheoraenc.h:
7140         * ext/theora/theoradec.c:
7141         * ext/theora/theoraenc.c:
7142         * gst/audioconvert/gstaudioconvert.h:
7143         * gst/audiotestsrc/gstaudiotestsrc.h:
7144         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7145         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7146         * gst/tcp/gstmultifdsink.h:
7147         Updated/added documentation.
7148
7149         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7150         (gst_text_overlay_halign_get_type),
7151         (gst_text_overlay_wrap_mode_get_type),
7152         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7153         (gst_text_overlay_init), (gst_text_overlay_set_property),
7154         (gst_text_overlay_get_property):
7155         Fix up properties to be enums instead of string to make bindings,
7156         introspection and automatic GUI creation possible.
7157         Add getters for the properties.
7158
7159 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7160
7161         * gst/audiotestsrc/gstaudiotestsrc.c:
7162           added defines of M_PI and M_PI_2
7163         * gst/ffmpegcolorspace/avcodec.h:
7164           removed #include "stdint.h" for win32 as _stdint.h is 
7165           autogenerated to win32/common
7166         * win32/common/libgstaudio.def:
7167         * win32/common/libgsttag.def:
7168           added some exports
7169         * win32/vs6:
7170           some project files bugs corrected
7171         * win32/vs7:
7172           project files are reset to the default vs7 configuration 
7173           (they link to msvcr71.dll using default optimizations)
7174           
7175 2006-02-28  Wim Taymans  <wim@fluendo.com>
7176
7177         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7178         Fix some docs.
7179
7180 2006-02-28  Edward Hervey  <edward@fluendo.com>
7181
7182         * ext/alsa/gstalsasrc.c:
7183         Set proper class on the ElementDetails:
7184         Source/Audio instead of Src/Audio/
7185
7186 2006-02-28  Edward Hervey  <edward@fluendo.com>
7187
7188         * gst/videoscale/vs_scanline.c:
7189         (vs_scanline_resample_nearest_RGBA):
7190         Revert optimization in videoscale. It should go in liboil and have
7191         an appropriate liboil function.
7192
7193 2006-02-28  Wim Taymans  <wim@fluendo.com>
7194
7195         * gst-libs/gst/audio/gstbaseaudiosink.c:
7196         (gst_base_audio_sink_provide_clock):
7197         Don't try to provide a clock in the NULL state.
7198
7199 2006-02-28  Wim Taymans  <wim@fluendo.com>
7200
7201         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7202         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7203         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7204         (gst_ogg_demux_deactivate_current_chain),
7205         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7206         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7207         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7208         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7209         Use GstSegment infrastructure to remove duplicated code
7210         and handle more seek cases correctly.
7211
7212 2006-02-28  Wim Taymans  <wim@fluendo.com>
7213
7214         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7215         (gst_ffmpegcsp_transform):
7216         Don't ignore return code from ffmpeg convert function.
7217
7218         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7219         Split out some long statements to ease debugging.
7220
7221 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7222
7223         * ext/libvisual/visual.c: (gst_visual_init),
7224         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7225         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7226         being able to renegotiate the size. Instead, use the negotiation
7227         algorithm from the goom plugin to pick an initial output caps. 
7228
7229         Also, allow theoretical libvisual plugins that might support non-GL 
7230         output even if they also do GL.
7231
7232 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7233
7234         * ext/libvisual/visual.c: (gst_visual_init),
7235         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7236         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7237         possible negotiation issues.
7238
7239 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7240
7241         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7242
7243 2006-02-24  Michael Smith  <msmith@fluendo.com>
7244
7245         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7246         (cmml_type_find), (plugin_init):
7247           Fix CMML type find function to not require a specific minor version
7248           of the CMML header.
7249
7250           Add an MPEG4 video elementary stream typefind function.
7251
7252 2006-02-04  Michael Smith  <msmith@fluendo.com>
7253
7254         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7255         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7256         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7257         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7258         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7259         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7260           Annodex support in ogg demuxer. Doesn't do very much without the
7261           other annodex patches (to come).
7262
7263 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7264
7265         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7266
7267         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7268           Pick up palette for MS video v1 (#327028)
7269
7270 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7271
7272         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7273         (gst_ffmpegcsp_caps_remove_format_info),
7274         (gst_ffmpegcsp_get_unit_size):
7275           The 'palette_data' field from incoming RGB caps shouldn't be
7276           proxied on outgoing YUV caps; also, restrict unit size
7277           adjustment in case of paletted data only to the unit that
7278           actually has a palette. Fixes #330711.
7279
7280 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7281
7282         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7283         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7284         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7285         (gst_ffmpegcsp_get_unit_size):
7286           Plug some memory leaks.
7287
7288 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7289
7290         * sys/ximage/Makefile.am:
7291         * sys/xvimage/Makefile.am:
7292           Add some _CFLAGS and _LIBS that seem to be missing
7293           and/or required for Cygwin (see #317048).
7294
7295 2006-02-22  Wim Taymans  <wim@fluendo.com>
7296
7297         * ext/alsa/gstalsasrc.c:
7298         Fix description as pointed out by caugier.
7299
7300 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7301
7302         Reviewed by : Edward Hervey  <edward@fluendo.com>
7303
7304         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7305         (qt_type_find):
7306         Better 3gp typefinding (#331526).
7307
7308 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7309
7310         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7311           Don't send EOS event here, the base class will send one for us.
7312
7313         * gst/playback/gstplaybasebin.c: (prepare_output):
7314           Subpictures without video stream aren't allowed either.
7315         
7316         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7317           Fix debug statement copy'n'paste-o.
7318
7319 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7320
7321         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7322           Fix issues with mixer keeping state when muting/unmuting
7323           and when changing the volume whilst muted (see #331763
7324           and #331765).
7325
7326 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7327
7328         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7329         (parse_subrip), (gst_sub_parse_format_autodetect):
7330           Set right caps given that we send escaped text. Also,
7331           honour <i></i>, <b></b> and <u></u> markers that can be found
7332           in .srt files (fixes #310202).
7333
7334 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7335
7336         * gst-libs/gst/audio/mixerutils.c:
7337         (element_factory_rank_compare_func):
7338           Make order in which elements are tried more determinable.
7339
7340 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7341
7342         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7343         (remove_element_chain), (cleanup_decodebin),
7344         (gst_decode_bin_change_state): Make decodebin reusable by
7345         fixing remove_element_chain first and then introduce a
7346         cleaner in state change to ->NULL. (Closes #331678)
7347
7348 2006-02-19  Wim Taymans  <wim@fluendo.com>
7349
7350         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7351         use 0666 mask when creating files so umask gets applied
7352         correctly. Fixes #331295.
7353
7354 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7355
7356         * gst/subparse/Makefile.am:
7357         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7358         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7359         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7360         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7361         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7362         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7363         * gst/subparse/gstssaparse.h:
7364         * gst/subparse/gstsubparse.c: (plugin_init):
7365           Add very basic parser for SSA subtitle streams (as often
7366           found in matroska files).
7367
7368 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7369
7370         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7371           That should be text/x-pango-markup, not text/x-pango-layout.
7372
7373 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7374
7375         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7376         Polishing.
7377
7378 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7379
7380         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7381         (gst_text_overlay_finalize), (gst_text_overlay_init),
7382         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7383         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7384         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7385         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7386         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7387         Fix state change deadlock.
7388
7389 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7390
7391         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7392         (gst_text_overlay_finalize), (gst_text_overlay_init),
7393         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7394         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7395         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7396         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7397         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7398         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7399         and subtitles files.
7400
7401 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7402
7403         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7404         should be considered as raw.
7405
7406 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7407
7408         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7409         (cb_probe):
7410         * gst/playback/gststreaminfo.h: Introduce language informations.
7411
7412 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7413
7414         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7415         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7416         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7417         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7418         Set shared memory segments to be deleted as soon as we have attached,
7419         that way they get cleaned up automatically if we crash.
7420
7421 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7422
7423         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7424         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7425         functions are called with lock held.
7426
7427 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7428
7429         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7430         (gst_text_overlay_finalize), (gst_text_overlay_init),
7431         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7432         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7433         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7434         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7435         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7436         (gst_text_overlay_change_state): Refactoring of textoverlay
7437         without collectpads. This now supports sparse subtitles coming
7438         from a demuxer instead of a sub file. Seeking is still broken 
7439         though. Need to discuss with wtay some more on how to handle
7440         seeking correctly.
7441         * ext/pango/gsttextoverlay.h:
7442         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7443         subtitles coming from the demuxer.
7444
7445 2006-02-17  Wim Taymans  <wim@fluendo.com>
7446
7447         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7448         (gst_vorbisenc_convert_sink):
7449         Use some more scaling functions.
7450
7451 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7452
7453         * ext/cdparanoia/gstcdparanoiasrc.c:
7454         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7455         (gst_cd_paranoia_paranoia_callback),
7456         (gst_cd_paranoia_src_signal_is_being_watched),
7457         (gst_cd_paranoia_src_read_sector):
7458         * ext/cdparanoia/gstcdparanoiasrc.h:
7459           Add back 'transport-error' and 'uncorrected-error' signals and
7460           make them actually be fired when bad stuff happens (#319340).
7461
7462 2006-02-17  Wim Taymans  <wim@fluendo.com>
7463
7464         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7465         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7466         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7467         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7468         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7469         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7470         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7471         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7472         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7473         (gst_ring_buffer_clear):
7474         Small cleanups.
7475         Added some G_LIKELY.
7476
7477 2006-02-17  Wim Taymans  <wim@fluendo.com>
7478
7479         * gst-libs/gst/audio/TODO:
7480         Update TODO
7481
7482         * gst-libs/gst/audio/gstbaseaudiosink.c:
7483         (gst_base_audio_sink_get_offset):
7484         When trying to play samples ASAP and we don't have a
7485         previous sample, try to play at position 0 instead of
7486         an invalid position.
7487
7488 2006-02-17  Wim Taymans  <wim@fluendo.com>
7489
7490         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7491         (gst_alsasink_reset):
7492         Also release lock when we get an error in _reset();
7493         fix an error message.
7494
7495 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7496
7497         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7498         (gst_alsasink_init), (get_channel_free_structure),
7499         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7500         (gst_alsasink_close):
7501         * ext/alsa/gstalsasink.h:
7502           Add support for more than 2 channels (#326720).
7503
7504 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7505
7506         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7507           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7508           with 4 or 6 channels, assume a default channel layout to make things
7509           work (not sure there's anything else we can do in those cases).
7510
7511 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7512
7513         * gst-libs/gst/audio/multichannel.c:
7514           Minor docs fix.
7515
7516         * gst-libs/gst/riff/Makefile.am:
7517         * gst-libs/gst/riff/riff-ids.h:
7518         * gst-libs/gst/riff/riff-media.c:
7519         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7520           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7521           channels and a channel layout map.
7522           
7523 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7524
7525         Reviewed by Edward Hervey  <edward@fluendo.com>
7526
7527         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7528         C-level optimization of the RGBA nearest neighbour function.
7529         Eventually this might end up in liboil with vectorized versions.
7530
7531 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7532
7533         * gst-libs/gst/audio/multichannel.c:
7534         (gst_audio_get_channel_positions):
7535           When we have more than 2 channels, but no channel layout is
7536           specified in the caps, return some default channel layout
7537           to the caller and warn about about a possibly buggy element
7538           (could be buggy filtercaps as well of course) (#317038).
7539
7540 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7541
7542         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7543           Add gst-libs/gst/cdda to list of lib search paths.
7544
7545 2006-02-15  Andy Wingo  <wingo@pobox.com>
7546
7547         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7548         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7549         to the Lord Jesus that I do not have to touch the ogg muxer ever
7550         again.
7551
7552 2006-02-15  Edward Hervey  <edward@fluendo.com>
7553
7554         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7555         quicktime movie files can also contain 'uuid' atoms.
7556
7557 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7558
7559         * gst/audioconvert/plugin.c: (plugin_init):
7560           Register the GstAudioChannelPosition enum type with the type
7561           system in the plugin_init function, so that it is known before
7562           any element actually makes use of multi-channel stuff. This is
7563           required for example if one wants to be able to deserialise/use
7564           a caps string with channel positions before any pipeline has
7565           been setup and started, like with gst-launch.
7566
7567 2006-02-14  Wim Taymans  <wim@fluendo.com>
7568
7569         * gst-libs/gst/audio/gstringbuffer.c:
7570         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7571         (gst_ring_buffer_samples_done), (wait_segment),
7572         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7573         Add some compiler G_(UN_)LIKELY help.
7574         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7575         make sure they can exit their functions. Should fix #330748
7576
7577 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7578
7579         * Makefile.am:
7580         * configure.ac:
7581         * win32/MANIFEST:
7582         * win32/common/_stdint.h:
7583           Windows does not have long long; copy the generated _stdint.h
7584         * win32/common/interfaces-enumtypes.c:
7585         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7586         (gst_mixer_track_flags_get_type),
7587         (gst_tuner_channel_flags_get_type):
7588         * win32/common/multichannel-enumtypes.c:
7589         (gst_audio_channel_position_get_type):
7590           update
7591
7592 2006-02-13  Wim Taymans  <wim@fluendo.com>
7593
7594         * gst-libs/gst/audio/gstbaseaudiosink.c:
7595         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7596         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7597         Always sync on first sample we receive when starting.
7598
7599 2006-02-13  Wim Taymans  <wim@fluendo.com>
7600
7601         * gst/playback/gstplaybin.c: (gen_vis_element):
7602         Update vis bin docs.
7603         Move queue after tee so we don't queue video buffers but
7604         audio samples instead. Fixes problems where the video queue
7605         is filled and the audio queue empty.
7606
7607 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7608
7609         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7610           No need to push an EOS event here, GstBaseSrc will do that for us
7611           when we return FLOW_UNEXPECTED.
7612           
7613 2006-02-12  Wim Taymans  <wim@fluendo.com>
7614
7615         * gst-libs/gst/audio/gstbaseaudiosink.c:
7616         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7617         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7618         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7619         Use scale functions when possible.
7620         Fix error messages.
7621         Free clockid when after waiting for EOS.
7622         Use G_(UN_)LIKLY when it makes sense.
7623         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7624
7625 2006-02-12  Edward Hervey  <edward@fluendo.com>
7626
7627         * gst/playback/gstplaybasebin.c: (prepare_output): 
7628         Remove stray semi-colon (fixes #330888).
7629
7630 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7631
7632         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7634         Fix up the XShm call testing so that we catch errors, and don't
7635         cause new ones by attempting to detach from a segment we failed
7636         to attach to. Fixes #312439.
7637
7638 2006-02-10  Edward Hervey  <edward@fluendo.com>
7639
7640         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7641         Added flv file typefind (video/x-flv).
7642
7643 2006-02-10  Edward Hervey  <edward@fluendo.com>
7644
7645         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7646         (gst_riff_create_video_template_caps):
7647         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7648         Also added the caps to the default set of riff video caps.
7649
7650 2006-02-09  Andy Wingo  <wingo@pobox.com>
7651
7652         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7653         time and the end time of the last packet in the page.
7654         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7655         on the pages in our queue, set the duration as well. Reflow a
7656         debug statement.
7657         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7658         Fixes bad muxing order.
7659
7660 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7661
7662         * gst-libs/gst/rtp/gstbasertppayload.c:
7663         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7664           update seqnum before setting it on the packet; this makes sure
7665           that the timestamp and seqnum properties match after pushing
7666           a buffer
7667
7668 2006-02-09  Andy Wingo  <wingo@pobox.com>
7669
7670         * gst-libs/gst/audio/gstringbuffer.c
7671         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7672         overflow after 13.5 hours of recording. Kapow!
7673
7674         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7675         the buffer size -- we don't care about underrun/overrun reporting
7676         right now, just need to return a useful value.
7677
7678 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7679
7680         * configure.ac:
7681           Back to CVS
7682
7683 === release 0.10.3 ===
7684
7685 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7686
7687         * configure.ac:
7688           releasing 0.10.3, "Under Pressure"
7689
7690 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7691
7692         * configure.ac:
7693         Drat. Bump libtool version number for new API.
7694         Prelease 0.10.2.3 (of 0.10.3)
7695
7696 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7697
7698         * configure.ac:
7699         * win32/common/config.h:
7700         0.10.2.2 prerelease (of 0.10.3).
7701
7702 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7703
7704         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7705           Revert Andy's newsegment change pending a more correct
7706           fix.
7707
7708 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7709
7710         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7711         (qt_type_find), (plugin_init):
7712           detect more files as 3gp
7713           group and reorder the iso file formats
7714
7715 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7716
7717         * ext/vorbis/vorbis.c: (plugin_init):
7718           Register musicbrainz tags, so apps don't have to.
7719
7720 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7721
7722         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7723         (gst_tag_to_vorbis_tag):
7724           Make sure we called gst_tag_register_musicbrainz_tags()
7725           before possibly mapping a vorbiscomment string from/to a
7726           musicbrainz tag.
7727
7728 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7729
7730         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7731           In case we can't find the required number of consecutive
7732           mpeg audio frames to positively identify an MPEG audio
7733           stream, check if there's at least a valid mpeg audio
7734           frame right at offset 0 and if so suggest mpeg/audio
7735           caps with a very low probability (#153004).
7736
7737 2006-02-07  Andy Wingo  <wingo@pobox.com>
7738
7739         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7740         a TIME segment if we get timestamped buffers. Requires recent
7741         fixes in core to work properly.
7742
7743 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7744
7745         * gst/playback/gstplaybasebin.c: (prepare_output):
7746           Don't print the URI as part of the error message, it
7747           makes error dialogs look rather ugly, especially if
7748           the URI is very long or has characters in it that
7749           need escaping.
7750
7751 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7752
7753         * gst/playback/gstplaybasebin.c: (prepare_output):
7754           Error out if we have only text or subtitles, but nothing
7755           else. Also error out if we have subtitles but no video
7756           stream.
7757
7758 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7759
7760         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7761           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
7762           Post an error message on the bus when we encounter an
7763           error, which will hopefully be more meaningful than the
7764           'Internal Flow Error' message users get to see if we
7765           just return GST_FLOW_ERROR.
7766
7767 2006-02-07  Andy Wingo  <wingo@pobox.com>
7768
7769         * configure.ac (GST_MAJORMINOR): Update core version req to
7770         0.10.2.2, for the collectpads API addition (#330244).
7771
7772 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7773
7774         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7775           Return FALSE from plugin_init() when GnomeVFS can't
7776           be initialised for some reason (#328423).
7777
7778 2006-02-06  Julien MOUTTE  <julien@moutte.net>
7779
7780         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
7781         Stick to seeking theory until i find the bug.
7782         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
7783
7784 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7785
7786         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7787         (theora_enc_finalize), (theora_enc_sink_setcaps),
7788         (theora_set_header_on_caps), (theora_enc_chain),
7789         (theora_enc_change_state):
7790         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7791           Make theoraenc and the tests leak free. Like, really.
7792
7793 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7794
7795         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7796         (theora_enc_finalize), (theora_enc_sink_setcaps):
7797           Add a finalize method to ensure we clean up state even if
7798           someone omitted the state change back to NULL.
7799
7800         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
7801         (gst_vorbisenc_chain):
7802           Free some more leaked bits.
7803
7804         * tests/check/pipelines/theoraenc.c: (start_pipeline),
7805         (stop_pipeline):
7806           Wait for state changes to happen if they're ASYNC.
7807
7808           This ought to teach those fancy pants buildbots a lesson.
7809
7810 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7811
7812         * gst-libs/gst/tag/gstid3tag.c:
7813           Add mapping for ID3 International Standard Recording Code
7814           tag "TSRC"
7815
7816 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7817
7818         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
7819           Don't leak tag names.
7820
7821 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7822
7823         * docs/libs/gst-plugins-base-libs-docs.sgml:
7824         * docs/libs/gst-plugins-base-libs-sections.txt:
7825         * gst-libs/gst/tag/gstid3tag.c:
7826         * gst-libs/gst/tag/gstvorbistag.c:
7827         * gst-libs/gst/tag/tags.c:
7828           Split libgsttag docs into multiple sections.
7829
7830 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7831
7832         * docs/libs/Makefile.am:
7833         * docs/libs/gst-plugins-base-libs-docs.sgml:
7834         * docs/libs/gst-plugins-base-libs-sections.txt:
7835         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
7836         * gst-libs/gst/tag/gstvorbistag.c:
7837         * gst-libs/gst/tag/tag.h:
7838         * gst-libs/gst/tag/tags.c:
7839           Add libgsttag to the docs.
7840
7841 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7842
7843         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
7844         (gst_text_overlay_init), (gst_text_overlay_src_event),
7845         (gst_text_overlay_collected): Fix clockoverlay.
7846
7847 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7848
7849         * docs/libs/compiling.sgml:
7850           Fix typo: it's pkg-config, not pkg-gconfig
7851
7852         * docs/libs/gst-plugins-base-libs-docs.sgml:
7853         * docs/libs/gst-plugins-base-libs-sections.txt:
7854         * docs/libs/tmpl/gstgconf.sgml:
7855           There is no libgstgconf in 0.10, remove it
7856           from the docs.
7857
7858 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7859
7860         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
7861         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7862         (gst_text_overlay_src_event), (gst_text_overlay_collected):
7863         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7864         (gst_sub_parse_class_init), (gst_sub_parse_init),
7865         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
7866         (parse_mpsub), (parser_state_init), (handle_buffer),
7867         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
7868         * gst/subparse/gstsubparse.h: Introduce seeking code.
7869
7870 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7871
7872         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7873           Add comment about LANGUAGE tag inconsistency (we want
7874           ISO-639-1, but extract three-letter identifiers?)
7875
7876         * po/POTFILES.in:
7877           Add two translatable files.
7878
7879 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7880
7881         * gst-libs/gst/tag/Makefile.am:
7882         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7883         * gst-libs/gst/tag/tag.h:
7884         * gst-libs/gst/tag/tags.c:
7885         (gst_tag_register_musicbrainz_tags_internal),
7886         (gst_tag_register_musicbrainz_tags):
7887           Forward-port some tags stuff from the 0.8 branch. This is
7888           mostly the addition of musicbrainz tags and their mapping
7889           to vorbistags, and a vorbistag mapping of the language tag.
7890
7891 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7892
7893         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
7894         refactoring.
7895
7896 2006-02-04  David Schleef  <ds@schleef.org>
7897
7898         * ext/ogg/gstoggmux.c:
7899         * gst/typefind/gsttypefindfunctions.c:
7900           Add Dirac typefinding and add dirac format to oggmux.
7901
7902 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
7903
7904         * gst/playback/gstdecodebin.c: (try_to_link_1):
7905           Don't put essential function call into
7906           g_return_*() macro, otherwise it'll all be
7907           replaced by NOOPs when compiling with
7908           G_DISABLE_CHECKS defined.
7909
7910 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
7911
7912         * ext/ogg/gstoggdemux.c:
7913         * ext/ogg/gstoggparse.c:
7914         * gst/tcp/gsttcpserversink.c:
7915         * sys/v4l/v4lsrc_calls.c:
7916         * sys/v4l/v4lsrc_calls.h:
7917         Just make it compile with --disable-gst-debug.
7918
7919 2006-02-03  Wim Taymans  <wim@fluendo.com>
7920
7921         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7922         (gst_alsasink_class_init), (gst_alsasink_init),
7923         (gst_alsasink_write), (gst_alsasink_reset):
7924         * ext/alsa/gstalsasink.h:
7925         Add lock to protect alsa calls.
7926         Implement reset to flush samples ASAP, does not work
7927         with dmix though.
7928
7929 2006-02-02  Wim Taymans  <wim@fluendo.com>
7930
7931         * gst-libs/gst/audio/gstbaseaudiosink.c:
7932         (gst_base_audio_sink_provide_clock):
7933         Ugh.. getting late I guess...
7934
7935 2006-02-02  Wim Taymans  <wim@fluendo.com>
7936
7937         * gst-libs/gst/audio/gstbaseaudiosink.c:
7938         (gst_base_audio_sink_provide_clock),
7939         (gst_base_audio_sink_set_property),
7940         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
7941         Don't try to provide a clock when we are not negotiated since
7942         we might not be able to make it run.
7943
7944 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
7945
7946         * gst/playback/gstdecodebin.c: (try_to_link_1):
7947           Unlinking two source pads is ... hard.
7948
7949 2006-02-02  Wim Taymans  <wim@fluendo.com>
7950
7951         * gst-libs/gst/audio/TODO:
7952         Updated.
7953
7954         * gst-libs/gst/audio/gstbaseaudiosink.c:
7955         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
7956         On EOS, wait till the last sample is played before posting EOS.
7957
7958 2006-02-01  Philippe Kalaf <burger at speedy dot org>
7959
7960         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7961           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
7962           setting queue_delay to zero. Also avoid thread being started if
7963           queue_delay is zero.
7964
7965 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7966
7967         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
7968           Make test work again by connecting fakesinks to each decoded pad,
7969           which makes the pipeline wait until each fakesink has a buffer
7970           queued before going to PAUSED state. At that point we know the
7971           decodebin pads are negotiated.
7972
7973 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7974
7975         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
7976         (gst_cdda_base_src_handle_event):
7977         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7978           Pass unhandled queries to the parent class's query function.
7979
7980 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7981
7982         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
7983         (gst_ogg_pad_src_query):
7984         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
7985         * ext/theora/theoradec.c: (theora_dec_src_query),
7986         (theora_dec_sink_query):
7987         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7988         (vorbis_dec_sink_query):
7989         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7990         (gst_vorbisenc_sink_query):
7991         * gst/adder/gstadder.c: (gst_adder_query):
7992           Pass unhandled queries upstream instead of just
7993           dropping them (#326447). Also, fix supported
7994           query types list for some elements.
7995
7996 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7997
7998         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
7999         (paris_type_find), (ilbc_type_find), (plugin_init):
8000           Fix typefinding for audio/x-au, audio/x-paris and
8001           audio/iLBC-sh. We cannot use the START_WITH macros
8002           here, because there can only be one typefind factory
8003           with the same name (caps), so the second one would
8004           replace the first one and the first one would never
8005           be called when doing typefinding (see #161712).
8006           
8007
8008 2006-01-31  Wim Taymans  <wim@fluendo.com>
8009
8010         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8011         (vorbis_handle_header_packet), (vorbis_dec_push),
8012         (vorbis_handle_data_packet):
8013         Use scale_int when we can, add some more scaling.
8014         Check packettype before parsing it.
8015
8016 2006-01-31  Wim Taymans  <wim@fluendo.com>
8017
8018         * ext/theora/theoradec.c: (_theora_granule_time),
8019         (theora_dec_src_convert), (theora_dec_sink_convert):
8020         Call right _scale functions.
8021         Use parameter instead of some other random value.
8022
8023 2006-01-31  Wim Taymans  <wim@fluendo.com>
8024
8025         * ext/theora/theoradec.c: (_theora_granule_frame),
8026         (_theora_granule_time), (_inc_granulepos),
8027         (theora_dec_src_convert), (theora_dec_sink_convert),
8028         (theora_handle_type_packet), (theora_handle_data_packet),
8029         (theora_dec_chain):
8030         Use higher precision timestamps calculation.
8031         Convert some other conversions to _scale.
8032
8033 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8034
8035         * gst/audiotestsrc/gstaudiotestsrc.c:
8036         (gst_audio_test_src_create_sine_table), (plugin_init):
8037         * gst/volume/gstvolume.c: (plugin_init):
8038           initialize gst_controller before using
8039
8040 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8041
8042         * tests/check/pipelines/theoraenc.c:
8043         * tests/check/pipelines/vorbisenc.c:
8044         Define constant using G_GINT64_CONSTANT to avoid errors when
8045         passing it around - otherwise it gets truncated to 32 bits.
8046
8047         Fixes failing tests.
8048
8049 2006-01-31  Andy Wingo  <wingo@pobox.com>
8050
8051         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8052         caps being set doesn't have a framerate value. Basically a stopgap
8053         measure.
8054
8055         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8056         technically correct enough to put into core though.
8057         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8058         DURATION. Fixes theoraenc ! oggmux.
8059
8060         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8061         fraction, not double.
8062
8063 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8064
8065         * win32/vs7:
8066         add vs7 project files created by Sergey Scobich
8067
8068 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8069
8070         * win32/vs8:
8071         add vs8 project files created by Sergey Scobich
8072         
8073 2006-01-30  Andy Wingo  <wingo@pobox.com>
8074
8075         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8076         timestamp + duration, not just timestamp -- ogg pages should be
8077         ordered by stop time. Necessary fix given the change in vorbis
8078         timestamps.
8079
8080         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8081         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8082         (granulepos_add): New function, handles the messiness of adjusting
8083         granulepos values.
8084         (theora_buffer_from_packet):
8085         (theora_enc_chain):
8086         (theora_enc_sink_event): Use granulepos_add, not +.
8087
8088         * tests/check/pipelines/theoraenc.c
8089         (check_buffer_granulepos_from_starttime): Just check the frame
8090         count, not the actual granulepos -- we can't dictate to the
8091         encoder when it should be placing keyframes.
8092
8093 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8094
8095         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8096           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8097           play an http:// stream from a server that's not serving
8098
8099 2006-01-30  Andy Wingo  <wingo@pobox.com>
8100
8101         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8102         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8103         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8104         available.
8105
8106         * ext/theora/gsttheoraenc.h:
8107         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8108         although theoraenc was timestamping correctly. Added handling of
8109         streams that start with nonzero timestamps.
8110
8111         * tests/check/Makefile.am:
8112         * tests/check/pipelines/theoraenc.c: New file, basically does same
8113         tests as vorbisenc.
8114
8115         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8116
8117 2006-01-30  Wim Taymans  <wim@fluendo.com>
8118
8119         * gst-libs/gst/audio/gstaudiosink.c:
8120         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8121         (gst_audioringbuffer_pause):
8122         Implement pause that does not wait for completion.
8123
8124         * gst-libs/gst/audio/gstbaseaudiosink.c:
8125         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8126         Don't drop buffers when going to PAUSED but perform preroll on
8127         remaining samples now that core base class supports this.
8128
8129         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8130         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8131         (gst_ring_buffer_commit):
8132         Pause should not signal waiters.
8133         Implement return value of _commit correctly.
8134
8135 2006-01-30  Andy Wingo  <wingo@pobox.com>
8136
8137         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8138
8139         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8140         updated to timestamp from the first sample, not the last.
8141         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8142         special care of granulepos and timestamp for header packets.
8143         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8144         when the first buffer has a nonzero timestamp.
8145
8146         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8147         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8148         case when the first audio buffer we get has a nonzero timestamp.
8149         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8150         properly timestamp vorbis buffers with the time of the first
8151         sample, not the last.
8152         
8153         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8154         vorbis_granule_time_copy -- now it takes the granule/subgranule
8155         offset into account.
8156
8157         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8158         timestamps, durations, and granulepos on buffers produced by
8159         vorbisenc.
8160
8161 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8162
8163         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8164         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8165           Patch from Eric Jonas to support conversions to/from UYVY 
8166           (Fixes: #324626)
8167
8168 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8169
8170         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8171         (setup_subtitle), (setup_source), (set_active_source):
8172         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8173         (gen_text_element), (gen_audio_element), (gen_vis_element),
8174         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8175
8176 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8177
8178         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8179         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8180                 use gst_guint64_to_gdouble to be compliant with vs6
8181         * gst/playback/gstdecodebin.c: (try_to_link_1)
8182         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8183                 use G_GINT64_CONSTANT for int64 constants
8184         * win32/common/libgstinterfaces.def:
8185                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8186         * win32/vs6:
8187                 update and add new project files
8188                 
8189 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8190
8191         * Makefile.am:
8192         * win32/MANIFEST:
8193         * win32/common/interfaces-enumtypes.c:
8194         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8195         (gst_mixer_track_flags_get_type),
8196         (gst_tuner_channel_flags_get_type):
8197         * win32/common/interfaces-enumtypes.h:
8198         * win32/common/multichannel-enumtypes.c:
8199         (gst_audio_channel_position_get_type):
8200         * win32/common/multichannel-enumtypes.h:
8201           add a win32-update rule like in core, and copy over enumtypes files
8202
8203 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8204
8205         * win32/MANIFEST:
8206         * win32/common/config.h:
8207         * win32/common/config.h.in:
8208           add config files just like in core
8209
8210 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8211
8212         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8213           Make gcc-4.1 happy (part of #327357).
8214
8215 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8216
8217         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8218         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8219         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8220         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8221         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8222         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8223           Update all error messages.  All of them should either use
8224           the default translated message, or actually provide a
8225           translatable string.
8226           Make the string for channel count problems meaningful.
8227
8228 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8229
8230         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8231           check for and throw RESOURCE_BUSY
8232
8233 2006-01-27  David Schleef  <ds@schleef.org>
8234
8235         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8236           checked in this change -- it requires liboil features not
8237           in 0.3.6.  Revert parts.
8238
8239 2006-01-27  David Schleef  <ds@schleef.org>
8240
8241         * REQUIREMENTS:
8242         * configure.ac: update liboil requirement to 0.3.6
8243         * gst/videoscale/Makefile.am:
8244         * gst/videoscale/vs_scanline.c: liboilify
8245
8246 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8247
8248         * ext/libvisual/visual.c: (get_buffer):
8249           When pad_alloc returns a GstFlowReturn other
8250           than GST_FLOW_OK, make sure it is passed upstream.
8251
8252 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8253
8254         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8255         (gst_alsasink_class_init):
8256           Free the device name string.
8257
8258         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8259         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8260         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8261           Don't remove a pad from the collectpads structure until it
8262           is released - it's a request pad, and may receive data again
8263           if the element gets moved back to PLAYING state.
8264
8265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8266           Ensure we turn on double buffering on the Xv port, and
8267           set the colour key to something dark and mysterious that
8268           isn't black.
8269
8270 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8271
8272         * ext/alsa/gstalsaplugin.c: (plugin_init):
8273         * ext/cdparanoia/gstcdparanoiasrc.c:
8274         (gst_cd_paranoia_src_base_init), (plugin_init):
8275         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8276         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8277           - a library should not call setlocale. see "Libraries" node in
8278             gettext manual
8279           - make sure all plugins that use translation do bindtextdomain
8280             to point to the localedir
8281         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8282         (setup_sinks), (plugin_init):
8283           all this, and check for NULL when creating sinks
8284
8285 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8286
8287         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8288         (plugin_init): Make typefinding of subtitles work again.
8289
8290 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8291
8292         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8293         (mp3_type_frame_length_from_header), (mp3_type_find),
8294         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8295         (plugin_init):
8296           Backport a bunch of typefinding fixes from the 0.8 branch.
8297           Also, improve wavpack typefinding: if we can't peek the
8298           entire wavpack block, try to parse the bits we can get and
8299           see if we find what we're looking for in those.
8300
8301 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8302
8303         * sys/ximage/ximagesink.c:
8304         (gst_ximagesink_calculate_pixel_aspect_ratio):
8305         * sys/xvimage/xvimagesink.c:
8306         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8307         more cases of pixel aspect ratio.
8308
8309 2006-01-26  Edward Hervey  <edward@fluendo.com>
8310
8311         * gst/playback/gstdecodebin.c: (pad_probe):
8312         Also consider the flush-start and tag events as unblockers
8313         for the pad probes.
8314
8315 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8316
8317         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8318         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8319         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8320         On the fly visualisation switch, works disabling, enabling as
8321         well but it won't be able to enable vis in a playbin that was
8322         created with no visualisation.
8323
8324 2006-01-25  Wim Taymans  <wim@fluendo.com>
8325
8326         * gst-libs/gst/audio/gstbaseaudiosink.c:
8327         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8328         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8329         resume after pause.
8330
8331 2006-01-25  Wim Taymans  <wim@fluendo.com>
8332
8333         * gst-libs/gst/audio/gstbaseaudiosink.c:
8334         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8335         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8336         Improve debugging.
8337         Post error when caps cannot be parsed.
8338         Resync on discontinuity in the stream.
8339         Clip samples to segment boundaries.
8340         return WRONG_STATE sooner when we are flushing.
8341
8342         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8343         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8344         Make audiosrc operate in TIME.
8345         Set TIMESTAMP and DURATION on buffers.
8346
8347 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8348
8349         * tests/examples/seek/seek.c: (main):
8350           Output tag messages as well.
8351
8352 2006-01-23  Edward Hervey  <edward@fluendo.com>
8353
8354         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8355         (free_pad_probes), (remove_fakesink), (pad_probe),
8356         (close_pad_link), (gst_decode_bin_change_state):
8357         Replace GstPadBlockCallback with pad probes that detect
8358         first buffer AND eos before removing fakesink.
8359         Fixes hang with demuxers doing EOS while pre-rolling.
8360         Solves #328279
8361
8362 2006-01-23  Andy Wingo  <wingo@pobox.com>
8363
8364         * ext/alsa/gstalsasink.c:
8365         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8366         (gst_base_rtp_depayload_setcaps),
8367         (gst_base_rtp_depayload_add_to_queue),
8368         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8369         
8370         Patch by: Jens Granseuer <jensgr at gmx dot net>
8371
8372 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8373
8374         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8375         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8376         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8377         frames. We might get a frame destroyed after changing state to
8378         NULL, adding a safety check on xcontext.
8379
8380 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8381
8382         * gst-libs/gst/interfaces/xoverlay.c:
8383           Fix prepare-xwindow-id code example in the docs - we need to
8384           ignore all messages that aren't element messages as well.
8385           
8386 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8387
8388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8389           I think one day i'll completely undestand how caps negotiation
8390           is supposed to work. This refactoring handles buffer_alloc
8391           called with caps we can't handle. We definitely don't want a
8392           set_caps with those caps, so we define and allocate a buffer
8393           we would like to receive.
8394
8395 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8396
8397         * gst/playback/gstplaybasebin.c: (setup_source):
8398           Free iterator when done.
8399
8400 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8401
8402         * gst-libs/gst/audio/gstbaseaudiosink.c:
8403         (gst_base_audio_sink_render):
8404           Fix playback of non-synchronised streams by assuming a rate
8405           of 1.0 instead of a random one.
8406
8407           Makes this work again:
8408
8409           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8410           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8411           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8412           audioresample ! alsasink
8413
8414 === release 0.10.2 ===
8415
8416 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8417
8418         * configure.ac:
8419           releasing 0.10.2, "Then the devil is six"
8420
8421 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8422
8423         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8424         * gst/playback/gststreamselector.c:
8425         (gst_stream_selector_set_property):
8426           Comment out broken code that connects to the state-changed signal.
8427           At this point, changing current stream selection is broken, but 
8428           stuff like gst-launch playbin current-audio=1 works and filters
8429           to the chosen stream.
8430
8431 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8432
8433         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8434           Fix #327216 (null dereference in vorbisdec)
8435
8436 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8437
8438         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8439           Post taglist actually on bus instead of just freeing it
8440           (fixes #327114 and totem bug #327080).
8441
8442         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8443           Use gst_element_found_tags_for_pad(), so that the tags
8444           are sent downstream as an event as well.
8445
8446 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8447
8448         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8449         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8450         (gst_ximagesink_buffer_alloc):
8451         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8452         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8453         (gst_xvimagesink_buffer_alloc):
8454           move all regularly occurring messages to GST_LOG level
8455           add some more object logs
8456
8457 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8458
8459         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8460           fix a silly segfault
8461
8462 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8463
8464         * docs/libs/gst-plugins-base-libs-docs.sgml:
8465         * docs/libs/gst-plugins-base-libs-sections.txt:
8466         * gst-libs/gst/audio/mixerutils.c:
8467         * gst-libs/gst/audio/mixerutils.h:
8468           Add docs for mixerutils stuff.
8469
8470 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8471
8472         * gst/playback/gstplaybasebin.c: (setup_source):
8473           Fix playback for sources that emit raw audio or
8474           raw video streams (e.g.: cd audio sources) (#325984).
8475
8476 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8477
8478         * gst-libs/gst/audio/mixerutils.c:
8479         (gst_audio_mixer_filter_do_filter):
8480           actually save the element we create
8481
8482 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8483
8484         * gst-libs/gst/cdda/gstcddabasesrc.c:
8485         (gst_cdda_base_src_handle_track_seek):
8486           No need to post a tag message on the bus when seeking
8487           within the same track, only post it when the current
8488           track changes.
8489
8490 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8491
8492         * gst/playback/gstplaybasebin.c: (group_destroy),
8493         (probe_triggered), (new_decoded_pad), (mute_group_type),
8494         (set_active_source):
8495         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8496         * gst/playback/gststreamselector.c:
8497         (gst_stream_selector_base_init),
8498         (gst_stream_selector_set_property),
8499         (gst_stream_selector_request_new_pad):
8500           Reenable stream selection. These mechanisms need a complete overhaul
8501           in the face of 0.8->0.10 changes though.
8502
8503 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8504
8505         * ext/ogg/gstoggdemux.c:
8506           Change the pad template to src_%d to match the pads that 
8507           are created from it. decodebin needs this information in order
8508           to decide that oggdemux is capable of producing multiple pads
8509           (and hence needs queues inserted).
8510
8511         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8512         (gst_ogg_mux_collected):
8513           Make debug output more useful by using GST_PTR_FORMAT.
8514
8515 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8516
8517         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8518
8519         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8520           Set depth and width for alaw/mulaw (fixes #326601).
8521
8522 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8523
8524         * tests/icles/Makefile.am:
8525           don't build the tests if we don't have the libs
8526
8527 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8528
8529         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8530         (gst_cd_paranoia_paranoia_callback):
8531           Don't try to free NULL pointers.
8532
8533 2006-01-10  Edward Hervey  <edward@fluendo.com>
8534
8535         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8536         (gst_audio_rate_change_state), (plugin_init):
8537         Add debugging category.
8538         Fix type issues.
8539         Add case for incoming buffers without valid offset/offset_end.
8540
8541 2006-01-10  Michael Smith  <msmith@fluendo.com>
8542
8543         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8544           Don't leak GCond in audio sources.
8545
8546 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8547
8548         * gst/playback/gstplaybin.c: (gen_audio_element):
8549           Don't leak an autoaudiosink/alsasink when we generate
8550           a new audio element. (old code, I guess)
8551
8552 2006-01-10  Michael Smith  <msmith@fluendo.com>
8553
8554         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8555           Support float audio in audiorate.
8556           Use width rather than depth for selecting sample width.
8557
8558 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8559
8560         * gst/videotestsrc/videotestsrc.h:
8561           Use GLib types here (that way we don't have to include the
8562           generated _stdint.h header, which makes life easier for win32
8563           folks that don't use autotools for the build) (#325990, patch
8564           by: Sergey Scobich).
8565
8566 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8567
8568         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8569         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8570         (gst_ring_buffer_pause), (wait_segment):
8571         * gst-libs/gst/audio/gstringbuffer.h:
8572           Name (private) union, makes Forte compiler happy (this time
8573           for real) (#324900).
8574
8575 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8576
8577         * gst-libs/gst/audio/Makefile.am:
8578           Link against libgstinterfaces, needed for mixer
8579           and property probe stuff.
8580
8581 2006-01-09  Edward Hervey  <edward@fluendo.com>
8582
8583         * gst-libs/gst/Makefile.am:
8584
8585 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8586
8587         * gst-libs/gst/audio/Makefile.am:
8588         * gst-libs/gst/audio/mixerutils.c:
8589         (gst_audio_mixer_filter_do_filter),
8590         (gst_audio_mixer_filter_check_element),
8591         (gst_audio_mixer_filter_probe_feature),
8592         (element_factory_rank_compare_func),
8593         (gst_audio_default_registry_mixer_filter):
8594         * gst-libs/gst/audio/mixerutils.h:
8595           Add gst_audio_default_registry_mixer_filter() utility
8596           function.
8597
8598 2006-01-03  Michael Smith  <msmith@fluendo.com>
8599
8600         * gst/audioresample/resample.h:
8601           As before, but for o_buf
8602
8603 2006-01-03  Michael Smith  <msmith@fluendo.com>
8604
8605         * gst/audioresample/resample.h:
8606           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8607           since we do arithmetic on it.
8608
8609 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8610
8611         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8612         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8613         (gst_ring_buffer_pause), (wait_segment):
8614         * gst-libs/gst/audio/gstringbuffer.h:
8615           Sun's Forte compiler doesn't seem to like anonymous structs,
8616           so use same setup as in GstBaseSrc (fixes #324900).
8617
8618 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8619
8620         * configure.ac:
8621         * gst/volume/Makefile.am:
8622         * gst/volume/demo.c:
8623           move old example to tests/examples/volume/volune.c
8624         * tests/examples/Makefile.am:
8625         * tests/examples/seek/seek.c: (main):
8626           change window-close event from "delete-event" to "destroy"
8627         * tests/examples/volume/Makefile.am:
8628         * tests/examples/volume/volume.c: (value_changed_callback),
8629         (setup_gui), (message_received), (eos_message_received), (main):
8630           fix event handling and bus usage
8631
8632 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8633
8634         * gst/audiotestsrc/gstaudiotestsrc.c:
8635         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8636         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8637         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8638         (gst_audio_test_src_create_square),
8639         (gst_audio_test_src_create_saw),
8640         (gst_audio_test_src_create_triangle),
8641         (gst_audio_test_src_create_silence),
8642         (gst_audio_test_src_create_white_noise),
8643         (gst_audio_test_src_create_pink_noise),
8644         (gst_audio_test_src_init_sine_table),
8645         (gst_audio_test_src_create_sine_table),
8646         (gst_audio_test_src_change_wave),
8647         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8648         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8649         * gst/audiotestsrc/gstaudiotestsrc.h:
8650           update to basesrc changes, implement segmented seeking and eos
8651           handling, add a 'sine-tab' waveform for performance critical playback
8652
8653 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8654
8655         * po/POTFILES.in:
8656           ... and this time the other modified file that I missed last time.
8657
8658 2005-12-29  Michael Smith  <msmith@fluendo.com>
8659
8660         * gst/playback/gstdecodebin.c: (new_pad):
8661           Fix non-C89 variable declaration not at the start of a block. Should
8662           help some compilers.
8663
8664 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8665
8666         * tests/check/Makefile.am:
8667           And now fix 'make distcheck' (builddir != srcdir)
8668
8669 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8670
8671         * configure.ac:
8672         * ext/cdparanoia/Makefile.am:
8673         * ext/cdparanoia/gstcdparanoia.c:
8674         * ext/cdparanoia/gstcdparanoia.h:
8675         * ext/cdparanoia/gstcdparanoiasrc.c:
8676         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8677         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8678         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8679         (gst_cd_paranoia_paranoia_callback),
8680         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8681         (gst_cd_paranoia_src_set_property),
8682         (gst_cd_paranoia_src_get_property), (plugin_init):
8683         * ext/cdparanoia/gstcdparanoiasrc.h:
8684           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8685           plugin again (there are still fixes required to playbin to make
8686           cdda:// uris work there).
8687
8688 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8689
8690         * tests/check/Makefile.am:
8691           Fix test case compilation.
8692
8693 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8694
8695         * gst-libs/gst/cdda/gstcddabasesrc.c:
8696         (gst_cdda_base_src_update_duration),
8697         (gst_cdda_base_src_calculate_cddb_id):
8698           An integer is not a string. Fix access to uninitialised variable.
8699
8700         * tests/check/Makefile.am:
8701           Add cddabasesrc unit test; also actually enable the vorbis test.
8702
8703         * tests/check/generic/states.c:
8704           Blacklist new cd audio elements as well.
8705
8706         * tests/check/libs/cddabasesrc.c:
8707           Unit test for GstCddaBaseSrc (discid calculation mostly).
8708
8709 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8710
8711         * docs/libs/Makefile.am:
8712         * docs/libs/gst-plugins-base-libs-docs.sgml:
8713         * docs/libs/gst-plugins-base-libs-sections.txt:
8714         * docs/libs/gst-plugins-base-libs.types:
8715           Add docs for libgstcdda/GstCddaBaseSrc.
8716
8717         * gst-libs/gst/interfaces/mixertrack.h:
8718           Do one struct member per line with a semicolon at the end, that way
8719           even gtk-doc might parse it without complaining.
8720
8721 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8722
8723         * configure.ac:
8724         * gst-libs/gst/Makefile.am:
8725         * gst-libs/gst/cdda/Makefile.am:
8726         * gst-libs/gst/cdda/base64.c:
8727         * gst-libs/gst/cdda/base64.h:
8728         * gst-libs/gst/cdda/gstcddabasesrc.c:
8729         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8730         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8731         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8732         (gst_cdda_base_src_get_property),
8733         (gst_cdda_base_src_get_track_from_sector),
8734         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8735         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8736         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8737         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8738         (gst_cdda_base_src_uri_get_protocols),
8739         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8740         (gst_cdda_base_src_uri_handler_init),
8741         (gst_cdda_base_src_setup_interfaces),
8742         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8743         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8744         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8745         (gst_cdda_base_src_add_tags),
8746         (gst_cdda_base_src_add_index_associations),
8747         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8748         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8749         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8750         (gst_cdda_base_src_create):
8751         * gst-libs/gst/cdda/gstcddabasesrc.h:
8752         * gst-libs/gst/cdda/sha1.c:
8753         * gst-libs/gst/cdda/sha1.h:
8754           Add new libgstcdda with GstCddaBaseSrc class.
8755
8756 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8757
8758         * ext/gnomevfs/gstgnomevfssink.h:
8759           Use GstBaseSinkClass as parent_class member for class struct, not
8760           GstBaseSink.
8761
8762 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8763
8764         Patch by: Michael Benes
8765
8766         * gst/videotestsrc/gstvideotestsrc.c:
8767         (gst_video_test_src_class_init), (gst_video_test_src_start):
8768           Add start method to reset running time and number of frames sent
8769           when starting up (fixes #324696)
8770
8771 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8772
8773         * docs/plugins/Makefile.am:
8774         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8775         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8776         * docs/plugins/gst-plugins-base-plugins.args:
8777         * docs/plugins/gst-plugins-base-plugins.hierarchy:
8778         * docs/plugins/gst-plugins-base-plugins.signals:
8779           Add docs stuff for gnomevfssrc and gnomevfssink.
8780
8781         * ext/gnomevfs/gstgnomevfssrc.c:
8782           Fix example pipeline in gtk-doc blurb.
8783
8784 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8785
8786         * ext/gnomevfs/Makefile.am:
8787         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
8788         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
8789         (gst_gnome_vfs_handle_get_type), (plugin_init):
8790         * ext/gnomevfs/gstgnomevfs.h:
8791         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
8792         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
8793         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
8794         (gst_gnome_vfs_sink_set_property),
8795         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
8796         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
8797         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
8798         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
8799         (gst_gnome_vfs_sink_uri_get_type),
8800         (gst_gnome_vfs_sink_uri_get_protocols),
8801         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
8802         (gst_gnome_vfs_sink_uri_handler_init):
8803         * ext/gnomevfs/gstgnomevfssink.h:
8804           Port gnomevfssink; add gtk-doc blurb.
8805
8806         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
8807         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
8808         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8809         (gst_gnome_vfs_src_uri_get_type),
8810         (gst_gnome_vfs_src_uri_get_protocols),
8811         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
8812         (gst_gnome_vfs_src_uri_handler_init),
8813         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
8814         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
8815         (gst_gnome_vfs_src_send_additional_headers_callback),
8816         (gst_gnome_vfs_src_received_headers_callback),
8817         (gst_gnome_vfs_src_push_callbacks),
8818         (gst_gnome_vfs_src_pop_callbacks),
8819         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
8820         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
8821         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8822         * ext/gnomevfs/gstgnomevfssrc.h:
8823           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
8824           file; add gtk-doc blurb with example pipelines.
8825
8826 === release 0.10.1 ===
8827
8828 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
8829
8830         * configure.ac:
8831           releasing 0.10.1, "Dobro Dedek"
8832
8833 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
8834
8835         * gst/typefind/gsttypefindfunctions.c:
8836         iLBC30 and iLBC20 added to typefind.
8837
8838 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8839
8840         * gst-libs/gst/audio/gstbaseaudiosink.c:
8841         (gst_base_audio_sink_class_init):
8842         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8843         (gst_base_audio_src_class_init):
8844           update strings, values are in microseconds
8845           change the default sink buffer time to something that is smaller
8846           (to help software volume mixing have a slightly lower delay) but
8847           still be acceptable on Wim's laptop
8848
8849 2005-12-20  Edward Hervey  <edward@fluendo.com>
8850
8851         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
8852         Made a quack, forgot to add DUCK to the riff video template.
8853
8854 2005-12-19  Edward Hervey  <edward@fluendo.com>
8855
8856         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
8857         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8858         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8859         (gst_ogm_parse_chain):
8860         Make sure pads are initialized correctly.
8861         * gst-libs/gst/riff/riff-ids.h:
8862         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8863         (gst_riff_create_video_template_caps):
8864         Add a whole bunch of FOURCC <=> MimeType.
8865         Extend the riff video pad template to support the newly added fourcc.
8866
8867 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
8868
8869         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
8870         (gst_ogg_demux_activate_chain):
8871           Extra debug output when activating/deactivating chains.
8872
8873         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8874         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
8875         (unlinked):
8876           Remove a queue from our list when it becomes unlinked.
8877           Don't add queues to elements in class 'Demux' if they
8878           can only produce one pad 
8879
8880 2005-12-18  Julien MOUTTE  <julien@moutte.net>
8881
8882         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
8883         (gst_video_sink_get_type): Add a debug category.
8884
8885 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8886
8887         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8888         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
8889           Handle downstream newsegment by sending our own newsegment before the
8890           next buffer to be released. (#323900)
8891
8892 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8893
8894         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8895         (gst_base_rtp_depayload_set_gst_timestamp):
8896           add queue delay to new segment as well (as opposed to just the first
8897           buffer). (bug #322347)
8898
8899 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
8900
8901         * ext/libvisual/visual.c: (make_valid_name):
8902           change some char* into char[]
8903         * gst/audiotestsrc/gstaudiotestsrc.c:
8904         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
8905         (gst_audio_test_src_create):
8906         * gst/audiotestsrc/gstaudiotestsrc.h:
8907           prepare to handle EOS and SEGMENT_DONE
8908
8909 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8910
8911         * tests/check/generic/states.c: (GST_START_TEST):
8912           Blacklist cdparanoia element in state test.
8913
8914 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8915
8916           Patch by: Benjamin Pineau
8917
8918         * gst/tcp/gsttcp.c:
8919         * gst/tcp/gsttcpclientsink.c:
8920         * gst/tcp/gsttcpserversink.c:
8921         * gst/tcp/gsttcpserversrc.c:
8922           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
8923
8924 2005-12-15  Michael Smith  <msmith@fluendo.com>
8925
8926         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
8927         (gst_video_rate_chain):
8928           Fix timestamping for videorate when the first buffer it sees has a
8929           non-zero timestamp. Fix some misleading debug output.
8930
8931 2005-12-15  Michael Smith  <msmith@fluendo.com>
8932
8933         * gst/audioresample/gstaudioresample.c:
8934           Don't leak all input buffers to audioresample.
8935
8936 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8937
8938         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
8939           Don't operate on empty text buffers. Strip newlines and
8940           tabs only from the end of the text, but leave them intact
8941           in the middle. Fix typo in gtk-doc description.
8942
8943 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8944
8945         * gst/playback/gstplaybasebin.c:
8946         * gst/playback/gstplaybin.c: (handoff):
8947           Make sure the video frame buffer we return to apps via the
8948           "frame" property always has caps set on it. Modify
8949           _gst_gvalue_set_object() macro to handle NULL objects
8950           gracefully too.
8951
8952 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
8953
8954         * gst/audiotestsrc/gstaudiotestsrc.c:
8955         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
8956         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
8957         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
8958         (gst_audio_test_src_create):
8959         * gst/audiotestsrc/gstaudiotestsrc.h:
8960         Adjust to some recent api changes and add wtays new cool seeking
8961         capabillities
8962
8963 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
8964
8965         * ext/alsa/Makefile.am:
8966         * ext/alsa/gstalsadeviceprobe.c:
8967         * ext/alsa/gstalsadeviceprobe.h:
8968           Helper functions to add device probing via the GstPropertyProbe
8969           interface to a class.
8970
8971         * ext/alsa/gstalsamixer.h:
8972           Comment out GST_ALSA_MIXER, it returns a struct that's not
8973           used.
8974
8975         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8976           Add some debug info. 
8977
8978         * ext/alsa/gstalsamixerelement.c:
8979         (gst_alsa_mixer_element_interface_supported),
8980         (gst_implements_interface_init),
8981         (gst_alsa_mixer_element_init_interfaces),
8982         (gst_alsa_mixer_element_class_init),
8983         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8984         (gst_alsa_mixer_element_set_property),
8985         (gst_alsa_mixer_element_get_property),
8986         (gst_alsa_mixer_element_change_state):
8987         * ext/alsa/gstalsamixerelement.h:
8988           Add 'device' and 'device-name' properties. Add GstPropertyProbe
8989           for device handling (gnome-volume-control will need that).
8990
8991 2005-12-12  Christian Schaller  <uraeus@gnome.org>
8992
8993         * ext/Makefile.am: fix cdparanoia entry
8994         * gst-plugins-base.spec.in: add cdparanoia
8995
8996 2005-12-12  Michael Smith  <msmith@fluendo.com>
8997
8998         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8999           Use the correct function to free list of typefind factories.
9000
9001 2005-12-12  Wim Taymans  <wim@fluendo.com>
9002
9003         * gst/videotestsrc/gstvideotestsrc.c:
9004         (gst_video_test_src_class_init), (gst_video_test_src_init),
9005         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9006         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9007         (gst_video_test_src_create):
9008         * gst/videotestsrc/gstvideotestsrc.h:
9009         Implement seeking in videotestsrc.
9010         Small cleanups.
9011
9012 2005-12-12  Wim Taymans  <wim@fluendo.com>
9013
9014         * ext/cdparanoia/Makefile.am:
9015         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9016         (gst_paranoia_endian_get_type), (_do_init),
9017         (cdparanoia_class_init), (cdparanoia_init),
9018         (cdparanoia_set_property), (cdparanoia_get_property),
9019         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9020         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9021         (cdparanoia_convert), (cdparanoia_get_query_types),
9022         (cdparanoia_query), (cdparanoia_set_index),
9023         (cdparanoia_uri_set_uri):
9024         * ext/cdparanoia/gstcdparanoia.h:
9025         Partially ported cdparanoia now that basesrc can support a
9026         plugin like this..
9027
9028 2005-12-12  Wim Taymans  <wim@fluendo.com>
9029
9030         * tests/examples/seek/scrubby.c: (main):
9031         Set higher priority for bus events so they don't get reordered with
9032         gtk gui events.
9033
9034         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9035         (flush_toggle_cb), (main):
9036         Added checkbox to disable flushing seeks. 
9037         Disable scrubbing when doing non flushing seeks.
9038
9039 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9040
9041         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9042         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9043         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9044         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9045           Implement some sort of event handling that doesn't rely on
9046           g_return_if_fail; make sure we always push the last chunk of an 
9047           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9048           state change function; remove some old cruft. Seeking is still
9049           rather unlikely to work though.
9050
9051         * tools/.cvsignore:
9052           Ignore more.
9053
9054 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9055
9056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9057         Fixed a leak of the current image reference when cleaning up.
9058         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9059
9060 2005-12-09  Michael Smith  <msmith@fluendo.com>
9061
9062         * tools/Makefile.am:
9063         * tools/gst-launch-ext-m.m:
9064           Remove gst-launch-ext. It doesn't work, and is no longer
9065           particularly useful.
9066
9067 2005-12-08  Luca Ognibene  <luogni@tin.it>
9068
9069         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9070           don't pass random values to ogmparse convert function.
9071           Make seeking possible in the exile1.ogm file.
9072
9073 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9074
9075         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9076         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9077           Work around refcount problem with g_value_set_object() that occur
9078           if the core has been compiled against GLib-2.6 (g_value_set_object()
9079           will only g_object_ref() the element, but the caller will
9080           gst_object_unref() it and bad things will happen due to the way
9081           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9082           totem for people on FC4 using Thomas's 0.10 RPMs.
9083           
9084 2005-12-07  Edward Hervey  <edward@fluendo.com>
9085
9086         Time to welcome ogm to 0.10 :)
9087         
9088         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9089         (gst_ogg_pad_typefind):
9090         Oggdemux can now properly typefind elements with dynamic pads.
9091         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9092         Properly set caps on src pad, and set caps on outgoing buffers.
9093
9094 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9095
9096         * ext/alsa/gstalsamixer.h:
9097         * ext/alsa/gstalsamixerelement.h:
9098         * ext/alsa/gstalsamixeroptions.h:
9099         * ext/alsa/gstalsamixertrack.h:
9100         * ext/alsa/gstalsasink.c:
9101         * ext/alsa/gstalsasink.h:
9102         * ext/alsa/gstalsasrc.c:
9103         * ext/alsa/gstalsasrc.h:
9104         * ext/cdparanoia/gstcdparanoia.h:
9105         * ext/gnomevfs/gstgnomevfsuri.h:
9106         * ext/ogg/gstoggdemux.c:
9107         * ext/ogg/gstoggmux.c:
9108         * ext/pango/gsttextoverlay.h:
9109         * ext/theora/theoradec.c:
9110         * ext/theora/theoraenc.c:
9111         * ext/vorbis/vorbisdec.h:
9112         * ext/vorbis/vorbisenc.c:
9113         * ext/vorbis/vorbisenc.h:
9114         * ext/vorbis/vorbisparse.h:
9115         * gst-libs/gst/audio/gstaudioclock.h:
9116         * gst-libs/gst/audio/gstaudiosink.c:
9117         * gst-libs/gst/audio/gstaudiosink.h:
9118         * gst-libs/gst/audio/gstaudiosrc.c:
9119         * gst-libs/gst/audio/gstaudiosrc.h:
9120         * gst-libs/gst/audio/gstbaseaudiosink.c:
9121         * gst-libs/gst/audio/gstbaseaudiosink.h:
9122         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9123         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9124         * gst-libs/gst/audio/gstringbuffer.h:
9125         * gst-libs/gst/audio/multichannel.h:
9126         * gst-libs/gst/floatcast/floatcast.h:
9127         * gst-libs/gst/interfaces/colorbalance.c:
9128         * gst-libs/gst/interfaces/colorbalance.h:
9129         * gst-libs/gst/interfaces/colorbalancechannel.h:
9130         * gst-libs/gst/interfaces/mixer.h:
9131         * gst-libs/gst/interfaces/mixeroptions.h:
9132         * gst-libs/gst/interfaces/mixertrack.h:
9133         * gst-libs/gst/interfaces/navigation.h:
9134         * gst-libs/gst/interfaces/propertyprobe.h:
9135         * gst-libs/gst/interfaces/tuner.h:
9136         * gst-libs/gst/interfaces/tunerchannel.h:
9137         * gst-libs/gst/interfaces/tunernorm.h:
9138         * gst-libs/gst/interfaces/xoverlay.h:
9139         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9140         * gst-libs/gst/riff/riff-ids.h:
9141         * gst-libs/gst/riff/riff-media.h:
9142         * gst-libs/gst/riff/riff-read.h:
9143         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9144         * gst-libs/gst/rtp/gstbasertppayload.c:
9145         * gst-libs/gst/rtp/gstbasertppayload.h:
9146         * gst-libs/gst/rtp/gstrtpbuffer.c:
9147         * gst-libs/gst/rtp/gstrtpbuffer.h:
9148         * gst-libs/gst/tag/gsttageditingprivate.h:
9149         * gst-libs/gst/tag/gstvorbistag.c:
9150         (gst_tag_list_from_vorbiscomment_buffer):
9151         * gst-libs/gst/tag/tag.h:
9152         * gst-libs/gst/video/video.h:
9153         * gst/adder/gstadder.c:
9154         * gst/adder/gstadder.h:
9155         * gst/audioconvert/audioconvert.c:
9156         * gst/audioconvert/audioconvert.h:
9157         * gst/audioconvert/gstaudioconvert.c:
9158         * gst/audioconvert/gstchannelmix.c:
9159         * gst/audioconvert/gstchannelmix.h:
9160         * gst/audiorate/gstaudiorate.c:
9161         * gst/audioresample/buffer.h:
9162         * gst/audioresample/functable.h:
9163         * gst/audioresample/gstaudioresample.c:
9164         * gst/audioresample/resample.h:
9165         * gst/ffmpegcolorspace/avcodec.h:
9166         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9167         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9168         * gst/ffmpegcolorspace/imgconvert.c:
9169         * gst/ffmpegcolorspace/imgconvert_template.h:
9170         * gst/playback/gstdecodebin.c:
9171         * gst/playback/gstplaybasebin.h:
9172         * gst/playback/gstplaybin.c:
9173         * gst/playback/gststreaminfo.h:
9174         * gst/tcp/gstfdset.c:
9175         * gst/tcp/gstfdset.h:
9176         * gst/tcp/gstmultifdsink.c:
9177         * gst/tcp/gstmultifdsink.h:
9178         * gst/tcp/gsttcp.h:
9179         * gst/tcp/gsttcpclientsrc.c:
9180         * gst/tcp/gsttcpclientsrc.h:
9181         * gst/tcp/gsttcpplugin.h:
9182         * gst/tcp/gsttcpserversink.c:
9183         * gst/tcp/gsttcpserversrc.c:
9184         * gst/typefind/gsttypefindfunctions.c:
9185         * gst/videorate/gstvideorate.c:
9186         * gst/videotestsrc/gstvideotestsrc.h:
9187         * gst/videotestsrc/videotestsrc.h:
9188         * sys/v4l/gstv4lcolorbalance.h:
9189         * sys/v4l/gstv4ltuner.h:
9190         * sys/v4l/gstv4lxoverlay.h:
9191         * sys/v4l/v4l_calls.h:
9192         * sys/v4l/videodev_mjpeg.h:
9193         * tests/check/elements/audioconvert.c:
9194         * tests/check/elements/audioresample.c:
9195         * tests/check/elements/audiotestsrc.c:
9196         * tests/check/elements/videotestsrc.c:
9197         * tests/check/elements/volume.c:
9198         * tests/examples/seek/scrubby.c:
9199         * tests/examples/seek/seek.c:
9200           expand tabs
9201
9202 === release 0.10.0 ===
9203
9204 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9205
9206         * configure.ac:
9207           releasing 0.10.0, "Mont-d'or"
9208
9209 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9210
9211         * tests/examples/seek/Makefile.am:
9212         Build fix for when gtk is not available.
9213
9214 2005-12-05  Andy Wingo  <wingo@pobox.com>
9215
9216         * ext/libvisual/visual.c: (get_buffer):
9217         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9218         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9219         * ext/theora/theoradec.c: (theora_handle_data_packet):
9220         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9221         (theora_enc_chain):
9222         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9223         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9224         Update for alloc_buffer changes.
9225
9226 2005-12-05  Andy Wingo  <wingo@pobox.com>
9227
9228         patch by: Kai Vehmanen <kv2004 eca cx>
9229         
9230         * gst-libs/gst/rtp/gstbasertpdepayload.c
9231         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9232
9233 2005-12-04  Andy Wingo  <wingo@pobox.com>
9234
9235         patch by: Sebastien Cote <sebas642 yahoo ca>
9236         
9237         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9238         Fixes #319172.
9239
9240 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9241
9242         * docs/plugins/Makefile.am:
9243         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9244         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9245         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9246         * ext/pango/gstclockoverlay.c:
9247         * ext/pango/gsttextoverlay.c: 
9248         * ext/pango/gsttextrender.c:
9249         * ext/pango/gsttimeoverlay.c:
9250           Add gtk-doc blurbs to pango elements.
9251
9252 2005-12-02  Wim Taymans  <wim@fluendo.com>
9253
9254         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9255         * gst/audioresample/buffer.h:
9256         * gst/audioresample/gstaudioresample.c:
9257         * gst/audioresample/gstaudioresample.h:
9258         * gst/audioresample/resample.c: (resample_input_flush),
9259         (resample_input_pushthrough), (resample_input_eos),
9260         (resample_get_output_size_for_input),
9261         (resample_get_input_size_for_output), (resample_get_output_size),
9262         (resample_get_output_data):
9263         * gst/audioresample/resample.h:
9264         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9265         Fix audioresample, seek torture, new segments, reverse negotiation
9266         etc.. work fine.
9267
9268 2005-12-02  Wim Taymans  <wim@fluendo.com>
9269
9270         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9271         Small cleanups.
9272
9273 2005-12-02  Wim Taymans  <wim@fluendo.com>
9274
9275         * gst/audioconvert/gstaudioconvert.c:
9276         (gst_audio_convert_transform):
9277         Post errors.
9278
9279 === release 0.9.7 ===
9280
9281 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9282
9283         * configure.ac:
9284           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9285
9286 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9287
9288         * Makefile.am:
9289         * po/hu.po:
9290         * win32/MANIFEST:
9291         * win32/gst.sln:
9292           add win32 MANIFEST file
9293           do something to the hungarian translation
9294
9295 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9296
9297         * ext/Makefile.am:
9298           Add $(PANGO_DIR) to SUBDIRS
9299
9300         * ext/pango/gstclockoverlay.c:
9301         * ext/pango/gsttimeoverlay.c:
9302           Fix and improve element descriptions.
9303
9304 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9305
9306         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9307         * docs/plugins/inspect/plugin-libvisual.xml:
9308         * docs/plugins/inspect/plugin-pango.xml:
9309           add pango plugin to docs
9310
9311 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9312
9313         * configure.ac:
9314         * ext/Makefile.am:
9315           moved pango to base
9316
9317 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9318
9319         * configure.ac:
9320         * tests/Makefile.am:
9321         * tests/icles/.cvsignore:
9322         * tests/icles/Makefile.am:
9323         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9324         (close_display), (resize_window), (move_window), (create_window),
9325         (terminate_playback), (pause_playback), (start_playback), (main):
9326           add stress test for xoverlay from Julien
9327
9328 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9329
9330         * docs/libs/tmpl/gstcolorbalance.sgml:
9331         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9332         * gst-libs/gst/rtp/gstbasertppayload.c:
9333         * gst-libs/gst/rtp/gstrtpbuffer.c:
9334         * gst-libs/gst/rtp/gstrtpbuffer.h:
9335           Do burger's rename for rtp payloaders and depayloaders
9336
9337 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9338
9339         * win32/:
9340           add Visual Studio 6 build files
9341
9342 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9343
9344         * docs/libs/gst-plugins-base-libs-docs.sgml:
9345         * docs/libs/gst-plugins-base-libs-sections.txt:
9346         * docs/libs/tmpl/gstaudio.sgml:
9347         * docs/libs/tmpl/gstringbuffer.sgml:
9348         * gst-libs/gst/interfaces/xoverlay.c:
9349         * gst-libs/gst/video/gstvideofilter.c:
9350         * gst-libs/gst/video/gstvideosink.c:
9351           update documentation
9352
9353 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9354
9355         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9356         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9357         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9358         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9359         (gst_multi_fd_sink_get_stats),
9360         (gst_multi_fd_sink_remove_client_link),
9361         (gst_multi_fd_sink_handle_client_read),
9362         (gst_multi_fd_sink_client_queue_data),
9363         (gst_multi_fd_sink_client_queue_caps),
9364         (gst_multi_fd_sink_client_queue_buffer),
9365         (gst_multi_fd_sink_new_client),
9366         (gst_multi_fd_sink_handle_client_write),
9367         (gst_multi_fd_sink_recover_client),
9368         (gst_multi_fd_sink_queue_buffer),
9369         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9370         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9371         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9372         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9373         * gst/tcp/gstmultifdsink.h:
9374         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9375         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9376         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9377         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9378         (gst_tcp_client_sink_set_property),
9379         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9380         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9381         * gst/tcp/gsttcpclientsink.h:
9382         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9383         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9384         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9385         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9386         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9387         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9388         * gst/tcp/gsttcpclientsrc.h:
9389         * gst/tcp/gsttcpplugin.c: (plugin_init):
9390         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9391         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9392         (gst_tcp_server_sink_finalize),
9393         (gst_tcp_server_sink_handle_server_read),
9394         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9395         (gst_tcp_server_sink_set_property),
9396         (gst_tcp_server_sink_get_property),
9397         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9398         * gst/tcp/gsttcpserversink.h:
9399         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9400         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9401         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9402         (gst_tcp_server_src_set_property),
9403         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9404         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9405         * gst/tcp/gsttcpserversrc.h:
9406           more borgifying
9407
9408 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9409
9410         * docs/plugins/Makefile.am:
9411         * docs/plugins/gst-plugins-base-plugins.args:
9412         * docs/plugins/inspect/plugin-libvisual.xml:
9413         * gst/audioconvert/plugin.h:
9414         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9415         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9416         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9417         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9418         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9419         (plugin_init):
9420         * gst/audiotestsrc/gstaudiotestsrc.c:
9421         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9422         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9423         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9424         (gst_audio_test_src_get_query_types),
9425         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9426         (gst_audio_test_src_create_square),
9427         (gst_audio_test_src_create_saw),
9428         (gst_audio_test_src_create_triangle),
9429         (gst_audio_test_src_create_silence),
9430         (gst_audio_test_src_create_white_noise),
9431         (gst_audio_test_src_init_pink_noise),
9432         (gst_audio_test_src_generate_pink_noise_value),
9433         (gst_audio_test_src_create_pink_noise),
9434         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9435         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9436         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9437         (plugin_init):
9438         * gst/audiotestsrc/gstaudiotestsrc.h:
9439         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9440         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9441         (gst_sub_parse_init), (gst_sub_parse_formats),
9442         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9443         (convert_encoding), (get_next_line),
9444         (gst_sub_parse_data_format_autodetect),
9445         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9446         (gst_sub_parse_loop), (gst_sub_parse_chain),
9447         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9448         (plugin_init):
9449         * gst/subparse/gstsubparse.h:
9450         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9451         (gst_video_rate_base_init), (gst_video_rate_class_init),
9452         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9453         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9454         (gst_video_rate_init), (gst_video_rate_event),
9455         (gst_video_rate_chain), (gst_video_rate_set_property),
9456         (gst_video_rate_get_property), (gst_video_rate_change_state),
9457         (plugin_init):
9458         * gst/videoscale/gstvideoscale.c:
9459         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9460         (gst_video_scale_src_template_factory),
9461         (gst_video_scale_sink_template_factory),
9462         (gst_video_scale_get_type), (gst_video_scale_base_init),
9463         (gst_video_scale_class_init), (gst_video_scale_init),
9464         (gst_video_scale_set_property), (gst_video_scale_get_property),
9465         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9466         (gst_video_scale_prepare_size), (parse_caps),
9467         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9468         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9469         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9470         (plugin_init):
9471         * gst/videoscale/gstvideoscale.h:
9472         * gst/videotestsrc/gstvideotestsrc.c:
9473         (gst_video_test_src_pattern_get_type),
9474         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9475         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9476         (gst_video_test_src_set_pattern),
9477         (gst_video_test_src_set_property),
9478         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9479         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9480         (gst_video_test_src_event), (gst_video_test_src_get_times),
9481         (gst_video_test_src_create), (plugin_init):
9482         * gst/videotestsrc/gstvideotestsrc.h:
9483         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9484         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9485         (gst_video_test_src_black):
9486         * gst/videotestsrc/videotestsrc.h:
9487           borgify further
9488           clean up docs a little
9489
9490 2005-11-30  Wim Taymans  <wim@fluendo.com>
9491
9492         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9493         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9494         (gst_basertppayload_event), (gst_basertppayload_push),
9495         (gst_basertppayload_change_state):
9496         * gst-libs/gst/rtp/gstbasertppayload.h:
9497         closed #320644.
9498
9499 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9500
9501         * docs/libs/gst-plugins-base-libs-docs.sgml:
9502         * docs/libs/gst-plugins-base-libs-sections.txt:
9503         * gst-libs/gst/video/gstvideofilter.c:
9504         * gst-libs/gst/video/gstvideosink.c:
9505         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9506
9507 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9508
9509         * LICENSE:
9510           move
9511         * po/af.po:
9512         * po/az.po:
9513         * po/cs.po:
9514         * po/en_GB.po:
9515         * po/hu.po:
9516         * po/it.po:
9517         * po/nb.po:
9518         * po/nl.po:
9519         * po/or.po:
9520         * po/sq.po:
9521         * po/sr.po:
9522         * po/sv.po:
9523         * po/uk.po:
9524         * po/vi.po:
9525         * Makefile.am:
9526           update
9527         * scripts/autoplugins.sh:
9528           remove
9529
9530 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9531
9532         * Makefile.am:
9533         * configure.ac:
9534         * examples/Makefile.am:
9535         * examples/capsfilter/Makefile.am:
9536         * examples/capsfilter/capsfilter1.c:
9537         * examples/gob/Makefile.am:
9538         * examples/gob/gst-identity2.gob:
9539         * examples/indexing/.cvsignore:
9540         * examples/indexing/Makefile.am:
9541         * examples/indexing/indexmpeg.c:
9542         * examples/seeking/.cvsignore:
9543         * examples/seeking/Makefile.am:
9544         * examples/seeking/cdparanoia.c:
9545         * examples/seeking/cdplayer.c:
9546         * examples/seeking/chained.c:
9547         * examples/seeking/scrubby.c:
9548         * examples/seeking/seek.c:
9549         * examples/stats/Makefile.am:
9550         * examples/stats/mp2ogg.c:
9551         * examples/switch/.cvsignore:
9552         * examples/switch/Makefile.am:
9553         * examples/switch/switcher.c:
9554         * tests/Makefile.am:
9555         * tests/check/generic/.cvsignore:
9556         * tests/check/pipelines/.cvsignore:
9557         * tests/examples/Makefile.am:
9558         * tests/examples/seek/Makefile.am:
9559           reorganize stuff under tests/
9560
9561 2005-11-30  Edward Hervey  <edward@fluendo.com>
9562
9563         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9564         Go away you stupid GstStaticPadTemplate memleak.
9565
9566 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9567
9568         * gst-libs/gst/net/Makefile.am:
9569         * gst-libs/gst/net/README:
9570         * gst-libs/gst/net/gstnetbuffer.c:
9571         * gst-libs/gst/net/gstnetbuffer.h:
9572           this was moved to "netbuffer"
9573
9574 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9575
9576         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9577         (gst_video_filter_class_init), (gst_video_filter_init):
9578         * gst-libs/gst/video/gstvideofilter.h:
9579           borgify name to bring in line with other classes
9580
9581 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9582
9583         * gst/audioscale/.cvsignore:
9584         * gst/audioscale/Makefile.am:
9585         * gst/audioscale/README:
9586         * gst/audioscale/audioscale.vcproj:
9587         * gst/audioscale/dtof.c:
9588         * gst/audioscale/dtos.c:
9589         * gst/audioscale/functable.c:
9590         * gst/audioscale/gstaudioscale.c:
9591         * gst/audioscale/gstaudioscale.h:
9592         * gst/audioscale/private.h:
9593         * gst/audioscale/resample.c:
9594         * gst/audioscale/resample.h:
9595         * gst/audioscale/test.c:
9596           remove
9597
9598 2005-11-30  Edward Hervey  <edward@fluendo.com>
9599
9600         * gst-libs/gst/netbuffer/Makefile.am:
9601         really, really tired
9602
9603 2005-11-30  Edward Hervey  <edward@fluendo.com>
9604
9605         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9606         Update for new GstTypeFindFactory _register()
9607
9608 2005-11-30  Edward Hervey  <edward@fluendo.com>
9609
9610         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9611         Let's not override libgstnet from core for no reason...
9612         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9613         Ok, maybe not so quick next time.
9614
9615 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9616
9617         * configure.ac:
9618         * gst-libs/gst/Makefile.am:
9619           moved gst-libs/gst/net to netbuffer through CVS surgery
9620           remove old directory
9621           updating build to accomodate
9622           (#322257)
9623
9624 2005-11-29  Andy Wingo  <wingo@pobox.com>
9625
9626         * pkgconfig/gstreamer-plugins-base.pc.in:
9627         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9628         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9629         (#322257).
9630
9631 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9632
9633         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9634         3rd time's the charm. Correct ref-counting for discarded buffers.
9635
9636 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9637
9638         * gst/playback/gststreamselector.c:
9639         (gst_stream_selector_class_init),
9640         (gst_stream_selector_set_property),
9641         (gst_stream_selector_get_property),
9642         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9643         Fix ref-counting
9644
9645 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9646
9647         * gst/subparse/gstsubparse.c: (feed_textbuf):
9648           Don't access already unref'ed buffer.
9649
9650 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9651
9652         * gst/playback/gststreamselector.c:
9653         (gst_stream_selector_class_init), (gst_stream_selector_init),
9654         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9655         (gst_stream_selector_get_property),
9656         (gst_stream_selector_get_linked_pad),
9657         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9658         * gst/playback/gststreamselector.h:
9659         Add the active-pad property for playbin to use shortly. Ignore buffers
9660         from any other pad, returning GST_FLOW_NOT_LINKED
9661
9662 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9663
9664         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9665         patch from bug #322704 (Alessandro Decina).
9666
9667 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9668
9669         * gst-libs/gst/audio/Makefile.am:
9670           folded audiofilter into the audio library
9671
9672 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9673
9674         * gst/videoscale/gstvideoscale.h:
9675         * gst/videoscale/gstvideoscale.c:
9676           remove unimplemented scale methods
9677
9678 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9679
9680         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9681           Don't leak caps.
9682
9683 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9684
9685         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9686         (gst_ximagesink_setcaps):
9687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9688         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9689         happens (only visible on ximagesink but bug is in xv too) set_caps was
9690         destroying the internal x[v]image used to memcpy non locally alloced
9691         buffers so that it got renewed on next _chain. The issue is that 
9692         _expose will try to put that image as it reffed it in _put.
9693         Using gst_buffer_unref instead of destroy fixes it !
9694
9695 2005-11-28  Edward Hervey  <edward@fluendo.com>
9696
9697         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9698         (try_to_link_1), (queue_filled_cb):
9699         Better use of the queues. Start with a small size queue and only increase
9700         the size of the queues when the other queues are empty.
9701
9702 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9703
9704         * gst-libs/gst/video/Makefile.am:
9705           compile in copied-over videofilter into the video library
9706         * gst-libs/gst/video/videosink.h:
9707           rename the header to gstvideosink.h since it's a base GstObject class
9708         * sys/ximage/ximagesink.h:
9709         * sys/xvimage/xvimagesink.h:
9710           use the new header
9711
9712 2005-11-28  Wim Taymans  <wim@fluendo.com>
9713
9714         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9715         * gst/playback/gstplaybasebin.h:
9716         Prepare to handle errors betters.
9717
9718         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9719         Set sinks to PAUSED first before adding and linking them so that
9720         we don't interrupt dataflow.
9721
9722 2005-11-28  Wim Taymans  <wim@fluendo.com>
9723
9724         * gst-libs/gst/audio/TODO:
9725         Updated TODO
9726
9727         * gst-libs/gst/audio/gstaudiosink.c:
9728         (gst_audioringbuffer_open_device),
9729         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9730         (gst_audioringbuffer_release):
9731         Small cleanups.
9732
9733         * gst-libs/gst/audio/gstbaseaudiosink.c:
9734         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9735         (gst_base_audio_sink_change_state):
9736         Slave to the master clock when going to PLAYING and unslave when
9737         going to PAUSED.
9738
9739         * gst-libs/gst/audio/gstringbuffer.c:
9740         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9741         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9742         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9743         (gst_ring_buffer_clear_all), (wait_segment),
9744         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9745         (gst_ring_buffer_advance):
9746         * gst-libs/gst/audio/gstringbuffer.h:
9747         Add some docs and cleanups.
9748
9749 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9750
9751         * sys/xvimage/xvimagesink.c:
9752         (gst_xvimagesink_navigation_send_event): Fix navigation events
9753         coordinates translation with pixel aspect ratios.
9754
9755 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9756
9757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9758         Use calculated video geometry from _setcaps instead of buffer
9759         caps to respect pixel aspect ratio. (fixes #322388)
9760
9761 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9762
9763         * docs/libs/tmpl/gstcolorbalance.sgml:
9764         * docs/libs/tmpl/gstmixer.sgml:
9765         * docs/libs/tmpl/gstxoverlay.sgml:
9766         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
9767         interface.
9768
9769 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9770
9771         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9772         Refuse to create an XvImage if we can't find the format.
9773
9774 2005-11-28  Edward Hervey  <edward@fluendo.com>
9775
9776         * gst-libs/gst/riff/riff-media.c:
9777         (gst_riff_create_audio_template_caps):
9778         Add ATRAC3 to the list of riff-possible audio caps.
9779         I know we still don't have a plugin for atrac3, but it's saner to output
9780         that than a cryptic mimetype.
9781
9782 2005-11-27  Edward Hervey  <edward@fluendo.com>
9783
9784         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
9785         Don't try to create a zero-sized subbuffer.
9786
9787 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9788
9789         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
9790         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9791         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
9792         (gst_ximagesink_expose): Fixed a tricky race.
9793         * sys/ximage/ximagesink.h:
9794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9795         (gst_xvimagesink_expose): Fixed a tricky race.
9796         * sys/xvimage/xvimagesink.h:
9797
9798 2005-11-27  Edward Hervey  <edward@fluendo.com>
9799
9800         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9801         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
9802         Remove unused properties, and add queues between demuxers and decoders
9803         so that a lot more files can preroll properly.
9804
9805 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9806
9807         * gst-libs/gst/net/Makefile.am:
9808         * gst-libs/gst/rtp/Makefile.am:
9809         * gst-libs/gst/tag/Makefile.am:
9810           remove silly include
9811         * gst/tags/Makefile.am:
9812         * gst/tags/gsttagediting.c:
9813         * gst/tags/gsttageditingprivate.h:
9814         * gst/tags/tagedit.vcproj:
9815           remove directory, is as good as empty
9816
9817 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9818
9819         * configure.ac:
9820           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
9821         * gst-libs/Makefile.am:
9822         * gst-libs/gst/audio/Makefile.am:
9823         * gst-libs/gst/interfaces/Makefile.am:
9824         * gst-libs/gst/net/Makefile.am:
9825         * gst-libs/gst/riff/Makefile.am:
9826         * gst-libs/gst/rtp/Makefile.am:
9827         * gst-libs/gst/tag/Makefile.am:
9828         * gst-libs/gst/video/Makefile.am:
9829           and use them
9830
9831 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9832
9833         * docs/libs/tmpl/gstcolorbalance.sgml:
9834         * docs/libs/tmpl/gstmixer.sgml:
9835         * docs/libs/tmpl/gstxoverlay.sgml:
9836         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
9837         * sys/ximage/ximagesink.h:
9838         * sys/xvimage/xvimagesink.h: More and more documentation.
9839
9840 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9841
9842         * docs/libs/gst-plugins-base-libs-docs.sgml:
9843         * docs/libs/gst-plugins-base-libs-sections.txt:
9844         * docs/libs/tmpl/gstcolorbalance.sgml:
9845         * docs/libs/tmpl/gstmixer.sgml:
9846         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
9847         to documentation.
9848
9849 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9850
9851         * docs/plugins/Makefile.am:
9852         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9853         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9854         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
9855
9856 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9857
9858         * docs/plugins/Makefile.am:
9859         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9860         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9861         * docs/plugins/inspect/plugin-adder.xml:
9862         * docs/plugins/inspect/plugin-alsa.xml:
9863         * docs/plugins/inspect/plugin-audioconvert.xml:
9864         * docs/plugins/inspect/plugin-audiorate.xml:
9865         * docs/plugins/inspect/plugin-audioresample.xml:
9866         * docs/plugins/inspect/plugin-audiotestsrc.xml:
9867         * docs/plugins/inspect/plugin-decodebin.xml:
9868         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9869         * docs/plugins/inspect/plugin-gnomevfs.xml:
9870         * docs/plugins/inspect/plugin-ogg.xml:
9871         * docs/plugins/inspect/plugin-playbin.xml:
9872         * docs/plugins/inspect/plugin-subparse.xml:
9873         * docs/plugins/inspect/plugin-tcp.xml:
9874         * docs/plugins/inspect/plugin-theora.xml:
9875         * docs/plugins/inspect/plugin-typefindfunctions.xml:
9876         * docs/plugins/inspect/plugin-video4linux.xml:
9877         * docs/plugins/inspect/plugin-videorate.xml:
9878         * docs/plugins/inspect/plugin-videoscale.xml:
9879         * docs/plugins/inspect/plugin-videotestsrc.xml:
9880         * docs/plugins/inspect/plugin-volume.xml:
9881         * docs/plugins/inspect/plugin-vorbis.xml:
9882         * docs/plugins/inspect/plugin-ximagesink.xml:
9883         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
9884         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
9885
9886 2005-11-26  Edward Hervey  <edward@fluendo.com>
9887
9888         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
9889         Properly return GstFlowReturn from gst_pad_push in chain functions.
9890
9891 2005-11-25  Michael Smith  <msmith@fluendo.com>
9892
9893         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
9894         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
9895         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9896         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
9897           Handle various conditions better when we don't understand a stream.
9898           Removes a heap of CRITICALs on ogg streams containing unknown data.
9899
9900 2005-11-24  Andy Wingo  <wingo@pobox.com>
9901
9902         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
9903         Be threadsafe.
9904
9905 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9906
9907         * configure.ac: back to HEAD
9908
9909 === release 0.9.6 ===
9910
9911 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
9912
9913         * configure.ac:
9914           releasing 0.9.6, "White Eight"
9915
9916 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9917
9918         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
9919         * docs/plugins/inspect/plugin-sine.xml:
9920           remove sinesrc some more
9921
9922 2005-11-23  Wim Taymans  <wim@fluendo.com>
9923
9924         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
9925         If we are reading too slowly, jump forward in the ringbuffer
9926         instead of blocking.
9927
9928 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9929
9930         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
9931         (gst_visual_chain):
9932         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
9933         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
9934         (gst_videorate_chain):
9935         * gst/videotestsrc/gstvideotestsrc.c:
9936         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
9937         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
9938         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
9939         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
9940         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9941         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9942           Updates for API changes
9943
9944 2005-11-23  Wim Taymans  <wim@fluendo.com>
9945
9946         * gst-libs/gst/audio/gstbaseaudiosink.c:
9947         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9948         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9949         Fix for calibration API change.
9950
9951 2005-11-23  Michael Smith <msmith@fluendo.com>
9952
9953         * gst-libs/gst/audio/multichannel.c:
9954         (gst_audio_get_channel_positions),
9955         (gst_audio_set_channel_positions),
9956         (gst_audio_set_structure_channel_positions_list),
9957         (gst_audio_fixate_channel_positions):
9958           Use gst_value_array_*() functions on value arrays, not
9959           gst_value_list_*().
9960
9961 2005-11-23  Edward Hervey  <edward@fluendo.com>
9962
9963         * autogen.sh:
9964         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
9965         Fixes autogen
9966
9967 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9968
9969         * check/Makefile.am:
9970         * check/elements/videotestsrc.c: (setup_videotestsrc),
9971         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
9972         (main):
9973           add a test for videotestsrc
9974
9975 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9976
9977         * gst/sine/.cvsignore:
9978         * gst/sine/Makefile.am:
9979         * gst/sine/gstsinesrc.c:
9980         * gst/sine/gstsinesrc.h:
9981         * gst/sine/sinesrc.vcproj:
9982           and remove sinesrc from the repository.  Closes #321446
9983
9984 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9985
9986         * configure.ac:
9987         * gst-plugins-base.spec.in:
9988           remove sinesrc from the build
9989
9990 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9991
9992         * check/Makefile.am:
9993         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
9994         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
9995         (main):
9996           add a test for audiotestsrc, testing all waves.  Even seems
9997           leak-free at first glance, nice job Stefan
9998
9999 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10000
10001         * po/af.po:
10002         * po/az.po:
10003         * po/cs.po:
10004         * po/en_GB.po:
10005         * po/hu.po:
10006         * po/it.po:
10007         * po/nb.po:
10008         * po/nl.po:
10009         * po/or.po:
10010         * po/sq.po:
10011         * po/sr.po:
10012         * po/sv.po:
10013         * po/uk.po:
10014         * po/vi.po:
10015           Translation string updates
10016
10017         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10018         (gst_v4lsrc_set_caps):
10019         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10020         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10021         * sys/v4l/v4lsrc_calls.h:
10022           Improve v4lsrc, by making it work again.
10023
10024 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10025
10026         * ext/libvisual/visual.c: (gst_visual_chain):
10027           Fix the fps calculations.
10028
10029         * gst/ffmpegcolorspace/avcodec.h:
10030           Move structure element for clarity
10031
10032         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10033         * gst-libs/gst/interfaces/tunernorm.h:
10034         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10035         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10036         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10037         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10038         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10039         (gst_v4lmjpegsrc_getcaps):
10040         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10041         (gst_v4lsrc_set_caps):
10042         * sys/v4l/gstv4lsrc.h:
10043         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10044         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10045         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10046         * sys/v4l/v4lsrc_calls.h:
10047           Fractional framerates...
10048
10049 2005-11-22  Wim Taymans  <wim@fluendo.com>
10050
10051         * gst-libs/gst/audio/gstbaseaudiosink.c:
10052         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10053         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10054         And we provide a clock by default, of course...
10055
10056 2005-11-22  Wim Taymans  <wim@fluendo.com>
10057
10058         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10059         This clock can be slaved to a master clock now.
10060
10061         * gst-libs/gst/audio/gstbaseaudiosink.c:
10062         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10063         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10064         (gst_base_audio_sink_set_clock),
10065         (gst_base_audio_sink_set_property),
10066         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10067         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10068         * gst-libs/gst/audio/gstbaseaudiosink.h:
10069         Handle slaving the internal clock to the clock selected in the
10070         pipeline.
10071         Add property to make the basesink not provide a clock.
10072
10073         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10074         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10075         (gst_base_rtp_depayload_wait):
10076         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10077         We can use the clock in GstElement, no need to store it ourselves.
10078
10079 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10080
10081         * docs/libs/tmpl/gstaudio.sgml:
10082           update
10083         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10084         (gst_paranoia_endian_get_type):
10085         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10086         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10087         * gst/audiotestsrc/gstaudiotestsrc.c:
10088         (gst_audiostestsrc_wave_get_type):
10089         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10090         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10091         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10092         (gst_sync_method_get_type), (gst_unit_type_get_type),
10093         (gst_client_status_get_type), (gst_multifdsink_class_init),
10094         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10095         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10096         (gst_multifdsink_get_property):
10097         * gst/tcp/gstmultifdsink.h:
10098         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10099         * gst/videotestsrc/gstvideotestsrc.c:
10100         (gst_videotestsrc_pattern_get_type):
10101           remove deprecated properties
10102           fix up enums to correctly have short lowercase dashed nicks
10103
10104 2005-11-22  Michael Smith <msmith@fluendo.com>
10105
10106         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10107         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10108           Add underscore.
10109
10110 2005-11-22  Michael Smith <msmith@fluendo.com>
10111
10112         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10113         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10114           Use utility method for scaling clocktime for fractional framerates.
10115
10116 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10117
10118         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10119         (gst_visual_chain):
10120         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10121         * ext/theora/theoradec.c: (theora_handle_type_packet):
10122         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10123         (theora_enc_chain):
10124         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10125         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10126         * gst-libs/gst/video/video.h:
10127         * gst/ffmpegcolorspace/avcodec.h:
10128         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10129         (gst_ffmpeg_caps_to_pixfmt):
10130         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10131         (gst_ffmpegcsp_set_caps):
10132         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10133         (gst_videorate_setcaps), (gst_videorate_blank_data),
10134         (gst_videorate_chain):
10135         * gst/videotestsrc/gstvideotestsrc.c:
10136         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10137         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10138         (gst_videotestsrc_event), (gst_videotestsrc_create):
10139         * gst/videotestsrc/gstvideotestsrc.h:
10140         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10141         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10142         (gst_ximagesink_get_times), (gst_ximagesink_init):
10143         * sys/ximage/ximagesink.h:
10144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10145         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10146         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10147         * sys/xvimage/xvimagesink.h:
10148           Convert elements to use fractions for their framerate.
10149           V4L elements to come later tonight.
10150
10151 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10152
10153         * gst-libs/gst/audio/audio.c:
10154         * gst-libs/gst/audio/audio.h:
10155           remove some deprecated functions
10156
10157 2005-11-22  Andy Wingo  <wingo@pobox.com>
10158
10159         * Update for gst_tag_setter API changes.
10160
10161 2005-11-22  Andy Wingo  <wingo@pobox.com>
10162
10163         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10164         (gst_ogg_demux_perform_seek):
10165         * ext/theora/theoradec.c (theora_dec_sink_event):
10166         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10167         update-funcnames.
10168
10169 2005-11-22  Wim Taymans  <wim@fluendo.com>
10170
10171         * examples/seeking/seek.c: (main):
10172         Give higher priority to bus signals than the gtk events
10173         to fix a race condition in the segment looping.
10174
10175 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10176
10177         * ext/theora/Makefile.am:
10178         * ext/vorbis/Makefile.am:
10179         * gst-libs/gst/tag/Makefile.am:
10180         * gst-plugins-base.spec.in:
10181           Rename libgsttagedit to libgsttag (#322117).
10182
10183 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10184
10185         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10187           Call gst_x_overlay_prepare_xwindow_id() to give applications
10188           a final chance to set their own xwindow id before the video
10189           sink creates its own window.
10190
10191 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10192
10193         * sys/xvimage/xvimagesink.c:
10194         (gst_xvimagesink_navigation_send_event): Handle navigation
10195         events correcly with borders if applicable.
10196
10197 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10198
10199         Patch by: Luca Ognibene
10200
10201         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10202         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10203         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10204         (gst_ffmpegcsp_caps_remove_format_info):
10205         * gst/ffmpegcolorspace/imgconvert.c:
10206         * gst/ffmpegcolorspace/imgconvert_template.h:
10207           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10208           #318353); use gst_structure_has_name().
10209
10210 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10211
10212         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10213         (gst_ximagesink_class_init): Add debug macros on functions.
10214         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10215         (gst_xvimagesink_xwindow_draw_borders),
10216         (gst_xvimagesink_xvimage_put),
10217         (gst_xvimagesink_xwindow_update_geometry),
10218         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10219         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10220         (gst_xvimagesink_xcontext_clear),
10221         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10222         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10223         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10224         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10225         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10226         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10227         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10228         expose while being PAUSED, out of data flow navigation events, etc..
10229
10230 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10231
10232         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10233         * gst-libs/gst/audio/audio.h:
10234           fix prototype - wondering why the test worked regardless
10235
10236 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10237
10238         * check/Makefile.am:
10239         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10240         * gst-libs/gst/audio/audio.h:
10241           add a method that returns a proper GstClockTime
10242
10243 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10244
10245         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10246         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10247         * gst-libs/gst/interfaces/xoverlay.h:
10248           Remove everything having to do with the desired size; add 
10249           gst_x_overlay_prepare_xwindow_id() function; remove the
10250           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10251           post a message on the bus instead (#321816).
10252
10253         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10255         (gst_xvimagesink_xoverlay_init):
10256           Remove desired size stuff (#321816).
10257
10258 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10259
10260         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10261         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10262         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10263           Terminate vararg functions with NULL instead of 0 to 
10264           make gcc4 happy.
10265
10266 2005-11-21  Andy Wingo  <wingo@pobox.com>
10267
10268         patch by: Sebastien Cote <sebas642@yahoo.ca>
10269         
10270         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10271         * gst-libs/gst/rtp/gstrtpbuffer.c
10272         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10273
10274 2005-11-21  Andy Wingo  <wingo@pobox.com>
10275
10276         * gst/playback/gstplaybin.c (gen_audio_element) 
10277         (gen_video_element): Use the new MISSING_PLUGIN core error
10278         category. Closes #320060.
10279
10280         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10281         * gst/videorate/gstvideorate.c (gst_videorate_event):
10282         * ext/theora/theoradec.c (theora_dec_sink_event): 
10283         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10284         stream lock.
10285
10286         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10287         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10288         stream lock changes.
10289
10290 2005-11-21  Wim Taymans  <wim@fluendo.com>
10291
10292         * gst-libs/gst/audio/gstbaseaudiosink.c:
10293         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10294         (gst_base_audio_sink_provide_clock),
10295         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10296         (gst_base_audio_sink_change_state):
10297         * gst/audioresample/gstaudioresample.c:
10298         Segment update fix.
10299
10300 2005-11-21  Andy Wingo  <wingo@pobox.com>
10301
10302         * *.h:
10303         * *.c: Ran scripts/update-macros. Oh yes.
10304
10305 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10306
10307         * sys/ximage/Makefile.am:
10308         * sys/ximage/ximage.c:
10309           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10310           remove your old libgstximage.* manually if necessary).
10311
10312 2005-11-21  Michael Smith <msmith@fluendo.com>
10313
10314         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10315           Minimal fix for bug #320200: set the min/max bitrate in the correct
10316           units. A better fix would be to upgrade to the RATEMANAGE2
10317           interface, rather than using the deprecated interface used here, but
10318           that would require an update in our libvorbis dependency (to 1.1),
10319           which is probably undesirable.
10320
10321 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10322
10323         * ext/libvisual/visual.c: (get_buffer):
10324         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10325         (gst_base_audio_src_fixate):
10326         * gst/audioconvert/gstaudioconvert.c:
10327         (gst_audio_convert_fixate_caps):
10328         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10329         * gst/audiotestsrc/gstaudiotestsrc.c:
10330         (gst_audiotestsrc_src_fixate):
10331         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10332         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10333         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10334         * gst/videotestsrc/gstvideotestsrc.c:
10335         (gst_videotestsrc_src_fixate):
10336         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10337         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10338           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10339           (#322027)
10340
10341
10342 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10343
10344         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10345         (gst_riff_create_iavs_caps):
10346         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10347         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10348         (gst_riff_parse_info):
10349         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10350         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10352           Fixes for GST_FOURCC_FORMAT API change.
10353
10354 2005-11-21  Andy Wingo  <wingo@pobox.com>
10355
10356         patch by: Alessandro Dessina <alessandro nnva org>
10357
10358         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10359         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10360         (gst_ogg_parse_chain):
10361         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10362         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10363         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10364         gst_value_list calls on arrays. Fixes #321962.
10365
10366 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10367
10368         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10369         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10370         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10371         * gst/adder/gstadder.c: (gst_adder_init),
10372         (gst_adder_request_new_pad), (gst_adder_collected),
10373         (gst_adder_change_state):
10374           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10375           API change.
10376
10377 2005-11-21  Michael Smith <msmith@fluendo.com>
10378
10379         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10380         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10381           Properly handle pad_push return values.
10382
10383 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10384
10385         * gst-libs/gst/tag/Makefile.am:
10386         * gst-libs/gst/tag/gstvorbistag.c:
10387         (gst_tag_list_to_vorbiscomment_buffer):
10388           Remove obsolete vorbistag element and debug category.
10389
10390         * gst/playback/gstplaybasebin.c: (check_queue):
10391           Don't divide by 0 when queue-threshold is 0.
10392
10393         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10394           Don't modify an existing pixel-aspect-ratio if we fail to read
10395           a new one.
10396
10397 2005-11-20  Wim Taymans  <wim@fluendo.com>
10398
10399         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10400         (gst_vorbisenc_push_packet):
10401         GST_PAD_IS_USABLE is gone, use the return value of
10402         the push or pad_alloc_buffer instead.
10403
10404 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10405
10406         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10407         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10408         (gst_ximagesink_ximage_destroy),
10409         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10410         (gst_ximagesink_xwindow_new),
10411         (gst_ximagesink_xwindow_update_geometry),
10412         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10413         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10414         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10415         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10416         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10417         (gst_ximagesink_navigation_send_event),
10418         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10419         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10420         (gst_ximagesink_finalize), (gst_ximagesink_init),
10421         (gst_ximagesink_class_init):
10422         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10423         This new version brings correct software scaling, non flickering
10424         window while resizing, pixel aspect ratio handling, usage of
10425         hardware buffer pools, out of data flow event thread for 
10426         navigation and handling of expose events even when being PAUSED,
10427         a new property to keep video aspect ratio when resizing, etc...
10428
10429 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10430
10431         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10432         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10433         handling of PAR.
10434
10435 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10436
10437         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10438         Unsetting IS_SINK flag from the fakesink, so decodebin
10439         never behaves as a sink.
10440
10441 2005-11-17  Wim Taymans  <wim@fluendo.com>
10442
10443         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10444         (gst_base_audio_src_change_state):
10445         Fix the audiosrc base class again, we did not unflush.
10446
10447 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10448
10449         * examples/seeking/seek.c: (make_dv_pipeline),
10450         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10451         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10452         to ogg/vorbis/theora pipeline.
10453
10454 2005-11-17  Wim Taymans  <wim@fluendo.com>
10455
10456         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10457         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10458         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10459         Fix EOS on multiple streams.
10460         More debugging.
10461
10462 2005-11-16  Wim Taymans  <wim@fluendo.com>
10463
10464         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10465         (gst_ogg_demux_perform_seek):
10466         Segment done must include stream time.
10467
10468         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10469         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10470         (gst_ogg_mux_change_state):
10471         Fix ogg muxer again.
10472
10473 2005-11-16  Wim Taymans  <wim@fluendo.com>
10474
10475         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10476         Fix compile again.
10477
10478 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10479
10480         * ext/libvisual/visual.c: (gst_visual_init):
10481         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10482         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10483         (gst_ogg_parse_chain):
10484         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10485         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10486         * ext/theora/theoradec.c: (gst_theora_dec_init):
10487         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10488         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10489         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10490         * gst/adder/gstadder.c: (gst_adder_class_init),
10491         (gst_adder_dispose):
10492         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10493         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10494         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10495           Fix a whole set of pad template leaks
10496
10497 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10498
10499         * check/generic/states.c: (GST_START_TEST):
10500           fix the test so that it only checks for elements that are part of
10501           this source module
10502
10503 2005-11-16  Michael Smith <msmith@fluendo.com>
10504
10505         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10506         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10507         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10508         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10509         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10510         (gst_ogg_mux_change_state):
10511           Fix leaking collectpads.
10512
10513 2005-11-16  Edward Hervey  <edward@fluendo.com>
10514
10515         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10516         (gst_videorate_event), (gst_videorate_chain):
10517         Handle segment seeks
10518
10519 2005-11-16  Wim Taymans  <wim@fluendo.com>
10520
10521         * gst-libs/gst/audio/gstbaseaudiosink.c:
10522         (gst_base_audio_sink_provide_clock),
10523         (gst_base_audio_sink_change_state):
10524         Set ringbuffer to non-flushing when going to PAUSED, set to
10525         flushing again when going to READY.
10526
10527         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10528         (gst_ring_buffer_stop):
10529         Start in flushing mode by default.
10530         Don't set flushing in the _stop method, let the app call
10531         this explicitly.
10532
10533 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10534
10535         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10536         * gst-libs/gst/video/videosink.h: Add helper function needed
10537         for video sinks.
10538
10539 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10540
10541         * gst/videoscale/gstvideoscale.c:
10542         (gst_videoscale_handle_src_event):
10543           Don't leak reference to pad parent.
10544
10545 2005-11-16  Wim Taymans  <wim@fluendo.com>
10546
10547         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10548         Set ringbuffer to flushing when stopping so that we don't
10549         block on wait_segment anymore and livelock.
10550
10551 2005-11-16  Wim Taymans  <wim@fluendo.com>
10552
10553         * examples/seeking/seek.c: (send_event), (do_seek),
10554         (loop_toggle_cb), (segment_done), (main):
10555         Added looping checkbox.
10556
10557 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10558
10559         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10560         (gst_ogg_demux_init):
10561         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10562         (gst_vorbis_dec_init):
10563           revert unrefs, they don't pass make check
10564
10565 2005-11-15  Johan Dahlin  <johan@gnome.org>
10566
10567         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10568         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10569         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10570         (gst_vorbis_dec_init):
10571         Fix pad template leaks. 
10572
10573 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10574
10575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10576           Make state change function thread safe.
10577
10578 2005-11-15  Edward Hervey  <edward@fluendo.com>
10579
10580         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10581         (gst_ogg_demux_class_init):
10582         Implement GstElement::send_event, so we can send seek events
10583         in GST_STATE_READY
10584
10585 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10586
10587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10588         Discovered how to take away flickering while resizing the
10589         window. Please don't put that in ximagesink, refactoring in
10590         progress.
10591
10592 2005-11-14  Michael Smith <msmith@fluendo.com>
10593
10594         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10595         (gst_multifdsink_render):
10596           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10597
10598 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10599
10600         * gst/playback/gstplaybin.c: (gen_audio_element):
10601           Use autoaudiosink, it tends to be more widely available than
10602           autoaudiiosink.
10603           
10604 2005-11-14  Andy Wingo  <wingo@pobox.com>
10605
10606         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10607         as well if it is available. Fixes #316442.
10608
10609 2005-11-14  Michael Smith <msmith@fluendo.com>
10610
10611         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10612         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10613         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10614         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10615         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10616         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10617         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10618         (gst_vorbisenc_change_state):
10619           Fix a small memory leak in vorbisenc.
10620           Fix large memory leaks in oggmux, also fix lots of state change
10621           bugs in oggmux.
10622
10623 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10624
10625         * gst/videotestsrc/gstvideotestsrc.c:
10626         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10627         (gst_videotestsrc_src_fixate):
10628           move fixation to a fixate function
10629           remove negotiate function, basesrc's is good enough
10630           fixes a bug for check when using the element alone
10631
10632 2005-11-13  Edward Hervey  <edward@fluendo.com>
10633
10634         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10635         (key_toggle_cb), (main):
10636         Added checkboxes for adding/removing the accurate and key_unit seek
10637         flags.
10638
10639 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10640
10641         * configure.ac: back to HEAD
10642
10643 === release 0.9.5 ===
10644
10645 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10646
10647         * configure.ac:
10648           releasing 0.9.5, "No No Kia"
10649
10650 2005-11-11  Edward Hervey  <edward@fluendo.com>
10651
10652         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10653         Added parse-launch syntax seeking mode for the seeking example.
10654         This should help stress-test even more cases.
10655         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10656
10657 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10658
10659         * sys/xvimage/xvimagesink.c:
10660         (gst_xvimagesink_navigation_send_event):
10661           Check whether peer pad exists before sending navigation events
10662           to it.
10663
10664 2005-11-11  Michael Smith <msmith@fluendo.com>
10665
10666         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10667         (gst_vorbisenc_buffer_from_packet):
10668         * ext/vorbis/vorbisenc.h:
10669           Set duration on encoded buffers. This allows oggmux's
10670           max_page_delay parameter to actually work.
10671
10672 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10673
10674         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10675         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10676         (gst_ffmpegcsp_avpicture_fill):
10677         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10678         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10679           Make palettes work again (see #132341). Use our own macros
10680           for rounding up.
10681
10682 2005-11-10  Andy Wingo  <wingo@pobox.com>
10683
10684         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10685         string doober.
10686
10687 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10688
10689         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10690         (gst_ffmpegcsp_transform_caps):
10691           Prefer passthrough in transform_caps
10692
10693 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10694
10695         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10696           check for ALSA errors properly, instead of relying on ALSA's
10697           error strings to serve to the user.
10698
10699 2005-11-10  Wim Taymans  <wim@fluendo.com>
10700
10701         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10702         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10703         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10704         Modernise the seek code.
10705
10706 2005-11-10  Michael Smith <msmith@fluendo.com>
10707         
10708         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10709         (setup_substreams), (set_active_source):
10710           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10711           trying to go to NULL if we failed to read a file.
10712
10713 2005-11-10  Wim Taymans  <wim@fluendo.com>
10714
10715         * gst/audiotestsrc/gstaudiotestsrc.c:
10716         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10717         (gst_audiotestsrc_create):
10718         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10719         (gst_sinesrc_get_times), (gst_sinesrc_create):
10720         * gst/videotestsrc/gstvideotestsrc.c:
10721         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10722         (gst_videotestsrc_create):
10723         The base class can now sync for us.
10724
10725 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10726
10727         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10728           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10729           name=source autoprobe=false autoprobe-fps=false copy-mode=1
10730           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10731           format=(fourcc)I420" ! xvimagesink
10732
10733 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10734
10735         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10736         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10737         (gst_sinesrc_newsegment):
10738           Send newsegment event in TIME format, set duration if
10739           num-buffers is set, fix duration querying.
10740
10741 2005-11-10  Michael Smith <msmith@fluendo.com>
10742
10743         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10744         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10745         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10746         (gst_ogg_mux_collected):
10747          Fix EOS handling, partially. Now forwarding an EOS event once we have
10748          EOS on all pads works correctly. However, we still don't properly set
10749          EOS on the actual ogg stream pages.
10750
10751 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
10752
10753         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10754           Set elements to NULL state before disposing of them.
10755
10756 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
10757
10758         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10759
10760         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10761         (gst_base_rtp_depayload_init),
10762         (gst_base_rtp_depayload_set_gst_timestamp):
10763         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10764           We need to send a newsegment event for each instance, not
10765           just for the first instance of this class (get rid of
10766           static variable in function). (#321011).
10767           
10768 2005-11-08  Michael Smith <msmith@fluendo.com>
10769
10770         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10771         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
10772         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
10773         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10774           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
10775           This makes us mux things correctly according to the ogg muxing
10776           rules. Still not handling EOS correctly right now, though.
10777
10778 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10779
10780         * gst/audioconvert/gstaudioconvert.c:
10781           Fix typo in docs. 
10782
10783 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10784
10785         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10786         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
10787           Initialise segment_stop to GST_CLOCK_TIME_NONE when
10788           creating a new chain; should fix live streaming. Also
10789           add more debug output and fix a typo.
10790
10791 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
10792
10793         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10794
10795         * gst/volume/gstvolume.c: (volume_set_caps):
10796           Fix compilation on Solaris with Forte. (#320923)
10797
10798 2005-11-08  Wim Taymans  <wim@fluendo.com>
10799
10800         * gst-libs/gst/audio/gstbaseaudiosink.c:
10801         (gst_base_audio_sink_render):
10802         No need to do a typecheck.
10803
10804 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10805
10806         * ext/alsa/gstalsa.h:
10807           We register a debug category, so let's use it.
10808
10809 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10810
10811         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10812         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
10813         Fixed a small problem.
10814
10815 2005-11-04  Wim Taymans  <wim@fluendo.com>
10816
10817         * examples/seeking/Makefile.am:
10818         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
10819         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
10820         (make_playerbin_pipeline), (format_value), (update_scale),
10821         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
10822         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
10823         (print_usage), (main):
10824         Added app for playback speed testing.
10825
10826         * examples/seeking/seek.c: (dynamic_link),
10827         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
10828         (make_mpeg_pipeline), (do_seek), (set_update_scale),
10829         (message_received), (main):
10830         Updated seek example.
10831
10832 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10833
10834         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10835         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10836         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
10837         (gst_base_rtp_depayload_set_clock):
10838         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10839         Don't sleep on the bench (system clock) when you have a nice 
10840         comfortable bed (Gstreamer clock) to sleep on.
10841
10842 2005-11-03  Wim Taymans  <wim@fluendo.com>
10843
10844         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10845         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
10846         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
10847         Handle the case where a pad_block failed.
10848
10849 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
10850
10851         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
10852
10853         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10854         (gst_base_rtp_depayload_add_to_queue),
10855         (gst_base_rtp_depayload_push),
10856         (gst_base_rtp_depayload_set_gst_timestamp),
10857         (gst_base_rtp_depayload_queue_release):
10858           Fixes some bugs in the depayloader's queuing/de-queueing code.
10859
10860 2005-10-31  Michael Smith <msmith@fluendo.com>
10861
10862         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10863         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10864         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
10865           Patch from Alessandro Decina <alessandro@nnva.org>.
10866           Make oggdemux only find the final time in a chain, not per-pad,
10867           since the per-pad information can be very expensive to locate, and
10868           it isn't used anywhere. This makes reading a file containing
10869           OggSkeleton reasonably fast.
10870           Also, make chain finding work when there are logical bitstreams that
10871           can't be decoded. Fixes #319110.
10872
10873 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10874
10875         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10876         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10877         (gst_base_rtp_depayload_chain),
10878         (gst_base_rtp_depayload_add_to_queue),
10879         (gst_base_rtp_depayload_push),
10880         (gst_base_rtp_depayload_set_gst_timestamp),
10881         (gst_base_rtp_depayload_queue_release),
10882         (gst_base_rtp_depayload_start_thread),
10883         (gst_base_rtp_depayload_set_property),
10884         (gst_base_rtp_depayload_get_property):
10885         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10886         Some random fixes, to fullfill the desires of thomas.
10887
10888 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10889
10890         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10891         (gst_base_rtp_depayload_add_to_queue),
10892         (gst_base_rtp_depayload_push):
10893         Fixed the queueing algorithm.
10894
10895 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10896
10897         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10898         (gst_base_rtp_depayload_push):
10899         A small fix
10900
10901 2005-10-31  Wim Taymans  <wim@fluendo.com>
10902
10903         * gst-libs/gst/audio/gstringbuffer.h:
10904         Don't break ABI.
10905
10906         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10907         (gst_ffmpeg_caps_to_pixfmt):
10908         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10909         (gst_ffmpegcsp_set_caps):
10910         Some more comments.
10911         Handle missing required caps fields better.
10912
10913 2005-10-31  Wim Taymans  <wim@fluendo.com>
10914
10915         * gst-libs/gst/audio/gstbaseaudiosink.c:
10916         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
10917         (gst_base_audio_sink_render):
10918         * gst-libs/gst/audio/gstringbuffer.c:
10919         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10920         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10921         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
10922         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
10923         (gst_ring_buffer_read):
10924         * gst-libs/gst/audio/gstringbuffer.h:
10925         Add flushing mode to the ringbuffer so that it in all cases does
10926         not try to handle more audio. This makes sure it does not try to
10927         block anymore when flushing and fixes a livelock.
10928
10929 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
10930
10931         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10932         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10933         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
10934           Explicitly check for -1 values before doing a conversion
10935           and always map them to -1. (#315545)
10936
10937 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10938
10939         * gst/playback/gstplaybin.c: (gen_video_element):
10940           first try autovideosink, then xvimagesink, then error out
10941         * po/POTFILES.in:
10942           add translatable file
10943         * po/af.po:
10944         * po/az.po:
10945         * po/cs.po:
10946         * po/en_GB.po:
10947         * po/hu.po:
10948         * po/it.po:
10949         * po/nb.po:
10950         * po/nl.po:
10951         * po/or.po:
10952         * po/sq.po:
10953         * po/sr.po:
10954         * po/sv.po:
10955         * po/uk.po:
10956         * po/vi.po:
10957           update translations
10958
10959 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
10960
10961         * gst-libs/gst/rtp/gstbasedepayload.c:
10962         * gst-libs/gst/rtp/gstbasedepayload.h:
10963           Minor cleanups
10964
10965 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
10966
10967         * gst/playback/.cvsignore:
10968         * gst/playback/decodetest.c:
10969         * gst/playback/test3.c:
10970           Port these two tests as well.
10971
10972 2005-10-27  Wim Taymans  <wim@fluendo.com>
10973
10974         * ext/theora/theoradec.c: (theora_dec_src_query),
10975         (theora_dec_sink_event):
10976         * ext/theora/theoraenc.c: (theora_enc_sink_event),
10977         (theora_enc_change_state):
10978         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10979         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
10980         Take proper locks when handling events.
10981
10982 2005-10-27  Wim Taymans  <wim@fluendo.com>
10983
10984         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
10985         (gst_adder_change_state):
10986         Fix timestamps and fix deadlock when stopping the collectpads.
10987
10988 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
10989
10990         * gst-libs/gst/rtp/gstrtpbuffer.h:
10991         Declaring the payload types as strings too so that they can be used
10992         in the padtemplate inialization.
10993
10994 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
10995
10996         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
10997
10998         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10999         (gst_base_rtp_depayload_class_init):
11000         Fixes a small but nasty bug. The derived elements no longer segfaults
11001         on finalization.
11002
11003 2005-10-26  Michael Smith <msmith@fluendo.com>
11004
11005         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11006           When clearing an audioconvert context, set tmpbufsize to zero, so
11007           we'll allocate it again later if required.
11008           This fixes audioconvert re-negotiating formats, which previously
11009           segfaulted with a NULL destination buffer.
11010
11011 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11012
11013         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11014         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11015         (gst_base_rtp_depayload_set_gst_timestamp),
11016         (gst_base_rtp_depayload_queue_release):
11017         Fixed a smalll memleak.
11018
11019 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11020         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11021         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11022         (gst_base_rtp_depayload_finalize),
11023         (gst_base_rtp_depayload_setcaps),
11024         (gst_base_rtp_depayload_add_to_queue),
11025         (gst_base_rtp_depayload_push),
11026         (gst_base_rtp_depayload_set_gst_timestamp),
11027         (gst_base_rtp_depayload_queue_release),
11028         (gst_base_rtp_depayload_thread),
11029         (gst_base_rtp_depayload_change_state):
11030         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11031         Changed the C++ comments to C comments
11032
11033 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11034
11035         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11036         * gst/tcp/gsttcpclientsrc.h:
11037         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11038         * gst/tcp/gsttcpserversrc.h:
11039           Remove unused 'curoffset' structure member.
11040
11041 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11042
11043         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11044         (gst_base_rtp_depayload_base_init),
11045         (gst_base_rtp_depayload_finalize):
11046         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11047         * gst-libs/gst/rtp/gstbasertppayload.h:
11048           The pad-template on the sinkpad should be set by the derived classes.
11049           Also added some useful macros.
11050
11051 2005-10-24  Wim Taymans  <wim@fluendo.com>
11052
11053         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11054         Correctly flush decoder samples even if we could not
11055         copy them to an output buffer. Fixes #319618.
11056
11057 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11058
11059         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11060         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11061         the caps against our xcontext caps.
11062
11063 2005-10-24  Wim Taymans  <wim@fluendo.com>
11064
11065         * gst-libs/gst/audio/gstbaseaudiosink.c:
11066         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11067         Remove g_print
11068         Use sync property from baseclass to disable sync.
11069
11070 2005-10-24  Wim Taymans  <wim@fluendo.com>
11071
11072         * gst-libs/gst/audio/gstbaseaudiosink.c:
11073         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11074         Buffers with no timestamps get aligned with previous buffers or
11075         on underrun, played ASAP.
11076
11077 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11078
11079         * gst-libs/gst/video/video.h:
11080         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11081         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11083         here comes my change on caps for framerate and geometry range.
11084         We are now accepting 1 to MAXINT for width and height, and from
11085         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11086         to be blended correctly in videomixer.
11087
11088 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11089
11090         * configure.ac:
11091           back to HEAD
11092
11093 === release 0.9.4 ===
11094
11095 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11096
11097         * NEWS:
11098         * RELEASE:
11099         * configure.ac:
11100           releasing 0.9.4, "Velociraptor"
11101
11102 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11103
11104         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11105         * po/POTFILES.in:
11106           STOPPED -> FAILED
11107
11108 2005-10-21  Wim Taymans  <wim@fluendo.com>
11109
11110         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11111         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11112         (pad_blocked), (close_pad_link), (new_pad):
11113         Don't try to remove elements twice.
11114
11115 2005-10-21  Wim Taymans  <wim@fluendo.com>
11116
11117         * ext/theora/theoradec.c: (theora_dec_src_query),
11118         (theora_dec_sink_event):
11119         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11120         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11121         (vorbis_handle_data_packet):
11122         * ext/vorbis/vorbisdec.h:
11123         Fix old naming.
11124
11125         * gst-libs/gst/audio/gstbaseaudiosink.c:
11126         (gst_base_audio_sink_render):
11127         Don't try to sync on buffers without a timestamp.
11128
11129 2005-10-21  Wim Taymans  <wim@fluendo.com>
11130
11131         * ext/theora/theoradec.c: (theora_dec_src_query),
11132         (theora_dec_sink_event):
11133         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11134         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11135         (vorbis_handle_data_packet):
11136         * ext/vorbis/vorbisdec.h:
11137         Fix old naming.
11138
11139 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11140
11141         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11142         (gst_vorbisenc_src_query):
11143           Implement position and duration queries.
11144
11145         * gst/playback/test3.c: (update_scale), (main):
11146           Fix for async state changes and print nicer output.
11147
11148 2005-10-20  Wim Taymans  <wim@fluendo.com>
11149
11150         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11151         (dump_element_stats), (main):
11152         * gst/playback/test6.c: (main):
11153         Fix tests again
11154
11155 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11156
11157         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11158         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11159           Don't use functions for position queries when handling
11160           duration queries.
11161
11162 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11163
11164         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11165         (vorbis_handle_data_packet), (vorbis_dec_chain),
11166         (vorbis_dec_change_state):
11167         * ext/vorbis/vorbisdec.h:
11168           Vorbis streams can be embedded in other container formats
11169           than ogg, container formats where the demuxer might set 
11170           timestamps on encoded vorbis buffers instead of those silly 
11171           granulepos thingies. In short: make vorbisdec handle 
11172           timestamps on incoming buffers as well.
11173
11174 2005-10-20  Wim Taymans  <wim@fluendo.com>
11175
11176         * gst/playback/gstplaybasebin.c: (group_destroy),
11177         (gst_play_base_bin_change_state):
11178         Fix leak.
11179         Handle case where playbasebin is now ASYNC because
11180         decodebin is.
11181
11182 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11183
11184         * gst/audioconvert/Makefile.am:
11185         * gst/audioconvert/bufferframesconvert.c:
11186         * gst/audioconvert/plugin.c: (plugin_init):
11187         * gst/audioconvert/plugin.h:
11188           And bye bye buffer-frames-convert
11189
11190 2005-10-19  Wim Taymans  <wim@fluendo.com>
11191
11192         * check/elements/audioconvert.c:
11193         * docs/libs/tmpl/gstaudio.sgml:
11194         * docs/libs/tmpl/gstcolorbalance.sgml:
11195         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11196         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11197         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11198         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11199         * gst-libs/gst/audio/audio.h:
11200         * gst/audioconvert/audioconvert.h:
11201         * gst/audioconvert/gstaudioconvert.c:
11202         (gst_audio_convert_parse_caps):
11203         * gst/volume/gstvolume.c:
11204         Bye bye buffer-frames.
11205
11206 2005-10-19  Wim Taymans  <wim@fluendo.com>
11207
11208         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11209         (query_positions_elems), (query_positions_pads), (update_scale),
11210         (do_seek), (set_update_scale), (message_received), (main):
11211         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11212         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11213         (gst_ogg_demux_loop):
11214         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11215         * ext/theora/theoradec.c: (theora_dec_src_query),
11216         (theora_dec_sink_event):
11217         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11218         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11219         * gst/adder/gstadder.c: (gst_adder_query):
11220         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11221         * gst/playback/test3.c: (update_scale):
11222         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11223         (dump_element_stats), (main):
11224         * gst/playback/test6.c: (main):
11225         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11226         Query API update.
11227
11228 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11229
11230         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11231         (xml_check_first_element), (xml_type_find), (smil_type_find),
11232         (plugin_init):
11233           Add typefinding for SMIL and for generic XML. Based on patch by
11234           Akos Maroy (#308663).
11235
11236 2005-10-18  Wim Taymans  <wim@fluendo.com>
11237
11238         * gst/playback/Makefile.am:
11239         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11240         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11241         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11242         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11243         (gst_decode_bin_change_state):
11244         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11245         (gst_play_bin_send_event_to_sink):
11246         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11247         (dump_element_stats), (main):
11248         * gst/playback/test6.c: (main):
11249         Make playbin async, it'll commit state to paused when all streams
11250         are detected.
11251         Remove ugly hack.
11252         Added test6.c to show async behaviour.
11253
11254 2005-10-18  Wim Taymans  <wim@fluendo.com>
11255
11256         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11257         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11258         Fix for segment-start/stop API change.
11259
11260 2005-10-18  Wim Taymans  <wim@fluendo.com>
11261
11262         * check/Makefile.am:
11263         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11264         (main):
11265         Add future test for clock selection.
11266
11267 2005-10-18  Wim Taymans  <wim@fluendo.com>
11268
11269         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11270         (gst_alsasink_close):
11271         Set handle to NULL.
11272
11273         * gst-libs/gst/audio/gstringbuffer.c:
11274         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11275         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11276         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11277         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11278         (gst_ring_buffer_read):
11279         More debug info.
11280
11281 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11282
11283         * gst/audiotestsrc/Makefile.am:
11284         * gst/sine/Makefile.am:
11285         * gst/volume/Makefile.am:
11286           fix broken build of controllerized plugins
11287
11288 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11289
11290         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11291
11292         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11293         (gst_riff_create_video_template_caps):
11294           Add support for Indeo-3 (IV32).
11295
11296 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11297
11298         * configure.ac:
11299           rewrite
11300
11301 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11302
11303         * gst-libs/gst/video/video.c: (gst_video_get_size):
11304         * gst/audiotestsrc/gstaudiotestsrc.c:
11305           doc updates
11306
11307 2005-10-17  Andy Wingo  <wingo@pobox.com>
11308
11309         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11310         with the collectpads change.
11311         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11312
11313         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11314
11315         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11316
11317         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11318         alloc_buffer flow return to callers.
11319         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11320         change. Fix some memleaks in theoraenc.
11321
11322         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11323         in strange circumstance.
11324
11325 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11326
11327         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11328         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11329         from caps, let's use the caps...
11330
11331 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11332
11333         * configure.ac:
11334           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11335
11336 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11337
11338         * gst-libs/gst/interfaces/Makefile.am:
11339           fix silly typo
11340
11341 2005-10-16  Andy Wingo  <wingo@pobox.com>
11342
11343         * gst/playback/gstdecodebin.c
11344         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11345         function!
11346         (try_to_link_1): Increase kraziness level.
11347
11348 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11349
11350         * configure.ac:
11351           restructure like the core one
11352         * gst-libs/gst/audio/Makefile.am:
11353         * gst-libs/gst/interfaces/Makefile.am:
11354         * gst-libs/gst/net/Makefile.am:
11355         * gst-libs/gst/riff/Makefile.am:
11356         * gst-libs/gst/rtp/Makefile.am:
11357         * gst-libs/gst/tag/Makefile.am:
11358         * gst-libs/gst/video/Makefile.am:
11359           use correct linker flags, now the libs are properly versioned
11360         * check/elements/audioconvert.c: (verify_convert):
11361         * ext/alsa/gstalsaplugin.c:
11362         * ext/cdparanoia/gstcdparanoia.c:
11363         * ext/gnomevfs/gstgnomevfs.c:
11364         * ext/libvisual/visual.c:
11365         * ext/ogg/gstogg.c:
11366         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11367         * ext/theora/theora.c:
11368         * ext/vorbis/vorbis.c:
11369         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11370         * gst-libs/gst/tag/gsttagediting.c:
11371         * gst-libs/gst/video/video.c:
11372         * gst/adder/gstadder.c:
11373         * gst/audioconvert/plugin.c:
11374         * gst/audiorate/gstaudiorate.c:
11375         * gst/audioresample/gstaudioresample.c:
11376         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11377         * gst/audioscale/gstaudioscale.c:
11378         * gst/audioscale/resample.c:
11379         * gst/audiotestsrc/gstaudiotestsrc.c:
11380         * gst/ffmpegcolorspace/gstffmpeg.c:
11381         * gst/playback/gstdecodebin.c: (close_pad_link):
11382         * gst/playback/gstplaybin.c: (gen_video_element),
11383         (gen_audio_element):
11384         * gst/sine/gstsinesrc.c:
11385         * gst/subparse/gstsubparse.c:
11386         * gst/tags/gsttagediting.c:
11387         * gst/tcp/gsttcpplugin.c:
11388         * gst/typefind/gsttypefindfunctions.c:
11389         * gst/videorate/gstvideorate.c:
11390         * gst/videoscale/gstvideoscale.c:
11391         * gst/videotestsrc/gstvideotestsrc.c:
11392         * gst/volume/gstvolume.c:
11393         * sys/v4l/gstv4l.c:
11394         * sys/ximage/ximage.c:
11395         * sys/xvimage/xvimagesink.c:
11396           fix up defines
11397
11398 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11399
11400         * ext/vorbis/vorbisenc.c:
11401         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11402         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11403         (gst_tag_to_vorbis_comments):
11404           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11405
11406 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11407
11408         * examples/stats/mp2ogg.c:
11409         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11410           typo fixes
11411
11412 2005-10-13  Michael Smith <msmith@fluendo.com>
11413
11414         * ext/ogg/gstoggmux.c:
11415           Use magic glib macros to define constants as 64 bit, to ensure
11416           appropriate vararg passing.
11417
11418 2005-10-13  Michael Smith <msmith@fluendo.com>
11419
11420         * ext/ogg/gstoggmux.c:
11421         * gst/audioconvert/audioconvert.c: (float):
11422           Don't use LL suffix, as it's not portable, and neither of these
11423           uses required it anyway.
11424
11425 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11426
11427         * examples/indexing/indexmpeg.c: (main):
11428         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11429         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11430         (cdparanoia_convert), (cdparanoia_query):
11431         * ext/cdparanoia/gstcdparanoia.h:
11432         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11433         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11434         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11435         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11436         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11437         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11438         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11439         (gst_multifdsink_render), (gst_multifdsink_start),
11440         (gst_multifdsink_stop):
11441         * gst/tcp/gstmultifdsink.h:
11442         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11443         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11444         (gst_tcpclientsink_stop):
11445         * gst/tcp/gsttcpclientsink.h:
11446         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11447         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11448         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11449         * gst/tcp/gsttcpclientsrc.h:
11450         * gst/tcp/gsttcpserversink.h:
11451         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11452         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11453         (gst_tcpserversrc_stop):
11454         * gst/tcp/gsttcpserversrc.h:
11455         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11456         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11457         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11458           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11459           moved bitshift from macro to enum definition
11460
11461 2005-10-12  Wim Taymans  <wim@fluendo.com>
11462
11463         * examples/seeking/Makefile.am:
11464         Oops.
11465
11466 2005-10-12  Wim Taymans  <wim@fluendo.com>
11467
11468         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11469         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11470         Don't assert on normal stuff.
11471
11472         * gst/playback/gstplaybin.c: (do_playbin_seek):
11473         API fix.
11474
11475 2005-10-12  Wim Taymans  <wim@fluendo.com>
11476
11477         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11478         * examples/seeking/Makefile.am:
11479         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11480         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11481         (do_seek), (set_update_scale), (message_received), (main):
11482         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11483         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11484         Update for _get_state() API change.
11485
11486 2005-10-11  Wim Taymans  <wim@fluendo.com>
11487
11488         * gst-libs/gst/audio/gstbaseaudiosink.c:
11489         (gst_base_audio_sink_render):
11490         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11491         (gst_base_audio_src_create):
11492         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11493         (gst_ring_buffer_read):
11494         Cleanups.
11495         Commit and read from ringbuffer in samples rather than bytes.
11496
11497 2005-10-11  Wim Taymans  <wim@fluendo.com>
11498
11499         * gst-libs/gst/audio/gstbaseaudiosink.c:
11500         (gst_base_audio_sink_render):
11501         Respect segment rate and accum when scheduling samples.
11502
11503 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11504
11505         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11506         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11507         EOS correctly, that needs more work.
11508
11509 2005-10-11  Wim Taymans  <wim@fluendo.com>
11510
11511         * check/generic/states.c: (GST_START_TEST):
11512         remove old property.
11513
11514         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11515         (gst_ogg_demux_perform_seek):
11516         * ext/theora/theoradec.c: (theora_dec_sink_event):
11517         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11518         (vorbis_handle_data_packet):
11519         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11520         (gst_base_rtp_depayload_set_gst_timestamp):
11521         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11522         Update for newsegment API change.
11523
11524 2005-10-11  Michael Smith <msmith@fluendo.com>
11525
11526         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11527         (do_playbin_seek), (gst_play_bin_send_event):
11528           Override send_event differently, so that we can takes bits of
11529           functionality from GstPipeline (special handling for seeks,
11530           including pausing/resuming, and resetting stream time) and still get
11531           the appropriate behaviour of only forwarding event to a single sink,
11532           rather than all of them.
11533           Unfortunately requires a lot of code duplication, but the
11534           alternatives are equally ugly in the end.
11535
11536 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11537
11538         * check/elements/audioconvert.c: (setup_audioconvert),
11539         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11540         (GST_START_TEST), (audioconvert_suite):
11541           clean up tests a little, fix some leaks.
11542
11543 2005-10-10  Wim Taymans  <wim@fluendo.com>
11544
11545         * ext/alsa/gstalsasink.c:
11546         Also allow unsigned int.
11547
11548         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11549         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11550         Small cleanup
11551
11552 2005-10-10  Wim Taymans  <wim@fluendo.com>
11553
11554         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11555         Small update, use API as stated in design docs.
11556
11557         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11558         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11559         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11560         (message_received), (main):
11561         Updated seek example for GOption. Some usability improvements.
11562
11563 2005-10-10  Wim Taymans  <wim@fluendo.com>
11564
11565         * gst/audioconvert/audioconvert.h:
11566         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11567         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11568         Alloc temp storage somewhere else where we can do it more
11569         portable.
11570
11571 2005-10-10  Wim Taymans  <wim@fluendo.com>
11572
11573         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11574         (gst_tcpserversrc_start):
11575         Don't block in accept while doing the state change, move
11576         to poll and make cancellable.
11577
11578 2005-10-09  Philippe Khalaf <burger@speedy.org>
11579
11580         * gst-libs/gst/rtp/rtpbasedepayload.c:
11581         Set timestamp and add queue delay to timestamp
11582         * gst-libs/gst/rtp/rtpbuffer.h:
11583         Set correct payload type for h263
11584
11585 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11586
11587         * gst/audiotestsrc/gstaudiotestsrc.c:
11588         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11589         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11590         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11591         (gst_audiotestsrc_create_triangle),
11592         (gst_audiotestsrc_create_silence),
11593         (gst_audiotestsrc_create_white_noise),
11594         (gst_audiotestsrc_init_pink_noise),
11595         (gst_audiotestsrc_generate_pink_noise_value),
11596         (gst_audiotestsrc_create_pink_noise),
11597         (gst_audiotestsrc_change_wave):
11598         * gst/audiotestsrc/gstaudiotestsrc.h:
11599           fixed typo, added pink noise
11600
11601 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11602
11603         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11604         (plugin_init):
11605           Add wavpack and spc typefind functions from 0.8 branch.
11606
11607 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11608
11609         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11610         (ar_type_find), (msdos_type_find), (plugin_init):
11611           Add typefind functions for tar archives, ar archives,
11612           RAR archives, and msdos-executables (dlls, exe, etc.).
11613           Some of those would be wrongly identified as mpeg
11614           streams of some sort before (#315550).
11615
11616 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11617
11618         * configure.ac:
11619         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11620         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11621         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11622         * gst/audiotestsrc/Makefile.am:
11623         * gst/audiotestsrc/gstaudiotestsrc.c:
11624         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11625         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11626         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11627         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11628         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11629         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11630         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11631         (gst_audiotestsrc_create_silence),
11632         (gst_audiotestsrc_create_white_noise),
11633         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11634         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11635         (gst_audiotestsrc_start), (plugin_init):
11636         * gst/audiotestsrc/gstaudiotestsrc.h:
11637           add new plugin and element
11638         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11639           use gobject_class
11640
11641 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11642
11643         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11644         (gst_adder_init), (gst_adder_request_new_pad),
11645         (gst_adder_change_state):
11646           Add query function to source pad, so adder reports the correct
11647           time/sample position when queried (#315457); fix state change
11648           function; use GST_DEBUG_FUNCPTR() for pad functions.
11649
11650 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11651
11652         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11653           Fix leaks in typefind registration
11654           Clean up the gratuitous commenting and whitespacing a little
11655
11656 2005-10-08  Wim Taymans  <wim@fluendo.com>
11657
11658         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11659         Only actually wait for the thread to be stopped if it's 
11660         running.
11661
11662 2005-10-08  Wim Taymans  <wim@fluendo.com>
11663
11664         * gst-libs/gst/audio/gstbaseaudiosink.c:
11665         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11666         If we receive EOS we can start playback of what we had.
11667
11668 2005-10-08  Wim Taymans  <wim@fluendo.com>
11669
11670         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11671         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11672         (gst_multifdsink_stop):
11673         Fix crasher when going to NULL multiple times.
11674
11675 2005-10-06  Wim Taymans  <wim@fluendo.com>
11676
11677         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11678         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11679         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11680         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11681         patch from Edgard Lima <edgard.lima@indt.org.br>
11682         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11683
11684 2005-10-06  Wim Taymans  <wim@fluendo.com>
11685
11686         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11687         Report the FLOW_RETURN as string in the error message.
11688
11689         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11690         Don't assert when clearing an unnegotiated buffer.
11691
11692 2005-10-04  Michael Smith <msmith@fluendo.com>
11693
11694         * gst/playback/gstplaybasebin.c: (group_destroy),
11695         (gen_preroll_element), (remove_groups), (setup_source):
11696         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11697         (setup_sinks), (gst_play_bin_send_event),
11698         (gst_play_bin_change_state):
11699           Set state to NULL before removing from bin. Fix refcounting.
11700
11701 2005-10-04  Michael Smith <msmith@fluendo.com>
11702
11703         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11704           Correct refcounting in send_event() function. Previously was wrong
11705           if the first sink was unable to handle the event.
11706
11707 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11708
11709         * configure.ac:
11710           back to development
11711
11712 === release 0.9.3 ===
11713
11714 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11715
11716         * configure.ac:
11717           Releasing 0.9.3, "De Facto"
11718
11719 2005-10-03  Andy Wingo  <wingo@pobox.com>
11720
11721         * gst/playback/gstdecodebin.c (try_to_link_1)
11722         (remove_element_chain): set element to NULL before removing it.
11723
11724 2005-10-02  Johan Dahlin  <johan@gnome.org>
11725
11726         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
11727         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11728         MT safe.
11729
11730 2005-10-02  Andy Wingo  <wingo@pobox.com>
11731
11732         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
11733         (gst_ring_buffer_prepare_read): 
11734         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11735         Demote to LOG.
11736
11737 2005-09-29  Wim Taymans  <wim@fluendo.com>
11738
11739         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11740         * ext/theora/theoradec.c: (theora_handle_data_packet):
11741         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11742         Propagate error codes from alloc_buffer too.
11743
11744 2005-09-29  Wim Taymans  <wim@fluendo.com>
11745
11746         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11747         We use fixed caps.
11748
11749         * gst/playback/Makefile.am:
11750         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11751         (dump_element_stats), (main):
11752         Added example stream introspection code.
11753
11754 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
11755
11756         * gst/adder/gstadder.c: (gst_adder_collected):
11757           fix adder for float elements
11758
11759 2005-09-28  Wim Taymans  <wim@fluendo.com>
11760
11761         * gst-libs/gst/audio/gstbaseaudiosink.c:
11762         (gst_base_audio_sink_class_init),
11763         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11764         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11765         (gst_base_audio_src_class_init),
11766         (gst_base_audio_src_provide_clock):
11767         get_clock -> provide_clock
11768
11769 2005-09-28  Andy Wingo  <wingo@pobox.com>
11770
11771         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
11772         and unlocking.
11773
11774         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
11775         unlocking.
11776
11777         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
11778         Actually add the pad template.
11779         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
11780
11781         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
11782         I'm at it...
11783
11784         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
11785         from fdsrc. Get caps in create() instead of start() so it can be
11786         interrupted. Interruption somewhat untested.
11787
11788         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
11789         Proper EOS handling.
11790
11791 2005-09-27  Andy Wingo  <wingo@pobox.com>
11792
11793         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
11794
11795         * gst/tcp/gsttcpserversrc.c: Cleaned up.
11796
11797         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
11798
11799         * gst/tcp/gsttcp.h: 
11800         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
11801         out of tcpclientsrc.c. Cancellable.
11802         (gst_tcp_socket_read): Made private, cancellable, with better
11803         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
11804         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
11805         whole buffer, and better diagnostics.
11806         (gst_tcp_gdp_read_caps): Same.
11807
11808         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
11809
11810 2005-09-26  Andy Wingo  <wingo@pobox.com>
11811
11812         * gst/sine/gstsinesrc.h:
11813         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
11814         change the 'sync' property to 'is-live' and implement it halfway,
11815         update for controller api change.
11816
11817         * gst/volume/gstvolume.c (volume_transform_ip): Update for
11818         controller api change.
11819
11820 2005-09-24  Wim Taymans  <wim@fluendo.com>
11821
11822         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
11823         * gst-libs/gst/audio/gstaudiosink.c:
11824         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11825         (gst_audioringbuffer_stop):
11826         * gst-libs/gst/audio/gstbaseaudiosink.c:
11827         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
11828         (gst_base_audio_sink_change_state):
11829         * gst-libs/gst/audio/gstbaseaudiosink.h:
11830         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
11831         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11832         (gst_ring_buffer_commit), (gst_ring_buffer_read):
11833         * gst-libs/gst/audio/gstringbuffer.h:
11834         Fix sync again. Moved sample alignment to basesink.
11835
11836 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11837
11838         * docs/plugins/Makefile.am:
11839         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11840         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11841         * gst/volume/gstvolume.c:
11842           add/fix docs
11843         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
11844         * gst-libs/gst/audio/audio.h:
11845           add conversion macros for frames <-> clocktime
11846
11847 2005-09-23  David Schleef  <ds@schleef.org>
11848
11849         * gst/audioresample/Makefile.am:
11850         * gst/audioresample/debug.h:
11851         * gst/audioresample/gstaudioresample.c:
11852         * gst/audioresample/resample.c: Convert to using gst debugging
11853
11854 2005-09-22  Wim Taymans  <wim@fluendo.com>
11855
11856         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11857         (gst_play_bin_send_event):
11858         Only seek on one sink, the first one that succeeds.
11859
11860 2005-09-22  Michael Smith <msmith@fluendo.com>
11861
11862         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11863         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11864         Don't flush encoder state unless we have an initialised encoder.
11865         Clear out encoder state on PAUSED_TO_READY.
11866
11867 2005-09-22  Wim Taymans  <wim@fluendo.com>
11868
11869         * gst-libs/gst/rtp/gstbasertppayload.c:
11870         (gst_basertppayload_class_init), (gst_basertppayload_init),
11871         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11872         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11873         (gst_basertppayload_is_filled), (gst_basertppayload_push),
11874         (gst_basertppayload_set_property),
11875         (gst_basertppayload_get_property),
11876         (gst_basertppayload_change_state):
11877         * gst-libs/gst/rtp/gstbasertppayload.h:
11878         Added max-ptime to control amount of data in the rtp packets.
11879
11880 2005-09-21  Andy Wingo  <wingo@pobox.com>
11881
11882         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
11883         thingies.
11884
11885         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
11886         can be called multiple times, dogs.
11887
11888 2005-09-21  Wim Taymans  <wim@fluendo.com>
11889
11890         * gst-libs/gst/rtp/gstbasertppayload.c:
11891         (gst_basertppayload_class_init), (gst_basertppayload_init),
11892         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11893         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11894         (gst_basertppayload_push), (gst_basertppayload_get_property),
11895         (gst_basertppayload_change_state):
11896         Allow 0 ssrc too.
11897
11898 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
11899
11900         * docs/libs/compiling.sgml:
11901           fixing typos
11902
11903 2005-09-20  Wim Taymans  <wim@fluendo.com>
11904
11905         * gst-libs/gst/rtp/gstbasertppayload.c:
11906         (gst_basertppayload_class_init), (gst_basertppayload_init),
11907         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11908         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11909         (gst_basertppayload_push), (gst_basertppayload_set_property),
11910         (gst_basertppayload_get_property),
11911         (gst_basertppayload_change_state):
11912         * gst-libs/gst/rtp/gstbasertppayload.h:
11913         Added property to configure sequence number offsets.
11914
11915 2005-09-20  Wim Taymans  <wim@fluendo.com>
11916
11917         * gst-libs/gst/rtp/gstbasertppayload.c:
11918         (gst_basertppayload_class_init), (gst_basertppayload_init),
11919         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11920         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11921         (gst_basertppayload_push), (gst_basertppayload_set_property),
11922         (gst_basertppayload_get_property),
11923         (gst_basertppayload_change_state):
11924         * gst-libs/gst/rtp/gstbasertppayload.h:
11925         Make timestamp offset configurable.
11926
11927 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11928
11929         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11930           fix wrong pop/unref
11931
11932 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
11933
11934         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11935
11936         * gst-libs/gst/interfaces/propertyprobe.c:
11937         (gst_property_probe_probe_property_name),
11938         (gst_property_probe_needs_probe_name),
11939         (gst_property_probe_get_values_name),
11940         (gst_property_probe_probe_and_get_values_name):
11941           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
11942           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
11943
11944 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11945
11946         * check/Makefile.am:
11947           have some tests be disabled for valgrinding
11948         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
11949         (GST_START_TEST):
11950         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
11951           Fix A Leak.  Chain To Parent Finalize.
11952
11953 2005-09-19  Wim Taymans  <wim@fluendo.com>
11954
11955         * examples/seeking/seek.c: (make_wav_pipeline), (main):
11956         Fixed wav pipeline.
11957
11958 2005-09-19  Wim Taymans  <wim@fluendo.com>
11959
11960         * gst-libs/gst/rtp/gstbasertppayload.c:
11961         (gst_basertppayload_class_init), (gst_basertppayload_init),
11962         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11963         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11964         (gst_basertppayload_push), (gst_basertppayload_get_property),
11965         (gst_basertppayload_change_state):
11966         Posting ERROR and WARNING messages is good.
11967
11968 2005-09-19  Wim Taymans  <wim@fluendo.com>
11969
11970         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11971         (gst_base_rtp_depayload_add_to_queue),
11972         (gst_base_rtp_depayload_push),
11973         (gst_base_rtp_depayload_set_gst_timestamp),
11974         (gst_base_rtp_depayload_queue_release):
11975         This one was not supposed to go in.
11976
11977 2005-09-19  Wim Taymans  <wim@fluendo.com>
11978
11979         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11980         Fix for bus API.
11981
11982         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11983         (gst_base_rtp_depayload_chain),
11984         (gst_base_rtp_depayload_add_to_queue),
11985         (gst_base_rtp_depayload_push),
11986         (gst_base_rtp_depayload_set_gst_timestamp),
11987         (gst_base_rtp_depayload_queue_release):
11988         Some cleanups.
11989
11990         * gst-libs/gst/rtp/gstbasertppayload.c:
11991         (gst_basertppayload_class_init), (gst_basertppayload_init),
11992         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
11993         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11994         (gst_basertppayload_get_property),
11995         (gst_basertppayload_change_state):
11996         Added debugging category.
11997
11998 2005-09-18  David Schleef  <ds@schleef.org>
11999
12000         * gst/playback/gstdecodebin.c: free plugin list correctly
12001         * gst/playback/gstplaybin.c: emit warning if autovideosink
12002           and autoaudiosink can't be found (instead of segfaulting)
12003
12004 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12005
12006         * check/elements/audioconvert.c: (GST_START_TEST):
12007           try out 24 bit conversion
12008
12009 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12010
12011         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12012         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12013         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12014         * ext/vorbis/vorbisenc.h:
12015           Fix EOS handling.  Still needs a fix in the ogg muxer to
12016           mark the last page as eos.
12017
12018 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12019
12020         * common/gtk-doc-plugins.mak:
12021         * docs/plugins/Makefile.am:
12022         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12023         * gst/ffmpegcolorspace/Makefile.am:
12024         * gst/ffmpegcolorspace/avcodec.h:
12025         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12026         * gst/tcp/gstmultifdsink.c:
12027           fix up ffmpegcolorspace docs; extract header
12028
12029 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12030
12031         * common/gtk-doc-plugins.mak:
12032         * docs/plugins/Makefile.am:
12033         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12034         * ext/theora/Makefile.am:
12035         * ext/theora/gsttheoraenc.h:
12036         * ext/theora/theoraenc.c:
12037         * ext/vorbis/vorbisenc.c:
12038           pick up signals and args for vorbis; add some docs for vorbis
12039
12040 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12041
12042         * common/gstdoc-scangobj:
12043         * common/gtk-doc-plugins.mak:
12044         * docs/libs/Makefile.am:
12045         * docs/plugins/gst-plugins-base-plugins.args:
12046         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12047         * docs/plugins/gst-plugins-base-plugins.interfaces:
12048         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12049         * docs/plugins/gst-plugins-base-plugins.signals:
12050           only scanobj stuff from our source module.  Not sure yet
12051           if that's correct, given the hierarchy stuff :)
12052
12053 2005-09-15  Wim Taymans  <wim@fluendo.com>
12054
12055         * gst/audioconvert/gstaudioconvert.c:
12056         And enable 24 bits mode as well..
12057
12058 2005-09-15  Wim Taymans  <wim@fluendo.com>
12059
12060         * gst-libs/gst/rtp/Makefile.am:
12061         * gst-libs/gst/rtp/gstbasertppayload.c:
12062         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12063         (gst_basertppayload_class_init), (gst_basertppayload_init),
12064         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12065         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12066         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12067         (gst_basertppayload_set_property),
12068         (gst_basertppayload_get_property),
12069         (gst_basertppayload_change_state):
12070         * gst-libs/gst/rtp/gstbasertppayload.h:
12071         Added rtp payloader base class.
12072
12073 2005-09-15  Andy Wingo  <wingo@pobox.com>
12074
12075         * configure.ac (plugindir): Remove the EOL matcher from the
12076         regexp, as it causes me problems. Libtool? Make? Who knows?
12077
12078 2005-09-14  David Schleef  <ds@schleef.org>
12079
12080         * check/generic/states.c: 
12081         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12082         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12083           Fixes for changes in registry API.
12084
12085         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12086           to GST_PLUGIN_LDFLAGS.
12087         * ext/libvisual/visual.c: Make the library shut up.
12088         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12089         * gst-libs/gst/audio/gstaudiofilter.c: same
12090
12091 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12092
12093         * docs/plugins/Makefile.am:
12094         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12095         * docs/plugins/inspect/plugin-libvisual.xml:
12096         * docs/plugins/tmpl/element-tcpserversink.sgml:
12097         * ext/theora/theoraenc.c:
12098           add libvisual plugin and theoraenc element to docs
12099
12100 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12101
12102         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12103         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12104         * ext/theora/theoraenc.c:
12105           add theoraenc
12106
12107 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12108
12109         * gst/audioconvert/Makefile.am:
12110           Audioconvert derives from GstBaseTransform and should
12111           link to the library with our base elements to avoid
12112           unresolved symbols. Makes things work with MinGW (#316160)
12113
12114         * gst/playback/test4.c: (main):
12115           Fix MinGW build problem and use g_usleep() instead of 
12116           sleep() (#316162)
12117
12118 2005-09-12  Wim Taymans  <wim@fluendo.com>
12119
12120         * gst/audioconvert/audioconvert.c: (float),
12121         (audio_convert_prepare_context), (audio_convert_convert):
12122         * gst/audioconvert/audioconvert.h:
12123         Cleanups, speedups, simplifications, added back support
12124         for 24 bits.
12125
12126 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12127
12128         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12129         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12130         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12131         * docs/plugins/tmpl/element-tcpserversink.sgml:
12132         * gst/ffmpegcolorspace/gstffmpeg.c:
12133         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12134         * gst/videotestsrc/gstvideotestsrc.c:
12135         * gst/volume/gstvolume.c:
12136           add more elements to the docs
12137
12138 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12139
12140         * check/Makefile.am:
12141         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12142         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12143           Add extra tests for basetransform based components. 
12144           Comment out the test_element_negotiation test until we decide
12145           if it's testing correct behaviour.
12146         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12147         (gst_visual_chain), (gst_visual_change_state):
12148           Slightly more correct but still bogus timestamping.
12149           Fix state change function.
12150         * gst/audioconvert/gstaudioconvert.c:
12151         (gst_audio_convert_class_init):
12152         * gst/audioresample/gstaudioresample.c:
12153         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12154         (gst_ffmpegcsp_class_init):
12155         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12156         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12157         (gst_videoscale_prepare_image):
12158         * gst/volume/gstvolume.c: (gst_volume_class_init),
12159         (volume_transform_ip):
12160           Basetransform updates. Enable passthrough modes.
12161         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12162         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12163         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12164           Negotiation fix that allows the window to return to the original
12165           size and renegotiate passthrough upstream. Extra debug output.
12166
12167 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12168
12169         * gst/sine/gstsinesrc.c:
12170         * gst/volume/gstvolume.c:
12171           fix up header include
12172
12173 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12174
12175         * gst-libs/gst/audio/gstbaseaudiosink.c:
12176         (gst_base_audio_sink_render):
12177         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12178         * gst/volume/gstvolume.c: (gst_volume_class_init),
12179         (volume_transform):
12180           fixing lost sync, some more debugging
12181
12182 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12183
12184         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12185         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12186         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12187         (gst_xvimagesink_check_xshm_calls):
12188           Fix compilation when XShm is not available.
12189
12190 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12191
12192         * ext/libvisual/visual.c: (gst_visual_dispose),
12193         (gst_visual_getcaps), (gst_visual_src_setcaps),
12194         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12195         (gst_visual_change_state):
12196           Finish fixing up libvisual plugin so that it runs. 
12197
12198 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12199
12200         * ext/vorbis/vorbisenc.c:
12201         * gst-libs/gst/tag/gstvorbistag.c:
12202           gsttaginterface.h -> gsttagsetter.h
12203
12204 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12205
12206         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12207           added another test that failes for me (test is not active by default)
12208
12209 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12210
12211         * configure.ac:
12212           v4l2 is no longer in gst-plugins-base
12213
12214 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12215
12216         * configure.ac:
12217           In the output at the end, don't show the first plugin on the same
12218           line as "Core plug-ins, always built:".
12219           Indent the output as for other plugin categories
12220         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12221           #define that can be used to not use peer buffer_alloc functions for
12222           test purposes.
12223         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12224         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12225         (gst_ximagesink_show_frame):
12226         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12227         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12228         (gst_xvimagesink_show_frame):
12229           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12230           fails gracefully instead of XError aborting or deadlocking.
12231
12232 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12233
12234         * ext/libvisual/Makefile.am:
12235           link against gst-base-libs
12236
12237 2005-09-06  David Schleef  <ds@schleef.org>
12238
12239         * configure.ac: Enable libvisual plugin.
12240         * ext/libvisual/Makefile.am:
12241         * ext/libvisual/visual.c: Fixes to make it compile.
12242
12243 === release 0.9.2 ===
12244
12245 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12246
12247         * NEWS:
12248         * RELEASE:
12249         * configure.ac:
12250         * docs/random/ChangeLog-0.8:
12251           releasing 0.9.2, "Spoon"
12252
12253 2005-09-05  Michael Smith <msmith@fluendo.com>
12254
12255         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12256           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12257           that in the vorbisenc element.
12258
12259 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12260
12261         * common/gtk-doc-plugins.mak:
12262         * docs/plugins/Makefile.am:
12263           fix distcheck
12264         * gst/audioresample/resample.c:
12265           fix wrong docstring
12266
12267 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12268
12269         * common/gst-xmlinspect.py:
12270         * common/gtk-doc-plugins.mak:
12271           only inspect plugins for this given package
12272           require gst-python 0.9
12273
12274 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12275
12276         * Makefile.am:
12277         * autogen.sh:
12278         * common/gst-xmlinspect.py:
12279         * configure.ac:
12280         * docs/Makefile.am:
12281         * docs/plugins/inspect/plugin-alsa.xml:
12282         * docs/plugins/inspect/plugin-audioresample.xml:
12283         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12284         * docs/plugins/inspect/plugin-ogg.xml:
12285         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12286         * docs/plugins/tmpl/element-multifdsink.sgml:
12287         * docs/plugins/tmpl/element-tcpserversink.sgml:
12288         * docs/plugins/tmpl/element-vorbisenc.sgml:
12289         * gst-plugins-base.spec.in:
12290           various doc-related updates
12291
12292 2005-08-31  Wim Taymans  <wim@fluendo.com>
12293
12294         * gst-libs/gst/audio/gstbaseaudiosink.c:
12295         (gst_base_audio_sink_render):
12296         Resync if the buffer timestamps drift more than a 10th 
12297         of a second.
12298
12299 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12300
12301         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12302         (gst_v4lsrc_get_property):
12303           The 'timestamp-offset' property is registered as an int64, so
12304           let's use g_value_{set|get}_int64() in our setter and getter
12305           functions (makes it work and fixes warnings with gst-inspect).
12306
12307 2005-08-30  Wim Taymans  <wim@fluendo.com>
12308
12309         * check/elements/audioconvert.c: (setup_audioconvert):
12310         * check/elements/audioresample.c: (setup_audioresample):
12311         * check/elements/volume.c: (setup_volume):
12312         Fix checks.
12313
12314 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12315
12316         * common/gtk-doc-plugins.mak:
12317         * common/plugins.xsl:
12318         * docs/plugins/Makefile.am:
12319           make module a param
12320
12321 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12322
12323         * examples/seeking/seek.c: (make_mp3_pipeline),
12324         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12325         (play_cb), (pause_cb), (stop_cb):
12326           update the example
12327
12328 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12329
12330         * gst/volume/gstvolume.c: (gst_volume_class_init),
12331         (volume_transform):
12332           do not update controlled params, if buffer has no timestamp
12333
12334 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12335
12336         * configure.ac:
12337         * gst/sine/Makefile.am:
12338         * gst/volume/Makefile.am:
12339           controllerized elements also need to link against controller-libs ;)
12340
12341 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12342
12343         * docs/libs/tmpl/gstcolorbalance.sgml:
12344         * docs/libs/tmpl/gstgconf.sgml:
12345         * docs/libs/tmpl/gstmixer.sgml:
12346         * docs/libs/tmpl/gstringbuffer.sgml:
12347         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12348         (gst_sinesrc_create):
12349         * gst/volume/gstvolume.c: (gst_volume_class_init),
12350         (volume_transform):
12351           controllerized two audio plugins
12352
12353 2005-08-29  Andy Wingo  <wingo@pobox.com>
12354
12355         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12356         (vorbis_handle_data_packet): Fix some int overflow errors.
12357
12358         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12359         -1.
12360         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12361         valid.
12362         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12363         if it's valid. Fixed streaming-mode playback.
12364
12365         * check/elements/volume.c (cleanup_volume): Fix for running
12366         CK_FORK=no.
12367
12368         * check/elements/audioconvert.c: Convert from native endian, not
12369         little endian.
12370
12371 2005-08-29  Michael Smith <msmith@fluendo.com>
12372
12373         * ext/ogg/Makefile.am:
12374         * ext/ogg/gstogg.c: (plugin_init):
12375         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12376         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12377         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12378         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12379         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12380         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12381         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12382         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12383         Add an ogg parser element.
12384
12385 2005-08-28  Andy Wingo  <wingo@pobox.com>
12386
12387         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12388
12389 2005-08-26  Wim Taymans  <wim@fluendo.com>
12390
12391         * gst/audioconvert/audioconvert.c: (if), (float),
12392         (audio_convert_get_func_index), (check_default),
12393         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12394         (audio_convert_clean_context), (audio_convert_get_sizes),
12395         (audio_convert_convert):
12396         Cleanups.
12397
12398 2005-08-26  Wim Taymans  <wim@fluendo.com>
12399
12400         * gst/audioconvert/audioconvert.c: (if), (float),
12401         (audio_convert_get_func_index), (check_default),
12402         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12403         (audio_convert_clean_context), (audio_convert_get_sizes),
12404         (audio_convert_convert):
12405         More elegant and working temp buffer selection algo.
12406
12407 2005-08-26  Wim Taymans  <wim@fluendo.com>
12408
12409         * gst/audioconvert/audioconvert.c: (if), (float),
12410         (audio_convert_get_func_index), (check_default),
12411         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12412         (audio_convert_clean_context), (audio_convert_get_sizes),
12413         (get_temp_buffer), (audio_convert_convert):
12414         Use realloc else we lose our original data.
12415
12416 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12417
12418         * gst/audioresample/gstaudioresample.c:
12419           use base class' newsegment to properly timestamp
12420
12421 2005-08-26  Wim Taymans  <wim@fluendo.com>
12422
12423         * gst/audioconvert/audioconvert.c: (if), (float),
12424         (audio_convert_get_func_index), (check_default),
12425         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12426         (audio_convert_clean_context), (audio_convert_get_sizes),
12427         (get_temp_buffer), (audio_convert_convert):
12428         * gst/audioconvert/gstaudioconvert.c:
12429         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12430         (gst_audio_convert_transform_caps),
12431         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12432         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12433         Oops, allocate enough space to perform the channel mix.
12434
12435 2005-08-26  Wim Taymans  <wim@fluendo.com>
12436
12437         * gst/audioconvert/Makefile.am:
12438         * gst/audioconvert/audioconvert.c: (if), (float),
12439         (audio_convert_get_func_index), (check_default),
12440         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12441         (audio_convert_clean_context), (audio_convert_get_sizes),
12442         (get_temp_buffer), (audio_convert_convert):
12443         * gst/audioconvert/audioconvert.h:
12444         * gst/audioconvert/gstaudioconvert.c:
12445         (gst_audio_convert_class_init), (gst_audio_convert_init),
12446         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12447         (gst_audio_convert_get_unit_size),
12448         (gst_audio_convert_transform_caps),
12449         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12450         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12451         * gst/audioconvert/gstaudioconvert.h:
12452         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12453         (gst_channel_mix_fill_identical),
12454         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12455         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12456         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12457         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12458         (gst_channel_mix_mix):
12459         * gst/audioconvert/gstchannelmix.h:
12460         Cleanups, librarify a bit, optimize, better negotiation and more.
12461
12462 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12463
12464         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12465         Another from MikeS:
12466         During typefinding, don't support negative offsets
12467         (offsets from the end of the stream) in our typefind->peek() function
12468         - nothing embedded in ogg ever needs them. However, we need to recognise
12469         those requests and reject them, otherwise we return invalid pointers.
12470
12471 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12472
12473         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12474         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12475         (vorbisdec_finalize), (vorbis_handle_type_packet):
12476           Big shout-out to MikeS for fixing this giant memory leak.
12477           Huzzah!
12478
12479 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12480
12481         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12482         (audio_convert_get_unit_size):
12483           plug some leaks
12484
12485 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12486
12487         * check/Makefile.am:
12488         * check/elements/audioconvert.c: (setup_audioconvert),
12489         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12490         (GST_START_TEST), (audioconvert_suite), (main):
12491           add a test for audioconvert
12492         * gst/audioresample/gstaudioresample.c:
12493         * gst/audioresample/gstaudioresample.h:
12494           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12495           note that for buffers of 1/3 sec this means DURATION(c) is 
12496           one nanosecond more than for a and b
12497
12498 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12499
12500         * check/Makefile.am:
12501         * check/elements/audioresample.c: (setup_audioresample),
12502         (cleanup_audioresample), (fail_unless_perfect_stream),
12503         (test_perfect_stream_instance), (GST_START_TEST),
12504           add a check for audioresample
12505         (audioresample_suite), (main):
12506         * check/elements/volume.c: (GST_START_TEST):
12507           remove unused method
12508         * gst/audioresample/gstaudioresample.c:
12509           set correct buffer parameters since we're changing them
12510         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12511           add some debug
12512
12513 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12514
12515         * gst/audioresample/debug.c:
12516         * gst/audioresample/gstaudioresample.c:
12517           add room for extra overlap samples when asked to transform size
12518           protect against possible mem corruption and check for discrepancies
12519           between written size and outbuffer's size so we can warn for
12520           potential problems
12521         * gst/audioresample/resample.c: (resample_init),
12522         (resample_get_output_size_for_input), (resample_get_output_size),
12523         (resample_set_n_channels), (resample_set_format):
12524           set debug level based on RESAMPLE_DEBUG env var
12525           make sure that get_output_size* returns a whole number of
12526           sample_size
12527           set sample_size each time either channel or format is set
12528         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12529         * gst/audioresample/resample_functable.c:
12530         (resample_scale_functable):
12531         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12532           remove r->sample_size, it's done in resample.c now
12533           add some debugging to the ref implementation
12534           make sure we only give back bytes that are wholes of the sample
12535           size
12536
12537 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12538         * gst/playback/gstplaybasebin.c: (fill_buffer):
12539         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12540
12541 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12542
12543         * gst/volume/gstvolume.c:
12544           made set_caps function static
12545
12546 2005-08-24  Wim Taymans  <wim@fluendo.com>
12547
12548         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12549         (gst_vorbisenc_change_state):
12550         Stop leaking taglists.
12551
12552 2005-08-24  Wim Taymans  <wim@fluendo.com>
12553
12554         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12555         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12556         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12557         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12558         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12559         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12560         Parse seeking events better.
12561         Unref static caps.
12562         Generate correct newsegment events, fixes seeking in live oggs.
12563
12564         * ext/theora/theoradec.c: (theora_dec_src_query),
12565         (theora_dec_src_event), (theora_dec_src_getcaps),
12566         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12567         Use newsegment values to report correct play time.
12568
12569         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12570         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12571         * ext/vorbis/vorbisdec.h:
12572         Parse and use newsegment values to report correct play time.
12573
12574         * gst-libs/gst/audio/gstbaseaudiosink.c:
12575         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12576         Clear ringbuffer on flush.
12577         Use newsegment values to calculate playback time.
12578
12579         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12580         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12581         Basesink does newsegment calculations for us now.
12582
12583 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12584
12585         * check/Makefile.am:
12586         * configure.ac:
12587           add core's plugins to the mix so that playbin works
12588         * check/generic/states.c: (GST_START_TEST):
12589           set a 0 timeout on pipelines, so they don't force the next
12590           state change
12591         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12592         (gst_play_base_bin_change_state):
12593           remove the crappy error handling and do GST error handling
12594
12595 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12596
12597         * check/Makefile.am:
12598         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12599           add same test as to core, it bitches out on playbin atm.
12600
12601 2005-08-24  Wim Taymans  <wim@fluendo.com>
12602
12603         * configure.ac:
12604         Remove audioscale.
12605
12606 2005-08-24  Wim Taymans  <wim@fluendo.com>
12607
12608         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12609         (gst_videoscale_prepare_size), (parse_caps),
12610         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12611         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12612         (gst_videoscale_transform):
12613         * gst/videoscale/gstvideoscale.h:
12614         Refactor, make use of BaseTranform really well.
12615
12616 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12617
12618         * configure.ac:
12619           compile audioresample
12620         * gst/audioresample/Makefile.am:
12621         * gst/audioresample/buffer.c:
12622         * gst/audioresample/functable.c:
12623         * gst/audioresample/gstaudioresample.c:
12624         * gst/audioresample/gstaudioresample.h:
12625         * gst/audioresample/resample.c:
12626         (resample_get_output_size_for_input):
12627         * gst/audioresample/resample.h:
12628         * gst/audioresample/resample_chunk.c:
12629         * gst/audioresample/resample_functable.c:
12630         * gst/audioresample/resample_ref.c:
12631           port to use basetransform; doesn't work in all cases yet
12632
12633 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12634
12635         * gst/audioconvert/gstaudioconvert.c:
12636         (gst_audio_convert_class_init), (gst_audio_convert_init),
12637         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12638         (audio_convert_fixate_caps), (audio_convert_set_caps),
12639         (audio_convert_transform),
12640         (gst_audio_convert_buffer_to_default_format),
12641         (gst_audio_convert_buffer_from_default_format),
12642         (gst_audio_convert_channels):
12643         * gst/audioconvert/gstchannelmix.c:
12644         * gst/audioconvert/gstchannelmix.h:
12645           port to basetransform
12646         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12647         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12648         (gst_ffmpegcsp_get_unit_size):
12649         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12650         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12651           fix for basetransform changes
12652
12653 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12654
12655         * check/Makefile.am:
12656           Add CHECK_CFLAGS and LDFLAGS
12657
12658         * gst/playback/gstplaybasebin.c: (fill_buffer):
12659           GST_MESSAGE_SRC became a GObject
12660
12661 2005-08-24  Wim Taymans  <wim@fluendo.com>
12662
12663         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12664         (gst_ring_buffer_clear_all):
12665         * gst-libs/gst/audio/gstringbuffer.h:
12666         Added function to clear the ringbuffer.
12667
12668 2005-08-24  Andy Wingo  <wingo@pobox.com>
12669
12670         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12671         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12672         of _open and _close.
12673
12674         * sys/v4l/gstv4lxoverlay.h:
12675         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12676         an Xv connection here, instead of all the time. Make Xv only be
12677         loaded if you axe for it. Kindof a workaround for buggy behaviour
12678         of Xv when using remote xservers (XvQueryExtension would block).
12679         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12680         replace the _open and _close public API. Only start the xv
12681         connection if necessary.
12682         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12683
12684 2005-08-23  David Schleef  <ds@schleef.org>
12685
12686         * gst/audioresample/Makefile.am: Leet audioresampling code
12687         * gst/audioresample/buffer.c:
12688         * gst/audioresample/buffer.h:
12689         * gst/audioresample/debug.c:
12690         * gst/audioresample/debug.h:
12691         * gst/audioresample/functable.c:
12692         * gst/audioresample/functable.h:
12693         * gst/audioresample/gstaudioresample.c:
12694         * gst/audioresample/gstaudioresample.h:
12695         * gst/audioresample/resample.c:
12696         * gst/audioresample/resample.h:
12697         * gst/audioresample/resample_chunk.c:
12698         * gst/audioresample/resample_functable.c:
12699         * gst/audioresample/resample_ref.c:
12700
12701 2005-08-23  Wim Taymans  <wim@fluendo.com>
12702
12703         * examples/seeking/seek.c: (make_vorbis_pipeline),
12704         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12705         Small seek updates.
12706
12707 2005-08-23  Andy Wingo  <wingo@pobox.com>
12708
12709         * gst-libs/gst/audio/gstbaseaudiosrc.c
12710         (gst_base_audio_src_fixate): Only fixate endianness if it is
12711         present in the caps.
12712
12713 2005-08-22  Andy Wingo  <wingo@pobox.com>
12714
12715         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12716         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12717         device-name property.
12718
12719         * gst-libs/gst/audio/gstaudiosrc.h:
12720         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12721         close_device in the ring buffer, like gstaudiosink.
12722
12723         * ext/alsa/gstalsamixer.h:
12724         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12725         macro to implement the interface without much code. Cleanups. 
12726
12727         * ext/alsa/gstalsasrc.h:
12728         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12729         READY.
12730
12731         * ext/alsa/Makefile.am: Add new files.
12732         * ext/alsa/gstalsamixerelement.c: 
12733         * ext/alsa/gstalsamixerelement.c: Split element code out from
12734         mixer code so that alsasrc can be a mixer too.
12735
12736 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12737
12738         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12739         (GST_START_TEST):
12740         * check/elements/vorbisdec.c: (setup_vorbisdec),
12741         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12742         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12743         (vorbis_handle_identification_packet),
12744         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12745         (vorbis_handle_header_packet), (vorbis_dec_push),
12746         (vorbis_dec_chain):
12747           use the setup/teardown methods to save code.  save code is good.
12748
12749 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12750
12751         * check/Makefile.am:
12752           add ext dir for plugins
12753           add vorbisdec test conditionally
12754         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12755         (GST_START_TEST), (volume_suite):
12756           add a test with wrong caps
12757         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12758         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
12759           add a vorbisdec test
12760         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
12761         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
12762           clean up debug output
12763         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12764           yay, fix a segfault/security issue in vorbisdec
12765           gst-launch fakesrc ! vorbisdec wasn't happy
12766         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
12767         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
12768         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
12769         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12770         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
12771         (gst_vorbisenc_set_metadata), (get_constraints_string),
12772         (update_start_message), (gst_vorbisenc_setup),
12773         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12774         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
12775         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
12776         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
12777         * ext/vorbis/vorbisenc.h:
12778           march in line
12779         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12780         (gst_ffmpegcsp_transform):
12781           have the kow come home
12782         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12783           debug my func ptr
12784         * gst/volume/gstvolume.c: (volume_set_caps):
12785           add a debug
12786
12787 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12788
12789         * Makefile.am:
12790         * check/.cvsignore:
12791         * check/Makefile.am:
12792         * check/elements/.cvsignore:
12793         * check/elements/volume.c: (chain_func), (event_func),
12794         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
12795         (main):
12796         * configure.ac:
12797           add unit test structure for gst-plugins-base
12798           add a test for volume
12799         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
12800         (gst_volume_set_volume), (gst_volume_get_volume),
12801         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
12802         (volume_funcfind), (volume_process_float), (volume_process_int16),
12803         (volume_set_caps), (volume_transform), (volume_update_mute),
12804         (volume_update_volume), (volume_set_property),
12805         (volume_get_property):
12806           document a little; use basetransform vmethod _set_caps
12807
12808 2005-08-19  Andy Wingo  <wingo@pobox.com>
12809
12810         * ext/alsa/gstalsamixertrack.h:
12811         * ext/alsa/gstalsamixertrack.c:
12812         * ext/alsa/gstalsamixeroptions.h:
12813         * ext/alsa/gstalsamixeroptions.c:
12814         * ext/alsa/gstalsamixer.h:
12815         * ext/alsa/gstalsamixer.c: Port to 0.9.
12816
12817         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
12818         Remove gstalsa.c and alsaclock. No more cruft here.
12819         
12820 2005-08-18  Wim Taymans  <wim@fluendo.com>
12821
12822         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12823         (gst_base_rtp_depayload_chain),
12824         (gst_base_rtp_depayload_add_to_queue),
12825         (gst_base_rtp_depayload_push),
12826         (gst_base_rtp_depayload_queue_release):
12827         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12828         Fix for RTPBuffer changes.
12829
12830         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
12831         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
12832         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
12833         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
12834         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
12835         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
12836         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
12837         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
12838         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
12839         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
12840         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
12841         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
12842         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
12843         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
12844         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
12845         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
12846         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
12847         (gst_rtpbuffer_get_payload):
12848         * gst-libs/gst/rtp/gstrtpbuffer.h:
12849         Don't subclass GstBuffer but add methods and helper functions
12850         to construct and manipulate RTP packets in regular GstBuffers.
12851
12852 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
12853
12854         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12855           moved statement below switch
12856         * gst/volume/gstvolume.c: (gst_volume_class_init):
12857           added debug ptr
12858
12859 2005-08-16  Wim Taymans  <wim@fluendo.com>
12860
12861         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12862         (gst_base_audio_src_change_state):
12863         Open and close device in READY<->NULL state change.
12864
12865 2005-08-16  Andy Wingo  <wingo@pobox.com>
12866
12867         * examples/seeking/Makefile.am: Don't compile non-compiling
12868         compiled objects with the compiler.
12869
12870         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
12871         elements.
12872
12873 2005-08-12  Philippe Khalaf <burger@speedy.org>
12874         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12875         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12876           Made a thread to release the queue.
12877           Removed timestamp conversion for now.
12878
12879 2005-08-10  Philippe Khalaf <burger@speedy.org>
12880         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12881         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12882           Added rtp timestamp -> gst timestamp conversion.
12883           Fixed several problems with queue.
12884
12885 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12886
12887         * gst-libs/gst/audio/gstaudioclock.h:
12888         * gst-libs/gst/audio/gstaudiofilter.h:
12889         * gst-libs/gst/audio/gstaudiosink.h:
12890         * gst-libs/gst/audio/gstaudiosrc.h:
12891         * gst-libs/gst/audio/gstbaseaudiosink.h:
12892         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12893         * gst-libs/gst/audio/gstringbuffer.h:
12894         * gst-libs/gst/net/gstnetbuffer.h:
12895         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12896         * gst-libs/gst/rtp/gstrtpbuffer.h:
12897           Add padding (you will need to rebuild gst-plugins-base,
12898           gst-plugins and all applications afterwards!)
12899
12900 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12901
12902         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12903         (gst_riff_parse_chunk):
12904           Fix bug in debug message and add some more debug messages.
12905
12906 2005-08-08  Edward Hervey  <edward@fluendo.com>
12907
12908         * gst-libs/gst/riff/riff-media.c:
12909         backported updates since branch
12910
12911 2005-08-08  Andy Wingo  <wingo@pobox.com>
12912
12913         * gst-libs/gst/audio/gstbaseaudiosink.c
12914         (gst_base_audio_sink_change_state): Open the device in NULL->READY
12915         like good elements should. Close on READY->NULL too.
12916
12917         * gst-libs/gst/audio/gstaudiosink.c
12918         (gst_audioringbuffer_open_device,
12919         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
12920         (gst_audioringbuffer_release): Updates for new ring buffer API,
12921         hook into the new audio sink api.
12922
12923         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
12924         (GstAudioSinkClass.close): Just open and close the device -- no
12925         resource allocation or configuration.
12926         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
12927         vmethods, handle device setup and resource allocation.
12928
12929         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
12930         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
12931         base class API.
12932
12933         * gst-libs/gst/audio/gstringbuffer.h
12934         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
12935         New vmethods.
12936
12937         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
12938         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
12939         New API functions. The device should be opened before acquiring
12940         and closed after releasing.
12941
12942 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
12943
12944         * gst-libs/gst/interfaces/mixer.h:
12945           Reset padding to GST_PADDING.
12946
12947 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12948
12949         * gst/playback/gstplaybin.c: (remove_sinks):
12950           Remove visualization from parent explicitely; works around some
12951           apparent refcount issue that I haven't tracked down yet.
12952
12953 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12954
12955         * ext/alsa/gstalsasink.c: (set_hwparams):
12956           Assign debug category, add negotiation debug msgs.
12957
12958 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12959
12960         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
12961           Fix error code for file-not-found to NOT_FOUND.
12962
12963 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12964
12965         * common/gtk-doc-plugins.mak:
12966         * docs/plugins/Makefile.am:
12967         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12968         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12969           renamed to actual element names, so much nicer to look at
12970         * docs/plugins/tmpl/gstmultifdsink.sgml:
12971           remove
12972         * docs/plugins/tmpl/multifdsink.sgml:
12973         * docs/plugins/tmpl/tcpserversink.sgml:
12974           add
12975         * ext/alsa/gstalsa.c:
12976         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
12977         * ext/ogg/gstoggmux.c:
12978         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
12979         * gst/playback/gstdecodebin.c:
12980         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12981         * gst/tcp/gsttcpserversink.c:
12982           various fixes and documentation additions
12983
12984 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12985
12986         * common/Makefile.am:
12987         * common/gstdoc-scangobj:
12988         * common/gtk-doc-plugins.mak:
12989         * common/gtk-doc.mak:
12990           add a custom scangobj that uses the registry
12991           add a custom gtk-doc-plugins.mak that uses it
12992           some doc build fixes
12993         * configure.ac:
12994         * docs/Makefile.am:
12995         * docs/plugins/Makefile.am:
12996         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12997         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12998         * docs/plugins/gst-plugins-base-plugins.types:
12999         * docs/plugins/tmpl/gstmultifdsink.sgml:
13000           add docs for one element, multifdsink
13001         * gst/adder/gstadder.h:
13002         * gst/volume/gstvolume.h:
13003           don't privatize enum
13004         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13005         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13006         (gst_sync_method_get_type), (gst_client_status_get_type),
13007         (gst_multifdsink_class_init),
13008         (gst_multifdsink_client_queue_buffer),
13009         (gst_multifdsink_handle_client_write):
13010         * gst/tcp/gstmultifdsink.h:
13011         * gst/tcp/gsttcp.h:
13012         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13013         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13014         (gst_tcpclientsink_render):
13015         * gst/tcp/gsttcpclientsink.h:
13016         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13017         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13018         (gst_tcpclientsrc_start):
13019         * gst/tcp/gsttcpclientsrc.h:
13020         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13021         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13022         * gst/tcp/gsttcpserversrc.h:
13023         * gst/typefind/gsttypefindfunctions.c:
13024           remove superfluous Type stuff
13025
13026 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13027
13028         * gst/playback/gstplaybin.c: (gen_video_element):
13029           Enable videoscale.
13030
13031 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13032
13033         * gst-libs/gst/gconf/gconf.c:
13034         * gst-libs/gst/gconf/gconf.h:
13035           Fix some Andy Problem [tm].
13036
13037 2005-08-04  Andy Wingo  <wingo@pobox.com>
13038
13039         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13040         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13041         (gst_ffmpegcsp_get_size): Adapt to API changes.
13042
13043         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13044         Implement an in-place do-nothing transform.
13045
13046 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13047
13048         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13049         (gst_ximagesink_renegotiate_size):
13050           Do not set new window sizes yet if we prepare a new buffer size
13051           for upstream renegotiation (software scaling) at some point in the
13052           future, because this new size waqs not actually accepted yet. Once
13053           accepted, renegotiation later on will set the new sizes just fine.
13054           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13055           embedding testcase.
13056
13057 2005-08-03  Andy Wingo  <wingo@pobox.com>
13058
13059         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13060         (gst_ximagesink_buffer_alloc): 
13061         Protect the height, width, and desired_caps with the pool_lock.
13062         Fixes videotestsrc ! queue ! ximagesink.
13063
13064 2005-08-02  Edward Hervey  <edward@fluendo.com>
13065
13066         * gst/volume/gstvolume.c:
13067         include left from controller cleanup
13068
13069 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13070         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13071           Stop collectpads before calling the parent state
13072           change function on PAUSED->READY.
13073
13074 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13075         * configure.ac:
13076           When testing for X libs, use the X CFlags 
13077         * gst/adder/gstadder.c: (gst_adder_change_state):
13078           Stop the collectpads before calling parent state change function
13079           on PAUSED->READY, otherwise we deadlock deactivating pads.
13080
13081 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13082
13083         * configure.ac:
13084         * docs/libs/tmpl/gstcolorbalance.sgml:
13085         * docs/libs/tmpl/gstmixer.sgml:
13086         * examples/Makefile.am:
13087         * gst/sine/Makefile.am:
13088         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13089         (gst_sinesrc_set_property), (plugin_init):
13090         * gst/sine/gstsinesrc.h:
13091         * gst/volume/Makefile.am:
13092         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13093         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13094         (volume_process_float), (volume_process_int16),
13095         (volume_set_property), (plugin_init):
13096         * gst/volume/gstvolume.h:
13097           deactivate and remove dparams (libgstcontrol)
13098
13099 2005-07-29  Wim Taymans  <wim@fluendo.com>
13100
13101         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13102         Convert me to BaseTransform!! help..
13103
13104 2005-07-29  Andy Wingo  <wingo@pobox.com>
13105
13106         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13107         sinks.
13108
13109         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13110         support of both endiannesses.
13111
13112 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13113
13114         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13115           Fix confusing debug message (s/event/query/)
13116
13117 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13118
13119         * gst/videotestsrc/videotestsrc.h:
13120           Use "_stdint.h" instead of <stdint.h>
13121
13122 2005-07-27  Wim Taymans  <wim@fluendo.com>
13123
13124         * ext/vorbis/Makefile.am:
13125         Revert wrong commit.
13126
13127 2005-07-27  Wim Taymans  <wim@fluendo.com>
13128
13129         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13130         More compilation fixen.
13131
13132 2005-07-27  Wim Taymans  <wim@fluendo.com>
13133
13134         * gst-libs/gst/audio/gstbaseaudiosink.c:
13135         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13136         (gst_base_audio_sink_create_ringbuffer),
13137         (gst_base_audio_sink_change_state):
13138         Fix compilation.
13139
13140 2005-07-27  Wim Taymans  <wim@fluendo.com>
13141
13142         * examples/seeking/seek.c: (setup_dynamic_link),
13143         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13144         (query_positions_elems), (query_positions_pads), (do_seek):
13145         Update seek example.
13146
13147         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13148         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13149         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13150         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13151         (gst_ogg_demux_handle_event),
13152         (gst_ogg_demux_deactivate_current_chain),
13153         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13154         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13155         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13156         (gst_ogg_demux_loop):
13157         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13158         * ext/theora/theoradec.c: (theora_dec_src_event),
13159         (theora_dec_src_getcaps), (theora_dec_sink_event),
13160         (theora_dec_push), (theora_dec_chain):
13161         * ext/vorbis/Makefile.am:
13162         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13163         (vorbis_dec_sink_event), (vorbis_dec_push),
13164         (vorbis_handle_data_packet):
13165         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13166         (gst_vorbisenc_chain):
13167         * gst/playback/gststreaminfo.c: (cb_probe):
13168         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13169         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13170         * gst/videoscale/gstvideoscale.c:
13171         (gst_videoscale_handle_src_event):
13172         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13173         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13174         (gst_ximagesink_navigation_send_event):
13175         * sys/xvimage/xvimagesink.c:
13176         (gst_xvimagesink_navigation_send_event):
13177         Various event updates and cleanups
13178
13179 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13180
13181         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13182           Fix segfault for I420/YV12.
13183
13184 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13185
13186         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13187           Report bitrate.
13188
13189 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13190
13191         * gst/playback/gstplaybin.c: (gen_video_element),
13192         (gen_audio_element):
13193           Switch to auto*sink elements as default sinks; add volume element
13194           so that volume control in totem works.
13195
13196 2005-07-21  Wim Taymans  <wim@fluendo.com>
13197
13198         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13199         * gst/playback/gstplaybin.c: (setup_sinks),
13200         (gst_play_bin_change_state):
13201         Refcount fix and more comments.
13202
13203 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13204
13205         * sys/ximage/Makefile.am:
13206         * sys/ximage/ximage.c: (plugin_init):
13207         * sys/ximage/ximagesink.c:
13208         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13209         
13210
13211 2005-07-21  Wim Taymans  <wim@fluendo.com>
13212
13213         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13214         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13215         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13216         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13217         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13218         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13219         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13220         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13221         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13222         Generate correct disconts for live chained oggs.
13223
13224         * gst-libs/gst/audio/gstbaseaudiosink.c:
13225         (gst_base_audio_sink_render),
13226         (gst_base_audio_sink_create_ringbuffer),
13227         (gst_base_audio_sink_change_state):
13228         Handle discont math correctly.
13229
13230         * gst/playback/gstplaybin.c: (add_sink):
13231         Some small debug cleanup.
13232
13233 2005-07-21  Wim Taymans  <wim@fluendo.com>
13234
13235         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13236         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13237         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13238         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13239         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13240         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13241         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13242         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13243         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13244         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13245         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13246         (gst_ogg_demux_change_state), (gst_ogg_print):
13247         Reorganize code to send the right disconts when in streaming
13248         mode.
13249
13250 2005-07-20  Andy Wingo  <wingo@pobox.com>
13251
13252         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13253         fix (?), fixes a seggie mcfalterson (#310894).
13254
13255 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13256
13257         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13258         (gst_ogg_mux_set_header_on_caps):
13259         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13260         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13261         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13262         * gst-libs/gst/audio/multichannel.c:
13263         (gst_audio_set_channel_positions),
13264         (gst_audio_set_structure_channel_positions_list):
13265         * gst/playback/gstdecodebin.c: (dynamic_create):
13266         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13267         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13268           Fixes for API changes in core.
13269
13270 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13271
13272         * gst/playback/gstplaybasebin.c: (fill_buffer):
13273           Use _new_custom() so we can set custom message types for buffering
13274           messages.
13275
13276 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13277
13278         * configure.ac:
13279         * gst-libs/gst/Makefile.am:
13280         * gst-libs/gst/gconf/.cvsignore:
13281         * gst-libs/gst/gconf/Makefile.am:
13282         * gst-libs/gst/gconf/test-gconf.c:
13283         * pkgconfig/Makefile.am:
13284         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13285         * pkgconfig/gstreamer-gconf.pc.in:
13286           Remove gconf stuff, use gconf elements instead from now on.
13287
13288 2005-07-20  Wim Taymans  <wim@fluendo.com>
13289
13290         * gst-libs/gst/audio/TODO:
13291         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13292         (gst_audio_clock_get_internal_time):
13293         * gst-libs/gst/audio/gstaudioclock.h:
13294         * gst-libs/gst/audio/gstbaseaudiosink.c:
13295         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13296         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13297         (gst_base_audio_sink_render),
13298         (gst_base_audio_sink_create_ringbuffer),
13299         (gst_base_audio_sink_change_state):
13300         Make sure the audio clock always returns an increasing value.
13301
13302 2005-07-19  Andy Wingo  <wingo@pobox.com>
13303
13304         * gst/videotestsrc/: Cleanups.
13305
13306 2005-07-19  Wim Taymans  <wim@fluendo.com>
13307
13308         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13309         Better debugging.
13310
13311 2005-07-19  Wim Taymans  <wim@fluendo.com>
13312
13313         * examples/seeking/seek.c: (make_dv_pipeline),
13314         (make_vorbis_theora_pipeline), (query_rates),
13315         (query_positions_elems), (query_positions_pads), (do_seek):
13316         Make correct DV pipeline.
13317
13318 2005-07-18  Andy Wingo  <wingo@pobox.com>
13319
13320         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13321         default. Also because it's the only thing that really works. (This
13322         is used in the GConf elements).
13323         Use AS_LIBTOOL_TAGS.
13324
13325 2005-07-18  Wim Taymans  <wim@fluendo.com>
13326
13327         * gst/playback/gstdecodebin.c: (remove_element_chain):
13328         * gst/playback/gstplaybin.c: (add_sink):
13329         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13330         (gst_stream_info_set_mute):
13331         * gst/playback/gststreamselector.c:
13332         (gst_stream_selector_get_linked_pad),
13333         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13334         More leak and compile fixes.
13335
13336 2005-07-18  Wim Taymans  <wim@fluendo.com>
13337
13338         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13339         (query_rates), (query_positions_elems), (query_positions_pads),
13340         (do_seek), (seek_cb), (stop_seek):
13341         Updated seek example. 
13342
13343         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13344         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13345         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13346         * gst/playback/gstplaybin.c: (add_sink):
13347         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13348         (gst_stream_info_set_mute):
13349         Some refcount leak fixes.
13350
13351 2005-07-16  Wim Taymans  <wim@fluendo.com>
13352
13353         * gst-libs/gst/audio/gstbaseaudiosink.c:
13354         (gst_base_audio_sink_render):
13355         Align samples even if we have roundoff errors in the 
13356         timestamp conversion.
13357
13358 2005-07-16  Wim Taymans  <wim@fluendo.com>
13359
13360         * docs/libs/tmpl/gstringbuffer.sgml:
13361         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13362         (query_rates), (query_positions_elems), (query_positions_pads),
13363         (update_scale), (do_seek):
13364         Updated seek example.
13365
13366         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13367         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13368         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13369         (gst_ogg_demux_loop):
13370         Push out correct discont values.
13371
13372         * ext/theora/theoradec.c: (theora_dec_src_convert),
13373         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13374         (theora_dec_sink_event), (theora_handle_type_packet),
13375         (theora_handle_header_packet), (theora_dec_push),
13376         (theora_handle_data_packet), (theora_dec_chain),
13377         (theora_dec_change_state):
13378         Better timestamping.
13379
13380         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13381         (vorbis_dec_sink_event), (vorbis_dec_push),
13382         (vorbis_handle_data_packet), (vorbis_dec_chain):
13383         * ext/vorbis/vorbisdec.h:
13384         Better timestamping.
13385
13386         * gst-libs/gst/audio/gstbaseaudiosink.c:
13387         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13388         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13389         Handle syncing on timestamps instead of sample offsets. Make
13390         use of DISCONT values as described in design docs.
13391
13392         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13393         (gst_base_audio_src_get_time):
13394         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13395         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13396         (gst_ring_buffer_read):
13397         * gst-libs/gst/audio/gstringbuffer.h:
13398         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13399         (gst_ximagesink_show_frame):
13400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13401         Correcly convert buffer timestamp to stream time.
13402
13403 2005-07-16  Wim Taymans  <wim@fluendo.com>
13404
13405         * gst/audioconvert/gstaudioconvert.c:
13406         (gst_audio_convert_get_buffer):
13407         Timestamp buffers correctly.
13408
13409         * gst/playback/gstplaybin.c: (gen_video_element):
13410         Make internal fakesink silent.
13411
13412 2005-07-15  Wim Taymans  <wim@fluendo.com>
13413
13414         * gst/ffmpegcolorspace/Makefile.am:
13415         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13416         (gst_ffmpegcsp_caps_remove_format_info),
13417         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13418         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13419         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13420         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13421         Ported ffmpegcolorspace to basetransform.
13422
13423         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13424         * gst/volume/gstvolume.c: (volume_transform):
13425         Ported to new API.
13426
13427 2005-07-14  Wim Taymans  <wim@fluendo.com>
13428
13429         * gst/videotestsrc/Makefile.am:
13430         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13431         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13432         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13433         (gst_videotestsrc_init), (gst_videotestsrc_event),
13434         (gst_videotestsrc_create), (gst_videotestsrc_start),
13435         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13436         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13437         (gst_videotestsrc_get_property):
13438         * gst/videotestsrc/gstvideotestsrc.h:
13439         Make videotestsrc a pushsrc.
13440
13441 2005-07-14  Wim Taymans  <wim@fluendo.com>
13442
13443         * gst/tcp/gstfdset.c: (gst_fdset_free):
13444         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13445         (gst_multifdsink_add), (gst_multifdsink_remove),
13446         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13447         (gst_multifdsink_remove_client_link),
13448         (gst_multifdsink_client_queue_data),
13449         (gst_multifdsink_client_queue_caps),
13450         (gst_multifdsink_client_queue_buffer),
13451         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13452         (gst_multifdsink_stop):
13453         * gst/tcp/gstmultifdsink.h:
13454         0.8 backporting.
13455
13456         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13457         Also draw image when not from a pool.
13458
13459 2005-07-14  Wim Taymans  <wim@fluendo.com>
13460
13461         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13462         (mute_stream), (silence_stream):
13463         Small debug additions.
13464
13465 2005-07-14  Wim Taymans  <wim@fluendo.com>
13466
13467         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13468         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13469         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13470         Better error recovery, ignore unconnected pads and
13471         non-fatal errors.
13472
13473 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13474
13475         * docs/libs/tmpl/gstaudio.sgml:
13476         * docs/libs/tmpl/gstcolorbalance.sgml:
13477         * docs/libs/tmpl/gstgconf.sgml:
13478         * docs/libs/tmpl/gstmixer.sgml:
13479         * docs/libs/tmpl/gstringbuffer.sgml:
13480         * docs/libs/tmpl/gsttuner.sgml:
13481         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13482         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13483         (gst_tcpclientsrc_class_init):
13484         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13485         (gst_tcpserversrc_class_init):
13486         * sys/v4l/gstv4lelement.c:
13487           more autistic cleanliness in functions/names/defines
13488
13489 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13490
13491         * configure.ac:
13492           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13493           added manually to each Makefile.am so we are sure it goes
13494           *last* and doesn't add -L flags before linking in libs of our
13495           own, like, say, internal .la libs, that then accidentally pick
13496           up the installed copy.
13497         * docs/libs/Makefile.am:
13498         * ext/alsa/Makefile.am:
13499         * ext/cdparanoia/Makefile.am:
13500         * ext/gnomevfs/Makefile.am:
13501         * ext/libvisual/Makefile.am:
13502         * ext/ogg/Makefile.am:
13503         * ext/theora/Makefile.am:
13504         * ext/vorbis/Makefile.am:
13505         * gst-libs/gst/video/Makefile.am:
13506         * gst/adder/Makefile.am:
13507         * gst/audioconvert/Makefile.am:
13508         * gst/audiorate/Makefile.am:
13509         * gst/audioscale/Makefile.am:
13510         * gst/ffmpegcolorspace/Makefile.am:
13511         * gst/playback/Makefile.am:
13512         * gst/sine/Makefile.am:
13513         * gst/subparse/Makefile.am:
13514         * gst/tags/Makefile.am:
13515         * gst/tcp/Makefile.am:
13516         * gst/typefind/Makefile.am:
13517         * gst/videorate/Makefile.am:
13518         * gst/videoscale/Makefile.am:
13519         * gst/videotestsrc/Makefile.am:
13520         * gst/volume/Makefile.am:
13521         * sys/v4l/Makefile.am:
13522         * sys/ximage/Makefile.am:
13523         * sys/xvimage/Makefile.am:
13524           adapt properly to this change. This should make sure that
13525           plugins and libs properly link to the as-yet-uninstalled
13526           copies of stuff like libgstinterfaces and libgstvideo
13527
13528 2005-07-13  Andy Wingo  <wingo@pobox.com>
13529
13530         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13531         (gst_v4lsrc_fixate): Fixate on format as well.
13532
13533         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13534         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13535         buffer points to it.
13536         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13537         rather just doing X calls ourselves. Also fixes a memleak.
13538
13539 2005-07-12  Andy Wingo  <wingo@pobox.com>
13540
13541         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13542         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13543         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13544         TRUE to avoid deadlocks if an element holds on to our buffers.
13545
13546 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13547
13548         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13549         (gst_sinesrc_init), (gst_sinesrc_create),
13550         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13551         (gst_sinesrc_start):
13552         * gst/sine/gstsinesrc.h:
13553           removing num-buffers property before moving it
13554
13555 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13556
13557         * configure.ac:
13558           use overridable ERROR_CFLAGS
13559         * docs/libs/gst-plugins-base-libs.types:
13560         * docs/libs/tmpl/gstringbuffer.sgml:
13561         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13562         (gst_alsasink_class_init):
13563         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13564         (gst_alsasrc_class_init):
13565         * gst-libs/gst/audio/audio.h:
13566         * gst-libs/gst/audio/gstaudioclock.h:
13567         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13568         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13569         (gst_audio_filter_link), (gst_audio_filter_init),
13570         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13571         (gst_audio_filter_get_property),
13572         (gst_audio_filter_class_add_pad_templates):
13573         * gst-libs/gst/audio/gstaudiofilter.h:
13574         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13575         (gst_audio_filter_template_get_type),
13576         (gst_audio_filter_template_base_init),
13577         (gst_audio_filter_template_class_init),
13578         (gst_audio_filter_template_init),
13579         (gst_audio_filter_template_set_property),
13580         (gst_audio_filter_template_get_property), (plugin_init),
13581         (gst_audio_filter_template_setup),
13582         (gst_audio_filter_template_filter),
13583         (gst_audio_filter_template_filter_inplace):
13584         * gst-libs/gst/audio/gstaudiosink.c:
13585         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13586         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13587         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13588         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13589         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13590         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13591         * gst-libs/gst/audio/gstaudiosink.h:
13592         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13593         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13594         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13595         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13596         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13597         (gst_audio_src_class_init), (gst_audio_src_init),
13598         (gst_audio_src_create_ringbuffer):
13599         * gst-libs/gst/audio/gstaudiosrc.h:
13600         * gst-libs/gst/audio/gstbaseaudiosink.c:
13601         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13602         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13603         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13604         (gst_base_audio_sink_set_property),
13605         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13606         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13607         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13608         (gst_base_audio_sink_create_ringbuffer),
13609         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13610         * gst-libs/gst/audio/gstbaseaudiosink.h:
13611         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13612         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13613         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13614         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13615         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13616         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13617         (gst_base_audio_src_event), (gst_base_audio_src_create),
13618         (gst_base_audio_src_create_ringbuffer),
13619         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13620         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13621         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13622         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13623         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13624         (gst_ring_buffer_debug_spec_caps),
13625         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13626         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13627         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13628         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13629         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13630         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13631         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13632         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13633         (gst_ring_buffer_clear):
13634         * gst-libs/gst/audio/gstringbuffer.h:
13635         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13636         (gst_video_sink_class_init), (gst_video_sink_get_type):
13637         * gst-libs/gst/video/videosink.h:
13638         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13639         (gst_multifdsink_class_init),
13640         (gst_multifdsink_handle_client_write),
13641         (gst_multifdsink_change_state):
13642         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13643         (gst_tcpclientsink_setcaps):
13644         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13645         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13646         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13647         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13648         (gst_ximagesink_send_pending_navigation),
13649         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13650         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13652         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13653         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13654         (gst_xvimagesink_send_pending_navigation),
13655         (gst_xvimagesink_navigation_send_event),
13656         (gst_xvimagesink_set_xwindow_id),
13657         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13658         (gst_xvimagesink_get_type):
13659         more macro splitting
13660
13661 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13662
13663         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13664           plug a memleak, allows me to import 1479 albums in one go
13665           in jamboree
13666         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13667         (vorbis_handle_type_packet), (vorbis_dec_chain),
13668         (vorbis_dec_change_state):
13669           fix some format strings
13670
13671 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13672
13673         * docs/libs/tmpl/gstcolorbalance.sgml:
13674         * docs/libs/tmpl/gstmixer.sgml:
13675         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13676         (gst_alsasink_set_property), (gst_alsasink_get_property):
13677         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13678         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13679           add device property
13680
13681 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13682
13683         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13684         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13685         (audiocast_register_listener), (audiocast_thread_run),
13686         (gst_gnomevfssrc_send_additional_headers_callback),
13687         (gst_gnomevfssrc_received_headers_callback),
13688         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13689         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13690         (gst_gnomevfssrc_get_size):
13691           add/clean up debugging
13692         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13693           cleanups
13694
13695 2005-07-07  Andy Wingo  <wingo@pobox.com>
13696
13697         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13698         framerate. Need to get a handle on when exactly this function is
13699         called, tho.
13700
13701         * sys/v4l/v4lsrc_calls.h:
13702         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13703         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13704         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13705
13706         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13707         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13708         v4lelements are sources.
13709
13710         * sys/v4l/gstv4lxoverlay.h:
13711         * sys/v4l/gstv4lxoverlay.c:
13712         * sys/v4l/gstv4ltuner.h:
13713         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13714         
13715         * sys/v4l/gstv4lsrc.h:
13716         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13717         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13718         or something should handle that. Made a live source.
13719
13720         * sys/v4l/gstv4lelement.h:
13721         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13722         signals. Some cleanups.
13723
13724         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13725
13726         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13727         stuff.
13728
13729         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13730         stuff.
13731
13732         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13733
13734 2005-07-07  Wim Taymans  <wim@fluendo.com>
13735
13736         * ext/theora/theoradec.c: (theora_get_query_types),
13737         (theora_dec_src_getcaps), (theora_dec_push):
13738         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13739         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13740         Remove deprecated/unused query types.
13741
13742 2005-07-06  Wim Taymans  <wim@fluendo.com>
13743
13744         * ext/alsa/Makefile.am:
13745         * ext/alsa/gstalsaplugin.c: (plugin_init):
13746         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13747         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13748         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13749         (gst_alsasrc_class_init), (gst_alsasrc_init),
13750         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13751         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13752         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13753         (gst_alsasrc_reset):
13754         * ext/alsa/gstalsasrc.h:
13755         * gst-libs/gst/audio/Makefile.am:
13756         * gst-libs/gst/audio/gstaudiosink.c:
13757         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13758         (gst_audioringbuffer_start):
13759         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13760         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13761         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
13762         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13763         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13764         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13765         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
13766         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
13767         * gst-libs/gst/audio/gstaudiosrc.h:
13768         * gst-libs/gst/audio/gstbaseaudiosink.c:
13769         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13770         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
13771         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
13772         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13773         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
13774         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
13775         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
13776         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
13777         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
13778         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
13779         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
13780         (gst_baseaudiosrc_change_state):
13781         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13782         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13783         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
13784         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
13785         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
13786         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
13787         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
13788         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
13789         * gst-libs/gst/audio/gstringbuffer.h:
13790         Added audiosource base classes.
13791         Ported alsasrc, still very basic.
13792
13793 2005-07-06  Wim Taymans  <wim@fluendo.com>
13794
13795         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
13796         (theora_dec_push), (theora_handle_data_packet):
13797         Prepare for better timestamp fix later.
13798
13799         * gst/audioconvert/gstaudioconvert.c:
13800         List most accurate caps first
13801
13802         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
13803         Use proper pad task function.
13804
13805         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13806         (gst_xvimagesink_show_frame):
13807         Fix deadlock when alloc failed.
13808
13809 2005-07-05  Andy Wingo  <wingo@pobox.com>
13810
13811         * ext/gnomevfs/gstgnomevfssrc.c:
13812         * gst/sine/gstsinesrc.c:
13813         * gst/tcp/gsttcpserversrc.c:
13814         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
13815
13816         * sys/v4l/: Port from 0.8.
13817
13818         * Many files: Null if we got it....
13819
13820 2005-07-05  Andy Wingo  <wingo@pobox.com>
13821
13822         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
13823         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
13824         Signedness fixes.
13825
13826 2005-07-05  Wim Taymans  <wim@fluendo.com>
13827
13828         * configure.ac:
13829         * gst/tcp/Makefile.am:
13830         * gst/tcp/README:
13831         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13832         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
13833         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13834         (is_sync_frame), (gst_multifdsink_handle_client_write),
13835         (gst_multifdsink_render), (gst_multifdsink_start),
13836         (gst_multifdsink_stop), (gst_multifdsink_change_state):
13837         * gst/tcp/gstmultifdsink.h:
13838         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
13839         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
13840         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
13841         * gst/tcp/gsttcp.h:
13842         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13843         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13844         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
13845         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
13846         * gst/tcp/gsttcpclientsink.h:
13847         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13848         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
13849         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
13850         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
13851         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
13852         * gst/tcp/gsttcpclientsrc.h:
13853         * gst/tcp/gsttcpplugin.c: (plugin_init):
13854         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
13855         * gst/tcp/gsttcpserversink.h:
13856         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13857         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
13858         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
13859         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
13860         (gst_tcpserversrc_stop):
13861         * gst/tcp/gsttcpserversrc.h:
13862         * gst/tcp/gsttcpsink.c:
13863         * gst/tcp/gsttcpsink.h:
13864         * gst/tcp/gsttcpsrc.c:
13865         * gst/tcp/gsttcpsrc.h:
13866         Ported tcp plugins to 0.9. 
13867         
13868
13869 2005-07-05  Andy Wingo  <wingo@pobox.com>
13870
13871         * gst/playback/gstplaybasebin.c (fill_buffer):
13872         message_new_application fixen.
13873
13874         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
13875         Style fix.
13876
13877 2005-07-04  Wim Taymans  <wim@fluendo.com>
13878
13879         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13880         Set caps on output buffer.
13881
13882 2005-07-04  Andy Wingo  <wingo@pobox.com>
13883
13884         * ext/gnomevfs/gstgnomevfssrc.c
13885         (gst_gnomevfssrc_received_headers_callback) 
13886         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
13887         hopefully.
13888
13889         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
13890         No refcount leakage.
13891
13892         * configure.ac: Enable -Werror.
13893         
13894         * ext/theora/theoradec.c (theora_dec_src_getcaps):
13895         * gst/audioconvert/bufferframesconvert.c
13896         (buffer_frames_convert_fixate):
13897         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
13898         (gst_audio_convert_fixate):
13899         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
13900         (gst_sinesrc_create): Fixate func changes.
13901         
13902         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13903         (gst_ximagesink_buffer_alloc): Unused var.
13904
13905 2005-07-01  Andy Wingo  <wingo@pobox.com>
13906
13907         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
13908         getcaps to do explicit caps. Needs to be done in all decoders,
13909         possibly via a base class.
13910
13911         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
13912
13913         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
13914         caps on the sink pad, just rely on the pad template. Also, setting
13915         ANY caps on a pad is not valid because the caps are not fixed.
13916
13917         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
13918         caps on the buffer, and get the width from the desired_caps if
13919         they're set.
13920         (gst_ximagesink_renegotiate_size): Implement via setting the
13921         desired_caps on the ximagesink.
13922         (gst_ximagesink_setcaps): Only reset the width of the player if it
13923         wasn't already set. Not sure if this is right.
13924         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
13925
13926         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
13927         that the user wants. NULL unless the window has been resized.
13928
13929         * gst/volume/gstvolume.c (volume_transform): Adapt to
13930         basetransform refcount changes.
13931         
13932 2005-07-01  Andy Wingo  <wingo@pobox.com>
13933
13934         * gst/videoscale/gstvideoscale.c:
13935         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
13936         from BaseTransform, implements a transform_caps. Removed dead code
13937         including some PAR stuff that was never reached -- should probably
13938         be added back somehow.
13939
13940 2005-07-01  Andy Wingo  <wingo@pobox.com>
13941
13942         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
13943         come later.
13944
13945 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13946
13947         * configure.ac:
13948         * docs/libs/Makefile.am:
13949         * docs/libs/gst-plugins-libs.types:
13950         * ext/alsa/Makefile.am:
13951         * ext/alsa/gstalsamixer.h:
13952         * ext/alsa/gstalsamixeroptions.h:
13953         * ext/alsa/gstalsamixertrack.h:
13954         * gst-libs/gst/Makefile.am:
13955         * gst-libs/gst/colorbalance/.cvsignore:
13956         * gst-libs/gst/colorbalance/Makefile.am:
13957         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
13958         * gst-libs/gst/colorbalance/colorbalance.c:
13959         * gst-libs/gst/colorbalance/colorbalance.h:
13960         * gst-libs/gst/colorbalance/colorbalance.vcproj:
13961         * gst-libs/gst/colorbalance/colorbalancechannel.c:
13962         * gst-libs/gst/colorbalance/colorbalancechannel.h:
13963         * gst-libs/gst/interfaces/Makefile.am:
13964         * gst-libs/gst/interfaces/colorbalance.c:
13965         (gst_color_balance_class_init):
13966         * gst-libs/gst/interfaces/colorbalance.h:
13967         * gst-libs/gst/interfaces/interfaces-marshal.list:
13968         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
13969         * gst-libs/gst/interfaces/mixer.h:
13970         * gst-libs/gst/interfaces/mixeroptions.h:
13971         * gst-libs/gst/interfaces/navigation.c:
13972         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
13973         * gst-libs/gst/interfaces/tuner.h:
13974         * gst/volume/Makefile.am:
13975         * gst/volume/gstvolume.c:
13976         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
13977         * sys/ximage/Makefile.am:
13978         * sys/ximage/ximagesink.c:
13979         * sys/xvimage/Makefile.am:
13980         * sys/xvimage/xvimagesink.c:
13981           fold in all interfaces into an interfaces dir, preserving CVS
13982           history
13983
13984 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13985
13986         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13987           Fix build after riff changes.
13988
13989 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13990
13991         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13992         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
13993         (gst_riff_create_video_template_caps),
13994         (gst_riff_create_audio_template_caps),
13995         (gst_riff_create_iavs_template_caps):
13996         * gst-libs/gst/riff/riff-media.h:
13997         * gst-libs/gst/riff/riff-read.h:
13998         * gst-libs/gst/riff/riff.c: (gst_riff_init):
13999           Add gst_riff_init() to initialize the debug category, instead
14000           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14001
14002 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14003
14004         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14005           Oops, I shouldn't apply hacks.
14006
14007 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14008
14009         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14010           Remove pad_loop function which doesn't work.
14011
14012 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14013
14014         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14015           Send EOS when deactivating.
14016         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14017         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14018         (gen_preroll_element), (probe_triggered), (mute_stream),
14019         (silence_stream), (new_decoded_pad), (setup_substreams),
14020         (set_active_source):
14021         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14022         (remove_sinks), (add_sink):
14023         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14024           Change for new probe API.
14025
14026 2005-06-29  Wim Taymans  <wim@fluendo.com>
14027
14028         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14029         * gst-libs/gst/audio/gstbaseaudiosink.c:
14030         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14031         (gst_baseaudiosink_change_state):
14032         * gst-libs/gst/audio/gstbaseaudiosink.h:
14033         * gst-libs/gst/audio/gstringbuffer.c:
14034         (gst_ringbuffer_set_callback):
14035         Fix compilation error.
14036         Ringbuffer starts out as not running.
14037         Free our clock in dispose.
14038         When releasing the ringbuffer we need to renegotiate so
14039         clear the pad caps.
14040
14041 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14042
14043         * autogen.sh:
14044         * configure.ac:
14045         * docs/Makefile.am:
14046         * docs/libs/Makefile.am:
14047         * docs/libs/gst-plugins-libs-docs.sgml:
14048         * docs/libs/gst-plugins-libs-sections.txt:
14049         * docs/libs/gst-plugins-libs.types:
14050         * docs/libs/tmpl/gstaudio.sgml:
14051         * docs/libs/tmpl/gstcolorbalance.sgml:
14052         * docs/libs/tmpl/gstringbuffer.sgml:
14053         * gst-libs/gst/audio/gstringbuffer.c:
14054         (gst_ringbuffer_set_callback):
14055           reinstate gtk-doc docs for plugin libs
14056
14057 2005-06-28  Wim Taymans  <wim@fluendo.com>
14058
14059         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14060         (gst_ogg_demux_init):
14061         Removed pad loop function.
14062
14063 2005-06-28  Wim Taymans  <wim@fluendo.com>
14064
14065         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14066         If we're building a chain we are not in an error case
14067         when we queue a buffer.
14068
14069 2005-06-28  Andy Wingo  <wingo@pobox.com>
14070
14071         * *.c: Don't cast to GstObject before reffing/unreffing.
14072
14073 2005-06-27  Andy Wingo  <wingo@pobox.com>
14074
14075         * gst/videotestsrc/gstvideotestsrc.c
14076         (gst_videotestsrc_activate_push): Activation API changes.
14077
14078         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14079         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14080         they have refs on the decodebin.
14081
14082         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14083         parent class.
14084         (gst_ogg_pad_typefind): Don't leak a pad ref.
14085         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14086         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14087         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14088
14089 2005-06-27  Edward Hervey  <edward@fluendo.com>
14090
14091         * ext/theora/theoradec.c: (theora_dec_change_state): 
14092         re-arranged call to parent's state change in order to avoid locks (or
14093         worse).
14094
14095 2005-06-26  Edward Hervey  <edward@fluendo.com>
14096
14097         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14098         2nd argument of 'unknow-type' signal is a GstCaps and not a
14099         GstMiniObject
14100
14101 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14102         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14103           Set the worker thread's running flag to TRUE before starting the
14104           thread.
14105         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14106           Catch a failure to add typefind to the bin.
14107
14108 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14109
14110         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14111         (gst_sinesrc_init), (gst_sinesrc_create),
14112         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14113         (gst_sinesrc_start):
14114         * gst/sine/gstsinesrc.h:
14115           add num-buffers and timestamp-offset properties
14116         * gst/videotestsrc/gstvideotestsrc.c:
14117         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14118         (gst_videotestsrc_get_property):
14119           add timestamp-offset property
14120
14121 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14122
14123         * configure.ac: add videorate
14124         * gst-plugins-base.spec.in: add videorate
14125
14126 2005-06-23  Wim Taymans  <wim@fluendo.com>
14127
14128         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14129         (gst_videorate_getcaps), (gst_videorate_setcaps),
14130         (gst_videorate_event), (gst_videorate_chain):
14131         Fixed videorate, fixating an already fixated caps is not
14132         an error.
14133
14134 2005-06-23  Wim Taymans  <wim@fluendo.com>
14135
14136         * ext/ogg/README:
14137         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14138         Buffer on caps is not boxed anymore.
14139
14140 2005-06-22  Wim Taymans  <wim@fluendo.com>
14141
14142         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14143         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14144         Set buffers on caps as miniobjects and not as boxed.
14145
14146 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14147
14148         * configure.ac:
14149           back to HEAD
14150
14151 === release 0.9.1 ===
14152
14153 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14154
14155         * .cvsignore:
14156         * NEWS:
14157         * README:
14158         * RELEASE:
14159         * configure.ac:
14160         * po/af.po:
14161         * po/az.po:
14162         * po/cs.po:
14163         * po/en_GB.po:
14164         * po/hu.po:
14165         * po/it.po:
14166         * po/nb.po:
14167         * po/nl.po:
14168         * po/or.po:
14169         * po/sq.po:
14170         * po/sr.po:
14171         * po/sv.po:
14172         * po/uk.po:
14173         * po/vi.po:
14174           updates for release
14175
14176 2005-06-09  Andy Wingo  <wingo@pobox.com>
14177
14178         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14179         
14180 2005-06-09  Andy Wingo  <wingo@pobox.com>
14181
14182         * configure.ac:
14183         * gst-libs/gst/Makefile.am:
14184         * gst-libs/gst/net/Makefile.am:
14185         Add gstnet to build.
14186
14187 2005-06-09  Andy Wingo  <wingo@pobox.com>
14188
14189         * gst-libs/gst/gconf/gconf.c:
14190         * gst/playback/test.c:
14191         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14192         fixes.
14193
14194         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14195
14196         * ext/theora/theoraenc.c (theora_enc_chain): 
14197         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14198
14199         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14200         RealPad.
14201
14202 2005-06-02  Wim Taymans  <wim@fluendo.com>
14203
14204         * gst-libs/gst/net/Makefile.am:
14205         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14206         * pkgconfig/gstreamer-libs.pc.in:
14207         Added net stuff, version net lib.
14208
14209 2005-06-02  Wim Taymans  <wim@fluendo.com>
14210
14211         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14212         (query_rates), (query_positions_elems), (query_positions_pads),
14213         (do_seek):
14214         Updated seek example.
14215
14216 2005-06-02  Andy Wingo  <wingo@pobox.com>
14217
14218         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14219         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14220         list.
14221
14222         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14223         remove the typefind, the bin dispose will do it for us. When it's
14224         removed and unreffed, the signal handler will be disconnected,
14225         too.
14226         (unlinked): It's too difficult to disconnect from unlinked
14227         handlers, as they are on pads not elements. Just punt if the pads
14228         aren't grandkids of the bin.
14229
14230 2005-06-02  Wim Taymans  <wim@fluendo.com>
14231
14232         * ext/ogg/README:
14233         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14234         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14235         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14236         * ext/theora/theoradec.c: (theora_dec_src_query),
14237         (theora_handle_data_packet):
14238         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14239         (theora_enc_chain):
14240         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14241         (vorbis_handle_data_packet):
14242         * gst/audioconvert/bufferframesconvert.c:
14243         (buffer_frames_convert_chain):
14244         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14245         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14246         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14247         (gst_ffmpegcsp_chain):
14248         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14249         (gst_videorate_getcaps), (gst_videorate_setcaps),
14250         (gst_videorate_event), (gst_videorate_chain):
14251         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14252         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14253         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14254         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14255         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14256         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14257         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14258         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14259         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14260         Cleanups and buffer alloc.
14261
14262 2005-05-31  Wim Taymans  <wim@fluendo.com>
14263
14264         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14265         Don't try to call the delay method when the device is not
14266         opened.
14267
14268 2005-05-31  Wim Taymans  <wim@fluendo.com>
14269
14270         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14271         Get actual segment size and buffer size after opening
14272         the device.
14273
14274 2005-05-30  Wim Taymans  <wim@fluendo.com>
14275
14276         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14277         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14278         Also FLUSH upstream, makes the loop function exit faster.
14279         
14280         * ext/theora/theoradec.c: (theora_dec_src_query):
14281         Some more debug info in the query.
14282         
14283         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14284         (gst_ximagesink_setcaps):
14285         Release lock on par error, better error reporting.
14286
14287 2005-05-26  Wim Taymans  <wim@fluendo.com>
14288
14289         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14290         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14291         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14292         Clear chains in READY
14293         Queue packets until the chain is activated.
14294
14295 2005-05-25  Wim Taymans  <wim@fluendo.com>
14296
14297         * gst-libs/gst/audio/gstaudiosink.c:
14298         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14299         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14300         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14301         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14302         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14303         (gst_audiosink_create_ringbuffer):
14304         * gst-libs/gst/audio/gstbaseaudiosink.c:
14305         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14306         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14307         (gst_baseaudiosink_set_property), (build_linear_format),
14308         (debug_spec_caps), (debug_spec_buffer),
14309         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14310         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14311         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14312         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14313         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14314         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14315         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14316         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14317         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14318         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14319         (wait_segment), (gst_ringbuffer_commit),
14320         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14321         (gst_ringbuffer_clear):
14322         Various small cleanups.
14323
14324         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14325         (gst_audio_convert_change_state):
14326         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14327         No need to take the locks anymore.
14328
14329 2005-05-25  Wim Taymans  <wim@fluendo.com>
14330
14331         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14332         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14333         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14334         (type_found):
14335         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14336         (group_destroy), (group_commit), (queue_overrun),
14337         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14338         (mute_stream), (new_decoded_pad), (setup_substreams),
14339         (setup_source), (mute_group_type), (set_active_source),
14340         (gst_play_base_bin_change_state):
14341         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14342         (gen_video_element), (gen_text_element), (gen_audio_element),
14343         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14344         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14345         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14346         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14347         Some playbin cleanups mostly refcounting sloppyness.
14348
14349 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14350
14351         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14352           Work with streaming input.
14353
14354 2005-05-25  Wim Taymans  <wim@fluendo.com>
14355
14356         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14357         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14358         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14359         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14360         No need to take the STREAM lock anymore.
14361
14362 2005-05-25  Wim Taymans  <wim@fluendo.com>
14363
14364         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14365         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14366         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14367         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14368         (gst_ogg_demux_sink_activate):
14369         * ext/theora/theoradec.c: (theora_dec_src_event),
14370         (theora_handle_comment_packet), (theora_dec_chain),
14371         (theora_dec_change_state):
14372         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14373         (vorbis_handle_data_packet), (vorbis_dec_chain),
14374         (vorbis_dec_change_state):
14375         Remove STREAM locks as they are taken in core now.
14376         Never set bogus granulepos on vorbis/theora.
14377         Fix leaks in theoradec tag parsing.
14378
14379 2005-05-25  Wim Taymans  <wim@fluendo.com>
14380
14381         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14382         Fix memleaks, GST_BUFFER_DATA() is not freed.
14383
14384 2005-05-25  Wim Taymans  <wim@fluendo.com>
14385
14386         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14387         Open non-blocking, set to blocking mode afterwards to avoid
14388         lockups when audio device is busy.
14389
14390 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14391
14392         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14393           This can't be good.
14394
14395 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14396
14397         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14398         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14399         (gst_audio_convert_setcaps):
14400           Implement instant setup switching.
14401
14402 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14403
14404         * gst/playback/gstplaybasebin.c: (probe_triggered):
14405           Fix missing unlock.
14406         * gst/playback/gstplaybin.c: (add_sink):
14407           First add, then link (otherwise pad link fails).
14408
14409 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14410
14411         * examples/Makefile.am:
14412         fix buildbot (make distcheck)
14413
14414 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14415
14416         * gst/playback/gstplaybin.c: (gen_vis_element):
14417           Remove some wrong code. Doesn't work yet.
14418
14419 2005-05-19  Wim Taymans  <wim@fluendo.com>
14420
14421         * gst-libs/gst/net/Makefile.am:
14422         * gst-libs/gst/net/README:
14423         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14424         (gst_netbuffer_class_init), (gst_netbuffer_init),
14425         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14426         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14427         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14428         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14429         * gst-libs/gst/net/gstnetbuffer.h:
14430         Added buffer subclass to store extra to/from addresses for
14431         network sources/sinks.
14432
14433 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14434
14435         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14436           Don't lock an unassigned variable.
14437
14438 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14439
14440         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14441           Increase buffer for video, decrease buffer for other media types.
14442         * gst/playback/gstplaybin.c: (gen_video_element),
14443         (gen_audio_element):
14444           Change names for debugging purposes.
14445
14446 2005-05-18  Wim Taymans  <wim@fluendo.com>
14447
14448         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14449         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14450         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14451         (gst_ffmpegcsp_chain):
14452         Enable buffer alloc passthrough if the source and dest
14453         formats are the same.
14454
14455 2005-05-17  Wim Taymans  <wim@fluendo.com>
14456
14457         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14458         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14459         (gst_ogg_demux_chain_unlocked):
14460         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14461         (gst_audio_convert_caps_remove_format_info),
14462         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14463         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14464         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14465         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14466         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14467         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14468         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14469         (gst_ffmpegcsp_get_property):
14470         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14471         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14472         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14473         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14474         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14475         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14476         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14477         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14478         Leak fixes in oggdemux.
14479         Some cleanups in audioconvert.
14480         Make passthrough work along with buffer_alloc etc.
14481         Make buffer_alloc and buffer recycling actually work in
14482         xvimagesink.
14483
14484 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14485
14486         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14487           make the compiler happy
14488
14489 2005-05-17  Wim Taymans  <wim@fluendo.com>
14490
14491         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14492         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14493         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14494         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14495         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14496         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14497         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14498         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14499         (gst_xvimagesink_set_xwindow_id):
14500         * sys/xvimage/xvimagesink.h:
14501         Port xvimagesink to new MiniObject.
14502
14503 2005-05-17  Wim Taymans  <wim@fluendo.com>
14504
14505         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14506         (gst_audiofilter_chain):
14507         * gst-libs/gst/audio/gstaudiosink.c:
14508         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14509         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14510         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14511         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14512         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14513         (gst_audiosink_create_ringbuffer):
14514         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14515         (gst_audio_convert_caps_remove_format_info),
14516         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14517         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14518         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14519         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14520         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14521         Fix passthrough in ffmpegcolorspace.
14522         Fix memset in audiosink on wrong memory.
14523
14524 2005-05-16  David Schleef  <ds@schleef.org>
14525
14526         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14527         to GstMiniObject.
14528
14529 2005-05-16  David Schleef  <ds@schleef.org>
14530
14531         Port from GstData to GstMiniObject.
14532         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14533         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14534         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14535         (gst_ogg_mux_collected):
14536         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14537         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14538         (theora_handle_data_packet):
14539         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14540         (theora_set_header_on_caps), (theora_enc_chain):
14541         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14542         (vorbis_handle_comment_packet):
14543         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14544         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14545         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14546         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14547         * gst/audioconvert/gstaudioconvert.c:
14548         (gst_audio_convert_get_buffer):
14549         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14550         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14551         (mute_stream), (silence_stream):
14552         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14553         * gst/volume/gstvolume.c: (volume_transform):
14554         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14555         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14556         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14557         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14558         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14559         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14560         (gst_ximagesink_buffer_alloc):
14561         * sys/ximage/ximagesink.h:
14562
14563 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14564
14565         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14566         (fill_buffer), (check_queue), (queue_threshold_reached),
14567         (queue_out_of_data):
14568         * gst/playback/gstplaybasebin.h:
14569           Post buffer-fullness on the bus.
14570
14571 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14572
14573         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14574         (try_to_link_1):
14575         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14576         (group_commit), (probe_triggered), (setup_source),
14577         (gst_play_base_bin_change_state):
14578         * gst/playback/gstplaybasebin.h:
14579         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14580         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14581         (gst_play_bin_change_state):
14582           Move setup_output_pads into a virtual function, remove
14583           group-switch (no longer needed) and redirect (handled by bus
14584           now) signals.
14585
14586 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14587
14588         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14589         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14590         (get_active_group), (get_building_group), (group_destroy),
14591         (group_commit), (check_queue), (queue_overrun),
14592         (queue_threshold_reached), (queue_out_of_data),
14593         (gen_preroll_element), (remove_groups), (unknown_type),
14594         (add_element_stream), (no_more_pads), (probe_triggered),
14595         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14596         (setup_substreams), (setup_source), (finish_source),
14597         (prepare_output), (muted_group_change_state),
14598         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14599         (gst_play_base_bin_change_state):
14600         * gst/playback/gstplaybasebin.h:
14601         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14602         (gst_play_bin_init), (gst_play_bin_set_property),
14603         (gen_video_element), (gen_text_element), (gen_audio_element),
14604         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14605         (gst_play_bin_change_state):
14606         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14607         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14608         (stream_info_change_state), (gst_stream_info_set_mute),
14609         (gst_stream_info_get_property):
14610         * gst/playback/gststreaminfo.h:
14611         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14612         (gst_stream_selector_get_linked_pad),
14613         (gst_stream_selector_getcaps),
14614         (gst_stream_selector_get_linked_pads),
14615         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14616         * gst/playback/gststreamselector.h:
14617           Rough port of playbin. Needs some more work, but is mostly done,
14618           and uses a few locks in important places, which should make stuff
14619           like chain-switches clean. Still uses GST_STATE() in a few places,
14620           which isn't all that good an idea, subtitles/elements disabled
14621           because no elements to test with and thus probably broken, query
14622           and event handling moved to GstBin, internal thread removed
14623           alltogether because the pipeline does that for us now. Can play
14624           Ogg/Vorbis files. Haven't tested anything else yet.
14625
14626 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14627
14628         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14629           Do no-more-pads (needed for autoplugging).
14630
14631 2005-05-10  Andy Wingo  <wingo@pobox.com>
14632
14633         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14634         message to the bus with the tags. Still not sent downstream tho.
14635
14636         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14637         get_parent.
14638         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14639         avoid refcounting hassles.
14640
14641 2005-05-09  Andy Wingo  <wingo@pobox.com>
14642
14643         * gst/volume/Makefile.am:
14644         * gst/volume/demo.c
14645         * gst/volume/gstvolume.h
14646         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14647         basetransform. Probably need an audio filter base class.
14648
14649 2005-05-09  Wim Taymans  <wim@fluendo.com>
14650
14651         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14652         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14653         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14654         (gst_vorbisenc_chain):
14655         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14656         (gst_audio_convert_caps_remove_format_info),
14657         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14658         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14659         Make caps writable before writing to it.
14660         Fix negotiation in audioconvert some more.
14661
14662 2005-05-09  Wim Taymans  <wim@fluendo.com>
14663
14664         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14665         (gst_videorate_getcaps), (gst_videorate_setcaps),
14666         (gst_videorate_event), (gst_videorate_chain):
14667         Better negotiation.
14668
14669 2005-05-09  Wim Taymans  <wim@fluendo.com>
14670
14671         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14672         (gst_videorate_getcaps), (gst_videorate_setcaps),
14673         (gst_videorate_blank_data), (gst_videorate_init),
14674         (gst_videorate_event), (gst_videorate_chain),
14675         (gst_videorate_change_state):
14676         Port videorate, do a better job at negotiation while we're at
14677         it.
14678
14679 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14680
14681         * configure.ac:
14682           Disable libvisual
14683
14684         * examples/Makefile.am:
14685         * gst-libs/gst/audio/Makefile.am:
14686         * gst-libs/gst/riff/Makefile.am:
14687         * gst-libs/gst/tag/Makefile.am:
14688         * gst-libs/gst/video/Makefile.am:
14689           Fixups for missing variables.
14690
14691 2005-05-09  Wim Taymans  <wim@fluendo.com>
14692
14693         * examples/seeking/seek.c: (make_theora_pipeline),
14694         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14695         (query_rates), (query_positions_elems), (query_positions_pads),
14696         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14697         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14698         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14699         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14700         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14701         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14702         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14703         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14704         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14705         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14706         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14707         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14708         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14709         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14710         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14711         (theora_dec_src_convert), (theora_dec_sink_convert),
14712         (theora_dec_src_query), (theora_dec_sink_query),
14713         (theora_dec_src_event), (theora_dec_sink_event),
14714         (theora_handle_comment_packet), (theora_handle_type_packet),
14715         (theora_handle_header_packet), (theora_handle_data_packet),
14716         (theora_dec_chain):
14717         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14718         (vorbis_dec_convert), (vorbis_dec_src_query),
14719         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14720         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14721         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14722         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14723         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14724         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14725         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14726         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14727         (gst_play_bin_query):
14728         * gst/playback/test3.c: (update_scale):
14729         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14730         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14731         * gst/subparse/gstsubparse.c: (gst_subparse_init):
14732         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14733         (gst_videotestsrc_src_query):
14734         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14735         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14736         (paint_hline_YUV9):
14737         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14738         Port to new query API.
14739         Updated seek.
14740         Cleanups in x[v]imagesink
14741
14742 2005-05-09  Andy Wingo  <wingo@pobox.com>
14743
14744         * ext/alsa/gstalsasink.h:
14745         * ext/gnomevfs/gstgnomevfssrc.c:
14746         (gst_gnomevfssrc_get_icy_metadata):
14747         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14748         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14749         * ext/theora/theoradec.c (theora_dec_src_query)
14750         (theora_dec_src_event, theora_dec_sink_event)
14751         (theora_handle_comment_packet, theora_handle_data_packet):
14752         * ext/theora/theoraenc.c (theora_enc_chain):
14753         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14754         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14755         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14756         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14757         (qt_type_find):
14758         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
14759         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
14760         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
14761         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
14762         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
14763         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
14764         (paint_setup_xBGR8888, paint_setup_RGBx8888)
14765         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
14766         (paint_setup_RGB565, paint_setup_xRGB1555):
14767         * gst/videotestsrc/videotestsrc.h:
14768         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
14769         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
14770         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
14771         GCC4 fixes.
14772         
14773         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
14774         gst_pad_query_position. Fixes oggdemux.
14775
14776 2005-05-08  David Schleef  <ds@schleef.org>
14777
14778         * configure.ac: Require liboil.
14779         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
14780         a few more.
14781         * gst/videotestsrc/videotestsrc.c:
14782         * gst/videotestsrc/videotestsrc.h:
14783
14784 2005-05-06  Wim Taymans  <wim@fluendo.com>
14785
14786         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14787         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14788         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14789         Well, unreffing a buffer right before pushing it is asking
14790         for trouble..
14791
14792 2005-05-06  Christian Schaller  <uraeus@gnome.org>
14793
14794         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
14795
14796 2005-05-06  Wim Taymans  <wim@fluendo.com>
14797
14798         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14799         (gst_audio_convert_caps_remove_format_info),
14800         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14801         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14802         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14803         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14804         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14805         * gst/sine/Makefile.am:
14806         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
14807         (gst_sinesrc_class_init), (gst_sinesrc_init),
14808         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
14809         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
14810         (gst_sinesrc_update_freq):
14811         * gst/sine/gstsinesrc.h:
14812         * gst/tcp/gstmultifdsink.c:
14813         * sys/xvimage/xvimagesink.c:
14814         Fixed negotiation wrt _peer_get_caps()
14815         Some cleanups.
14816
14817
14818 2005-05-06  Wim Taymans  <wim@fluendo.com>
14819
14820         * gst-libs/gst/audio/gstaudiosink.c:
14821         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14822         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14823         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14824         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14825         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14826         (gst_audiosink_create_ringbuffer):
14827         * gst-libs/gst/audio/gstbaseaudiosink.c:
14828         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14829         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14830         (gst_baseaudiosink_set_property), (build_linear_format),
14831         (debug_spec_caps), (debug_spec_buffer),
14832         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14833         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14834         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14835         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14836         * gst-libs/gst/audio/gstbaseaudiosink.h:
14837         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14838         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14839         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14840         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14841         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14842         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14843         (wait_segment), (gst_ringbuffer_commit),
14844         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14845         (gst_ringbuffer_clear):
14846         * gst-libs/gst/audio/gstringbuffer.h:
14847         Make the base audiosink return an error when there is no
14848         audiobuffer negotiated.
14849
14850 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14851
14852         * ext/Makefile.am:
14853         Disable cdparanoia until someone ports it!
14854
14855 2005-05-06  Wim Taymans  <wim@fluendo.com>
14856
14857         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14858         (gst_ogg_demux_sink_activate):
14859         And revert after wingo's revert.. sigh..
14860
14861 2005-05-05  Andy Wingo  <wingo@pobox.com>
14862
14863         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
14864         GObject.
14865         * configure.ac: Return audiorate and subparse from the ghetto.
14866         Re-enable -Wall -Werror.
14867         * gst/subparse/gstsubparse.c:
14868         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
14869         or chain-based. Cleaned up a bit. Not tested.
14870         
14871 2005-05-05  Christian Schaller <christian@fluendo.com> 
14872
14873         * Makefile.am: remove stuff that is not building
14874         * configure.ac: remove stuff that is not building
14875         * examples/Makefile.am: remove stuff that is not building
14876         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
14877         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
14878         * sys/Makefile.am: remove stuff that is not building
14879         * testsuite/Makefile.am: remove stuff that is not building
14880
14881 2005-05-05  Andy Wingo  <wingo@pobox.com>
14882
14883         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14884         * gst-libs/gst/tag/gstvorbistag.c:
14885         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
14886         * gst/adder/gstadder.h:
14887         * gst/audioconvert/gstchannelmix.c:
14888         (gst_audio_convert_fill_one_other):
14889         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
14890         (gst_audiorate_init), (gst_audiorate_chain):
14891         * gst/playback/gstplaybasebin.c: (setup_source):
14892         * gst/playback/test3.c: (update_scale):
14893         Some GCC4 fixes
14894         
14895         * po/af.po:
14896         * po/az.po:
14897         * po/cs.po:
14898         * po/en_GB.po:
14899         * po/hu.po:
14900         * po/it.po:
14901         * po/nb.po:
14902         * po/nl.po:
14903         * po/or.po:
14904         * po/sq.po:
14905         * po/sr.po:
14906         * po/sv.po:
14907         * po/uk.po:
14908         * po/vi.po: Foo
14909
14910 2005-05-05  Wim Taymans  <wim@fluendo.com>
14911
14912         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14913         (gst_audio_convert_caps_remove_format_info),
14914         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
14915         (gst_audio_convert_change_state), (gst_audio_convert_channels):
14916         * gst/videotestsrc/gstvideotestsrc.c:
14917         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
14918         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
14919         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
14920         (gst_videotestsrc_init), (gst_videotestsrc_loop):
14921         Don't ignore _push() return values.
14922         Make sure no processing is done when shutting down.
14923         Videotestsrc pad activation fix.
14924
14925 2005-05-05  Wim Taymans  <wim@fluendo.com>
14926
14927         * gst/adder/Makefile.am:
14928         * gst/adder/gstadder.c: (gst_adder_setcaps),
14929         (gst_adder_class_init), (gst_adder_init),
14930         (gst_adder_request_new_pad), (gst_adder_collected),
14931         (gst_adder_change_state):
14932         * gst/adder/gstadder.h:
14933         Ported adder as an example of a mixer element using
14934         collect pads. Needs more negotiation work.
14935
14936 2005-05-05  Wim Taymans  <wim@fluendo.com>
14937
14938         * ext/theora/theoradec.c: (_inc_granulepos),
14939         (theora_dec_src_event), (theora_dec_sink_event),
14940         (theora_handle_comment_packet), (theora_handle_type_packet),
14941         (theora_handle_header_packet), (theora_handle_data_packet),
14942         (theora_dec_chain):
14943         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14944         (gst_theora_enc_init), (theora_enc_sink_setcaps),
14945         (theora_push_buffer), (theora_push_packet),
14946         (theora_enc_sink_event), (theora_enc_chain),
14947         (theora_enc_change_state), (theora_enc_set_property),
14948         (theora_enc_get_property):
14949         Added stream lock to decoder so that we can serialize
14950         the discont event.
14951         More theoraenc porting, recover from errors, do clean
14952         shutdown.
14953
14954 2005-05-05  Wim Taymans  <wim@fluendo.com>
14955
14956         * ext/ogg/Makefile.am:
14957         * ext/ogg/README:
14958         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14959         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
14960         (gst_ogg_print):
14961         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14962         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14963         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14964         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14965         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
14966         (gst_ogg_mux_change_state):
14967         Ported ogg muxer.
14968
14969 2005-05-05  Wim Taymans  <wim@fluendo.com>
14970
14971         * docs/design-audiosinks.txt:
14972         * gst-libs/gst/audio/TODO:
14973         * gst-libs/gst/audio/gstaudiosink.c:
14974         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14975         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14976         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14977         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14978         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14979         (gst_audiosink_create_ringbuffer):
14980         * gst-libs/gst/audio/gstbaseaudiosink.c:
14981         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14982         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14983         (gst_baseaudiosink_set_property), (build_linear_format),
14984         (debug_spec_caps), (debug_spec_buffer),
14985         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14986         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14987         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14988         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14989         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14990         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14991         (gst_ringbuffer_release), (gst_ringbuffer_play),
14992         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14993         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
14994         (gst_ringbuffer_set_sample), (wait_segment),
14995         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
14996         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
14997         More work on the audiosink, mostly debugging and a race in
14998         shutdown.
14999
15000 2005-04-28  Wim Taymans  <wim@fluendo.com>
15001
15002         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15003         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15004         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15005         (vorbis_dec_src_query), (vorbis_dec_src_event),
15006         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15007         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15008         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15009         Don't crap out when seeking back to position 0.
15010
15011 2005-04-28  Wim Taymans  <wim@fluendo.com>
15012
15013         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15014         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15015         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15016         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15017         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15018         Make audio sink configurable, use alsasink as default.
15019
15020 2005-04-28  Wim Taymans  <wim@fluendo.com>
15021
15022         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15023         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15024         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15025         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15026         (vorbis_dec_change_state):
15027         * ext/vorbis/vorbisdec.h:
15028         Refactor, use STREAM_LOCK.
15029
15030 2005-04-28  Wim Taymans  <wim@fluendo.com>
15031
15032         * ext/theora/theoradec.c: (_inc_granulepos),
15033         (theora_dec_sink_event), (theora_handle_comment_packet),
15034         (theora_handle_type_packet), (theora_handle_header_packet),
15035         (theora_handle_data_packet), (theora_dec_chain),
15036         (theora_dec_change_state):
15037         Refactor a bit, use STREAM_LOCK.
15038
15039 2005-04-28  Wim Taymans  <wim@fluendo.com>
15040
15041         * ext/alsa/Makefile.am:
15042         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15043         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15044         (gst_alsa_link), (gst_alsa_close_audio):
15045         * ext/alsa/gstalsaplugin.c: (plugin_init):
15046         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15047         (gst_alsasink_dispose), (gst_alsasink_base_init),
15048         (gst_alsasink_class_init), (gst_alsasink_init),
15049         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15050         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15051         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15052         (gst_alsasink_reset):
15053         * ext/alsa/gstalsasink.h:
15054         Implement alsasink with simple open/write/close API. 
15055         Make alsa dir build by disabling compilation of code.
15056
15057 2005-04-28  Wim Taymans  <wim@fluendo.com>
15058
15059         * gst-libs/gst/audio/Makefile.am:
15060         * gst-libs/gst/audio/audio.h:
15061         * gst-libs/gst/audio/audioclock.c:
15062         * gst-libs/gst/audio/audioclock.h:
15063         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15064         (gst_audio_clock_class_init), (gst_audio_clock_init),
15065         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15066         * gst-libs/gst/audio/gstaudioclock.h:
15067         * gst-libs/gst/audio/gstaudiosink.c:
15068         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15069         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15070         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15071         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15072         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15073         (gst_audiosink_create_ringbuffer):
15074         * gst-libs/gst/audio/gstbaseaudiosink.c:
15075         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15076         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15077         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15078         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15079         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15080         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15081         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15082         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15083         * gst-libs/gst/audio/gstbaseaudiosink.h:
15084         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15085         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15086         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15087         (gst_ringbuffer_release), (gst_ringbuffer_play),
15088         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15089         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15090         (gst_ringbuffer_set_sample), (wait_segment),
15091         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15092         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15093         * gst-libs/gst/audio/gstringbuffer.h:
15094         Make ringbuffer faster and more simple by removing the locks
15095         in the playback thread.
15096         Add sample accurate playback based on buffer sample offsets.
15097         Make the baseaudiosink provide a clock.
15098         Parse caps in the base class.
15099         Correctly handle seeking, flushing and state changes.
15100
15101 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15102
15103         * configure.ac:
15104         * gst/audioconvert/Makefile.am:
15105         * gst/audioscale/Makefile.am:
15106           Fix part of the build.  Come on guys, autogen didn't even work :)
15107
15108 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15109
15110         * configure.ac:
15111         * gst-libs/gst/Makefile.am:
15112         * gst-libs/gst/media-info/.cvsignore:
15113         * gst-libs/gst/media-info/Makefile.am:
15114         * gst-libs/gst/media-info/README:
15115         * gst-libs/gst/media-info/media-info-priv.c:
15116         * gst-libs/gst/media-info/media-info-priv.h:
15117         * gst-libs/gst/media-info/media-info-test.c:
15118         * gst-libs/gst/media-info/media-info.c:
15119         * gst-libs/gst/media-info/media-info.h:
15120         * gst-libs/gst/media-info/media-info.vcproj:
15121         * pkgconfig/Makefile.am:
15122         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15123         * pkgconfig/gstreamer-media-info.pc.in:
15124           Remove media-info, which is also successed by playbin (see Totem
15125           implementation).
15126
15127 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15128
15129         * configure.ac:
15130         * examples/Makefile.am:
15131         * examples/gstplay/.cvsignore:
15132         * examples/gstplay/Makefile.am:
15133         * examples/gstplay/player.c:
15134         * gst-libs/gst/Makefile.am:
15135         * gst-libs/gst/play/.cvsignore:
15136         * gst-libs/gst/play/Makefile.am:
15137         * gst-libs/gst/play/play.c:
15138         * gst-libs/gst/play/play.h:
15139         * gst-libs/gst/play/play.vcproj:
15140         * pkgconfig/Makefile.am:
15141         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15142         * pkgconfig/gstreamer-play.pc.in:
15143           Remove libgstplay, playbin is now the official successor.
15144
15145 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15146
15147         * configure.ac:
15148         * gst-libs/gst/Makefile.am:
15149         * gst-libs/gst/xwindowlistener/Makefile.am:
15150         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15151         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15152           Remove deprecated xwindowlistener (I've moved xwindowlistening
15153           in the v4l/v4l2 plugins over to serverside).
15154
15155 2005-04-25  David Schleef  <ds@schleef.org>
15156
15157         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15158         to examples/dynparams.  Examples do not belong interspersed with
15159         source code.
15160         * examples/dynparams/demo-dparams.c:
15161         * gst/sine/Makefile.am:
15162         * gst/sine/demo-dparams.c:
15163
15164 2005-04-25  David Schleef  <ds@schleef.org>
15165
15166         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15167         * gst-libs/gst/audio/Makefile.am:
15168         * gst-libs/gst/riff/Makefile.am:
15169         * gst-libs/gst/tag/Makefile.am:
15170         * gst-libs/gst/video/Makefile.am:
15171         * gst-libs/gst/xwindowlistener/Makefile.am:
15172
15173         Convert to 0.9 API, seems to work:
15174         * sys/ximage/Makefile.am:
15175         * sys/ximage/ximagesink.c:
15176
15177 2005-04-24  David Schleef  <ds@schleef.org>
15178
15179         Link plugins against libraries:
15180         * ext/alsa/Makefile.am:
15181         * gst/tcp/Makefile.am:
15182
15183         Remove asm code that should be in liboil
15184         * gst/videoscale/Makefile.am:
15185         * gst/videoscale/videoscale_x86_asm.s:
15186
15187         gettext wants these checked in:
15188         * po/af.po:
15189         * po/az.po:
15190         * po/cs.po:
15191         * po/en_GB.po:
15192         * po/hu.po:
15193         * po/it.po:
15194         * po/nb.po:
15195         * po/nl.po:
15196         * po/or.po:
15197         * po/sq.po:
15198         * po/sr.po:
15199         * po/sv.po:
15200         * po/uk.po:
15201         * po/vi.po:
15202
15203 2005-04-24  David Schleef  <ds@schleef.org>
15204
15205         Convert gst_main() to g_main_loop_run()
15206         * gst/playback/decodetest.c: (main):
15207         * gst/playback/test2.c: (main):
15208         * gst/playback/test3.c: (main):
15209         * gst/playback/test4.c: (main):
15210
15211         Link plugins against libraries:
15212         * ext/libvisual/Makefile.am:
15213         * sys/xvimage/Makefile.am:
15214
15215 2005-04-24  David Schleef  <ds@schleef.org>
15216
15217         * configure.ac: Remove idct and resample libs
15218         * gst-libs/gst/Makefile.am: same
15219
15220         Remove usage of gst_library_load():
15221         * ext/alsa/gstalsaplugin.c: (plugin_init):
15222         * ext/libvisual/visual.c: (plugin_init):
15223         * ext/ogg/gstogg.c: (plugin_init):
15224         * ext/theora/theora.c: (plugin_init):
15225         * ext/vorbis/vorbis.c: (plugin_init):
15226         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15227         * gst/audioscale/gstaudioscale.c:
15228         * gst/adder/gstadder.c: (plugin_init):
15229         * gst/audioconvert/plugin.c: (plugin_init):
15230         * sys/ximage/ximagesink.c: (plugin_init):
15231         * sys/xvimage/xvimagesink.c: (plugin_init):
15232         * gst/tcp/gsttcpplugin.c: (plugin_init):
15233
15234         Link plugins against libraries:
15235         * ext/ogg/Makefile.am:
15236         * ext/theora/Makefile.am:
15237         * ext/vorbis/Makefile.am:
15238         * gst/audioconvert/Makefile.am:
15239
15240         Create proper libraries:
15241         * gst-libs/gst/riff/Makefile.am:
15242         * gst-libs/gst/audio/Makefile.am:
15243         * gst-libs/gst/video/Makefile.am:
15244
15245         Move resample library to audioscale plugin directory:
15246         * gst-libs/gst/resample/Makefile.am:
15247         * gst-libs/gst/resample/README:
15248         * gst-libs/gst/resample/dtof.c:
15249         * gst-libs/gst/resample/dtos.c:
15250         * gst-libs/gst/resample/functable.c:
15251         * gst-libs/gst/resample/private.h:
15252         * gst-libs/gst/resample/resample.c:
15253         * gst-libs/gst/resample/resample.h:
15254         * gst-libs/gst/resample/resample.vcproj:
15255         * gst-libs/gst/resample/test.c:
15256         * gst/audioscale/Makefile.am:
15257         * gst/audioscale/README:
15258         * gst/audioscale/dtof.c:
15259         * gst/audioscale/dtos.c:
15260         * gst/audioscale/functable.c:
15261         * gst/audioscale/private.h:
15262         * gst/audioscale/resample.c:
15263         * gst/audioscale/resample.h:
15264         * gst/audioscale/test.c:
15265
15266         Move tagedit library to gst-libs:
15267         * gst-libs/gst/tag/Makefile.am:
15268         * gst-libs/gst/tag/gstid3tag.c:
15269         * gst-libs/gst/tag/gsttagediting.c:
15270         * gst-libs/gst/tag/gsttageditingprivate.h:
15271         * gst-libs/gst/tag/gstvorbistag.c:
15272         * gst/tags/Makefile.am:
15273         * gst/tags/gstid3tag.c:
15274         * gst/tags/gstvorbistag.c:
15275
15276         Fix for core changes:
15277         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15278         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15279         (gst_sinesrc_getrange):
15280
15281 2005-04-23  David Schleef  <ds@schleef.org>
15282
15283         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15284         in gst-plugins in a long time, and properly belongs in liboil.
15285         * gst-libs/gst/idct/Makefile.am:
15286         * gst-libs/gst/idct/README:
15287         * gst-libs/gst/idct/dct.h:
15288         * gst-libs/gst/idct/doieee:
15289         * gst-libs/gst/idct/fastintidct.c:
15290         * gst-libs/gst/idct/floatidct.c:
15291         * gst-libs/gst/idct/idct.c:
15292         * gst-libs/gst/idct/idct.h:
15293         * gst-libs/gst/idct/idtc.vcproj:
15294         * gst-libs/gst/idct/ieeetest.c:
15295         * gst-libs/gst/idct/intidct.c:
15296
15297 2005-04-20  Wim Taymans  <wim@fluendo.com>
15298
15299         * docs/design-audiosinks.txt:
15300         * gst-libs/gst/audio/Makefile.am:
15301         * gst-libs/gst/audio/TODO:
15302         * gst-libs/gst/audio/gstaudiosink.c:
15303         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15304         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15305         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15306         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15307         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15308         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15309         (gst_audiosink_class_init), (gst_audiosink_init),
15310         (gst_audiosink_create_ringbuffer):
15311         * gst-libs/gst/audio/gstaudiosink.h:
15312         * gst-libs/gst/audio/gstbaseaudiosink.c:
15313         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15314         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15315         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15316         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15317         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15318         (gst_baseaudiosink_create_ringbuffer),
15319         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15320         * gst-libs/gst/audio/gstbaseaudiosink.h:
15321         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15322         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15323         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15324         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15325         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15326         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15327         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15328         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15329         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15330         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15331         * gst-libs/gst/audio/gstringbuffer.h:
15332         An attempt at a set of audio base classes together with some
15333         design docs.
15334
15335 2005-04-20  Wim Taymans  <wim@fluendo.com>
15336
15337         * gst/audioconvert/Makefile.am:
15338         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15339         (gst_audio_convert_caps_remove_format_info),
15340         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15341         (gst_audio_convert_channels):
15342         Link against audio libs.
15343         Fix audio convert plugin.
15344
15345 2005-04-20  Wim Taymans  <wim@fluendo.com>
15346
15347         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15348         (gst_ogg_demux_sink_activate):
15349         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15350         (theora_set_header_on_caps), (theora_enc_sink_event),
15351         (theora_enc_chain):
15352         Fix theora encoder.
15353
15354 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15355
15356         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15357         * gst/playback/gstdecodebin.c: (find_compatibles):
15358           Work with staticpadtemplates in elementfactories.
15359
15360 2005-04-12  Wim Taymans  <wim@fluendo.com>
15361
15362         * gst/playback/README:
15363         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15364         (compare_ranks), (print_feature), (gst_decode_bin_init),
15365         (dynamic_create), (dynamic_free), (find_compatibles),
15366         (mimetype_is_raw), (close_pad_link), (got_redirect),
15367         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15368         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15369         (gst_decode_bin_change_state):
15370         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15371         (gst_play_base_bin_init), (group_destroy), (group_commit),
15372         (check_queue), (queue_overrun), (queue_threshold_reached),
15373         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15374         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15375         (got_redirect), (setup_source), (play_base_eos),
15376         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15377         (gst_play_base_bin_remove_element):
15378         * gst/playback/gstplaybasebin.h:
15379         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15380         (gst_play_bin_init), (gst_play_bin_dispose),
15381         (gst_play_bin_set_property), (gen_video_element),
15382         (gen_text_element), (gen_audio_element), (remove_sinks),
15383         (gst_play_bin_send_event):
15384         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15385         (stream_info_change_state), (gst_stream_info_set_mute):
15386         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15387         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15388         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15389         (gst_stream_selector_chain):
15390         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15391         (main):
15392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15393         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15394         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15395         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15396         Raw and crude port of decodebin. 
15397         Make playbin compile.
15398
15399 2005-04-06  Wim Taymans  <wim@fluendo.com>
15400
15401         * ext/gnomevfs/Makefile.am:
15402         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15403         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15404         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15405         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15406         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15407         (gst_gnomevfssrc_stop):
15408         * ext/ogg/Makefile.am:
15409         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15410         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15411         * ext/theora/Makefile.am:
15412         * ext/theora/theoradec.c: (_inc_granulepos),
15413         (theora_dec_sink_event), (theora_dec_chain):
15414         * ext/vorbis/Makefile.am:
15415         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15416         (vorbis_dec_sink_event), (vorbis_dec_chain):
15417         * gst-libs/gst/audio/Makefile.am:
15418         * sys/xvimage/Makefile.am:
15419         Make gnomevfssrc extend the source base class.
15420         Fix linking against libs in various plugins.
15421
15422 2005-04-06  Andy Wingo  <wingo@pobox.com>
15423
15424         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15425         GST_BASE_LIBS.
15426
15427         * configure.ac: Add check and AC_SUBST for libgstbase.
15428
15429 2005-03-31  Wim Taymans  <wim@fluendo.com>
15430
15431         * examples/seeking/Makefile.am:
15432         * examples/seeking/cdparanoia.c: (main):
15433         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15434         (play_cb), (pause_cb), (stop_cb), (main):
15435         * examples/seeking/playbin.c:
15436         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15437         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15438         (make_sid_pipeline), (make_vorbis_pipeline),
15439         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15440         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15441         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15442         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15443         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15444         (stop_cb), (main):
15445         * examples/seeking/spider_seek.c:
15446         * examples/seeking/vorbisfile.c:
15447         * ext/gnomevfs/Makefile.am:
15448         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15449         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15450         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15451         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15452         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15453         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15454         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15455         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15456         * ext/ogg/README:
15457         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15458         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15459         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15460         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15461         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15462         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15463         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15464         (gst_ogg_demux_factory_filter), (compare_ranks),
15465         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15466         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15467         (gst_ogg_chain_new), (gst_ogg_chain_free),
15468         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15469         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15470         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15471         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15472         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15473         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15474         (gst_ogg_demux_get_prev_page),
15475         (gst_ogg_demux_deactivate_current_chain),
15476         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15477         (gst_ogg_demux_bisect_forward_serialno),
15478         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15479         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15480         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15481         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15482         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15483         (gst_ogg_demux_change_state), (gst_ogg_print):
15484         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15485         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15486         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15487         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15488         (gst_ogg_mux_loop):
15489         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15490         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15491         (theora_dec_src_convert), (theora_dec_sink_convert),
15492         (theora_dec_src_query), (theora_dec_src_event),
15493         (theora_dec_sink_event), (theora_dec_chain),
15494         (theora_dec_change_state):
15495         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15496         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15497         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15498         (theora_enc_change_state):
15499         * ext/vorbis/Makefile.am:
15500         * ext/vorbis/oggvorbisenc.c:
15501         * ext/vorbis/oggvorbisenc.h:
15502         * ext/vorbis/vorbis.c: (plugin_init):
15503         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15504         (vorbis_dec_src_query), (vorbis_dec_src_event),
15505         (vorbis_dec_sink_event), (vorbis_dec_chain),
15506         (vorbis_dec_change_state):
15507         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15508         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15509         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15510         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15511         (gst_vorbisenc_change_state):
15512         * ext/vorbis/vorbisenc.h:
15513         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15514         * gst-libs/gst/audio/audioclock.c:
15515         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15516         (gst_audiofilter_init), (gst_audiofilter_chain):
15517         * gst-libs/gst/audio/testchannels.c: (main):
15518         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15519         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15520         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15521         (gmip_find_track_streaminfo), (gmip_find_track_format):
15522         * gst-libs/gst/media-info/media-info.c:
15523         (gst_media_info_read_idler):
15524         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15525         (gst_play_get_all_by_interface):
15526         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15527         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15528         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15529         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15530         (gst_riff_parse_info):
15531         * gst-libs/gst/riff/riff-read.h:
15532         * gst-libs/gst/riff/riff.c: (plugin_init):
15533         * gst-libs/gst/video/Makefile.am:
15534         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15535         (gst_videosink_class_init), (gst_videosink_get_type):
15536         * gst-libs/gst/video/videosink.h:
15537         * gst/audioconvert/bufferframesconvert.c:
15538         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15539         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15540         * gst/audioconvert/channelmixtest.c: (main):
15541         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15542         (gst_audio_convert_chain),
15543         (gst_audio_convert_caps_remove_format_info),
15544         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15545         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15546         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15547         (gst_audio_convert_buffer_to_default_format),
15548         (gst_audio_convert_buffer_from_default_format),
15549         (gst_audio_convert_channels):
15550         * gst/audioconvert/gstchannelmix.h:
15551         * gst/ffmpegcolorspace/avcodec.h:
15552         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15553         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15554         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15555         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15556         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15557         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15558         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15559         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15560         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15561         (dv_type_find):
15562         * gst/videotestsrc/gstvideotestsrc.c:
15563         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15564         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15565         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15566         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15567         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15568         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15569         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15570         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15571         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15572         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15573         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15574         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15575         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15576         (gst_xvimagesink_navigation_send_event),
15577         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15578         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15579         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15580         * sys/xvimage/xvimagesink.h:
15581         Plugin port to 0.9, ogg/theora playback should work in the seek
15582         example now.
15583         Removed old examples.
15584         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15585         explained in 0.9 TODO doc.
15586
15587
15588 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15589
15590         * autogen.sh:
15591         * configure.ac:
15592         * ext/Makefile.am:
15593         * gst/Makefile.am:
15594         * po/POTFILES.in:
15595         * po/af.po:
15596         * po/az.po:
15597         * po/cs.po:
15598         * po/en_GB.po:
15599         * po/hu.po:
15600         * po/it.po:
15601         * po/nb.po:
15602         * po/nl.po:
15603         * po/or.po:
15604         * po/sq.po:
15605         * po/sr.po:
15606         * po/sv.po:
15607         * po/uk.po:
15608         * po/vi.po:
15609         * sys/Makefile.am:
15610         * testsuite/Makefile.am:
15611           remove a whole bunch of plugins.  This module now contains a set
15612           of free reference plugins/elements as agreed.
15613
15614 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15615
15616         * configure.ac:
15617           hunting season on 0.9 is now OPEN
15618
15619 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15620
15621         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15622           Kick the hell out of gcc for not warning me about a symbol conflict.
15623
15624 2005-02-22  Luca Ognibene  <luogni@tin.it>
15625
15626         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15627
15628         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15629           Don't leak caps string (fixes #168134)
15630
15631         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15632         (gst_jpegenc_init), (gst_jpegenc_finalize),
15633         (gst_jpegenc_change_state):
15634           Don't leak line buffers and context struct (fixes #168133).
15635
15636 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15637
15638         * configure.ac:
15639         * ext/dirac/gstdiracdec.cc:
15640         (gst_diracdec_chain):
15641           Since dirac 0.5.0 the framerate in dirac is expressed as a
15642           rational number. Fix build and up requirement to 0.5.0, and
15643           also pass parameters to gst_diracdec_link in the right order
15644           (fixes #167959).
15645
15646 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15647
15648         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15649         * ext/faad/gstfaad.h:
15650         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15651         certain invalid muxed streams, where some packets will contain 
15652         junk after decoder data. Partially fixes #149158.
15653
15654 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15655         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15656           Make sure we only write to writable buffers
15657
15658 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15659
15660         * gst-libs/gst/riff/riff-media.c:
15661         (gst_riff_create_audio_caps_with_data):
15662           Do actually fix invalid RIFF fmt header values for alaw
15663           and mulaw audio instead of just saying so.
15664
15665         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15666           Give gst_riff_create_audio_caps_with_data() a chance to
15667           fix up broken format header fields before extracting any
15668           parameters from the header. (fixes #167633)
15669
15670 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15671
15672         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15673
15674         * gst/audioconvert/bufferframesconvert.c:
15675         (buffer_frames_convert_link):
15676           Don't leak othercaps. (fixes #167878)
15677
15678 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15679
15680         * configure.ac:
15681         * ext/libvisual/visual.c: (gst_visual_srclink),
15682         (gst_visual_change_state):
15683           Support libvisual 0.2.0.
15684
15685 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15686
15687         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15688         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15689           Use same rowstrides for I420 as used everywhere else.
15690
15691 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15692
15693         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15694           Declare variables at beginning of block and make gcc-2.95 happy
15695           (fixes # 167482, patch by Gergely Nagy).
15696           
15697         * gst/tcp/gsttcpclientsrc.c:
15698         * gst/tcp/gsttcpclientsrc.h:
15699           Move some includes into the header, so that struct sockaddr_in is
15700           defined when it should be defined on FreeBSD as well (fixes
15701           #167483).
15702           
15703         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15704           Don't pass uninitialised values to setsockopt() here either.
15705
15706 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15707
15708         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15709
15710         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15711           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15712
15713 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15714
15715         * gst/playback/gstplaybin.c: (add_sink):
15716           Invert bin_add/link order to workaround deadlock in opt.
15717
15718 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15719
15720         * gst/modplug/gstmodplug.cc:
15721           Add missing break causing position queries to fail.
15722
15723 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15724
15725         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15726           Granpos can apparently be -1, which screws up calculations...
15727
15728 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15729
15730         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15731         (gst_ximagesink_send_pending_navigation),
15732         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15733         (gst_ximagesink_init):
15734         * sys/ximage/ximagesink.h:
15735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15736         (gst_xvimagesink_send_pending_navigation),
15737         (gst_xvimagesink_navigation_send_event),
15738         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15739         * sys/xvimage/xvimagesink.h:
15740           Use a mutex protected list to marshal navigation
15741           events into the stream thread from whichever thread
15742           sends them.
15743
15744 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
15745
15746         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15747           Display current position and track length; misc. clean-ups.
15748           
15749         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15750         (speed_init), (speed_chain):
15751           Add query function, so that the stream length and current position
15752           get adjusted when queried (note that current position queries may
15753           still be wrong if the audio sink returns values based on buffer
15754           timestamps instead of passing on the query).
15755
15756 2005-02-13  Benjamin Otte  <otte@gnome.org>
15757
15758         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15759         (gst_audio_convert_channels):
15760           create channel conversion matrix when linking
15761         * gst/audioconvert/.cvsignore:
15762         * gst/audioconvert/Makefile.am:
15763         * gst/audioconvert/channelmixtest.c: (main):
15764           add (ugly) test that ensures stereo <=> mono conversion works
15765           correctly
15766
15767 2005-02-13  Benjamin Otte  <otte@gnome.org>
15768
15769         * gst/audioconvert/gstchannelmix.h:
15770           include missing header file
15771         * gst/audioconvert/gstchannelmix.c:
15772         (gst_audio_convert_fill_compatible):
15773           use same sign for both channels when converting to/from compatible
15774           channel. Previously used different signs made the signals cancel
15775           each other out and appear like silence. (fixes #167269)
15776
15777 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15778
15779         * gst/ffmpegcolorspace/avcodec.h:
15780         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15781         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15782         (gst_ffmpegcsp_avpicture_fill):
15783         * gst/ffmpegcolorspace/imgconvert.c:
15784           Convert to and from YV12 (fixes #156379).
15785
15786 2005-02-12  Julien MOUTTE  <julien@moutte.net>
15787
15788         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15789         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15790         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15791         (gst_ximagesink_expose), (gst_ximagesink_set_property),
15792         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
15793         methods from chain and negotiation and vice versa (Fixes #166142).
15794         * sys/ximage/ximagesink.h: Add stream_lock.
15795         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15796         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15797         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15798         (gst_xvimagesink_expose): Check for xcontext before trying to link.
15799
15800 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15801
15802         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
15803           Don't send "Hey! You gave me a NULL pointer you naughty person" as
15804           error message when we can't open the DVD device (when dvdnav_open()
15805           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
15806           the above). Send something more useful instead (fixes #167117).
15807
15808 2005-02-11  Julien MOUTTE  <julien@moutte.net>
15809
15810         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15811         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
15812         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15813         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15814         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15815         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
15816         methods from chain and negotiation and vice versa (Fixes #166142).
15817         Fix a possible bug of images in the buffer pool being discarded because
15818         we are looking at the wrong geometry.
15819         * sys/xvimage/xvimagesink.h: Add stream_lock.
15820
15821 2005-02-11  David Schleef  <ds@schleef.org>
15822
15823         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
15824         unsigned int. (fixes #167128)
15825
15826 2005-02-11  David Schleef  <ds@schleef.org>
15827
15828         * gst/librfb/Makefile.am: Testing stuff before committing is
15829           for wimps... and people with fast machines.  Fix stupid
15830           mistake.
15831
15832 2005-02-11  David Schleef  <ds@schleef.org>
15833
15834         * configure.ac: Pull in librfb from my CVS tree, because it is
15835           too small and annoying to be separate.  Move rfbsrc plugin
15836           to gst/.
15837         * ext/Makefile.am:
15838         * ext/librfb/Makefile.am:
15839         * ext/librfb/gstrfbsrc.c:
15840         * gst/librfb/Makefile.am:
15841         * gst/librfb/gstrfbsrc.c:
15842         * gst/librfb/rfb.c:
15843         * gst/librfb/rfb.h:
15844         * gst/librfb/rfbbuffer.c:
15845         * gst/librfb/rfbbuffer.h:
15846         * gst/librfb/rfbbytestream.c:
15847         * gst/librfb/rfbbytestream.h:
15848         * gst/librfb/rfbcontext.h:
15849         * gst/librfb/rfbdecoder.c:
15850         * gst/librfb/rfbdecoder.h:
15851         * gst/librfb/rfbutil.h:
15852
15853 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
15854
15855         * gst/speed/Makefile.am:
15856         * gst/speed/demo-mp3.c: (main):
15857         * gst/speed/filter.func:
15858         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
15859         (speed_class_init), (speed_init), (speed_chain_int16),
15860         (speed_chain_float32), (speed_chain), (speed_set_property),
15861         (speed_get_property), (speed_change_state):
15862         * gst/speed/gstspeed.h:
15863           Fix speed element and make it chain-based (fixes #156467),
15864           and make it handle more than one channel.
15865
15866 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
15867
15868         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
15869         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
15870         (gst_dtsdec_chain), (gst_dtsdec_change_state):
15871         * ext/dts/gstdtsdec.h:
15872           Don't clobber the stack constructing the channels array.
15873           Make the element chain-based. DTS tracks can now be played.
15874           
15875 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
15876
15877         * gst-libs/gst/audio/multichannel.h:
15878         * gst-libs/gst/gconf/gconf.h:
15879         * gst-libs/gst/idct/idct.h:
15880         * gst-libs/gst/media-info/media-info-priv.h:
15881         * gst-libs/gst/play/play.h:
15882         * gst-libs/gst/resample/private.h:
15883         * gst-libs/gst/resample/resample.h:
15884         * gst-libs/gst/riff/riff-ids.h:
15885         * gst-libs/gst/video/video.h:
15886         * gst-libs/gst/video/videosink.h:
15887           Add G_BEGIN_DECLS and G_END_DECLS around headers where
15888           missing, so that they work when included from C++ code.
15889
15890 2005-02-09  David Schleef  <ds@schleef.org>
15891
15892         * testsuite/gst-lint: Check for non-statically scoped
15893           parent_class variables.  This won't be a problem once
15894           plugins are loaded with RTLD_LOCAL.
15895
15896 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15897
15898         * ext/mplex/gstmplexibitstream.cc:
15899           gcc madness.
15900
15901 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15902
15903         * ext/ogg/gstogmparse.c:
15904         * gst/debug/gstnavigationtest.c:
15905           Die, thou faulty symbol pollutors (non-static parent_class).
15906
15907 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15908
15909         * ext/mplex/gstmplexibitstream.cc:
15910           Fix event handling (#165525).
15911
15912 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15913
15914         * ext/mikmod/gstmikmod.c:
15915         * gst/modplug/gstmodplug.cc:
15916           Add missing endianness to template (fixes #165509).
15917
15918 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15919
15920         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
15921           Fix wrong order of reading of optional bytes (#165290).
15922
15923 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15924
15925         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15926           Implement FILLER event awareness.
15927
15928 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15929
15930         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
15931           Fix track calculations (#166208).
15932
15933 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15934
15935         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15936
15937         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
15938         * ext/libpng/gstpngenc.c:
15939           Fix byte-order, use proper fixed caps. Fixes #164197.
15940
15941 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
15942
15943         * configure.ac:
15944           Add dvdlpcmdec 
15945
15946         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
15947         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
15948           Don't push buffers if the src pad isn't negotiated yet.
15949           
15950         * gst/audioconvert/gstaudioconvert.c:
15951         (gst_audio_convert_buffer_to_default_format),
15952         (gst_audio_convert_buffer_from_default_format):
15953           Add support for 24-bit width.
15954
15955         * gst/dvdlpcmdec/.cvsignore:
15956         * gst/dvdlpcmdec/Makefile.am:
15957         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
15958         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
15959         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
15960         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
15961         (plugin_init):
15962         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
15963           New decoder for rearranging DVD LPCM into our audio/x-raw-int
15964           format. Needs support for the channels maps if someone can find 
15965           a DVD LPCM track with > 2 channels.
15966
15967         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
15968         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
15969         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
15970         * gst/mpegstream/gstdvddemux.h:
15971         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
15972         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
15973         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
15974         * gst/mpegstream/gstmpegdemux.h:
15975         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
15976         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
15977         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
15978         (gst_mpeg_parse_handle_src_query),
15979         (gst_mpeg_parse_handle_src_event):
15980           Use audio/x-dvd-lpcm for LPCM output.
15981           Add DTS output.
15982
15983 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15984
15985         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15986
15987         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
15988         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
15989           Add BGRA handling (#165736).
15990
15991 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
15992
15993         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15994
15995         * gst/law/alaw-decode.c: (alawdec_link):
15996         * gst/law/alaw-encode.c: (alawenc_link):
15997         * gst/law/mulaw-decode.c: (mulawdec_link):
15998         * gst/law/mulaw-encode.c: (mulawenc_link):
15999           Fix caps memleaks (#166600).
16000
16001 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16002
16003         * ext/tarkin/mem.h:
16004         * ext/tarkin/wavelet.h:
16005         * ext/tarkin/yuv.h:
16006         * gst/ffmpegcolorspace/avcodec.h:
16007           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16008           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16009
16010 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16011
16012         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16014         (gst_xvimagesink_change_state):
16015           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16016           Xv video (and thereby regenerate Xv colourkey) in clear() so
16017           that PLAY -> READY -> PLAY works (fixes #162504).
16018
16019 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16020
16021         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16022           Switch to list instead of range, since MJPEG-devices really just
16023           support decimations, not any size.
16024
16025 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16026         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16027         (gst_mpeg2dec_reset), (free_all_buffers),
16028         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16029         * ext/mpeg2dec/gstmpeg2dec.h:
16030           The libmpeg2 user-allocated buffer management is awkward, 
16031           to say the least. Hopefully this fixes things.
16032
16033 2005-02-04  Andy Wingo  <wingo@pobox.com>
16034
16035         * gst/audioconvert/bufferframesconvert.c
16036         (buffer_frames_convert_fixate): New function, fixates to 256
16037         frames per buffer by default. (Much better than 1.)
16038         (buffer_frames_convert_init): Set the fixate function for both src
16039         and sink pad.
16040         (buffer_frames_convert_link): After success setting nonfixed caps,
16041         get the negotiated caps so we can know how many buffer-frames it
16042         will be. No idea how this worked at all before.
16043
16044 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16045
16046         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16047         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16048         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16049         (handle_sequence), (handle_picture):
16050         * ext/mpeg2dec/gstmpeg2dec.h:
16051           Rearrange buffer tracking and refcounting and refactor
16052           a little for readability. 
16053
16054 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16055         * sys/v4l/gstv4l.c: (plugin_init):
16056         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16057         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16058         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16059         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16060         * sys/v4l/gstv4ljpegsrc.h:
16061         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16062         * sys/v4l/v4l_calls.h:
16063         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16064         (gst_v4lsrc_get_fps):
16065         * sys/v4l/v4lsrc_calls.h:
16066           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16067           you jpeg inside rgb frames" driver.
16068           Don't error in the v4lsrc link function, just return 
16069           REFUSED.
16070
16071 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16072
16073         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16074         (gst_qcamsrc_open):
16075           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16076
16077 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16078
16079         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16080           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16081
16082 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16083
16084         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16085           Reset negotiated state on PAUSED->READY.
16086
16087 2005-02-02  David Schleef  <ds@schleef.org>
16088
16089         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16090         whereever possible.  (Fixes #165997)
16091         * examples/capsfilter/capsfilter1.c: (main):
16092         * examples/dynparams/filter.c: (create_ui):
16093         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16094         * examples/seeking/chained.c: (main):
16095         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16096         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16097         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16098         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16099         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16100         * examples/switch/switcher.c: (main):
16101         * ext/dv/demo-play.c: (main):
16102         * ext/faad/gstfaad.c: (gst_faad_change_state):
16103         * ext/mad/gstmad.c: (gst_mad_chain):
16104         * ext/smoothwave/demo-osssrc.c: (main):
16105         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16106         (gst_gconf_render_bin_from_description),
16107         (gst_gconf_get_default_audio_sink),
16108         (gst_gconf_get_default_video_sink),
16109         (gst_gconf_get_default_audio_src),
16110         (gst_gconf_get_default_video_src),
16111         (gst_gconf_get_default_visualization_element):
16112         * gst/level/demo.c: (main):
16113         * gst/level/plot.c: (main):
16114         * gst/playback/gstplaybin.c: (gen_video_element),
16115         (gen_audio_element):
16116         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16117         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16118         * gst/sine/demo-dparams.c: (main):
16119         * gst/spectrum/demo-osssrc.c: (main):
16120         * gst/speed/demo-mp3.c: (main):
16121         * gst/volume/demo.c: (main):
16122         * testsuite/embed/embed.c: (main):
16123
16124 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16125
16126         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16127         (gst_tcpclientsink_finalize):
16128         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16129         (gst_tcpclientsrc_finalize):
16130         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16131         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16132         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16133         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16134           Don't leak the hostname when shutting down.
16135           In tcpserversrc, take a copy of the default hostname.
16136
16137 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16138
16139         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16140           Set caps to systemstream=TRUE.
16141
16142 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16143
16144         * testsuite/Makefile.am:
16145           Fix more OSX buildbots.
16146
16147 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16148
16149         * ext/mpeg2dec/gstmpeg2dec.c:
16150           Don't send things to NULL PAD_PEERs
16151
16152         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16153           Copy-on-write the incoming buffer.
16154
16155         * gst/mpegstream/gstdvddemux.h:
16156         * gst/mpegstream/gstmpegclock.h:
16157         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16158         (normal_seek), (gst_mpeg_demux_handle_src_event):
16159         * gst/mpegstream/gstmpegdemux.h:
16160         * gst/mpegstream/gstmpegpacketize.h:
16161         * gst/mpegstream/gstmpegparse.c:
16162         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16163         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16164         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16165         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16166         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16167         * gst/mpegstream/gstmpegparse.h:
16168         * gst/mpegstream/gstrfc2250enc.h:
16169           Various changes to the way time is computed that make seeking and
16170           total time estimation much better here.
16171           Use G_BEGIN/END_DECLS instead of __cplusplus
16172
16173         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16174           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16175
16176 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16177
16178         * gst/subparse/gstsubparse.c:
16179           Fix OSX buildbot.
16180
16181 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16182
16183         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16184         (theora_enc_chain), (theora_enc_change_state):
16185         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16186         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16187         (gst_vorbisenc_change_state):
16188         * ext/vorbis/vorbisenc.h:
16189           Set granulepos and timestamp correctly for streams not
16190           starting at 0, taking into account the initial delay.
16191
16192 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16193
16194         * gst/mpegstream/gstdvddemux.c:
16195           Add audio/x-dts to audio pad template caps
16196
16197 2005-01-30  David Schleef  <ds@schleef.org>
16198
16199         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16200         (create_context), (gst_polypsink_link): Fix silly endianness
16201         bug.  Add some debugging.  Remove float from caps; it doesn't
16202         work.  Attempt to get remote audio working.
16203
16204 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16205
16206         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16207           Add 3IV2 fourcc.
16208
16209 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16210
16211         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16212         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16213         (gst_avi_demux_stream_data):
16214         * gst/avi/gstavidemux.h:
16215           Invert DIB images. Fixes #132341.
16216
16217 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16218
16219         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16220         (gst_ffmpegcsp_chain):
16221           D'oh, reference the palette data, not the palette structure.
16222           Fixes color distortion in #132341.
16223
16224 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16225
16226         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16227           PAR can be non-fixed when not provided as argument (#162626).
16228
16229 2005-01-29  David Moore  <dcm@acm.org>
16230
16231         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16232
16233         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16234         (gst_qtdemux_loop_header):
16235           Re-apply patch from #142272 that allows non-seekable sources,
16236           re-proposed by Daniel Drake <dsd@gentoo.org>.
16237
16238 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16239
16240         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16241           Use the src template for creating the src pad (#162330).
16242
16243 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16244
16245         * configure.ac:
16246         * ext/musepack/Makefile.am:
16247         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16248         (gst_musepackdec_init), (gst_musepackdec_dispose),
16249         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16250         (gst_musepack_stream_init), (gst_musepackdec_loop),
16251         (gst_musepackdec_change_state):
16252         * ext/musepack/gstmusepackdec.cpp:
16253         * ext/musepack/gstmusepackdec.h:
16254         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16255         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16256         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16257         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16258         * ext/musepack/gstmusepackreader.cpp:
16259         * ext/musepack/gstmusepackreader.h:
16260           Update to 1.1 API (#165446).
16261
16262 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16263
16264         * ext/Makefile.am:
16265           Unbreak buildbot.
16266
16267 2005-01-28  Andy Wingo  <wingo@pobox.com>
16268
16269         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16270         to reflect a different dubious internet source. Add a reference
16271         and some commentary.
16272
16273 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16274
16275         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16276         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16277         * gst/playback/gststreamselector.h:
16278           Be more selective when we're redoing caps negotiation from
16279           within the chain function on a stream change.
16280
16281 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16282
16283         * configure.ac:
16284         * ext/Makefile.am:
16285         * ext/amrnb/Makefile.am:
16286         * ext/amrnb/amrnb.c: (plugin_init):
16287         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16288         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16289         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16290         (gst_amrnbdec_state_change):
16291         * ext/amrnb/amrnbdec.h:
16292         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16293         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16294         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16295         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16296         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16297         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16298         * ext/amrnb/amrnbparse.h:
16299           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16300         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16301           Add AMR-NB/-WB raw formats.
16302         * ext/alsa/gstalsa.c: (gst_alsa_link):
16303           Keep valid time when changing format.
16304         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16305         (qtdemux_parse_trak):
16306           Add some more format-specific options (#140141, #143555, #155163).
16307
16308 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16309
16310         * gst/matroska/matroska-demux.c:
16311         (gst_matroska_demux_parse_blockgroup):
16312           Fix logic error in timing of subtitle stream synchronization.
16313         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16314           Add skip-chunk, which is found in kodak-camera streams.
16315
16316 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16317
16318         * po/LINGUAS:
16319         * po/vi.po:
16320           Adding Vietnamese translation (submitted by Clytie Siddall)
16321
16322 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16323
16324         * gst/playback/gstdecodebin.c: (try_to_link_1):
16325           Use realpad for signal.
16326
16327 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16328
16329         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16330           Fix category so decodebin picks it up.
16331
16332 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16333
16334         * ext/mad/Makefile.am:
16335         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16336         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16337         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16338         (found_type), (gst_id3demux_bin_change_state):
16339         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16340         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16341         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16342         (gst_id3_tag_change_state), (plugin_init):
16343         * ext/mad/gstmad.h:
16344           Add id3demuxbin (which is a simple bin consisting of id3demux
16345           and typefind), take over rank from id3demux, remove typefind
16346           code from id3demux. Makes all broken mp3s that I know of work,
16347           and thereby fixes #152688.
16348
16349 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16350
16351         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16352
16353         * ext/mad/gstmad.c: (gst_mad_src_event):
16354         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16355           Allow seeks on audio pad, make mad forward those (#164826).
16356         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16357           Set duration (#165335).
16358
16359 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16360
16361         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16362         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16363         (gst_asf_demux_process_ext_content_desc),
16364         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16365         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16366         * gst/asfdemux/gstasfdemux.h:
16367           Improve metadata display, e.g. if the metadata comes before the
16368           streams are loaded (which is perfectly valid).
16369
16370 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16371
16372         * tools/gst-launch-ext-m.m:
16373           Fix AVI/ASF pipelines (#165340).
16374
16375 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16376         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16377         build failure on amd64
16378
16379 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16380
16381         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16382         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16383           Check environment variables GST_ID3V2_TAG_ENCODING,
16384           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16385           list of character encodings to force interpretation of non-unicode
16386           strings stored in an ID3v2 tag to a particular encoding. If none
16387           is specified, try to use current locale's encoding, then fall back
16388           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16389         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16390         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16391           Check environment variables GST_ID3V1_TAG_ENCODING,
16392           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16393           list of character encodings to use in case a string encountered
16394           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16395           specified, try to use the current locale's encoding, then fall
16396           back to ISO-8859-1 (which will always succeed).
16397
16398 2005-01-25  Benjamin Otte  <otte@gnome.org>
16399
16400         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16401           - on half framerate, compute the rate in advance so the comparisons
16402             don't compare wrong values
16403           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16404             behaviour
16405           - don't use mad_header_decode anymore, mad_frame_decode does that
16406             automatically
16407           - when getting rid of consumed bytes, reset the stream's skiplen
16408           (fixes #163867)
16409
16410 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16411
16412         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16413           Use 1/2 a second for default max_discont, as PES streams from DVB
16414           seem to have larger spacings in the SCR. 
16415           Fix a typo.
16416
16417 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16418
16419         * gst/playback/gstplaybasebin.c: (group_commit):
16420           Notify delayed stream-info availability.
16421
16422 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16423         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16424         (gst_a52dec_handle_event), (gst_a52dec_chain):
16425         Add some debug output. Check that a discont has a valid
16426         time associated.
16427         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16428         (gst_alsa_sink_loop):
16429         Ignore TAG events. A little extra debug for broken timestamps.
16430         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16431         (dvdnavsrc_change_state):
16432         Ensure we send a discont to engage the link before we send any
16433         other events.
16434         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16435         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16436         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16437         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16438         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16439         dvd://title works in totem because typefinding sends a seek that ends
16440         up going back to chapter 1 regardless.
16441         * ext/mpeg2dec/gstmpeg2dec.c:
16442         * ext/mpeg2dec/gstmpeg2dec.h:
16443         Output correct timestamps and handle disconts.
16444         * ext/ogg/gstoggdemux.c: (get_relative):
16445         Small guard against a null dereference.
16446         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16447         (gst_textoverlay_set_property):
16448         Free memory when done. Don't call gst_event_filler_get_duration on
16449         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16450         g_warning.
16451         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16452         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16453         (gst_sw_srclink), (gst_smoothwave_chain):
16454         Draw solid lines, prettier colours.
16455         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16456         Add a default palette that'll work for some movies.
16457         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16458         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16459         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16460         * gst/mpegstream/gstdvddemux.h:
16461         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16462         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16463         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16464         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16465         * gst/mpegstream/gstmpegparse.h:
16466         Use PTM/NAV events when for timestamp adjustment when connected to 
16467         dvdnavsrc. Don't use many discont events where one suffices.
16468         * gst/playback/gstplaybasebin.c: (group_destroy),
16469         (gen_preroll_element), (gst_play_base_bin_add_element):
16470         * gst/playback/gstplaybasebin.h:
16471         Make sure we remove subtitles from the same bin we put them in.
16472         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16473         (gst_subparse_buffer_format_autodetect),
16474         (gst_subparse_change_state):
16475         Fix some memleaks and invalid accesses.
16476         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16477         (oggskel_type_find), (cmml_type_find), (plugin_init):
16478         Some typefind functions for Annodex v3.0 files
16479         * gst/wavparse/gstwavparse.h:
16480         GstRiffReadClass is the correct parent class.
16481
16482 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16483
16484         * gst-libs/gst/riff/riff-media.c:
16485         (gst_riff_create_video_caps_with_data):
16486           Add extradata to huffyuv (fixes #165013).
16487         * gst-libs/gst/riff/riff-read.c:
16488         (gst_riff_read_strf_vids_with_data):
16489           Fix extradata extraction if it is in the chunk size.
16490
16491 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16492
16493         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16494
16495         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16496         (gst_quarktv_change_state), (gst_quarktv_dispose):
16497           Memory free'ing location fix (#164708).
16498
16499 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16500
16501         * gst/playback/gstplaybasebin.c: (group_commit),
16502         (gen_preroll_element), (probe_triggered), (gen_source_element),
16503         (setup_source), (gst_play_base_bin_change_state),
16504         (gst_play_base_bin_add_element):
16505           Don't block for streams.
16506         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16507         (gst_stream_info_set_mute):
16508           Use gst_pad_set_active_recursive.
16509
16510 2005-01-25  Andy Wingo  <wingo@pobox.com>
16511
16512         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16513         for #ifndef HAVE_XVIDEO.
16514
16515 2005-01-24  Jeffrey C. Ollie
16516
16517         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16518
16519         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16520         * ext/gsm/gstgsmdec.h:
16521         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16522         * ext/gsm/gstgsmenc.h:
16523         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16524         was given by property. Add proper buffer timestamps and offsets.
16525
16526 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16527
16528         * gst-libs/gst/riff/riff-media.c:
16529         (gst_riff_create_audio_caps_with_data):
16530           Audio can be <8000Hz.
16531
16532 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16533
16534         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16535           Explicit state change to workaround refcount bugs.
16536
16537 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16538
16539         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16540         (gst_avimux_riff_get_avi_header):
16541           Fix...
16542
16543 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16544
16545         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16546         (gst_riff_read_element_data):
16547         * gst-libs/gst/riff/riff-read.h:
16548           Add _peek version (req'ed in CDXA).
16549         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16550         (gst_cdxaparse_loop):
16551           Fix parsing in playbin.
16552         * gst/playback/gstdecodebin.c: (close_pad_link):
16553           Ignore current_ pads, they cause major annoyance.
16554
16555 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16556
16557         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16558           Safety guard.
16559
16560 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16561
16562         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16563           Fix padding...
16564
16565 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16566
16567         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16568           Allow for 0-sized buffers. Fixes length query problems in
16569           starwars.mkv from the testsuite.
16570
16571 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16572
16573         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16574         (gst_video_box_i420), (gst_video_box_chain):
16575           Fix row strides for I420 (fixes #163159)
16576           
16577 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16578
16579         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16580           MPEG2 has a useful rate property, so we can actually use that.
16581           For MPEG-1, continue using the bytes/time properties.
16582
16583 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16584
16585         * gst-libs/gst/riff/riff-media.c:
16586         (gst_riff_create_video_caps_with_data),
16587         (gst_riff_create_video_template_caps):
16588           Add intel-h263.
16589
16590 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16591
16592         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16593           Fail if caps negotiation fails. Should fix #162184, and should
16594           definately be in there regardless of it fixing the actual bug.
16595         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16596         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16597         (gst_avimux_riff_get_avix_header),
16598         (gst_avimux_riff_get_video_header),
16599         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16600         (gst_avimux_start_file), (gst_avimux_handle_event),
16601         (gst_avimux_change_state):
16602         * gst/avi/gstavimux.h:
16603           Refactor structure writing to use GST_WRITE_UINT macros, add
16604           metadata writing support.
16605
16606 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16607
16608         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16609           Elements may already be destroyed when this function is called.
16610
16611 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16612
16613         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16614         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16615           More memory leak fixes (#149162).
16616
16617 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16618
16619         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16620         (gst_qtdemux_add_stream):
16621           Fix two memleaks.
16622
16623 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16624
16625         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16626           Argh...
16627
16628 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16629
16630         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16631           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16632           when fixating to six channels in Totem.
16633
16634 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16635
16636         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16637           Fix compile warnings on Solaris 10 buildbot
16638
16639 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16640
16641         * ext/dvdread/dvdreadsrc.c: (_read):
16642           Don't read beyond the last cell in a chapter (fixes 
16643           invalid memory access)
16644
16645 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16646
16647         * ext/dvdread/stream_labels.c:
16648         (dvdreadsrc_get_audio_stream_labels):
16649           Use NULL for an empty GList instead of g_list_alloc(); fix 
16650           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16651           of GString (easier to bulk free later)
16652
16653 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16654
16655         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16656
16657         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16658         (gst_ffmpeg_pixfmt_to_caps):
16659           Fix BGRA32 caps (#164209).
16660
16661 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16662
16663         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16664
16665         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16666         (gst_ffmpeg_caps_to_pixfmt):
16667           alpha_mask can be RGBA/ABGR. Fixes #164265.
16668
16669 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16670
16671         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16672
16673         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16674         (gst_mpeg2dec_alloc_buffer):
16675         * ext/mpeg2dec/gstmpeg2dec.h:
16676           Crop if decoding size is not the actual image size (#163676).
16677
16678 2005-01-17  Steve Baker  <steve@stevebaker.org>
16679
16680         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16681
16682         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16683         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16684           Add libsndfile typefind functions (#163309).
16685
16686 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16687
16688         * tools/gst-launch-ext-m.m:
16689           Add .aac, fix .m1v/.m2v (#163891).
16690
16691 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16692
16693         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16694           Sanity check, don't wait endlessly since the clock might not
16695           actually run at this point (which is a deadlock). Fixes #164069.
16696
16697 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16698
16699         * gst/playback/gstplaybasebin.c: (probe_triggered):
16700           Of course, only pause if group is done...
16701
16702 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16703
16704         * gst/playback/gstplaybasebin.c: (probe_triggered):
16705           Thread safety.
16706
16707 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16708
16709         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16710           Don't return state change success when the parent
16711           failed.
16712
16713 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16714
16715         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16716           Free events (fix memleak in #162905).
16717
16718 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16719
16720         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16721
16722         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16723         (gst_ffmpeg_caps_to_pixfmt):
16724           Fix for depth = 15. Fixes #161675.
16725
16726 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16727
16728         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16729           Set FPS correctly, even for webcams and the like.
16730         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16731           Don error on setting while capturing.
16732
16733 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16734
16735         * ext/dv/gstdvdec.c:
16736         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16737         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16738           I'm a bad boy. using /1001. to force C to do float division
16739           and not integer division (as it did in my last commit)
16740           Thanks to David I. Lehn for pointing this mistake.
16741
16742 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16743
16744         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16745           Revert Johan's 1.35->1.36 since it breaks compat.
16746
16747 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16748
16749         * ext/dv/gstdvdec.c:
16750         * ext/libfame/gstlibfame.c:
16751         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16752         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16753           replace framerate aproximations by their real value
16754           (24000/1001, 30000/1001, 60000/1001)
16755           Finish fixing bug #164049
16756
16757 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16758
16759         * ext/ogg/gstoggmux.c:
16760           eos/bos debugging
16761         * gst/tcp/gstmultifdsink.c:
16762         * gst/tcp/gstmultifdsink.h:
16763         * gst/tcp/gsttcp.c:
16764         * gst/tcp/gsttcp.h:
16765         * gst/tcp/gsttcpclientsink.c:
16766         * gst/tcp/gsttcpclientsrc.c:
16767         * gst/tcp/gsttcpserversink.c:
16768         * gst/tcp/gsttcpserversrc.c:
16769           improve reusability of elements after state changes and errors
16770           make multifdsink throw away streamheaders when receiving new ones
16771
16772 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16773
16774         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16775           Fix for if items are already in list...
16776
16777 2005-01-12  Benjamin Otte  <otte@gnome.org>
16778
16779         * gst/adder/gstadder.c: (gst_adder_loop):
16780           fix adder a bit so it doesn't screw up with events as much anymore
16781
16782 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
16783
16784         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
16785         (pixbufscale_scale), (gst_pixbufscale_chain):
16786         * ext/gdk_pixbuf/pixbufscale.h:
16787           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
16788           to ensure rowstrides are calculated the same way as 
16789           ffmpegcolorspace
16790           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
16791           that we pick up duration and offset also.
16792
16793 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16794
16795         * gst/avi/gstavimux.c: (gst_avimux_class_init),
16796         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
16797           Reusability fixes.
16798
16799 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16800
16801         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16802         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16803         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16804         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16805           Update flags when requested.
16806
16807 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16808
16809         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16810           Fix dmix.
16811
16812 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16813
16814         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16815         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
16816         (probe_triggered), (new_decoded_pad), (gen_source_element),
16817         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
16818         * gst/playback/gstplaybasebin.h:
16819         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16820         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
16821         (gst_play_bin_change_state):
16822           Implement group-switch signal for use in apps to clear metadata
16823           cache, clean up subtitle, add suburi property instead of # hack,
16824           some error-out fixes.
16825
16826 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16827
16828         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16829           Debug.
16830         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
16831           If we got a state change in the _get handler, don't return success.
16832
16833 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16834
16835         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
16836         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
16837           Make jpegdec quiet on MJPEG decoding
16838         * gst/asfdemux/README:
16839           Fix mimetypes for MJPEG and H263
16840
16841 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16842
16843         * ext/theora/theoradec.c: (theora_dec_chain):
16844           Fix broken code generation by gcc by swapping arguments.
16845         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16846           Fix \n in debug.
16847
16848 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16849
16850         * TODO:
16851           delete this file, it is by far outdated
16852         * ext/alsa/gstalsa.1: remove
16853         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
16854         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
16855         (gst_alsa_get_caps):
16856           Add HW probing for supported sample rates. Fixes #161704
16857
16858 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16859
16860         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16861           Don't crash, biatch! :).
16862
16863 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16864
16865         * ext/musepack/gstmusepackreader.cpp:
16866         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
16867           Some work on tags - still doesn't work in playbin...
16868         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16869           Handle events...
16870
16871 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16872
16873         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16874           Also shove tags on kid pads.
16875
16876 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16877
16878         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
16879           Don't bail on unknown events.
16880         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16881           Don't crash on events before negotiation.
16882         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16883           Send tags on pads, too.
16884         * gst/playback/gststreamselector.c:
16885         (gst_stream_selector_request_new_pad):
16886           Forward events on first pad if no input was selected yet.
16887
16888 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16889
16890         * gst/playback/gstplaybasebin.c: (setup_substreams):
16891           Don't disable streamtype if the stream doesn't exist, since
16892           then playing a video after audio will disable both and nothing
16893           will happen. Fixes the testsuite.
16894
16895 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16896
16897         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
16898         (gst_v4l_xoverlay_set_xwindow_id):
16899         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
16900         (gst_v4l2_xoverlay_set_xwindow_id):
16901           Add debug categories, fix overlay disabling.
16902
16903 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16904
16905         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
16906         * ext/alsa/gstalsa.h:
16907           Add HW probing for period_count/size and buffer_size MIX/MAX
16908           Adjust default/user defined value if out of bounds
16909           Should fix bug #162024
16910
16911 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16912
16913         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
16914           Fix warning (#161191).
16915
16916 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16917
16918         * ext/dvdread/stream_labels.c:
16919         (dvdreadsrc_get_audio_stream_labels):
16920           Fix warning (init the good variable in switch default)
16921
16922 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
16923
16924         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16925
16926         * gst/tta/gstttaparse.c: (gst_tta_src_event):
16927           Fix gcc-2.95 compile (#163485).
16928
16929 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16930
16931         * configure.ac:
16932         * ext/flac/gstflacenc.c: (gst_flacenc_init),
16933         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
16934         (gst_flacenc_tell_callback), (gst_flacenc_chain),
16935         (gst_flacenc_change_state):
16936         * ext/flac/gstflacenc.h:
16937           Update for API change in flac-1.1.1. Update requirement in
16938           configure.ac. Fixes #162974.
16939
16940 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16941
16942         * gst/playback/gstplaybasebin.c: (group_destroy):
16943           Remove hack to get rid of assert and get rid of unlinked
16944           signals properly.
16945
16946 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16947
16948         * gst/playback/gstplaybasebin.c: (setup_source):
16949           Set source to NULL so that resources are free'ed. Fixes issues
16950           with playback of CDDA and similar device-accessing things.
16951
16952 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16953
16954         * testsuite/embed/Makefile.am:
16955           test->noinst, fix make test in buildbot.
16956
16957 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16958
16959         * ext/dvdread/stream_labels.c: new file
16960         * ext/dvdread/stream_labels.h: new file
16961         * ext/dvdread/Makefile.am:
16962         * ext/dvdread/dvdreadsrc.c: (_seek_title):
16963           Extract audio stream label from DVD IFO files.
16964           It only dump them on the console for now, still have to
16965           make playbin aware of them.
16966
16967 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16968
16969         * gst/playback/gstplaybasebin.c: (setup_source):
16970           Fix hanging subs.
16971
16972 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16973
16974         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16975         (gen_preroll_element), (remove_groups), (setup_subtitle),
16976         (gen_source_element), (setup_source):
16977         * gst/playback/gstplaybasebin.h:
16978           Multiple .sub files is just a stupid idea... Fix some threading
16979           mistakes. Interestingly, external .sub files cause playbin to
16980           hang, I don't know why... Parsing fixes contributed by Fran??ois
16981           Kooman <fkooman@tuxed.net>.
16982
16983 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16984
16985         * testsuite/embed/Makefile.am:
16986           Fix buildbot.
16987
16988 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
16989
16990         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16991
16992         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16993         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16994         (gst_pngenc_set_property):
16995         * ext/libpng/gstpngenc.h:
16996           Add compression level property (#163323).
16997
16998 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16999
17000         * configure.ac:
17001         * examples/capsfilter/capsfilter1.c: (main):
17002         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17003         * ext/dvdread/Makefile.am:
17004         * ext/dvdread/demo-play:
17005         * ext/dvdread/demo-play.c:
17006         * gconf/gstreamer.schemas.in:
17007         * gst-libs/gst/gconf/gconf.c:
17008         * sys/v4l/TODO:
17009         * testsuite/Makefile.am:
17010         * testsuite/embed/Makefile.am:
17011         * testsuite/embed/embed.c: (cb_expose), (main):
17012           Remove all references to xvideosink, fix examples (#140845).
17013         * gst/playback/gstplaybasebin.c: (group_destroy):
17014           Apparently, disposal does not unlink - so do explicitely.
17015         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17016           Add debug.
17017
17018 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17019
17020         * README: fix PKG_CONFIG_PATH instructions, what was there
17021         previously was breaking default search path, not nice. 
17022         Fixes #163358
17023
17024 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17025
17026         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17027         (gst_audioscale_chain):
17028           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17029           when resampling - how the ^@$^!@^! is this possible?!?
17030
17031 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17032
17033         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17034           Reset variables on READY.
17035         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17036         (gst_matroska_mux_loop):
17037           Require data before writing header.
17038
17039 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17040
17041         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17042
17043         * ext/mad/gstmad.c: (gst_mad_chain):
17044           Don't call mad_stream_sync() directly after recovering sync.
17045           Fixes #151661.
17046
17047 2005-01-09  Martin Eikermann  <meiker@upb.de>
17048
17049         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17050
17051         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17052         (snapshot_handler), (gst_snapshot_sinkconnect),
17053         (gst_snapshot_chain):
17054           Allocate resources when required, fix recursive signal emission
17055           and fix caps. Fixes #161667.
17056
17057 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17058
17059         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17060
17061         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17062         (gst_pngdec_chain):
17063           Handle only 8-bppc (bits-per-pixel-component) images, better
17064           error handling and correct strides. Fixes #163177.
17065         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17066         (gst_pngenc_chain):
17067           Better error handling. Fixes #163348.
17068
17069 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17070
17071         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17072         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17073         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17074         (dvdnavsrc_uri_handler_init):
17075           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17076         * gst/playback/gstplaybasebin.c: (gen_source_element):
17077           Add MMS to streaming URIs.
17078
17079 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17080
17081         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17082         * sys/xvimage/xvimagesink.c:
17083         (gst_xvimagesink_navigation_send_event):
17084           Check for pad availability before sending event.
17085
17086 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17087
17088         * gst-plugins.spec.in:
17089           Add subparse.
17090
17091 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17092
17093         * configure.ac:
17094           Since we use functions from CVS, up requirement.
17095
17096 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17097
17098         * gst/playback/Makefile.am:
17099         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17100         (group_destroy), (group_commit), (group_is_muted),
17101         (gen_preroll_element), (add_stream), (unknown_type),
17102         (probe_triggered), (preroll_unlinked), (mute_stream),
17103         (silence_stream), (new_decoded_pad), (setup_substreams),
17104         (setup_source), (get_active_source), (mute_group_type),
17105         (muted_group_change_state), (set_active_source),
17106         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17107         (play_base_eos), (gst_play_base_bin_change_state):
17108         * gst/playback/gstplaybasebin.h:
17109         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17110         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17111         (gst_stream_info_dispose), (stream_info_mute_pad),
17112         (stream_info_change_state), (gst_stream_info_set_mute):
17113         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17114         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17115         (gst_stream_selector_init), (gst_stream_selector_dispose),
17116         (gst_stream_selector_get_linked_pad),
17117         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17118         (gst_stream_selector_get_linked_pads),
17119         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17120         * gst/playback/gststreamselector.h:
17121           Adding stream selection support plus required properties for
17122           applications to use this. Fully fixes #100931.
17123
17124 2005-01-08  Benjamin Otte  <otte@gnome.org>
17125
17126         * gst/games/gstpuzzle.c: (nav_event_handler):
17127           - handle nav events differently: forward every event no matter if it
17128             was handled or not.
17129           - translate events
17130           You can now cheat by using navigationtest ! puzzle and moving the
17131           mouse close to the edge of a tile. ;)
17132
17133 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17134
17135         * configure.ac:
17136         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17137         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17138         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17139         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17140         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17141         (gst_ogm_parse_plugin_init):
17142         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17143         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17144         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17145         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17146         * ext/pango/gsttextoverlay.h:
17147         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17148         (gst_matroska_demux_handle_seek_event),
17149         (gst_matroska_demux_sync_streams),
17150         (gst_matroska_demux_parse_blockgroup),
17151         (gst_matroska_demux_subtitle_caps),
17152         (gst_matroska_demux_plugin_init):
17153         * gst/matroska/matroska-ids.h:
17154         * gst/playback/gstdecodebin.c: (close_pad_link):
17155         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17156         (gen_preroll_element), (remove_groups), (add_stream),
17157         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17158         (setup_source):
17159         * gst/playback/gstplaybasebin.h:
17160         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17161         * gst/subparse/Makefile.am:
17162         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17163         (gst_subparse_base_init), (gst_subparse_class_init),
17164         (gst_subparse_init), (gst_subparse_formats),
17165         (gst_subparse_eventmask), (gst_subparse_event),
17166         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17167         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17168         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17169         (parse_mpsub_deinit), (parse_mpsub_init),
17170         (gst_subparse_buffer_format_autodetect),
17171         (gst_subparse_format_autodetect), (gst_subparse_loop),
17172         (gst_subparse_change_state), (gst_subparse_type_find),
17173         (plugin_init):
17174         * gst/subparse/gstsubparse.h:
17175         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17176         (plugin_init):
17177           Add subtitle support, .sub parser (supports SRT and MPsub),
17178           OGM text support, Matroska UTF-8 text support, deadlock fixes
17179           all over the place, subtitle awareness in decodebin/playbin
17180           and some fixes to textoverlay to handle subtitles in a stream
17181           correctly. Fixes #100931.
17182
17183 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17184
17185         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17186           Check for pad availability before doing a query on it.
17187
17188 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17189
17190         * ext/dv/gstdvdec.c:
17191           really fix bpp24/32 dvdec caps (classic rgba indeed)
17192         * gst/asfdemux/gstasfdemux.c:
17193         (gst_asf_demux_process_ext_content_desc):
17194           don't send text tags if they are empty (bis repetita)
17195
17196 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17197
17198         * ext/dv/gstdvdec.c:
17199          remove unneeded comment from dvdec
17200           (related to DV 4CC codes in AVI files)
17201           moved them in gstreamer/docs/random/mimetypes
17202         * gst/asfdemux/gstasfdemux.c:
17203         (gst_asf_demux_process_ext_content_desc):
17204          don't send text tags if they are empty
17205          fix mem leak on error path
17206         * gst/ffmpegcolorspace/avcodec.h:
17207         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17208         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17209         (gst_ffmpegcsp_avpicture_fill):
17210         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17211         * gst/ffmpegcolorspace/imgconvert_template.h:
17212          adds BGR32 and BGRA32 to ffmpegcolorspace
17213           (still bad colors, fixing it on next commit)
17214           helps with dvdec outputing BGR32
17215
17216 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17217
17218         * ext/dv/gstdvdec.c:
17219          Fix audio caps i just broke (missing ',')
17220         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17221         (gst_matroska_mux_reset):
17222          Fix typo + add FIXME about old "x-gst-metadata" crap
17223
17224 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17225
17226         * ext/dv/demo-play.c: (main):
17227          xvideosink -> xvimagesink
17228         * ext/dv/gstdvdec.c:
17229          change rgb 32/32 caps to 24/32 (no alpha)
17230          change nb of channels to be a list (2 or 4, not 2)
17231          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17232         * gst/asfdemux/gstasfdemux.c:
17233         (gst_asf_demux_process_ext_content_desc):
17234          Add 'date/year' to extracted metadata list
17235
17236 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17237
17238         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17239           The return value of fixate_to does not imply that the requested
17240           value was set, so don't assume.
17241
17242 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17243
17244         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17245
17246         * ext/libpng/gstpngdec.c:
17247         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17248         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17249         * ext/libpng/gstpngenc.h:
17250           Alpha support (encoder; #163161), mime fixage.
17251
17252 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17253
17254         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17255
17256         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17257         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17258         (gst_faac_set_property), (gst_faac_get_property):
17259         * ext/faac/gstfaac.h:
17260           Allow for ADTS output (#153434).
17261
17262 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17263
17264         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17265           Fix against template (#150576).
17266
17267 2005-01-06  Benjamin Otte  <otte@gnome.org>
17268
17269         * gst/games/gstpuzzle.c: (draw_puzzle):
17270           don't draw a puzzle if either width or height of tiles would be 0.
17271
17272 2005-01-06  Benjamin Otte  <otte@gnome.org>
17273
17274         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17275         (gst_puzzle_class_init), (gst_puzzle_finalize):
17276           no memleaks, please
17277         (gst_puzzle_create), (gst_puzzle_init),
17278         (gst_puzzle_set_property), (gst_puzzle_setup):
17279           change initialization code around so we don't reshuffle on resize
17280         (draw_puzzle):
17281           fix another stupid typo
17282
17283 2005-01-06  Benjamin Otte  <otte@gnome.org>
17284
17285         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17286           fix stupid typo that borked copying on YUY2
17287
17288 2005-01-06  Benjamin Otte  <otte@gnome.org>
17289
17290         * gst/games/gstpuzzle.c: (draw_puzzle):
17291           fix edges when image sizes aren't multiples of tile sizes
17292
17293 2005-01-06  Benjamin Otte  <otte@gnome.org>
17294
17295         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17296           make RGB endianness work correctly
17297         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17298           refactor and fix race with initial shuffling
17299         (nav_event_handler):
17300           allow using the mouse to puzzle
17301         (draw_puzzle):
17302           insist on tiles having width and height as multiples of 4 to get
17303           clean YUV image handling
17304         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17305         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17306           s/DEBUG/LOG/ for common messages
17307         (gst_xvimagesink_navigation_send_event):
17308           fix mouse event translation to not include screen PAR
17309         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17310           fix mouse event translation to actually work
17311
17312 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17313
17314         * gst/asfdemux/gstasfdemux.c:
17315         (gst_asf_demux_process_ext_content_desc):
17316          Extract TrackNumber metadata + clean up code
17317         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17318          Hope this is the good fix (var used unitialised)
17319
17320 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17321
17322         * ext/faad/gstfaad.c: (gst_faad_chain):
17323           Only increment timestamp if it's valid. Fixes raw AAC streams.
17324
17325 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17326
17327         * configure.ac:
17328         * gst/games/Makefile.am:
17329         * gst/games/gstpuzzle.c:
17330           add a puzzle game with...
17331         * gst/games/gstvideoimage.c:
17332         * gst/games/gstvideoimage.h:
17333           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17334           from videotestsrc and made into something that would be a nice
17335           library for a lot of other plugins.
17336
17337 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17338
17339         * configure.ac:
17340          don't compile faad plugin if a RC of 2.0 is found
17341          Fixes #155346 (and FC1 buildbot)
17342         * gst/asfdemux/gstasfdemux.c:
17343         (gst_asf_demux_process_ext_content_desc):
17344          try to make Solaris compiler happier
17345
17346 2005-01-06  Paul Jack  <pjack@sfaf.org>
17347
17348         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17349
17350         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17351           Fix segfault (#161667).
17352
17353 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17354
17355         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17356           Fix framerate reporting.
17357
17358 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17359
17360         * gst-libs/gst/riff/riff-ids.h:
17361         * gst/wavenc/riff.h:
17362          Add AMR (VBR and CBR) ids to riff.h audio codec list
17363         * gst/asfdemux/gstasfdemux.c:
17364         (gst_asf_demux_process_ext_content_desc),
17365         (gst_asf_demux_process_object):
17366           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17367
17368 2005-01-05  Martin Eikermann  <meiker@upb.de>
17369
17370         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17371
17372         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17373         (gst_dvd_demux_handle_discont):
17374         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17375         (gst_mpeg_demux_handle_discont):
17376           Recreate pads on new-media (#160730).
17377         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17378           Send discont even if manager changes timestamps (#161929).
17379
17380 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17381
17382         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17383
17384         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17385           Fix invalid memory access (#159211).
17386
17387 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17388
17389         * examples/gstplay/player.c: (main):
17390           Don't iterate.
17391         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17392           Add visualizations.
17393         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17394         (gst_a52dec_handle_frame):
17395           Set duration.
17396         * ext/dvdnav/gst-dvd:
17397           Add audioconvert. Fixes #161325.
17398         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17399           Explicitely case to gint64. Possible valgrind error.
17400         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17401         (gst_play_tick_callback), (gst_play_change_state),
17402         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17403         (gst_play_set_location), (gst_play_get_location),
17404         (gst_play_seek_to_time), (gst_play_set_data_src),
17405         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17406         (gst_play_set_visualization), (gst_play_connect_visualization),
17407         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17408         (gst_play_new):
17409           Use playbin. Fixes #139749 and #147744.
17410         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17411           Add genre tag.
17412         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17413         (audioscale_get_type), (gst_audioscale_base_init),
17414         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17415         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17416         (gst_audioscale_link), (gst_audioscale_get_buffer),
17417         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17418         (gst_audioscale_init), (gst_audioscale_dispose),
17419         (gst_audioscale_chain), (gst_audioscale_set_property),
17420         (gst_audioscale_get_property), (plugin_init):
17421           Indent properly.
17422         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17423           Fix LPCM.
17424         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17425         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17426         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17427           Add more metadata (fixes #162656).
17428
17429 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17430
17431         * configure.ac:
17432           back to cvs
17433
17434 === release 0.8.7 ===
17435
17436 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17437
17438         * NEWS:
17439         * RELEASE:
17440         * configure.ac:
17441           releasing 0.8.7, "Hyperspace"
17442
17443 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17444
17445         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17446
17447         * gst/playback/gstplaybasebin.c:
17448          Fix for #162924 - free caps after use, not before
17449
17450 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17451
17452         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17453
17454         * gst/playback/gstplaybasebin.c:
17455         * gst/wavparse/gstwavparse.c:
17456           Fix for #154773 - fixes playback of small .wav files
17457
17458 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17459
17460         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17461
17462         * gst/audioscale/gstaudioscale.c:
17463           Fix for #162819 - make audioscale reusable
17464           Fixes playback of more than one file with playbin/totem
17465
17466 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17467
17468         * gst/ffmpegcolorspace/avcodec.h:
17469         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17470         * gst/ffmpegcolorspace/imgconvert.c:
17471           clean up the mess that made me cry and avoid needless duplication
17472
17473 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17474
17475         * gst/ffmpegcolorspace/imgconvert.c:
17476           give some indication of why we're segfaulting
17477
17478 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17479
17480         * configure.ac:
17481           Fix indentation, fix v4l2 plugin detection.
17482         * ext/Makefile.am:
17483           Fix libmms location (Maciej, use diff -u!).
17484         * ext/alsa/gstalsa.c: (gst_alsa_init):
17485           Initialize caps cache to NULL.
17486         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17487           Only change state on audiosink if it exists.
17488
17489 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17490
17491         * gst/matroska/matroska-demux.c:
17492         * gst/matroska/matroska-ids.h:
17493         * gst/matroska/matroska-demux.h:
17494         Fix Vorbis streams failing to decode in some files, where cluster_time
17495         isn't 0, because then it doesn't send codec_priv before actual data.
17496         Remove time-based test and replace it with marker set on beginning of
17497         new stream
17498
17499 2004-12-28  David Schleef  <ds@schleef.org>
17500
17501         Merge patch from Ronald fixing problems with streaming
17502         text.
17503         * ext/cairo/gstcairo.c: (plugin_init):
17504         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17505         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17506         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17507         (gst_textoverlay_font_init), (gst_textoverlay_init),
17508         (gst_textoverlay_set_property):
17509         * ext/cairo/gsttextoverlay.h:
17510
17511 2004-12-27  David Schleef  <ds@schleef.org>
17512
17513         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17514         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17515         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17516         (gst_textoverlay_font_init), (gst_textoverlay_init),
17517         (gst_textoverlay_set_property): Improvements to actually
17518         render text as white on black outline on video, including
17519         font selection and horizontal/vertical alignment.  (Ronald's
17520         christmas present)
17521         * ext/cairo/gsttextoverlay.h:
17522
17523 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17524
17525         * ext/ogg/gstogg.c:
17526         * ext/ogg/gstogmparse.c:
17527           fix ogm[audio/video]parse plugin registration
17528           (riff won't load if bytestream is already loaded)
17529
17530 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17531
17532         * gst/audioconvert/gstchannelmix.c:
17533           fix for GLIB < 2.4
17534
17535 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17536
17537         * Makefile.am:
17538         * configure.ac:
17539           disable docs again until it actually passes make distcheck.
17540
17541 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17542
17543         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17544         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17545         (plugin_init):
17546           Add 3GP (variables name Q3GP because they can't start with a
17547           number). Add samr audio fourcc (used in .3gp files), decoder
17548           is work in progress. Also do a GST_WARNING instead of ERROR
17549           in case of unknown nodes, to decrease output.
17550
17551 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17552
17553         * Makefile.am:
17554           really fix dist
17555
17556 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17557
17558         * configure.ac:
17559         * ext/speex/gstspeexdec.h:
17560         * ext/speex/gstspeexenc.h:
17561           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17562           Fix detection code in configure.ac
17563
17564 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17565
17566         * gst/matroska/matroska-demux.c:
17567         (gst_matroska_demux_parse_blockgroup):
17568           Save position, so that queries give proper return values. Don't
17569           know how this could ever have worked before...
17570
17571 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17572
17573         * configure.ac:
17574           Put additional LAME check inside the conditional.  Fixes #152339
17575
17576 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17577
17578         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17579         (gst_avi_demux_stream_scan):
17580           Add some more debug. Fix logic error when setting movi offset
17581           while reading index.
17582
17583 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17584
17585         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17586         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17587         (gst_avi_demux_process_next_entry):
17588           Add some debugging. Better detection of broken indexes and the
17589           accompanying index recovery. No infinite loops on state changes
17590           when we're still in our loopfunction.
17591
17592 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17593
17594         * configure.ac:
17595           Fix up.
17596
17597 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17598
17599         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17600
17601         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17602           Normalizing the value before setting
17603         (gst_sunaudiomixer_get_volume):
17604           Normalizing the value after getting. Fixes bug# 161980
17605
17606 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17607
17608         * Makefile.am: Make sure docs gets disted
17609         * docs/Makefile.am: Make sure all needed files get disted
17610         * gst-plugins.spec.in: latest updates
17611
17612 2004-12-22  Wim Taymans  <wim@fluendo.com>
17613
17614         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17615         Revert patch 1.38 as clock distribution over schedulers does
17616         not work correcly in the core yet.
17617
17618 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17619
17620         * sys/oss/README: remove this file, which predates my birth
17621           (and which content is by far outdated)
17622
17623 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17624
17625         * Makefile.am:
17626         * configure.ac:
17627         * docs/Makefile.am:
17628         * docs/libs/Makefile.am:
17629         * docs/libs/gst-plugins-libs-docs.sgml:
17630         * docs/libs/gst-plugins-libs-sections.txt:
17631         * docs/libs/tmpl/gstgconf.sgml:
17632         * docs/upload.mak:
17633         * docs/version.entities.in:
17634           Added boilerplate gtk-doc files for plugin-libs documentation.
17635
17636 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17637
17638         * gst/auparse/gstauparse.c: fix int and float audio caps
17639
17640 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17641
17642         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17643         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17644           g_assert() can be a macro, don't use #ifdef inside it.
17645
17646 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17647
17648         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17649
17650         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17651         (gst_videorate_init), (gst_videorate_chain),
17652         (gst_videorate_change_state):
17653           Event handling (fixes #159986).
17654
17655 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17656
17657         * gst-libs/gst/riff/riff-media.c:
17658         (gst_riff_create_video_caps_with_data):
17659           Add BLZ0 (Blizzard's version of DivX) fourcc.
17660
17661 2004-12-18  David Schleef  <ds@schleef.org>
17662
17663         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17664         portability fix.
17665
17666 2004-12-18  David Schleef  <ds@schleef.org>
17667
17668         * gst/tta/ttadec.h: Disable some header code that isn't used
17669         and clearly isn't portable.
17670
17671 2004-12-18  David Schleef  <ds@schleef.org>
17672
17673         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17674         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17675         (avcodec_get_pix_fmt), (avpicture_layout),
17676         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17677         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17678         Fix code to not use GCC extensions (and c99 extensions that
17679         Forte does not like.)
17680
17681 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
17682
17683         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17684
17685         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17686         (gst_deinterlace_chain):
17687           Rowstride fixes. Fixes #161039.
17688         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17689         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17690         (gst_video_crop_getcaps), (gst_video_crop_link),
17691         (gst_video_crop_i420), (gst_video_crop_chain),
17692         (gst_video_crop_change_state):
17693           Rework of negotiation. Actually works now. Fixes #158650.
17694
17695 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17696
17697         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17698           That was very stupid.
17699
17700 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17701
17702         * gst/matroska/matroska-demux.c:
17703         (gst_matroska_demux_parse_blockgroup):
17704           Fix possible crasher.
17705
17706 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17707
17708         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17709         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17710           Lace sizes can be zero.
17711
17712 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17713
17714         * ext/musepack/gstmusepackdec.cpp:
17715           Fetch error return values. Fixes #161624.
17716         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17717           Really EOS.
17718
17719 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17720
17721         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17722           Work for truncated (unfinished download etc.) files. Fixes #160514.
17723
17724 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17725
17726         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17727           Fix for integer overflow. Makes #156001 not crash. Probably masks
17728           the real bug.
17729
17730 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17731
17732         * gst/ac3parse/gstac3parse.c: (plugin_init):
17733           Parsers never have ranks. Fixes #159651.
17734
17735 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17736
17737         * gst/playback/gstdecodebin.c: (compare_ranks):
17738           make sure the facotries are ordered the same every time even if they
17739           have the same rank by using the name
17740         * gst/playback/gstdecodebin.c: (find_compatibles):
17741           make sure we don't add factories to the list twice
17742
17743 2004-12-16  David Schleef  <ds@schleef.org>
17744
17745         * configure.ac: look for musepack headers as musepack/*.h
17746         (fixes #159847)
17747         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17748         * ext/musepack/gstmusepackreader.h: same
17749
17750 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17751
17752         * gst-libs/gst/riff/riff-read.c:
17753         (gst_riff_read_strf_auds_with_data):
17754           Read extradata correctly (fixes #155879).
17755
17756 2004-12-16  David Schleef  <ds@schleef.org>
17757
17758         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
17759         audio.  does _not_ attempt or allow conversion unless channels
17760         is 1 or 2.
17761
17762 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17763
17764         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17765
17766 2004-12-16  David Schleef  <ds@schleef.org>
17767
17768         * gst/audioscale/gstaudioscale.c: the resample library only
17769         handles 1 or 2 channels.  Change caps to compensate.
17770
17771 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17772
17773         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
17774         (gst_matroska_demux_audio_caps):
17775           Some MPEG-AAC hacks, because else it doesn't work...
17776
17777 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17778
17779         * gst-libs/gst/riff/riff-media.c:
17780         (gst_riff_create_video_caps_with_data),
17781         (gst_riff_create_video_template_caps):
17782           Add h264.
17783
17784 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17785
17786         * gst-libs/gst/audio/Makefile.am:
17787           Try to fix buildbot.
17788
17789 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17790
17791         * gst/tcp/gstmultifdsink.c:
17792           Clean up and uniformize debugging.
17793
17794 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
17795
17796         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17797
17798         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17799         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
17800         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
17801         (gst_mpeg_demux_change_state):
17802           Reset on ready. Fixes 160276.
17803
17804 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17805
17806         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17807
17808         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17809         (gst_ffmpegcsp_pad_link):
17810           Fix memleak (#154815).
17811
17812 2004-12-16  James Bowes  <bowes@cs.dal.ca>
17813
17814         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17815
17816         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
17817         (gst_musicbrainz_init), (gst_musicbrainz_chain),
17818         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
17819         * ext/musicbrainz/gsttrm.h:
17820           Add support for using a proxy server when getting a trm id from
17821           the MusicBrainz database (#149613).
17822
17823 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
17824
17825         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17826
17827         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
17828         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17829           Fix memleaks (#157233).
17830
17831 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17832
17833         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17834
17835         * gst-libs/gst/resample/resample.c: (gst_resample_close):
17836         * gst-libs/gst/resample/resample.h:
17837         * gst/audioscale/gstaudioscale.c:
17838           Fix memleak (#159215).
17839
17840 2004-12-16  Toni Willberg  <toniw@iki.fi>
17841
17842         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17843
17844         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17845         * sys/oss/oss_probe.c: (main):
17846           Check for mono/stereo support (similar to samplerate probing),
17847           fixes #159433. Also add missing copyright header to oss_probe.c.
17848
17849 2004-12-15  David Schleef  <ds@schleef.org>
17850
17851         * configure.ac: add audioresample and cairo plugins.  Remove
17852         HAVE_MMX stuff, because it's not used.
17853         * ext/Makefile.am: same
17854         * ext/audioresample/Makefile.am: You are not ready for an
17855         audio resampling element based on audioresample.
17856         * ext/audioresample/gstaudioresample.c:
17857         * ext/audioresample/gstaudioresample.h:
17858         * ext/cairo/Makefile.am: You are not ready for overlay elements
17859         based on cairo.  Don't look too closely, these elements kinda
17860         suck right now.
17861         * ext/cairo/gstcairo.c: new
17862         * ext/cairo/gsttextoverlay.c: new
17863         * ext/cairo/gsttextoverlay.h: new
17864         * ext/cairo/gsttimeoverlay.c: new
17865         * ext/cairo/gsttimeoverlay.h: new
17866         * gst-libs/gst/media-info/media-info-priv.h: fix compile
17867         problem with compilers that don't support variadic macros.
17868
17869 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
17870
17871         Reviewed by:  David Schleef  <ds@schleef.org>
17872
17873         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
17874         Bala, registering sunaudiosrc (oops!), and cleaning up code a
17875         bit.  Also ran indent-gst.
17876         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
17877         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
17878         (gst_sunaudiosrc_setparams):
17879
17880 2004-12-14  David Schleef  <ds@schleef.org>
17881
17882         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
17883         output rate to 16000.  Should fix #160235.
17884
17885 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17886
17887         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17888         Add typefinding for mpeg2 pes streams
17889
17890 2004-12-13  David Schleef  <ds@schleef.org>
17891
17892         * configure.ac:  Applied patch from bug #143659, making default
17893         sources and sinks OS-dependent (for Solaris), and added code
17894         for OS/X.
17895         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
17896
17897 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17898
17899         * gst-libs/gst/riff/riff-media.c:
17900           forgot to add h2.64 to avidemux template caps
17901
17902 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17903
17904         * gst/wavenc/riff.h:
17905         * gst-libs/gst/riff/riff-media.c:
17906         * gst-libs/gst/riff/riff-ids.h:
17907         * gst/avi/gstavimux.c
17908         add 4CC code for VideoSoft h264 in AVI (VSSH)
17909           fixes bug #160655
17910         remove s323 from riff, it's quicktime specific :(
17911
17912 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17913
17914         * gst/asfdemux/README
17915         * gst/wavenc/riff.h
17916         * gst-libs/gst/riff/riff-ids.h
17917         * gst-libs/gst/riff/riff-media.c
17918         * gst/qtdemux/qtdemux.c:
17919           add new 4CC codes for h263 related codecs
17920           fixes partially bug #155163
17921
17922 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
17923
17924         * configure.ac: Update polyaudio requirement to 0.7
17925         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
17926
17927 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17928
17929         * gst/interleave/deinterleave.c:
17930         fix my name's spelling! :)
17931
17932 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17933
17934         * AUTHORS ChangeLog
17935         * gst/auparse/gstauparse.c
17936         * gst/interleave/deinterleave.c
17937         * gst/law/:
17938                 alaw-decode.c alaw-encode.c
17939                 mulaw-decode.c mulaw-encode.c
17940         * gst/oneton/gstoneton.c
17941         * sys/osxaudio/:
17942                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
17943         * sys/osxvideo/:
17944                 cocoawindow.h cocoawindow.m
17945                 osxvideosink.h osxvideosink.m
17946
17947         put the same mail address for Zaheer Abbas Merali everywhere
17948
17949 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17950
17951         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
17952           Align by packetsize, and assert that we a packet available before
17953           playing. The first makes webstreams work (they often include
17954           trailing padding data in a packet), the second allows pausing a
17955           ASF stream in totem without getting demux errors afterwards.
17956
17957 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17958
17959         * ext/ogg/gstoggdemux.c: (get_relative):
17960           Check for non-NULL before accessing member (end-of-chain).
17961
17962 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17963
17964         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
17965         (cdparanoia_set_property), (cdparanoia_get_property):
17966         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
17967         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
17968         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
17969         (dvdreadsrc_init), (dvdreadsrc_set_property),
17970         (dvdreadsrc_get_property):
17971         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
17972         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
17973           Synchronize property names where not yet the case. Devices are
17974           now device=X, other versions are deprecated (but still exist).
17975           Also use g_free() unconditionally.
17976         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17977         (setup_source), (gst_play_base_bin_get_property):
17978           Expose source.
17979
17980 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17981
17982         * configure.ac: move GCONF macro outside conditional for the am
17983           conditional. Fixes #160439
17984
17985 2004-12-08  David Schleef  <ds@schleef.org>
17986
17987         * tools/gst-visualise-m.m: Switch to elements that currently
17988         exist.
17989
17990 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17991
17992         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17993           We love wrong commas.
17994
17995 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17996
17997         * gst/matroska/matroska-demux.c:
17998         (gst_matroska_demux_handle_src_query):
17999           Don't set DEFAULT, unsupported - makes length display incorrectly
18000           in some cases.
18001
18002 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18003
18004         * gst/monoscope/README: remove blurb about files being GPL
18005         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18006         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18007           monoscope is now effectively LGPL licensed
18008
18009 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18010
18011         * gst/monoscope/README: Update information to be more correct
18012         * gst/monoscope/convolve.c: Relicense to LGPL
18013         * gst/monoscope/convolve.h: Relicense to LGPL
18014
18015 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18016
18017         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18018           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18019         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18020           set default_duration for mpeg1 audio
18021
18022 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18023
18024         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18025         * ext/alsa/gstalsa.h:
18026           refactor big chunks of the core caps negotiation code to make it
18027           a lot faster, because people claim it's really slow
18028           (actually, just cache the getcaps when the device is opened)
18029
18030 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18031
18032         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18033         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18034         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18035         (gst_a52dec_change_state), (plugin_init):
18036         * ext/a52dec/gsta52dec.h:
18037           Do something useful with timestamps. Make chain-based (since
18038           there's really no reason to be loopbased).
18039         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18040           Update current_byte/frame correctly.
18041
18042 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18043
18044         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18045         (gst_ape_demux_stream_init):
18046           Forward tags, too.
18047
18048 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18049
18050         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18051           Let's make sure we're done typefinding when detecting tags.
18052
18053 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18054
18055         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18056         (gst_ebml_read_init), (gst_ebml_read_use_event),
18057         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18058         (gst_ebml_read_seek), (gst_ebml_read_skip),
18059         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18060         (gst_ebml_read_master):
18061         * gst/matroska/ebml-read.h:
18062         * gst/matroska/matroska-demux.c:
18063         (gst_matroska_demux_parse_contents),
18064         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18065           Disgustingly evil hack for working around INTERRUPT events and
18066           their extremely annoying habit of being a pain in the ass. We
18067           simply peek a cluster before reading any of it.
18068
18069 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18070
18071         * ext/musepack/gstmusepackdec.cpp:
18072           There's also floating point libmusepacks.
18073
18074 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18075
18076         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18077         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18078           Set DURATION even if source buffer didn't. Also use increasing
18079           timestamps.
18080         * gst-libs/gst/riff/riff-media.c:
18081         (gst_riff_create_audio_caps_with_data):
18082           Block_align can have larger values than 8192.
18083
18084 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18085
18086         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18087         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18088         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18089         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18090           Fix caps.
18091
18092 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18093
18094         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18095           Fix logic bug.
18096
18097 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18098
18099         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18100           Yay, another one.
18101
18102 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18103
18104         * ext/esd/esdsink.c: (gst_esdsink_chain):
18105           Make error actually say something useful (fixes #156798).
18106         * gst-libs/gst/riff/riff-media.c:
18107         (gst_riff_create_video_caps_with_data),
18108         (gst_riff_create_video_template_caps):
18109           Add Intel Video 5.0 fourcc (IV50).
18110
18111 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18112
18113         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18114         detection on mono and stereo mp3 files.
18115
18116 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18117
18118         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18119           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18120           the contained stream).
18121
18122 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18123
18124         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18125           Oops, remove debug.
18126
18127 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18128
18129         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18130
18131         * gst/law/alaw-decode.c: (alawdec_getcaps):
18132         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18133           Prevent warnings when negotiating caps (fixes #159338).
18134
18135 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18136
18137         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18138         (gst_ffmpegcsp_chain):
18139           Remove old leftover that shouldn't be there...
18140
18141 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18142
18143         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18144
18145         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18146           Don't forward DISCONT events (fixes #159684).
18147
18148 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18149
18150         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18151           Unlink manually since sometimes bin disposal (and therefore
18152           pad unlinking) is delayed, which will cause a new media file
18153           to not be able to start playing instantly.
18154
18155 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18156
18157         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18158           On mute of an unlinked stream, check for pad availability so
18159           we don't crash on unlinked pad.
18160
18161 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18162
18163         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18164         (gst_avi_demux_massage_index):
18165           Fix quite humiliating bug in omitting 0-sized index chunks but
18166           forgetting to count them for timestamps.
18167
18168 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18169
18170         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18171           Actually leave the loop if we failed to sync. Don't crash.
18172
18173 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18174
18175         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18176         (gst_dvd_demux_process_private):
18177         * gst/mpegstream/gstdvddemux.h:
18178           Fix crash (#159759). Doesn't work, though. :-(.
18179
18180 2004-11-28  Benjamin Otte  <otte@gnome.org>
18181
18182         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18183           more overwriting protection due to modifying channels one by one
18184           instead of all at once
18185
18186 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18187
18188         * gst/audioconvert/gstchannelmix.c:
18189         (gst_audio_convert_fill_normalize):
18190           Normalize using absolute values.
18191
18192 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18193
18194         * configure.ac:
18195         * ext/Makefile.am:
18196         * ext/directfb/Makefile.am:
18197         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18198         (gst_directfbvideosink_get_pixel_format),
18199         (gst_directfbvideosink_get_format_from_fourcc),
18200         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18201         (gst_directfbvideosink_sink_link),
18202         (gst_directfbvideosink_change_state),
18203         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18204         (gst_directfbvideosink_buffer_alloc),
18205         (gst_directfbvideosink_interface_supported),
18206         (gst_directfbvideosink_interface_init),
18207         (gst_directfbvideosink_navigation_send_event),
18208         (gst_directfbvideosink_navigation_init),
18209         (gst_directfbvideosink_set_property),
18210         (gst_directfbvideosink_get_property),
18211         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18212         (gst_directfbvideosink_base_init),
18213         (gst_directfbvideosink_class_init),
18214         (gst_directfbvideosink_get_type), (plugin_init):
18215         * ext/directfb/directfbvideosink.h: Adding a first version of
18216         directfbvideosink.
18217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18218         more.
18219
18220 2004-11-28  Benjamin Otte  <otte@gnome.org>
18221
18222         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18223           walk the samples backwards if out_channels > in_channels so we don't
18224           overwrite data
18225
18226 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18227
18228         * gst/audioconvert/Makefile.am:
18229         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18230         (gst_audio_convert_link), (gst_audio_convert_change_state),
18231         (gst_audio_convert_channels):
18232         * gst/audioconvert/gstchannelmix.c:
18233         (gst_audio_convert_unset_matrix),
18234         (gst_audio_convert_fill_identical),
18235         (gst_audio_convert_fill_compatible),
18236         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18237         (gst_audio_convert_fill_others),
18238         (gst_audio_convert_fill_normalize),
18239         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18240         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18241         * gst/audioconvert/gstchannelmix.h:
18242           Implement a channel mixer.
18243
18244 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18245
18246         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18247         * ext/alsa/gstalsa.h:
18248         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18249         Make alsasink actually honor gst_element_set_clock and use that
18250         clock instead of its internal one.
18251
18252 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18253
18254         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18255         (gst_play_base_bin_change_state): nullify source and decoder when
18256         going from READY to NULL so that we don't try to do weird stuff with
18257         them when going from NULL to READY
18258         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18259         instead of g_object_unref
18260         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18261         it should be correct
18262         (gst_play_bin_change_state): don't call remove_sinks if we are
18263         currently disposing the object
18264
18265 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18266
18267         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18268           Don't forget bass if it's there. Else left channel is silent...
18269
18270 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18271
18272         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18273         (gst_a52dec_change_state):
18274           Don't do sample adjusting anymore, we use float audio now.
18275         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18276           Don't fixate to non-existing properties.
18277
18278 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18279
18280         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18281         (gst_a52dec_change_state):
18282           Advertise that we can do surround sound.
18283
18284 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18285
18286         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18287           Add buffer-frames=0.
18288         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18289         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18290         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18291         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18292         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18293         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18294         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18295         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18296         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18297         * ext/dvdread/dvdreadsrc.h:
18298           Add seeking, querying for bytes, sectors, title, angle and
18299           chapter. Handle multiple chapters. Relicense to LGPL because
18300           Billy agreed on that (thanks Billy!).
18301
18302 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18303
18304         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18305         call parent dispose method
18306
18307 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18308
18309         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18310         (gst_audio_clock_get_internal_time):
18311         Fix active <-> inactive transitions: ensure time value always
18312         grows and avoid abrupt value changes.
18313
18314 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18315
18316         * configure.ac:
18317         * gst/tta/Makefile.am:
18318         * gst/tta/crc32.h:
18319         * gst/tta/filters.h:
18320         * gst/tta/gsttta.c:
18321         * gst/tta/gstttadec.c:
18322         * gst/tta/gstttadec.h:
18323         * gst/tta/gstttaparse.c:
18324         * gst/tta/gstttaparse.h:
18325         * gst/tta/ttadec.h:
18326           added TTA parser and decoder
18327
18328 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18329
18330         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18331         (probe_triggered), (check_queue), (buffer_underrun),
18332         (buffer_running), (buffer_overrun), (gen_source_element),
18333         (setup_source):
18334         * gst/playback/gstplaybasebin.h:
18335           Implement buffering. Needs some more work.
18336
18337 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18338
18339         * ext/theora/theoradec.c: (theora_dec_chain):
18340           Fix ilog mask range overflow.
18341
18342 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18343
18344         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18345           Don't omit the last (which in case of dmix is the only :) )
18346           channel count. Don't set channels if <= 2.
18347
18348 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18349
18350         * gst/playback/gstplaybin.c: (gen_video_element),
18351         (gen_audio_element): Removed 2 obsolete comments
18352
18353 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18354
18355         * ext/vorbis/oggvorbisenc.c
18356         * ext/vorbis/vorbisenc.c :
18357           change description fields of those plugins to differentiate them
18358           (pitivi show Encoders by description, they had the same one)
18359
18360 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18361
18362         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18363
18364         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18365         (gst_play_bin_set_property), (gen_video_element),
18366         (gen_audio_element):
18367           Refcounting fixes for provided audio-/videosinks.
18368
18369 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18370
18371         * gst/playback/gstplaybin.c: (gen_video_element),
18372         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18373           Don't reference all sinks, but only the video- and audiosinks.
18374           The vis. element should be disposed when we're done with it.
18375           We don't have any reason to keep it around. This fixes warnings
18376           when reusing playbin for playing multiple audio files with
18377           vis. enabled. Also release audio device on pause - idea stolen
18378           from Rhythmbox.
18379
18380 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18381
18382         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18383         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18384         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18385         * ext/alsa/gstalsaplugin.c: (plugin_init):
18386         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18387         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18388         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18389         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18390         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18391         (gst_faad_change_state), (plugin_init):
18392         * ext/faad/gstfaad.h:
18393         * ext/vorbis/vorbis.c: (plugin_init):
18394         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18395         * gst-libs/gst/audio/Makefile.am:
18396         * gst-libs/gst/audio/audio.c: (plugin_init):
18397         * gst-libs/gst/audio/multichannel.c:
18398         (gst_audio_check_channel_positions),
18399         (gst_audio_get_channel_positions),
18400         (gst_audio_set_channel_positions),
18401         (gst_audio_set_structure_channel_positions_list),
18402         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18403         (gst_audio_fixate_channel_positions):
18404         * gst-libs/gst/audio/multichannel.h:
18405         * gst-libs/gst/audio/testchannels.c: (main):
18406         * gst/audioconvert/gstaudioconvert.c:
18407         (gst_audio_convert_class_init), (gst_audio_convert_init),
18408         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18409         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18410         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18411         * gst/audioconvert/plugin.c: (plugin_init):
18412           Surround sound support.
18413
18414 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18415
18416         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18417           Fix position for discont if we're close as well. Nitpicking, but
18418           saves a few milliseconds of extra waiting or skipping.
18419
18420 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18421
18422         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18423           We sometimes need parsers for playback, so add those too.
18424
18425 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18426
18427         * configure.ac:
18428         * gst/apetag/Makefile.am:
18429         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18430         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18431         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18432         (gst_ape_demux_get_src_query_types),
18433         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18434         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18435         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18436         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18437         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18438         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18439         (gst_ape_demux_change_state):
18440         * gst/apetag/apedemux.h:
18441         * gst/apetag/apetag.c: (plugin_init):
18442         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18443         (plugin_init):
18444           APE v1/2 tag reader plus typefind function.
18445
18446 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18447
18448         * configure.ac:
18449         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18450         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18451           Remove hacks for older core. Require newer core version
18452           accordingly.
18453
18454 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18455
18456         * gst/cdxaparse/Makefile.am:
18457         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18458         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18459         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18460         * gst/cdxaparse/gstcdxaparse.h:
18461         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18462         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18463         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18464         (gst_cdxastrip_get_src_query_types),
18465         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18466         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18467         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18468         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18469         * gst/cdxaparse/gstcdxastrip.h:
18470           SVCD/VCD header stripping separated from CDXA image parsing.
18471         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18472         (plugin_init):
18473           Add VCD/SVCD header typefinding for VCD/SVCD.
18474         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18475         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18476         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18477         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18478         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18479         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18480         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18481         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18482         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18483         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18484         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18485         * sys/vcd/vcdsrc.h:
18486           Fix up, add seeking, querying, URI interface. Works in totem now.
18487
18488 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18489
18490         * configure.ac:
18491           back to CVS
18492
18493 === release 0.8.6 ===
18494
18495 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18496
18497         * NEWS:
18498         * RELEASE:
18499         * configure.ac:
18500         * po/af.po:
18501         * po/az.po:
18502         * po/cs.po:
18503         * po/en_GB.po:
18504         * po/hu.po:
18505         * po/it.po:
18506         * po/nb.po:
18507         * po/nl.po:
18508         * po/or.po:
18509         * po/sq.po:
18510         * po/sr.po:
18511         * po/sv.po:
18512         * po/uk.po:
18513           releasing 0.8.6, "IOU Love"
18514
18515 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18516
18517         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18518
18519         * gst/playback/gstplaybasebin.c:
18520           Fix unplayable files error handling.  Fixes #158365
18521
18522 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18523
18524         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18525
18526         * gst/typefind/gsttypefindfunctions.c:
18527           Fix broken mp3 typefinding.  Fixes #158375
18528
18529 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18530
18531         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18532
18533         * ext/ogg/gstoggdemux.c:
18534           Fix sync on broken files.  Fixes #158976
18535
18536 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18537
18538         patch by: Edward Hervey <bilboed@bilboed.com>
18539
18540         * ext/libpng/gstpngenc.c:
18541           Copy over buffer properties.  Fixes #158832
18542
18543 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18544
18545         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18546
18547         * ext/dvdread/dvdreadsrc.c:
18548           Fixes invalid reads (#158462)
18549
18550 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18551
18552         * sys/v4l/gstv4lsrc.c:
18553         * sys/v4l/gstv4lsrc.h:
18554         * sys/v4l/v4lsrc_calls.c:
18555           Probe less and cache it.  Fixes #159187.
18556
18557 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18558
18559         * gst/videorate/gstvideorate.c:
18560           Handle all video formats. Fixes #159186.
18561
18562 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18563         * gst/synaesthesia/gstsynaesthesia.c:
18564         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18565         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18566         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18567         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18568         (gst_synaesthesia_change_state), (plugin_init):
18569         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18570         Force 320x200 output, as that's the only thing the underlying
18571         synaesthesia implementation supports. Still needs to be made
18572         re-entrant.
18573
18574 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18575
18576         * configure.ac:
18577           Fix mpeg2enc configure check (similar to mplex check below).
18578
18579 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18580
18581         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18582
18583         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18584           Fix for gcc-2.95 (fixes #158221).
18585
18586 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18587
18588         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18589           Re-add clock distribution hack (until new core is released).
18590           Fixes #158125.
18591
18592 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18593         * configure.ac:
18594           fix mplex configure check segfaulting on some systems (bug #140994)
18595
18596 2004-11-13  Benjamin Otte  <otte@gnome.org>
18597
18598         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18599           add debugging
18600         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18601           do a wait when we enter the loop func with no data available to
18602           write instead of getting into an 100% CPU loop by just returning and
18603           being called again by the scheduler
18604
18605 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18606
18607         * configure.ac:
18608         * ext/libvisual/visual.c: (gst_visual_get_type),
18609         (libvisual_log_handler), (gst_visual_getcaps),
18610         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18611         (plugin_init):
18612           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18613         * ext/smoothwave/Makefile.am:
18614         * ext/smoothwave/demo-osssrc.c: (main):
18615         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18616         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18617         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18618         (plugin_init):
18619         * ext/smoothwave/gstsmoothwave.h:
18620           Make gstsmoothwave a working element in the 20th century.
18621
18622         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18623           Fix incorrect link function
18624
18625 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18626
18627         * gst/volume/gstvolume.c:
18628           Allow buffer-frames=0.
18629
18630 2004-11-12 Iain <iaingnome@gmail.com>
18631
18632         * configure.ac: Check for polypaudio
18633
18634         * ext/Makefile.am: Build the polyp dir
18635
18636         * ext/polyp: The polypsink sources.
18637
18638 2004-10-30 Iain <iaingnome@gmail.com>
18639
18640         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18641         caps to reflect the new number of channels.
18642
18643 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18644
18645         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18646           Fix for negotiation order problem. This would show when the
18647           ALSA loopfuction was called before any other function. ALSA
18648           wouldn't do anything because we're not negotiated yet, leading
18649           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18650
18651 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18652
18653         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18654
18655         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18656           No warnings (#157986).
18657
18658 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18659
18660         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18661           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18662
18663 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18664
18665         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18666           Signal no-more-pads (so it works in playbin).
18667
18668 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18669
18670         * ext/musepack/gstmusepackreader.cpp:
18671           Workaround for older core.
18672
18673 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18674
18675         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18676           Actually test for odd width/height rather than testing whether
18677           a temporary variable that was 0 before we subtracted 1 is now
18678           not equal to zero (which it always is).
18679
18680 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18681
18682         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18683         Fix compilation if HAVE_XVIDEO is not defined
18684
18685 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18686
18687         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18688         Fix compilation if HAVE_XVIDEO is not defined
18689
18690 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18691
18692         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18693         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18694         (gst_goom_change_state), (plugin_init):
18695         Use the bytestream adapter so goom doesn't depend on the input
18696         buffer size.
18697         Add a debug category
18698
18699 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18700
18701         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18702           Only set hardware parameters *after* negotiation. Before
18703           negotiation, it will set ANY and that seems to cause crashes
18704           (see e.g. #151288, #153227).
18705
18706 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18707
18708         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18709           This seems to be antique leftover. It needs to pass error
18710           checking.
18711         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18712         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18713         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18714         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18715           Fix GstXOverlay implementation (#151059).
18716
18717 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18718
18719         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18720           Don't assert (#157853).
18721
18722 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18723
18724         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18725           Fix bytes/samples confustion.
18726         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18727           Fix for underrun (#144389).
18728
18729 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18730
18731         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18732           Disable halfway-seek for pending release (since it needs a new
18733           core release).
18734
18735 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18736
18737         * sys/v4l/gstv4lsrc.c:
18738         * sys/v4l/gstv4lsrc.h:
18739         * sys/v4l/v4lsrc_calls.c:
18740           add autoprobe-fps property so we can separate autoprobing parts
18741
18742 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18743
18744         * sys/v4l/gstv4lsrc.c:
18745         * sys/v4l/v4lsrc_calls.c:
18746         initialise fourcc to catch unset fourcc's, and debug
18747
18748 2004-11-09  Wim Taymans  <wim@fluendo.com>
18749
18750         * gst/playback/README:
18751         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18752         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18753         (gst_play_bin_dispose), (gst_play_bin_set_property),
18754         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18755         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18756         (gst_play_bin_get_formats), (gst_play_bin_convert),
18757         (gst_play_bin_get_query_types), (gst_play_bin_query):
18758         Cleanups and some more documentation.
18759
18760 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
18761
18762         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18763         (gst_cacasink_init), (gst_cacasink_chain):
18764         * ext/libcaca/gstcacasink.h:
18765         Cacasink inherits from VideoSink, so let that store the clock.
18766
18767 2004-11-09  Wim Taymans  <wim@fluendo.com>
18768
18769         * gst/playback/README:
18770         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
18771         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
18772         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
18773         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
18774         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
18775         (setup_sinks):
18776         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
18777         (gst_stream_info_is_mute), (gst_stream_info_set_property):
18778         * gst/playback/gststreaminfo.h:
18779         Updated README.
18780         Only switch groups if all streams have muted (EOSed).
18781         Send Tags in sync with the stream playback instead of in
18782         the playback/preroll phase.
18783         Some cleanups, free the fakesrc elements.
18784
18785 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18786
18787         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
18788           buffer-frames property was missing
18789         * ext/arts/gst_arts.c:
18790           rate missing from sinkcaps
18791         * ext/audiofile/gstafparse.c:
18792         * ext/audiofile/gstafsink.c:
18793         * ext/audiofile/gstafsrc.c:
18794         * ext/swfdec/gstswfdec.c:
18795           int audio doesn't know buffer-frames
18796         * ext/cdparanoia/gstcdparanoia.c:
18797           int audio doesn't know chunksize either
18798         * ext/nas/nassink.c:
18799           it's endianness, not endianess
18800         * gst-libs/gst/audio/audio.h:
18801           make float standard pad template caps really describe float
18802         * gst/law/mulaw.c: (linear_factory):
18803           signed only, please
18804         * gst/mpegstream/gstdvddemux.c:
18805           widths of 20 are not valid
18806
18807 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18808
18809         Submitted by: Luca Ferretti <elle.uca@infinito.it>
18810
18811         * po/LINGUAS:
18812         * po/it.po:
18813           Add Italian
18814
18815 2004-11-08  Wim Taymans  <wim@fluendo.com>
18816
18817         * gst/playback/README:
18818         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18819         * gst/playback/gstplaybasebin.c: (probe_triggered),
18820         (gst_play_base_bin_change_state):
18821         Updated README, added more comments for fixmes etc..
18822
18823 2004-11-08  Wim Taymans  <wim@fluendo.com>
18824
18825         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18826         We can remove this hack now.
18827
18828 2004-11-08  Wim Taymans  <wim@fluendo.com>
18829
18830         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
18831         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18832         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18833         Only mix AYUV for maximum quality.
18834
18835 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18836
18837         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
18838         (gst_ogg_demux_push), (gst_ogg_pad_push):
18839           Let's act as if we're synchronized now! :).
18840         * ext/theora/theoradec.c: (theora_dec_chain):
18841           Add some debug.
18842
18843 2004-11-08  Wim Taymans  <wim@fluendo.com>
18844
18845         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18846         (gst_alpha_set_property), (gst_alpha_sink_link),
18847         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
18848         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
18849         (gst_alpha_init_params), (gst_alpha_chain):
18850         Implement alpha functions for AYUV too, this increases
18851         accuracy quite a bit.
18852
18853 2004-11-08  Wim Taymans  <wim@fluendo.com>
18854
18855         * gst/ffmpegcolorspace/avcodec.h:
18856         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18857         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18858         (gst_ffmpegcsp_avpicture_fill):
18859         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18860         (gst_ffmpegcsp_caps_remove_format_info):
18861         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18862         (shrink12), (img_get_alpha_info), (deinterlace_line),
18863         (deinterlace_line_inplace):
18864         * gst/ffmpegcolorspace/imgconvert_template.h:
18865         Added AYUV colorspace and handle RGBA a bit more respectful.
18866
18867 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18868
18869         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18870           Actually always send a discont (cornercase when resending the
18871           same serial-tagged chain twice).
18872
18873 2004-11-08  Julien MOUTTE  <julien@moutte.net>
18874
18875         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
18876         (gst_ximagesink_finalize):
18877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
18878         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
18879
18880 2004-11-08  Wim Taymans  <wim@fluendo.com>
18881
18882         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
18883         Don't segfault on NULL data.
18884
18885 2004-11-08  Wim Taymans  <wim@fluendo.com>
18886
18887         * gst/playback/gstdecodebin.c: (unlinked):
18888         * gst/playback/gstplay-marshal.list:
18889         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18890         (gst_play_base_bin_init), (group_create), (get_active_group),
18891         (get_building_group), (group_destroy), (group_commit),
18892         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
18893         (add_element_stream), (no_more_pads), (probe_triggered),
18894         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
18895         (state_change), (setup_source), (gst_play_base_bin_get_property),
18896         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18897         (gst_play_base_bin_link_stream),
18898         (gst_play_base_bin_get_streaminfo):
18899         * gst/playback/gstplaybasebin.h:
18900         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18901         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
18902         Add support for chained ogg files. Prepare for playlist
18903         support. This patch introduces the concept of pad groups, which
18904         together compose one playable media file.
18905
18906 2004-11-07  David Schleef  <ds@schleef.org>
18907
18908         * testsuite/gst-lint: Check for pad templates that aren't statically
18909         scoped.
18910
18911 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18912
18913         * configure.ac:
18914         * ext/Makefile.am:
18915         * ext/musepack/Makefile.am:
18916         * ext/musepack/gstmusepackdec.cpp:
18917         * ext/musepack/gstmusepackdec.h:
18918         * ext/musepack/gstmusepackreader.cpp:
18919         * ext/musepack/gstmusepackreader.h:
18920           Add musepack decoder.
18921         * ext/faad/gstfaad.c: (gst_faad_base_init):
18922           Make pad templates static.
18923         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18924         (plugin_init):
18925           Add musepack typefinder, make mp3 typefinding work halfway stream,
18926           which doesn't actually work yet because id3demux doesn't implement
18927           _get_length().
18928
18929 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18930
18931         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18932         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
18933           Fix interrupt event handling (#144436).
18934
18935 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18936
18937         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
18938           Hide unused glory.
18939
18940 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18941
18942         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18943
18944         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
18945           Fix weird caps (#157548).
18946
18947 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18948
18949         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18950
18951         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
18952           Add missing NULL terminator (#157543).
18953
18954 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18955
18956         * gst/tcp/gsttcp.h:
18957         * gst/tcp/gsttcpclientsink.c:
18958         * gst/tcp/gsttcpclientsrc.c:
18959         * gst/tcp/gsttcpserversink.c:
18960         * gst/tcp/gsttcpserversrc.c:
18961           ports can go up to 65535.  Move common defines to gsttcp.h
18962
18963 2004-11-05  Wim Taymans  <wim@fluendo.com>
18964
18965         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
18966         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
18967         Added two more colorspaces.
18968
18969 2004-11-05  Wim Taymans  <wim@fluendo.com>
18970
18971         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18972         (gst_ffmpegcsp_avpicture_fill):
18973         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18974         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
18975         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
18976         More stride fixes.
18977
18978 2004-11-05  Wim Taymans  <wim@fluendo.com>
18979
18980         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
18981         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
18982         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18983         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
18984         (gst_videomixer_loop):
18985         More stride fixes.
18986
18987 2004-11-05  Benjamin Otte  <otte@gnome.org>
18988
18989         * ext/mad/gstmad.c: (gst_mad_chain):
18990           don't overflow data buffer. Flush not needed sync data when syncing
18991           failed.
18992
18993 2004-11-04  Wim Taymans  <wim@fluendo.com>
18994
18995         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18996         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18997         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
18998         (gst_alpha_init_params), (gst_alpha_chain),
18999         (gst_alpha_change_state):
19000         Updated the chroma keying algorithm with something more
19001         sophisticated.
19002
19003 2004-11-03  Wim Taymans  <wim@fluendo.com>
19004
19005         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19006         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19007         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19008         Fix stride issues. Does not completely work for odd
19009         heights.
19010
19011 2004-11-03  Wim Taymans  <wim@fluendo.com>
19012
19013         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19014         (gst_alpha_chroma_key), (gst_alpha_chain):
19015         Fix stride issues. Does not completely work for odd
19016         heights.
19017
19018 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19019
19020         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19021         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19022         leak fixes
19023
19024 2004-11-03  Wim Taymans  <wim@fluendo.com>
19025
19026         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19027         (gst_ffmpegcsp_avpicture_fill):
19028         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19029         (avpicture_alloc):
19030         * gst/ffmpegcolorspace/imgconvert_template.h:
19031         Use correct _fill function to get correct strides.
19032
19033 2004-11-02  David Schleef  <ds@schleef.org>
19034
19035         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19036         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19037         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19038         Change all g_print()s to debugging.  Add a bunch of consistency
19039         checks.
19040
19041 2004-11-02  Wim Taymans  <wim@fluendo.com>
19042
19043         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19044         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19045         (unlinked), (no_more_pads), (close_link):
19046         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19047         (unknown_type), (add_element_stream), (new_decoded_pad),
19048         (removed_decoded_pad), (setup_source):
19049         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19050         (gst_stream_info_class_init), (gst_stream_info_init),
19051         (gst_stream_info_new), (gst_stream_info_dispose),
19052         (stream_info_mute_pad), (gst_stream_info_set_property),
19053         (gst_stream_info_get_property):
19054         * gst/playback/gststreaminfo.h:
19055         Fix playback of multiple files.
19056         a slightly different approach to handling dynamic pad removals.
19057         This one only looks at pads that we have linked.
19058
19059 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19060
19061         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19062         free" warning from libc.
19063
19064 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19065
19066         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19067         (get_unconnected_element), (remove_starting_from), (pad_removed),
19068         (close_link):
19069           Implement support for dynamic pad changing. We listen to "live"
19070           pad removals (i.e. while playing) and re-setup autoplugging
19071           after that. Playbasebin/playbin need some more work for this
19072           to finally work, but decodebin supports (and replugs) chained
19073           ogg now.
19074
19075 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19076
19077         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19078         (gst_alsa_finalize):
19079         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19080         (gst_cdaudio_finalize):
19081         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19082         (cdparanoia_finalize):
19083         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19084         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19085         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19086         (dvdreadsrc_finalize):
19087         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19088         (gst_flacdec_finalize):
19089         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19090         (gst_flacenc_finalize):
19091         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19092         (gst_gnomevfssink_finalize):
19093         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19094         (gst_gnomevfssrc_finalize):
19095         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19096         (gst_fameenc_finalize):
19097         * ext/nas/nassink.c: (gst_nassink_class_init),
19098         (gst_nassink_finalize):
19099         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19100         (gst_sdlvideosink_class_init):
19101         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19102         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19103         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19104         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19105         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19106         (gst_x_window_listener_dispose):
19107         * gst/audioscale/gstaudioscale.c:
19108         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19109         (play_on_demand_finalize):
19110         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19111         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19112         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19113         (cdplayer_finalize):
19114         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19115         (gst_glimagesink_class_init):
19116         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19117         (gst_osselement_finalize):
19118         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19119         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19120         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19121           Fixes a bunch of problems with finalize and dispose functions,
19122           either assumptions that dispose is only called once, or not calling
19123           the parent class dispose/finalize function
19124
19125 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19126
19127         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19128           added two api precondition guards
19129           use g_strdup with getenv to fix crash when using ENVVAR
19130
19131 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19132         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19133         (gst_esdsink_finalize):
19134         Use a finalize function, not dispose, and more importantly,
19135         call the parent class finalize function too
19136
19137 2004-11-01  Johan Dahlin  <johan@gnome.org>
19138
19139         * ext/ogg/gstoggdemux.c:
19140         * gst/tags/gstvorbistag.c:
19141         Plug leaks.
19142
19143 2004-10-31  Benjamin Otte  <otte@gnome.org>
19144
19145         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19146           lotsa memleaks today. But they're all small...
19147
19148 2004-10-31  Benjamin Otte  <otte@gnome.org>
19149
19150         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19151           another memleak crushed
19152
19153 2004-10-31  Benjamin Otte  <otte@gnome.org>
19154
19155         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19156           fix memleak
19157
19158 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19159
19160         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19161           Hack to prevent crash when going to READY inside signal handler
19162           while this function is active.
19163
19164 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19165
19166         * gst/ffmpegcolorspace/Makefile.am:
19167         * gst/ffmpegcolorspace/avcodec.h:
19168         * gst/ffmpegcolorspace/common.h:
19169         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19170         * gst/ffmpegcolorspace/dsputil.h:
19171         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19172         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19173         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19174         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19175         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19176         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19177         (gst_ffmpegcsp_avpicture_fill):
19178         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19179         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19180         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19181         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19182         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19183         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19184         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19185         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19186         * gst/ffmpegcolorspace/imgconvert.c:
19187         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19188         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19189         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19190         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19191         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19192         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19193         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19194         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19195         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19196         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19197         (grow21), (grow22), (grow41), (grow44), (conv411),
19198         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19199         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19200         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19201         (avpicture_free), (is_yuv_planar), (img_convert),
19202         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19203         (deinterlace_line_inplace), (deinterlace_bottom_field),
19204         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19205         * gst/ffmpegcolorspace/imgconvert_template.h:
19206         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19207         * gst/ffmpegcolorspace/mmx.h:
19208         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19209         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19210         (av_freep), (avcodec_get_context_defaults),
19211         (avcodec_alloc_context), (avcodec_init):
19212           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19213           handling plus update from ffmpeg CVS. Large clean-up.
19214
19215 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19216
19217         * gst/playback/Makefile.am:
19218           We need the marshallers for decodebin, too.
19219
19220 2004-10-30  David Schleef  <ds@schleef.org>
19221
19222         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19223           quicktime typefinding work with 64-bit offsets.
19224
19225 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19226
19227         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19228           Set EOS on the element when processing an EOS event.
19229         * ext/speex/gstspeexdec.h:
19230         * ext/speex/gstspeexenc.h:
19231           Only keep a const ptr to the mode
19232         * gst-libs/gst/riff/riff-media.c:
19233         (gst_riff_create_audio_caps_with_data),
19234         (gst_riff_create_audio_template_caps):
19235           Allow WMAV3, with up to 6 channels.
19236         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19237           Don't call gst_pad_set_event_function on a sink pad.
19238         * gst/mpegstream/gstdvddemux.c:
19239         (gst_dvd_demux_get_subpicture_stream),
19240         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19241           Copy the explicit caps that were set across to the cur_* pads,
19242           instead of trying to use a possibly non-existent negotiated caps.
19243           Reset the type of subpicture pads to UNKNOWN after calling
19244           init_stream, so that the caps get set.
19245
19246 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19247
19248         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19249
19250         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19251           Don't touch buffer if it is of size 0 (fixes #151064).
19252
19253 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19254
19255         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19256           Synchronized discont handling.
19257
19258 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19259
19260         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19261         (gst_ogg_demux_push):
19262           Make seeking sort-of exact again (fixes #156387).
19263
19264 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19265
19266         * gst/playback/gstplaybasebin.c: (unknown_type),
19267         (add_element_stream), (new_decoded_pad),
19268         (gst_play_base_bin_change_state):
19269         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19270         (gst_stream_info_init), (gst_stream_info_new),
19271         (gst_stream_info_dispose), (gst_stream_info_get_property):
19272         * gst/playback/gststreaminfo.h:
19273           Make caps explicitely available. Makes testing for unsupported
19274           types possible. Improves error reporting.
19275
19276 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19277
19278         * gst/audioconvert/gstaudioconvert.c:
19279         (gst_audio_convert_buffer_to_default_format):
19280           Really don't touch read-only buffers (#156563).
19281
19282 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19283
19284         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19285
19286         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19287           Fix memleak (#155223).
19288
19289 2004-10-29  Wim Taymans  <wim@fluendo.com>
19290
19291         * gst/tcp/.cvsignore:
19292         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19293         (gst_multifdsink_class_init), (gst_multifdsink_init),
19294         (gst_multifdsink_add), (gst_multifdsink_remove),
19295         (gst_multifdsink_remove_client_link), (is_sync_frame),
19296         (gst_multifdsink_new_client),
19297         (gst_multifdsink_handle_client_write),
19298         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19299         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19300         (gst_multifdsink_get_property):
19301         * gst/tcp/gstmultifdsink.h:
19302         Added burst on connect sync_method, deprecated sync_clients,
19303         streamlined the sync code some more.
19304
19305 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19306
19307         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19308         (gst_play_base_bin_change_state):
19309           Improve error reporting.
19310
19311 2004-10-28  Wim Taymans  <wim@fluendo.com>
19312
19313         * gst/tcp/Makefile.am:
19314         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19315         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19316         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19317         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19318         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19319         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19320         (gst_fdset_wait):
19321         Added more locks around fdset structures. Fixed/reworked
19322         the poll array resizing code.
19323         Added stress test for fdset.
19324
19325 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19326
19327         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19328         fix build
19329
19330 2004-10-28  Benjamin Otte  <otte@gnome.org>
19331
19332         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19333           fix link function to always query channels and query width for
19334           floats
19335         * configure.ac:
19336           add equalizer dir
19337         * gst/equalizer/Makefile.am:
19338         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19339         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19340         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19341         (arg_to_scale), (setup_filter),
19342         (gst_iir_equalizer_compute_frequencies),
19343         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19344         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19345         (plugin_init):
19346           add an equalizer
19347
19348 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19349
19350         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19351
19352         * po/LINGUAS:
19353         * po/nb.po:
19354           Added Norwegian Bokmaal translation
19355
19356 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19357
19358         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19359           Don't break on options (fixes #156488).
19360
19361 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19362
19363         * configure.ac:
19364         * ext/cdaudio/Makefile.am:
19365         * sys/Makefile.am:
19366           fix build on older automake
19367
19368 2004-10-26  Wim Taymans  <wim@fluendo.com>
19369
19370         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19371         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19372         Allow a little margin when negotiating the framerate.
19373
19374 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19375
19376         * gst/level/gstlevel.c:
19377           synchonised naming of pads and pad-templates
19378
19379 2004-10-26  Wim Taymans  <wim@fluendo.com>
19380
19381         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19382         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19383         (_find_streams_check), (gst_ogg_demux_push):
19384         Fix EOS again. Needs to be done in a better way. We should not
19385         remove the pad if there is no new chained stream.
19386
19387 2004-10-26 Iain <iaingnome@gmail.com>
19388
19389         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19390         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19391         of the caps.
19392         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19393         pad.
19394         (interleave_release_pad): Remove the pad.
19395         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19396         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19397         the set device.
19398         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19399         attrs
19400         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19401         (gst_xvimagesink_finalize): Free the par.
19402
19403 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19404
19405         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19406         (gst_avimux_stop_file):
19407           First calculate the rate, and only then use it. Hdr.rate is a
19408           multiple and not a derivative of hdr.scale. Scale is not the
19409           same as blockalign but is solely related to rate.
19410
19411 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19412
19413         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19414         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19415           Implement seeking.
19416
19417 2004-10-25  James Henstridge  <james@jamesh.id.au>
19418
19419         Reviewed by:  David Schleef  <ds@schleef.org>
19420
19421         * examples/gstplay/player.c: (got_stream_length), (main):
19422         * examples/seeking/cdplayer.c: (update_scale):
19423         * examples/seeking/seek.c: (format_value), (update_scale):
19424         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19425         (stop_seek):
19426         Build fixes on AMD64.
19427
19428 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19429
19430         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19431
19432         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19433         Fix for some v4l cards which hang in v4lsrc
19434
19435 2004-10-25  Wim Taymans  <wim@fluendo.com>
19436
19437         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19438         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19439         Make sure to remove the pad when a new chain is
19440         encountered. Set some vars to NULL so we don't try
19441         to reference freed memory.
19442
19443 2004-10-25  Wim Taymans  <wim@fluendo.com>
19444
19445         * examples/seeking/Makefile.am:
19446         * examples/seeking/cdplayer.c: (update_scale):
19447         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19448         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19449         (format_value), (update_scale), (iterate), (start_seek),
19450         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19451         (print_usage), (main):
19452         Added some more examples, update others.
19453
19454 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19455
19456         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19457         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19458         * ext/theora/theoradec.c: (theora_dec_chain):
19459         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19460           Add codec-name metadata.
19461
19462 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19463
19464         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19465
19466         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19467         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19468         * ext/alsa/gstalsamixertrack.h:
19469         * po/POTFILES.in:
19470           ALSA mixer track label internationalization (#154054).
19471
19472 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19473
19474         * ext/theora/theoradec.c: (theora_dec_chain):
19475           Export bitrate as metadata.
19476
19477 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19478
19479         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19480         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19481         * ext/alsa/gstalsamixertrack.h:
19482           Fix names, fix loop.
19483
19484 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19485
19486         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19487         (speex_dec_convert):
19488           sinkconvert function so oggdemux can get the file length (totem).
19489
19490 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19491
19492         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19493
19494         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19495           Don't push incomplete packets.
19496         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19497           Fix MPEG-4 audio typefinding.
19498
19499 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19500
19501         * sys/v4l/Makefile.am:
19502         * sys/v4l/gstv4l.c: (plugin_init):
19503         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19504         (gst_v4lelement_init), (gst_v4lelement_dispose),
19505         (gst_v4lelement_change_state):
19506         * sys/v4l/gstv4lelement.h:
19507         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19508         (gst_v4l_xoverlay_close), (idle_refresh),
19509         (gst_v4l_xoverlay_set_xwindow_id):
19510         * sys/v4l/gstv4lxoverlay.h:
19511         * sys/v4l/v4l-overlay_calls.c:
19512         * sys/v4l/v4l_calls.h:
19513         * sys/v4l2/Makefile.am:
19514         * sys/v4l2/gstv4l2.c: (plugin_init):
19515         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19516         (gst_v4l2element_init), (gst_v4l2element_dispose),
19517         (gst_v4l2element_change_state):
19518         * sys/v4l2/gstv4l2element.h:
19519         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19520         (gst_v4l2_xoverlay_close), (idle_refresh),
19521         (gst_v4l2_xoverlay_set_xwindow_id):
19522         * sys/v4l2/gstv4l2xoverlay.h:
19523         * sys/v4l2/v4l2-overlay_calls.c:
19524         * sys/v4l2/v4l2_calls.h:
19525           Remove client-side overlay handling, use the X-server v4l plugin
19526           for that. Nicer overlay, less code. Also make the plugin
19527           compileable without X (but then without overlay, obviously).
19528           Makes xwindowlistener obsolete, should we remove that?
19529
19530 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19531
19532         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19533         (gst_osssrc_src_query):
19534         * sys/oss/gstosssrc.h:
19535           OK, so people want offset in DEFAULT. This time, actually fix all
19536           cases.
19537         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19538           Add FPS properly.
19539
19540 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19541
19542         * gst/asfdemux/gstasfmux.c:
19543         * gst/avi/gstavimux.c:
19544           Framerate.
19545
19546 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19547
19548         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19549           Fix properties (channel, norm, frequency).
19550
19551 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19552
19553         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19554           Flag typo.
19555         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19556           No warnings.
19557
19558 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19559
19560         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19561           Fix hang.
19562
19563 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19564
19565         * sys/v4l2/gstv4l2element.h:
19566           Yet Another Hack (tm) for kernel header borkedness.
19567         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19568         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19569         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19570         (gst_v4l2src_change_state):
19571         * sys/v4l2/gstv4l2src.h:
19572         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19573         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19574           Fix caps, keep track of state, work.
19575
19576 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19577
19578         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19579           Quiet.
19580
19581 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19582
19583         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19584           Don't mix bytes and samples.
19585
19586 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19587
19588         * ext/ogg/gstoggmux.c:
19589           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19590           and theora. Any is incorrect.
19591         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19592           Fix caps.
19593         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19594         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19595         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19596         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19597         * sys/v4l/gstv4lmjpegsrc.h:
19598         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19599         (gst_v4lsrc_change_state):
19600         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19601         (gst_v4lmjpegsrc_capture_stop):
19602           Fix caps. Keep track of internal state. Work.
19603
19604 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19605
19606         * ext/Makefile.am:
19607           Fix the build fixes.
19608
19609 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19610
19611         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19612         (gst_ogg_demux_src_event), (_find_chain_seek),
19613         (gst_ogg_pad_push):
19614           Check for pad availability before using it.
19615         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19616           Fix parsing of chained ogg. Needs more work on the decoder side.
19617
19618 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19619
19620         * gst/spectrum/Makefile.am:
19621         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19622         (idle_func):
19623           Fix demo and reenable it. Yes, I'm currently playing with audio
19624           analysis tools
19625
19626 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19627
19628         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19629           We love it if files that start at zero work too...
19630
19631 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19632
19633         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19634           Handle files with missing EOS headers.
19635
19636 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19637
19638         * gst/tcp/gsttcpserversink.c:
19639         (gst_tcpserversink_handle_server_read),
19640         (gst_tcpserversink_init_send):
19641         Zero some variables first (need for accept not to return EINVAL)
19642
19643 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19644
19645         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19646         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19647         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19648         (theora_dec_chain):
19649         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19650         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19651           Seeking and querying finetune.
19652
19653 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19654
19655         * configure.ac:
19656         * ext/Makefile.am:
19657         * ext/raw1394/Makefile.am:
19658           fix the build
19659
19660 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19661
19662         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19663           Wrong return.
19664         * gst/playback/Makefile.am:
19665         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19666         * gst/playback/gstplay-marshal.list:
19667         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19668           Fix marshallers.
19669
19670 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19671
19672         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19673           Silence.
19674
19675 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19676
19677         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19678         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19679         (gst_ogg_pad_push):
19680           Yay for non-lineair granulepos in theora.
19681
19682 2004-10-18  Wim Taymans  <wim@fluendo.com>
19683
19684         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19685         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19686         * ext/dv/gstdvdec.h:
19687         Make sure we renegotiate aspect ratio when the camera switches.
19688
19689 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19690
19691         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19692         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19693           Start at zero.
19694         * ext/theora/theoradec.c: (theora_dec_chain):
19695           Skip headers. Bad idea for chained ogg, but fixes seeking.
19696
19697 2004-10-18  Wim Taymans  <wim@fluendo.com>
19698
19699         * configure.ac:
19700         I swear, this is the last time I touch this.
19701
19702 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19703
19704         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19705         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19706         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19707           Faster seeking.
19708         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19709           Time-to-default conversion.
19710         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19711           Don't error on unknown packets, just skip. We should probably
19712           read them if we want to support chained ogg.
19713
19714 2004-10-18  Wim Taymans  <wim@fluendo.com>
19715
19716         * configure.ac:
19717         Added cdaudio to wrong list.
19718
19719 2004-10-18  Wim Taymans  <wim@fluendo.com>
19720
19721         * configure.ac:
19722         Revive cdaudio.
19723
19724 2004-10-18  Wim Taymans  <wim@fluendo.com>
19725
19726         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19727         (gst_dvdec_video_link), (gst_dvdec_push):
19728         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19729         (gst_smokeenc_resync), (gst_smokeenc_chain):
19730         Fix mimetype on smoke encoder.
19731         Add aspect ratio to dvdec. Not sure if these
19732         values are correct though....
19733
19734 2004-10-18  Wim Taymans  <wim@fluendo.com>
19735
19736         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19737         Fix vorbis property descriptions and ranges.
19738
19739 2004-10-18  Wim Taymans  <wim@fluendo.com>
19740
19741         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19742         Really do nothing when no data is available.
19743         Go to the playing state when the stream is not seekable
19744         instead of failing.
19745
19746 2004-10-18  Wim Taymans  <wim@fluendo.com>
19747
19748         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19749         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19750         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19751         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19752         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19753         Added uri handler for cd://
19754         Port to new API.
19755
19756 2004-10-18  Wim Taymans  <wim@fluendo.com>
19757
19758         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19759         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19760         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19761         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19762         (remove_prerolls), (unknown_type), (add_element_stream),
19763         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
19764         (gst_play_base_bin_remove_element),
19765         (gst_play_base_bin_link_stream):
19766         * gst/playback/gstplaybin.c: (gen_video_element),
19767         (gen_vis_element), (remove_sinks), (setup_sinks):
19768         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19769         (gst_stream_info_get_type), (gst_stream_info_class_init),
19770         (gst_stream_info_init), (gst_stream_info_new),
19771         (gst_stream_info_dispose), (stream_info_mute_pad),
19772         (gst_stream_info_set_property), (gst_stream_info_get_property):
19773         * gst/playback/gststreaminfo.h:
19774         Add sink padtemplate to decodebin.
19775         Added some more comments.
19776         Make queue size configurable in playbasebin.
19777         Added possibility to use elements as sinks (ex cdaudio).
19778
19779 2004-10-15  Wim Taymans  <wim@fluendo.com>
19780
19781         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
19782         (gst_speexenc_chain):
19783         Fix speex timestamps so that it gets muxed properly.
19784
19785 2004-10-15  Wim Taymans  <wim@fluendo.com>
19786
19787         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
19788         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
19789         (gst_dv1394src_init), (gst_dv1394src_dispose),
19790         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
19791         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
19792         (gst_dv1394src_event), (gst_dv1394src_get_formats),
19793         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
19794         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
19795         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
19796         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
19797         * ext/raw1394/gstdv1394src.h:
19798         Added conversion/query functions.
19799         Update buffer timestamps,
19800         Added signals.
19801         Added uri dv:// so it might play from the firewire in playbin.
19802         Fix a possible leak.
19803         Added debugging.
19804
19805 2004-10-15  Wim Taymans  <wim@fluendo.com>
19806
19807         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19808         (gst_dv1394src_init), (gst_dv1394src_set_property),
19809         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
19810         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
19811         * ext/raw1394/gstdv1394src.h:
19812         Added AV/C VTR control support needed for some cameras.
19813         Added automatic port detection.
19814         Added properties for selecting the channel.
19815         The configure.ac script is not yet updated to reflect the
19816         new libavc1394 and librom1394 dependencies.
19817
19818 2004-10-15  Wim Taymans  <wim@fluendo.com>
19819
19820         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19821         (qtdemux_parse), (gst_qtdemux_handle_esds):
19822         An esds box is not a container.
19823         Fix parsing of mp4v boxes.
19824         Do not try to renegotiate fps for each frame. Need to
19825         find a better method. This should fix mp4 playback.
19826
19827 2004-10-14  David Schleef  <ds@schleef.org>
19828
19829         * configure.ac: update for swfdec-0.3 and liboil-0.2
19830         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
19831         * ext/swfdec/gstswfdec.h: same
19832         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
19833         * gst/videotestsrc/videotestsrc.c: same
19834
19835 2004-10-14  Wim Taymans  <wim@fluendo.com>
19836
19837         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19838         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
19839         (is_sync_frame), (gst_multifdsink_new_client),
19840         (gst_multifdsink_handle_client_write),
19841         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19842         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
19843         Turn warnings into info.
19844         Don't allow a state change in the streaming thread.
19845
19846 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19847
19848         * ext/vorbis/oggvorbisenc.c:
19849         * ext/vorbis/vorbisdec.c:
19850           fix template sample rate
19851
19852 2004-10-13  Wim Taymans  <wim@fluendo.com>
19853
19854         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19855         Decoding the header first fixes some problems in resyncing
19856         in more mp3s.
19857
19858 2004-10-12  Wim Taymans  <wim@fluendo.com>
19859
19860         * gst/playback/gstplaybin.c: (gen_video_element),
19861         (gen_vis_element), (remove_sinks), (setup_sinks):
19862         Added vis plugin support, need to configure the vis
19863         element to activate it.
19864
19865 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19866
19867         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
19868         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
19869           Some debug.
19870         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19871         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
19872         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
19873         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
19874         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
19875         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
19876         * gst/avi/gstavidemux.h:
19877           Support for openDML-2.0 indx/ix## chunks. Support for broken index
19878           recovery (where, if part of the index is broken, we will still read
19879           the rest of the index and recover the broken part by stream
19880           scanning). More broken media support. EOS workarounds. General AVI
19881           braindamage headache recovery. Aspirin included.
19882
19883 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19884
19885         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
19886         (cdparanoia_event), (cdparanoia_query):
19887           Get rid of hideous lead-in.
19888
19889 2004-10-11  Wim Taymans  <wim@fluendo.com>
19890
19891         * gst/playback/gstplaybasebin.c: (setup_source):
19892         Wrong var used to get g_list_next.
19893
19894 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19895
19896         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19897         (cdparanoia_get), (cdparanoia_open):
19898           Report discid as metadata, add duration.
19899
19900 2004-10-11  Wim Taymans  <wim@fluendo.com>
19901
19902         * gst/playback/gstplaybasebin.c: (setup_source):
19903         Cleanup the previous pipeline a little earlier for the
19904         case that a source element provides raw data.
19905
19906 2004-10-11  Benjamin Otte  <otte@gnome.org>
19907
19908         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19909           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
19910           consuming the last 128 bytes, even though it was valid mp3 data.
19911
19912 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19913
19914         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
19915         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19916         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19917         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
19918
19919 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19920
19921         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
19922         Fix for webcams that support only specific width or height
19923
19924 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19925
19926         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19927
19928         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19929           Fix wrong discont event setup (fixes #154967).
19930
19931 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
19932
19933         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19934
19935         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19936           Error out on invalid data (fixes #154807).
19937
19938 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19939
19940         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19941
19942         * ext/dvdread/dvdreadsrc.c: (_read):
19943           Make titles > 0 work again (fixes #154834).
19944
19945 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19946
19947         * gst-libs/gst/riff/riff-media.c:
19948         (gst_riff_create_video_template_caps):
19949           WMV3 missing in template caps.
19950
19951 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19952
19953         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
19954           OK, so the original code was too strict. It makes random AVI files
19955           hang for seconds upon opening, which is unacceptable and is far
19956           beyond the original goal of getting multiple chunks for one-chunk
19957           sounc stream files. So now do just that.
19958
19959 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19960
19961         * gst/playback/gstplaybasebin.c: (setup_source),
19962         (gst_play_base_bin_change_state):
19963           Actually clean up streaminfo if output fails. This would trigger
19964           if, for example, there was no CD in the drive. No preroll, so
19965           a streaminfo structure is created, but the subsequent state change
19966           of the thread fails.
19967         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
19968           Don't change state if parent failed.
19969
19970 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19971
19972         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19973         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
19974         (gen_video_element), (remove_sinks):
19975           Add small bits of code for screenshot handling.
19976
19977 2004-10-08  Wim Taymans  <wim@fluendo.com>
19978
19979         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
19980         (gen_video_element), (gen_audio_element), (setup_sinks):
19981         Don't assume the user provided sinks are named "sink"...
19982
19983 2004-10-08  Wim Taymans  <wim@fluendo.com>
19984
19985         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19986         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
19987         (gst_play_base_bin_link_stream):
19988         Do not try to autoplug sources that generate raw streams like
19989         cdparanoia.
19990         disconnect the preroll overrun signal when we don't need it anymore.
19991
19992 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
19993
19994         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19995         Added reworked patch from #154903 from milosz derezynski (deadchip).
19996
19997 2004-10-08  Wim Taymans  <wim@fluendo.com>
19998
19999         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20000         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20001         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20002         (cdparanoia_convert), (cdparanoia_uri_get_type),
20003         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20004         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20005         * ext/cdparanoia/gstcdparanoia.h:
20006         This adds the cdda://<tracknum> uri.
20007
20008 2004-10-08  Wim Taymans  <wim@fluendo.com>
20009
20010         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20011         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20012         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20013         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20014         (unknown_type), (gst_play_base_bin_remove_element),
20015         (gst_play_base_bin_link_stream):
20016         * gst/playback/gstplaybasebin.h:
20017         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20018         (gst_play_bin_set_property), (gen_video_element),
20019         (gen_audio_element), (setup_sinks):
20020         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20021         (gst_stream_info_get_type), (gst_stream_info_class_init),
20022         (gst_stream_info_init), (gst_stream_info_new),
20023         (gst_stream_info_dispose), (stream_info_mute_pad),
20024         (gst_stream_info_set_property), (gst_stream_info_get_property):
20025         * gst/playback/gststreaminfo.h:
20026         Reuse the audio and video bins.
20027         Some internal cleanups in the stream selection code.
20028
20029 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20030
20031         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20032         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20033         * sys/ximage/ximagesink.h:
20034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20035         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20036         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20037         not coming from those elements. Moreover these elements should not keep
20038         the xid they have been given when in NULL state.
20039
20040 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20041
20042         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20043         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20044         * sys/ximage/ximagesink.h:
20045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20046         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20047         * sys/xvimage/xvimagesink.h:
20048           Actually only create a new toplevel window if we're not gonna
20049           embed it right after.
20050
20051 2004-10-07  Wim Taymans  <wim@fluendo.com>
20052
20053         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20054         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20055         * gst/playback/gstplaybin.c: (setup_sinks):
20056         Implement muting/unmuting of streams, mute streams that are not
20057         used.
20058
20059 2004-10-07  Wim Taymans  <wim@fluendo.com>
20060
20061         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20062         (plugin_init):
20063         Added lame audio/x-ac3 typefind function.
20064
20065 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20066
20067         * configure.ac:
20068           bump nano to cvs
20069
20070 === release 0.8.5 ===
20071
20072 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20073
20074         * NEWS:
20075         * RELEASE:
20076         * configure.ac:
20077           releasing 0.8.5, "Take You On"
20078
20079 2004-10-06  Wim Taymans  <wim@fluendo.com>
20080
20081         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20082         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20083         (no_more_pads), (close_link), (type_found):
20084         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20085         * gst/playback/gstplaybin.c: (gen_video_element):
20086         Do not signal the no_more_pads after the first pad when
20087         we are plugging a non dynamic element with multiple
20088         output pads (like swfdec, dvdec, ...).
20089
20090 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20091
20092         * configure.ac:
20093           bump for prerelease
20094
20095 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20096
20097         * gst/wavparse/gstwavparse.c:
20098           add ATRAC3 to STATIC CAPS to fix a warning
20099
20100         * gst/matroska/ebml-read.c:
20101         * gst-libs/gst/riff/riff-read.c:
20102           fix typos
20103
20104 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20105
20106         * gst-libs/gst/riff/riff-media.c:
20107           generate caps for ATRAC3 audio streams
20108
20109         * gst/realmedia/rmdemux.c:
20110           generate caps for ATRAC3 audio streams
20111
20112 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20113
20114         * gst/wavparse/Makefile.am
20115         * gst/wavparse/riff.h
20116         * gst/wavparse/wavparse.vcproj
20117           riff.h removal (unused and duplication with riff-ids.h)
20118
20119 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20120
20121         * gst/wavparse/gstwavparse.h
20122           remove duplicated defines for audio codec codes
20123
20124         * gst-libs/gst/riff/riff-ids.h
20125         * gst/wavenc/riff.h:
20126           add "4CC" code for ATRAC3 audio streams
20127           add "4CC" code for ITU_G721_ADPCM (unused for now)
20128
20129 2004-10-06  Wim Taymans  <wim@fluendo.com>
20130
20131         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20132         Actually _do_ negotiation. Pass gdouble as arg instead
20133         of guint64 for the framerate.
20134
20135 2004-10-06  Wim Taymans  <wim@fluendo.com>
20136
20137         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20138         (find_compatibles), (close_pad_link), (try_to_link_1),
20139         (no_more_pads), (close_link), (type_found):
20140         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20141         * gst/playback/gstplaybin.c: (gen_video_element),
20142         (gen_audio_element):
20143         Set state on newly added element to READY so that negotiation
20144         can happen ASAP.
20145         Addes some more debug info.
20146         Do not try to plug pads with multiple caps structures or ANY
20147         because it is too dangerous since we do not do dynamic
20148         replugging.
20149
20150 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20151
20152         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20153
20154         * po/LINGUAS:
20155         * po/or.po:
20156           add Oriya translation
20157
20158 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20159
20160         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20161           Prevent overwrite of size member. Makes audio sound crappy.
20162
20163 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20164
20165         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20166         Add rmvb to the list of known RealMedia extensions
20167
20168 2004-10-05  Wim Taymans  <wim@fluendo.com>
20169
20170         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20171         (mngdec_openstream), (mngdec_closestream),
20172         (mngdec_handle_sink_event), (mngdec_readdata),
20173         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20174         (mngdec_getcanvasline), (mngdec_refresh),
20175         (gst_mngdec_change_state):
20176         Set the framerate correctly.
20177
20178 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20179
20180         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20181           There was something wrong with the index massaging.
20182
20183 2004-10-04  Wim Taymans  <wim@fluendo.com>
20184
20185         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20186         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20187         (gst_smokedec_chain):
20188         * ext/jpeg/gstsmokedec.h:
20189         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20190         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20191         * ext/jpeg/gstsmokeenc.h:
20192         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20193         (smokecodec_decode_new), (smokecodec_info_free),
20194         (smokecodec_set_quality), (smokecodec_get_quality),
20195         (smokecodec_set_threshold), (smokecodec_get_threshold),
20196         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20197         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20198         (smokecodec_encode), (smokecodec_parse_id),
20199         (smokecodec_parse_header), (smokecodec_decode):
20200         * ext/jpeg/smokecodec.h:
20201         * ext/jpeg/smokeformat.h:
20202         Updated smoke, new bitstream, allows embedding in ogg.
20203
20204 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20205
20206         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20207           Fix seeking in some files. All this code is no longer needed (and
20208           actually breaks stuff) because we now synchronize the full index
20209           right when reading the header.
20210
20211 2004-10-04  Wim Taymans  <wim@fluendo.com>
20212
20213         * configure.ac:
20214         configure update for libmng.
20215
20216 2004-10-04  Wim Taymans  <wim@fluendo.com>
20217
20218         * ext/libmng/Makefile.am:
20219         * ext/libmng/gstmng.c: (plugin_init):
20220         * ext/libmng/gstmng.h:
20221         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20222         (gst_mngdec_base_init), (gst_mngdec_class_init),
20223         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20224         (gst_mngdec_loop), (gst_mngdec_get_property),
20225         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20226         (mngdec_closestream), (mngdec_handle_sink_event),
20227         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20228         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20229         (gst_mngdec_change_state):
20230         * ext/libmng/gstmngdec.h:
20231         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20232         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20233         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20234         (gst_mngenc_chain), (gst_mngenc_get_property),
20235         (gst_mngenc_set_property):
20236         * ext/libmng/gstmngenc.h:
20237         Added basic MNG decoder. Needs more work. The encoder does
20238         not work yet.
20239
20240 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20241
20242         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20243         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20244         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20245           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20246           no-more-pads.
20247
20248 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20249
20250         * configure.ac:
20251           you need at least 1.0.4 of speex
20252
20253 2004-10-04 Iain <iaingnome@gmail.com>
20254
20255         * ext/speex/gstspeexdec.h: Revert the includes changes.
20256
20257         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20258
20259 2004-09-30 Iain <iaingnome@gmail.com>
20260
20261         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20262         found during init or set as a property instead of hardcoding /dev/audio
20263
20264 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20265
20266         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20267         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20268         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20269         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20270         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20271         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20272         (gst_rmdemux_dump_data):
20273           Use debug category, fix EOS handling. filesrc ! rmdemux now
20274           works.
20275
20276 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20277
20278         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20279         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20280         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20281           Improve allocation, cutting and sorting of the index. How takes a
20282           few seconds instead of minutes.
20283
20284 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20285
20286         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20287           fixed compilation
20288
20289 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20290
20291         * gst-libs/gst/riff/riff-media.c:
20292         (gst_riff_create_video_caps_with_data),
20293         (gst_riff_create_video_template_caps):
20294           Add wing commander format mimetype/fourccs.
20295         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20296           Don't crash if some value is 0.
20297
20298 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20299
20300         * gst-libs/gst/riff/riff-media.c:
20301         (gst_riff_create_video_caps_with_data),
20302         (gst_riff_create_video_template_caps):
20303           Add DIB fourcc (raw, palettized 8-bit RGB).
20304         * gst-libs/gst/riff/riff-read.c:
20305         (gst_riff_read_strf_vids_with_data):
20306           Oops, fix strf_data reading bug.
20307         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20308           Use a non-NULL tag.
20309         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20310           Time for hacks. Sorry Dave. At least one quicktime movie (a
20311           trailer) that I've encountered contains multiple video tracks.
20312           One of those is the actual video track, the other are one-frame
20313           tracks (images). Unfortunately, the number of frames according
20314           to the trak header is 1 for each, so that doesn't help. So
20315           instead, I look at the duration and discard tracks with a
20316           duration shorter than 20% of the length of the stream. Better
20317           than nothing.
20318
20319 2004-10-01  Christian Schaller <christian@fluendo.com>
20320
20321         * ext/ivorbis/vorbis.c:
20322           Patch from Phil Blundell (Bug 152341)
20323
20324 2004-10-01  Wim Taymans  <wim@fluendo.com>
20325
20326         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20327         (speex_dec_get_formats), (speex_dec_convert),
20328         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20329         (speex_dec_chain), (gst_speexdec_get_property),
20330         (gst_speexdec_set_property):
20331         Small cleanups.
20332
20333 2004-10-01  Wim Taymans  <wim@fluendo.com>
20334
20335         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20336         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20337         (gst_wavparse_other), (gst_wavparse_loop),
20338         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20339         (gst_wavparse_srcpad_event):
20340         * gst/wavparse/gstwavparse.h:
20341         Added some more debugging info.
20342         Fix the case where the length of the file is 0.
20343         Make sure we seek to sample borders.
20344
20345 2004-10-01  Wim Taymans  <wim@fluendo.com>
20346
20347         * gst/playback/README:
20348         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20349         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20350         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20351         Add some debug info to decodebin, update README
20352
20353 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20354
20355         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20356           Don't use g_print(); use GST_DEBUG().
20357
20358 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20359
20360         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20361         (gst_ogg_mux_queue_pads):
20362           Handle EOS properly.
20363
20364 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20365
20366         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20367
20368         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20369         (gst_faad_chain), (gst_faad_change_state):
20370         * ext/faad/gstfaad.h:
20371           Allow playback of raw (unframed) MPEG AAC files (#148993).
20372
20373 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20374
20375         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20376
20377         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20378           Throw error if we didn't recognize the stream. Fixes #152289.
20379
20380 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20381
20382         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20383           Fix negotiation.
20384
20385 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20386
20387         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20388
20389         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20390           Fix memleak.
20391
20392 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20393
20394         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20395
20396         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20397           Solve #152805.
20398         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20399           Solve 152806.
20400
20401 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20402
20403         * gst-libs/gst/riff/riff-media.c:
20404         (gst_riff_create_video_caps_with_data),
20405         (gst_riff_create_audio_caps_with_data):
20406           Add codec_data handling (like asfdemux used to do).
20407         * gst/asfdemux/gstasf.c: (plugin_init):
20408         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20409         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20410           Use riff-media for caps creation instead of our own (mostly
20411           broken) copy of its functions.
20412
20413 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20414
20415         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20416           Don't actually error out if we get another return value than
20417           -EINVAL. Opposite to what I first thought, drivers have random
20418           return values for this, although -EINVAL is the expected return
20419           value. Since this is not fatal, we shouldn't use
20420           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20421
20422 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20423
20424         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20425         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20426         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20427         (dvdreadsrc_get), (dvdreadsrc_open_file),
20428         (dvdreadsrc_change_state):
20429           Fix. Don't do one big huge loop around the whole DVD, that will
20430           cache all data and thus eat sizeof(dvd) (several GB) before we
20431           see something.
20432         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20433           Actually NULL'ify event after using it.
20434         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20435         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20436         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20437         (gst_ebml_read_seek), (gst_ebml_read_skip):
20438           Handle events.
20439         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20440         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20441         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20442           Fix timing (this will probably break if I seek using menus, but
20443           I didn't get there yet). VOBs and normal DVDs should now work.
20444           Add a mpeg2-only pad with high rank so this get autoplugged for
20445           MPEG-2 movies.
20446         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20447         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20448         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20449         (gst_mpeg_demux_get_audio_stream),
20450         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20451         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20452           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20453           MPEG-1 but use dvddemux for MPEG-2.
20454         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20455         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20456         (gst_mpeg_parse_parse_packhead):
20457           Timing. Only add pad template if it exists. Add sink template from
20458           class and not from ourselves. This means we will always use the
20459           correct sink template even if it is not the one defined in this
20460           file.
20461
20462 2004-09-29  Wim Taymans  <wim@fluendo.com>
20463
20464         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20465         (gst_mpeg_demux_parse_pes):
20466         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20467         Fix playback of mpeg again, timestamps where screwed up by
20468         patch 1.61.
20469
20470 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20471
20472         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20473           Only return true if we actually filled something in. Prevents
20474           player applications from showing a random length for flac files.
20475         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20476         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20477         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20478         (gst_riff_read_strf_vids_with_data),
20479         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20480           OK, ok, so I implemented event handling. Apparently it's normal
20481           that we receive random events at random points without asking
20482           for it.
20483         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20484         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20485         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20486         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20487         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20488         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20489         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20490         * gst/avi/gstavidemux.h:
20491           Implement non-lineair chunk handling and subchunk processing.
20492           The first solves playback of AVI files where the audio and video
20493           data of individual buffers that we read are not synchronized.
20494           This should not happen according to the wonderful AVI specs, but
20495           of course it does happen in reality. It is also a prerequisite for
20496           the second. Subchunk processing allows us to cut chunks in small
20497           pieces and process each of these pieces separately. This is
20498           required because I've seen several AVI files with incredibly large
20499           audio chunks, even some files with only one audio chunk for the
20500           whole file. This allows for proper playback including seeking.
20501           This patch is supposed to fix all AVI A/V sync issues.
20502         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20503         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20504           Work.
20505         * gst/modplug/gstmodplug.cc:
20506           Proper return value setting for the query() function.
20507         * gst/playback/gstplaybasebin.c: (setup_source):
20508           Being in non-playing state (after, e.g., EOS) is not necessarily
20509           a bad thing. Allow for that. This fixes playback of short files.
20510           They don't actually playback fully now, because the clock already
20511           runs. This means that small files (<500kB) with a small length
20512           (<2sec) will still not or barely play. Other files, such as mod
20513           or flx, will work correctly, however.
20514
20515 2004-09-28  Wim Taymans  <wim@fluendo.com>
20516
20517         * ext/speex/gstspeex.c: (plugin_init):
20518         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20519         (gst_speex_dec_class_init), (speex_dec_get_formats),
20520         (speex_get_event_masks), (speex_get_query_types),
20521         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20522         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20523         (gst_speexdec_get_property), (gst_speexdec_set_property),
20524         (speex_dec_change_state):
20525         * ext/speex/gstspeexdec.h:
20526         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20527         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20528         (gst_speexenc_base_init), (gst_speexenc_class_init),
20529         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20530         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20531         (gst_speexenc_src_query), (gst_speexenc_init),
20532         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20533         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20534         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20535         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20536         (gst_speexenc_chain), (gst_speexenc_get_property),
20537         (gst_speexenc_set_property), (gst_speexenc_change_state):
20538         * ext/speex/gstspeexenc.h:
20539         Rewrote speex encoder, make sure it can be embedded in ogg.
20540         Implemented speex decoder.
20541
20542 2004-09-28  Christian Schaller <christian@fluendo.com>
20543
20544         * configure.ac:
20545         Remove kioslave plugin. Markey is brewing a new working one
20546         * ext/Makefile.am: Remove kioslave plugin
20547         * ext/kio: remove
20548         * gst-plugins.spec.in: remove kio plugin from spec
20549
20550 2004-09-27  Wim Taymans  <wim@fluendo.com>
20551
20552         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20553         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20554         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20555         (gst_multifdsink_new_client),
20556         (gst_multifdsink_handle_client_write),
20557         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20558         (gst_multifdsink_handle_clients):
20559         * gst/tcp/gstmultifdsink.h:
20560         Make syncing to keyframes actually work for new clients and lagging
20561         clients.
20562
20563 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20564
20565         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20566         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20567         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20568         * gst/debug/gstnavigationtest.h:
20569           make navigationtest display button-press and button-release events
20570
20571 2004-09-26 Iain <iaingnome@gmail.com>
20572
20573         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20574         the channels have received a new media event.
20575         (interleave_buffered_loop): Compresses a new media event on all
20576         channels into one.
20577
20578 2004-09-26 Iain <iaingnome@gmail.com>
20579
20580         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20581         call the sinkpad's default event handler and not the srcpads. He also
20582         says this is confusing :)
20583         (gst_wavenc_stop_file): Company says that seek events only go upstream
20584         we should send a discontinuous downstream instead.
20585
20586 2004-09-25  Christian Schaller <christian@fluendo.com>
20587
20588         * Update SPEC file to be usable in conjunction with Fedora Core,
20589           Fedora.us and freshrpms packages
20590         * Fix typo in multifilesrc test Makefile
20591
20592 2004-09-24  Wim Taymans  <wim@fluendo.com>
20593
20594         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20595         Only signal the no_more_pads signal when we have
20596         added the stream to our list.
20597
20598 2004-09-24  Wim Taymans  <wim@fluendo.com>
20599
20600         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20601         (new_decoded_pad):
20602         * gst/playback/gstplaybasebin.h:
20603         * gst/playback/gstplaybin.c: (setup_sinks):
20604         Don't try to preroll or decode more than one audio/video
20605         track.
20606
20607 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20608
20609         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20610           Throw error if we failed to find a suitable output. This should
20611           throw an error if we successfully set up a pipeline (e.g. because
20612           we recognized a media file) but found no decodable streams in it
20613           (e.g. because it contains only media stream types for which we
20614           have no decoders, or because it's not a media type).
20615
20616 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20617
20618         * ext/dirac/Makefile.am:
20619         * ext/dirac/gstdirac.cc:
20620         * ext/dirac/gstdiracdec.cc:
20621         * ext/dirac/gstdiracdec.h:
20622           Do something. Don't actually know if this works because I don't
20623           have a demuxer yet.
20624         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20625           Add channels=1 to caps returned from _getcaps().
20626         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20627         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20628         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20629         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20630         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20631         (gst_ogm_parse_change_state):
20632           Separate between audio/video so ogmaudioparse actually uses the
20633           audio pad templates. Both audio and video work now, including
20634           autoplugging. Also use sometimes-srcpad hack.
20635         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20636           Handle events better. Don't hang on infinite loops.
20637         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20638         (gst_avi_demux_init), (gst_avi_demux_reset),
20639         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20640         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20641         (gst_avi_demux_change_state):
20642         * gst/avi/gstavidemux.h:
20643           Improve A/V sync. Still not perfect.
20644         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20645         (gst_ebml_read_skip):
20646           Handle events better.
20647         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20648         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20649         (qtdemux_audio_caps):
20650           Add IMA4. Improve event handling. Save offset after a seek when
20651           the headers are at the end of the file so that we don't end up in
20652           an infinite loop.
20653         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20654           Add low-priority typefind support for files with no length.
20655
20656 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20657
20658         * testsuite/multifilesink/Makefile.am:
20659         fix typo
20660
20661 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20662
20663         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20665         mistakes from thaytan's patches.
20666
20667 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20668
20669         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20670           For completeness, XSync in the destroy function as xvimage does.
20671
20672 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20673
20674         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20675            Correct caps negotiation
20676         * gst/volume/gstvolume.c: (volume_chain_float),
20677         (volume_chain_int16):
20678            Modify debug output to be little more informative
20679         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20681         (gst_xvimagesink_xvimage_destroy):
20682           Add XSync calls after detaching from the shared memory segment to
20683           avoid a crash.
20684
20685 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20686
20687         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20688         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20689         * ext/vorbis/vorbis.c: (plugin_init):
20690         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20691         (gst_vorbisenc_chain):
20692         * ext/vorbis/vorbisenc.h:
20693         remove explicit newmedia support from oggmux and vorbisenc
20694         add debug category to vorbisenc
20695         * gst/multifilesink/gstmultifilesink.c:
20696         (gst_multifilesink_class_init), (gst_multifilesink_init),
20697         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20698         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20699         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20700         (plugin_init):
20701         * gst/multifilesink/gstmultifilesink.h:
20702         add support for streamheader in multifilesink
20703
20704 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20705
20706         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20707         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20708         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20709           Prevent infinite loops. More correct error reporting.
20710         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20711           Error out if negotiation fails.
20712         * gst/playback/gstplaybasebin.c: (setup_source),
20713         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20714         (gst_play_base_bin_found_tag):
20715           Error/tag forwarding. Pre-roll fixes for source errors on state
20716           changes (e.g. "file does not exist") to prevent hangs.
20717
20718 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20719
20720         * testsuite/multifilesink/Makefile.am:
20721         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20722         (gst_newmedia_class_init), (gst_newmedia_init),
20723         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20724         (newfile_signal), (test_signal), (main):
20725         * testsuite/multifilesink/multifilesrc_test.c: (main):
20726         * testsuite/multifilesink/oggtheora_test.c:
20727         (gst_newmedia_base_init), (gst_newmedia_class_init),
20728         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20729         (test_format), (newfile_signal), (test_signal), (main):
20730         * testsuite/multifilesink/oggvorbis_test.c:
20731         (gst_newmedia_base_init), (gst_newmedia_class_init),
20732         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20733         (test_format), (newfile_signal), (test_signal), (main):
20734         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20735         (gst_newmedia_class_init), (gst_newmedia_init),
20736         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20737         (newfile_signal), (test_signal), (main):
20738         New media tests
20739
20740 2004-09-20  Christian Schaller <christian@fluendo.com>
20741
20742         * Fix mikmod license to LGPL as they have relicensed
20743         * Move Dirac and Effectv into LGPL section of README_license
20744
20745 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20746
20747         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20748         (gst_mad_change_state):
20749           Allow for mp3 rate/channels changes. However, only very
20750           conservatively. Reason that we *have* to enable this is smiply
20751           because the mad find_sync() function is not good enough, it will
20752           regularly sync on random data as valid frames and therefore make
20753           us provide random caps as *final* caps of the stream. The best fix
20754           I could think of is to simply require several of the same stream
20755           changes in a row before we change caps.
20756           The actual testcase that works now is #
20757         * ext/ogg/Makefile.am:
20758         * ext/ogg/gstogg.c: (plugin_init):
20759         * ext/ogg/gstogmparse.c:
20760           OGM support (video only for now; I need an audio sample file).
20761         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20762         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
20763         (gst_asf_demux_add_video_stream):
20764           WMV extradata.
20765         * gst/playback/gstplaybasebin.c: (unknown_type):
20766           Don't error out on single unknown-types after all. It's wrong.
20767           If we found type of video and audio but not of a subtitle stream,
20768           it will still error out (which is unwanted). Will find a better fix
20769           later on.
20770         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
20771         (ogmaudio_type_find), (plugin_init):
20772           OGM support.
20773
20774 2004-09-20  Johan Dahlin  <johan@gnome.org>
20775
20776         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
20777         after setting caps.
20778
20779 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20780
20781         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
20782         * gst/wavenc/gstwavenc.h:
20783         Added newmedia support to wavenc
20784
20785 2004-09-17  Wim Taymans  <wim@fluendo.com>
20786
20787         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
20788         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20789         (gst_fdset_fd_can_write), (gst_fdset_wait):
20790         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
20791         (gst_multifdsink_init), (gst_multifdsink_add),
20792         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
20793         (gst_multifdsink_remove_client_link),
20794         (gst_multifdsink_client_queue_buffer),
20795         (gst_multifdsink_handle_client_write),
20796         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
20797         (gst_multifdsink_close), (gst_multifdsink_change_state):
20798         * gst/tcp/gstmultifdsink.h:
20799         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20800         (gst_tcpserversink_removed):
20801         Small cleanups in fdset.c
20802         Use a hastable to map fd to the client structure for faster
20803         lookup in _remove and get_stats.
20804         Added virtual function to close the fds.
20805         Handle clients even when the select/poll call was unblocked because
20806         of a command.
20807         Implement syncing to keyframe in the recovery procedure.
20808
20809 2004-09-16 Iain <iaingnome@gmail.com>
20810
20811         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
20812         try caps.
20813
20814 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20815
20816         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
20817           Caps are only set if the type of the stream is unknown, but this
20818           is initialized in ->init_stream(), so set to UNKNOWN after calling
20819           ->init_stream() so that capsnego starts.
20820
20821 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20822
20823         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20824         (gst_avi_demux_stream_data):
20825           Just hardcode for raw audio then. AVI audio sucks.
20826
20827 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
20828
20829         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20830         * gst/matroska/matroska-mux.c: (audiosink_templ),
20831         (gst_matroska_mux_audio_pad_link):
20832         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
20833         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
20834
20835 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20836
20837         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20838         (gst_avi_demux_stream_data):
20839           Try to fix a/v sync issues.
20840
20841 2004-09-15  David Schleef  <ds@schleef.org>
20842
20843         * configure.ac: remove NASM check, since we don't use it.  Update
20844         dirac check to 0.4
20845         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
20846         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20847         Initialized variables.
20848         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20849         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
20850         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
20851         SVQ3 format
20852
20853 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20854
20855         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20856         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
20857         * gst/avi/gstavidemux.h:
20858           Fix for compressed audio (mp3) timestamp generation. How did this
20859           ever work?
20860
20861 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20862
20863         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
20864           Volume is a double not a float.
20865
20866 2004-09-15  Wim Taymans  <wim@fluendo.com>
20867
20868         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
20869         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20870         Don't close the fd in multifdsink as we didn't open it in the
20871         first place. Some cleanups.
20872
20873 2004-09-15  Wim Taymans  <wim@fluendo.com>
20874
20875         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20876         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20877         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20878         Fix the case where the muxer would mark pages as delta
20879         frames when they are not (vorbis only ogg).
20880
20881 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20882
20883         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
20884         (gst_play_base_bin_change_state):
20885           Handle the case where we failed to setup a clear pipeline. This
20886           will throw an error (or EOS, another nice case) and if you don't
20887           catch that, the app will wait for the signal forever (and thus
20888           hang).
20889
20890 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20891
20892         * ext/gnomevfs/gstgnomevfssink.c:
20893         (gst_gnomevfssink_uri_get_protocols):
20894         * ext/gnomevfs/gstgnomevfssrc.c:
20895         (gst_gnomevfssrc_uri_get_protocols):
20896         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20897         * ext/gnomevfs/gstgnomevfsuri.h:
20898           Use _uri_new() instead of _open(), so it doesn't take as long and
20899           Christophe's computer won't hang.
20900         * gst/playback/gstplaybasebin.c: (unknown_type):
20901           Throw error on unknown media type, so apps actually display it.
20902
20903 2004-09-14  Brian Cameron  <brian.cameron@sun.com
20904
20905         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
20906           this script to work on Solaris since bash shell handles echo
20907           differenly than bash.
20908
20909 2004-09-17  Wim Taymans  <wim@fluendo.com>
20910
20911         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
20912         (setup_source), (gst_play_base_bin_set_property),
20913         (gst_play_base_bin_add_element):
20914         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
20915         Some more work on making sure seeking pauses the pipeline and
20916         that changing the uri actually does something.
20917
20918 2004-09-17  Wim Taymans  <wim@fluendo.com>
20919
20920         * gst/tcp/gstfdset.c: (gst_fdset_wait):
20921         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
20922         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
20923         (gst_tcpserversink_close):
20924         Be a bit more paranoid when freeing memory.
20925
20926 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20927
20928         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20929         (qtdemux_parse_trak):
20930           Don't crash by dividing by zero (see sample movie in #126922).
20931
20932 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20933
20934         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20935           Don't touch non-existing data (fixes crash on file in #140147).
20936
20937 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20938
20939         * gst/playback/gstplaybasebin.c:
20940         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
20941           Handle double disposals, and proper change of URIs.
20942
20943 2004-09-13  Martin Eikermann <meiker@upb.de>
20944
20945         * gst/mpegstream/gstmpegparse.c:
20946           fix synchronistation for streams recorded from digital PCR
20947           fixes bug #119376
20948
20949 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20950
20951         * ext/gnomevfs/Makefile.am:
20952         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20953         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
20954         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
20955         (gst_gnomevfssink_uri_get_type),
20956         (gst_gnomevfssink_uri_get_protocols),
20957         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
20958         (gst_gnomevfssink_uri_handler_init),
20959         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
20960         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
20961         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
20962         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
20963         (gst_gnomevfssrc_uri_get_type),
20964         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
20965         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
20966         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
20967         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
20968         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20969         * ext/gnomevfs/gstgnomevfsuri.h:
20970           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
20971           of fake URIs to see which this version of Gnome-VFS likes, and
20972           uses that for the Gst-URI interface. Makes playbin support http://
20973           streams. Also fix up some stupid behaviour in gnomevfssrc.
20974
20975 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20976
20977         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20978         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20979         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20980         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20981           Update mixer (to sync with other sessions) if we try to obtain
20982           a new value. This makes alsamixer work accross applications.
20983         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20984           Only call sync functions if we're running, else alsalib asserts.
20985         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
20986           Sometimes fails to compile. Possibly a gcc bug.
20987         * gst/playback/gstplaybin.c: (gen_video_element),
20988         (gen_audio_element):
20989           Add a reference to an application-provided object, because we lose
20990           this same reference if we add it to the bin. If we don't do this,
20991           we can only use this object once and thus crash if we go from
20992           ready to playing, back to ready and back to playing again.
20993           Also add an audioscale element because several cheap soundcards -
20994           like mine - don't support all samplerates.
20995         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20996         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
20997           Fix wrong order or PAR calls. Makes automatically obtained PAR
20998           from the X server atually being used.
20999
21000 2004-09-12  David Schleef  <ds@schleef.org>
21001
21002         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21003         #151887, #152102, #152247.
21004         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21005         * examples/seeking/cdparanoia.c: same
21006         * examples/seeking/cdplayer.c: same
21007         * examples/seeking/seek.c: same
21008         * examples/seeking/spider_seek.c: same
21009         * examples/seeking/vorbisfile.c: same
21010         * examples/stats/mp2ogg.c: same
21011         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21012         (gst_esdsink_dispose): Dispose of element properly.
21013         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21014         fixes.
21015         * ext/nas/nassink.c: (gst_nassink_class_init),
21016         (gst_nassink_dispose): Dispose of element correctly.
21017         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21018         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21019         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21020         Fix 64-bit warning.
21021         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21022         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21023         Fix 64-bit warning.
21024
21025 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21026
21027         * configure.ac : change speex detection as 1.1.6 now uses
21028           .pc/pkg-config and they changed their headers location.
21029
21030 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21031
21032         * gst/matroska/matroska-mux.h:
21033         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21034         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21035         (gst_matroska_mux_write_data):
21036           Write multiple blocks/frames per cluster.
21037                 Write meta-seek information (seek heads).
21038
21039 2004-09-09  Scott Wheeler <wheeler@kde.org>
21040
21041         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21042         (gst_play_bin_set_property), (gst_play_bin_get_property),
21043         (gen_audio_element), (gen_audio_element):
21044           Add a volume element / property to the pipeline.
21045
21046 2004-09-07  Wim Taymans  <wim@fluendo.com>
21047
21048         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21049         Copy timestamps from the master pad to the output buffers.
21050
21051 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21052
21053         * ext/raw1394/gstdv1394src.c:
21054           throw errors when applicable
21055
21056 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21057
21058         * gst/matroska/ebml-ids.h:
21059         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21060         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21061         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21062           automatically convert unix time <-> ebml time when reading/writing
21063           a date, use gst_ebml_write_uint to write CUETIME,
21064           not gst_ebml_write_date.
21065         * gst/matroska/matroska-ids.h:
21066         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21067         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21068         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21069         (gst_matroska_mux_write_data):
21070           Write track and segment UIDs, write muxing date, write
21071           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21072           Create cues for audio only files.
21073
21074 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21075
21076         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21077         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21078           Re-commit ALSA switches.
21079         * gst/adder/gstadder.c: (gst_adder_loop):
21080           64-bit fix (#151416).
21081         * gst/debug/progressreport.c: (gst_progressreport_report):
21082           64-bit fix (#151419).
21083         * gst/matroska/matroska-demux.c:
21084         (gst_matroska_demux_parse_contents):
21085           64-bit fix (#151420).
21086         * gst/playback/test3.c: (update_scale):
21087           64-bit fix (#151421).
21088
21089 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21090
21091         * configure.ac:
21092           bump nano to cvs
21093
21094 === release 0.8.4 ===
21095
21096 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21097
21098         * configure.ac: releasing 0.8.4, "Alias"
21099
21100 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21101
21102         * ext/theora/Makefile.am:
21103           fix makefile.  Fixes #151462.
21104
21105 2004-08-30  Wim Taymans  <wim@fluendo.com>
21106
21107         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21108         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21109         (gst_multifdsink_remove_client_link),
21110         (gst_multifdsink_client_queue_buffer),
21111         (gst_multifdsink_handle_client_write):
21112         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21113         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21114         Fix some memory leaks.
21115
21116 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21117
21118         Patch by: David Schleef
21119
21120         * configure.ac:
21121         * sys/Makefile.am:
21122           rename our detection macro for V4L2.  Fixes #151236.
21123
21124 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21125
21126         Patch by: David Schleef
21127
21128         * configure.ac:
21129           check to define LAMEPRESET.  Fixes #151232.
21130
21131 2004-08-27  David Schleef  <ds@schleef.org>
21132
21133         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21134         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21135         (gst_glimagesink_fixate):  Move local variable declarations to
21136         make gcc-2.95 happy.
21137
21138 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21139
21140         * configure.ac:
21141           bump nano for prerelease
21142
21143 2004-08-27  David Schleef  <ds@schleef.org>
21144
21145         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21146         * sys/sunaudio/gstsunaudiosrc.c:
21147         * sys/sunaudio/gstsunaudiosrc.h:
21148
21149 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21150
21151         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21152         handle EOS correctly
21153         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21154         * gst/matroska/matroska-mux.h:
21155         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21156         VFW compatibility mode
21157
21158 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21159
21160         patch by: Zaheer Abbas Merali
21161
21162         * ext/ogg/gstoggmux.c:
21163         * ext/vorbis/vorbisenc.c:
21164         * ext/vorbis/vorbisenc.h:
21165           handle NEWMEDIA
21166
21167 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21168
21169         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21170         fix byte order reversion on little endian machines.
21171         * gst/matroska/matroska-mux.c: (audiosink_templ),
21172         (gst_matroska_mux_audio_pad_link):
21173         add TTA codec to the list of supported codecs.
21174         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21175         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21176         (gst_matroska_mux_write_data):
21177         * gst/matroska/matroska-mux.h:
21178         write segment duration correctly, write muxing app string, fixes bugs
21179         #140897 and #140898.
21180         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21181         wait for all pads to be negotiated before starting to mux.
21182
21183 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21184
21185         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21186         * ext/lame/gstlame.h:
21187         Added new media support to lame
21188
21189 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21190
21191         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21192         send vorbis headers at the beginning of a stream, fixes bug #141554.
21193         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21194         bug #148950.
21195         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21196         (gst_matroska_demux_plugin_init):
21197         * gst/matroska/matroska-ids.h:
21198         enable demuxing of TTA audio streams, fixes bug #148951.
21199         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21200         enable typefinding for TTA audio files, fixes bug #148711.
21201         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21202         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21203         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21204
21205 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21206
21207         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21208         (gst_riff_read_element_data), (gst_riff_read_seek),
21209         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21210         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21211         <teuf@gnome.org>
21212
21213 2004-08-23 Iain <iaingnome@gmail.com>
21214
21215         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21216         tags. They appear to be handled differently to normal.
21217         (tag_list_to_id3_tag_foreach): Ditto.
21218
21219 2004-08-22  Wim Taymans  <wim@fluendo.com>
21220
21221         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21222         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21223         Make sure we never send -1 granulepos.
21224
21225 2004-08-20  Wim Taymans  <wim@fluendo.com>
21226
21227         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21228         (gst_ogg_mux_loop):
21229         I will accept bitchslappings with non sharp objects.
21230
21231 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21232
21233         * configure.ac:
21234         Clean up the test for lame presets
21235
21236 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21237
21238         * configure.ac:
21239         * ext/lame/Makefile.am:
21240         * ext/lame/gstlame.c: (gst_lame_class_init),
21241         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21242         Only enable lame presets if version of lame has presets in API
21243
21244 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21245         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21246         * gst/udp/gstudpsrc.h:
21247           Don't call gst_pad_push in a get function. Fixes #150449
21248
21249 2004-08-18  Wim Taymans  <wim@fluendo.com>
21250
21251         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21252         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21253         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21254         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21255         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21256         (gst_fdset_wait):
21257         * gst/tcp/gstfdset.h:
21258         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21259         (gst_multifdsink_client_queue_buffer),
21260         (gst_multifdsink_handle_client_write):
21261         * gst/tcp/gstmultifdsink.h:
21262         Some extra checks in gstfdset.
21263         Only use send() when the fd is a socket. Don't try to
21264         read from write only fds.
21265
21266 2004-08-18  Wim Taymans  <wim@fluendo.com>
21267
21268         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21269         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21270         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21271         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21272         (gst_fdset_wait):
21273         Add more locking and bounds checking.
21274
21275 2004-08-18  Wim Taymans  <wim@fluendo.com>
21276
21277         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21278         Realloc test fdset in the lock and right before starting
21279         the poll call. Bump the limit to 4096.
21280
21281 2004-08-17  David Schleef  <ds@schleef.org>
21282
21283         * sys/sunaudio/Makefile.am:
21284         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21285         of rates and channels.  Make debugging less obnoxious.
21286
21287         Patch from Balamurali Viswanathan implementing a mixer for
21288         Sun audio.  (bug #144091):
21289         * sys/sunaudio/gstsunelement.c:
21290         * sys/sunaudio/gstsunelement.h:
21291         * sys/sunaudio/gstsunmixer.c:
21292         * sys/sunaudio/gstsunmixer.h:
21293
21294 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21295
21296         * gst/audioscale/gstaudioscale.c:
21297         * gst/audioscale/gstaudioscale.h:
21298         made audioscale resample from any sample rate to any sample rate
21299
21300 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21301
21302         * ext/libpng/gstpngdec.c:
21303           error out on unsupported types
21304
21305 2004-08-17  Iain <iaingnome@gmail.com>
21306
21307         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21308         mid_side and loose_mid_side properties if its a stereo stream.
21309
21310 2004-08-17  Wim Taymans  <wim@fluendo.com>
21311
21312         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21313         (theora_get_formats), (theora_dec_src_convert),
21314         (theora_dec_sink_convert), (theora_dec_src_query),
21315         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21316         Add a debug line.
21317
21318 2004-08-17  Wim Taymans  <wim@fluendo.com>
21319
21320         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21321         (gst_ogg_pad_push):
21322         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21323         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21324         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21325         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21326         Mark delta units in the muxer.
21327         Try to decode the packet after an out-of-sync error from
21328         libogg.
21329
21330 2004-08-17  Wim Taymans  <wim@fluendo.com>
21331
21332         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21333         (gst_multifdsink_init), (gst_multifdsink_add),
21334         (gst_multifdsink_client_queue_buffer),
21335         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21336         * gst/tcp/gstmultifdsink.h:
21337         Added option to send a keyframe to clients as the first buffer.
21338         Make timeout property writable.
21339
21340 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21341
21342         patch by: Wim Taymans
21343
21344         * gst/tcp/gstfdset.c:
21345         * gst/tcp/gstmultifdsink.c:
21346           fix index comparison, should include 0
21347
21348 2004-08-16  Wim Taymans  <wim@fluendo.com>
21349
21350         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21351         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21352         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21353         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21354         (gst_fdset_wait):
21355           copy when reallocing for poll so the select arguments don't get
21356           changed during the call
21357
21358 2004-08-16  Wim Taymans  <wim@fluendo.com>
21359
21360         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21361         (gst_theora_enc_class_init), (theora_enc_sink_link),
21362         (theora_buffer_from_packet), (theora_enc_chain):
21363         Fix bug where buffers were not marked as keyframes
21364         correctly.
21365
21366 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21367
21368         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21369         (gst_lame_preset_get_type), (gst_lame_class_init):
21370         describe the enum values for vbr mode and presets more verbosely
21371
21372 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21373
21374         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21375         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21376         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21377         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21378         * ext/lame/gstlame.h:
21379         add preset property to lame so it can use lame presets
21380
21381 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21382
21383         * ext/lame/gstlame.c: (gst_lame_get_property):
21384         whoops forgot break, thanks teuf
21385
21386 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21387
21388         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21389         (gst_lame_class_init), (gst_lame_src_getcaps),
21390         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21391         (gst_lame_get_property), (gst_lame_setup):
21392         * ext/lame/gstlame.h:
21393         fix lame's broken vbr stuff, allow it to resample if need be, and also
21394         make xing header optional
21395
21396 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21397
21398         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21399         added getcaps function so samplerate doesnt get fixated to silly values
21400
21401 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21402
21403         * ext/lame/gstlame.c: (gst_lame_src_link):
21404         revert previous fix
21405
21406 2004-08-12  Johan Dahlin  <johan@gnome.org>
21407
21408         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21409         checks. Doesn't matter what state we are in. Interfaces are a
21410         compile time thing, not runtime. It also broke the python bindings.
21411
21412 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21413
21414         * ext/lame/gstlame.c: (gst_lame_src_link):
21415         made source pad link function check if sinkpad is ok..fixes the problem
21416         where core fixates the output rate of lame stupidly
21417
21418 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21419
21420         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21421         * sys/v4l/v4l_calls.c:
21422         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21423           fix fixate function to handle nonsimple caps.
21424           remove bogus check in _link
21425           cleanups
21426
21427 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21428
21429         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21430         set default compression ratio parameter to 0.0 so bitrate parameter
21431         works :)
21432
21433 2004-08-11  David Schleef  <ds@schleef.org>
21434
21435         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21436
21437 2004-08-11  David Schleef  <ds@schleef.org>
21438
21439         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21440         before.
21441
21442 2004-08-11  David Schleef  <ds@schleef.org>
21443
21444         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21445
21446 2004-08-11  David Schleef  <ds@schleef.org>
21447
21448         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21449           license field
21450         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21451         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21452           LGPL.
21453         * gst/auparse/gstauparse.c: Fix plugin license field.
21454         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21455         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21456         * gst/rtp/gstrtp.c: Fix plugin license field.
21457
21458 2004-08-11  Wim Taymans  <wim@fluendo.com>
21459
21460         * gst/tcp/Makefile.am:
21461         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21462         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21463         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21464         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21465         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21466         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21467         (gst_fdset_fd_can_write), (gst_fdset_wait):
21468         * gst/tcp/gstfdset.h:
21469         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21470         (gst_multifdsink_class_init), (gst_multifdsink_init),
21471         (gst_multifdsink_add), (gst_multifdsink_remove),
21472         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21473         (gst_multifdsink_remove_client_link),
21474         (gst_multifdsink_handle_client_read),
21475         (gst_multifdsink_client_queue_data),
21476         (gst_multifdsink_client_queue_caps),
21477         (gst_multifdsink_client_queue_buffer),
21478         (gst_multifdsink_handle_client_write),
21479         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21480         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21481         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21482         (gst_multifdsink_close):
21483         * gst/tcp/gstmultifdsink.h:
21484         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21485         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21486         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21487         (gst_tcpserversink_close):
21488         * gst/tcp/gsttcpserversink.h:
21489         Abstracted away the select call, implemented poll (yes we ran into
21490         the 1024 limit in production).
21491
21492 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21493
21494         * gst/tcp/gsttcp.c:
21495         * gst/tcp/gsttcpplugin.c:
21496           improve debuggging, remove assert
21497
21498 2004-08-10  Wim Taymans  <wim@fluendo.com>
21499
21500         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21501         (gst_client_status_get_type), (gst_multifdsink_class_init),
21502         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21503         (gst_multifdsink_handle_client_read),
21504         (gst_multifdsink_handle_client_write),
21505         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21506         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21507         (gst_multifdsink_get_property):
21508         * gst/tcp/gstmultifdsink.h:
21509         * gst/tcp/gsttcp-marshal.list:
21510         Starting to prepare for specifying buffer time in other units
21511         than buffers. Expose remove reason in signal.
21512
21513 2004-08-10  Wim Taymans  <wim@fluendo.com>
21514
21515         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21516         (gst_multifdsink_remove), (gst_multifdsink_clear),
21517         (gst_multifdsink_remove_client_link),
21518         (gst_multifdsink_handle_client_read),
21519         (gst_multifdsink_client_queue_data),
21520         (gst_multifdsink_client_queue_buffer),
21521         (gst_multifdsink_handle_client_write),
21522         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21523         (gst_multifdsink_chain), (gst_multifdsink_close):
21524         * gst/tcp/gstmultifdsink.h:
21525         Added more debugging info. Changed the way clients are
21526         removed from the lists. Fixed a bug where a bad file descriptor
21527         could cause many clients to be removed.
21528
21529 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21530
21531         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21532           allow all pixel-aspect-ratios, not just 1:1
21533
21534 2004-08-09  David Schleef  <ds@schleef.org>
21535
21536         * sys/glsink/ARB_multitexture.h:  Remove old files.
21537         * sys/glsink/EXT_paletted_texture.h:
21538         * sys/glsink/NV_register_combiners.h:
21539         * sys/glsink/gstgl_nvimage.c:
21540         * sys/glsink/gstgl_pdrimage.c:
21541         * sys/glsink/gstgl_rgbimage.c:
21542         * sys/glsink/gstglsink.c:
21543         * sys/glsink/gstglsink.h:
21544         * sys/glsink/gstglxwindow.c:
21545         * sys/glsink/regcomb_yuvrgb.c:
21546
21547 2004-08-09  David Schleef  <ds@schleef.org>
21548
21549         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21550         GL sink plugin.  (Bug #147302)
21551
21552         * configure.ac: Test for OpenGL
21553         * sys/Makefile.am: Use test for OpenGL
21554         * sys/glsink/Makefile.am:
21555         * sys/glsink/glimagesink.c: rewrite
21556         * sys/glsink/glimagesink.h: rewrite
21557
21558 2004-08-09  David Schleef  <ds@schleef.org>
21559
21560         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21561         sane framerates.
21562         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21564         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21565
21566 2004-08-09  Wim Taymans  <wim@fluendo.com>
21567
21568         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21569         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21570         (gst_multifdsink_client_remove),
21571         (gst_multifdsink_handle_client_read),
21572         (gst_multifdsink_handle_client_write),
21573         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21574         Do a bit more logging, make the client_read code more robust.
21575
21576 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21577
21578         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21579         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21580         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21581         (gst_jpegdec_init), (gst_jpegdec_chain):
21582         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21583         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21584           cleanups, debugging fixes and memleak plugging
21585
21586 2004-08-09  Wim Taymans  <wim@fluendo.com>
21587
21588         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21589         (theora_get_formats), (theora_dec_src_convert),
21590         (theora_dec_sink_convert), (theora_dec_src_query),
21591         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21592         (theora_dec_change_state):
21593         Don't crash on missing header packets.
21594
21595 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21596
21597         * po/LINGUAS:
21598         * po/sq.po:
21599           Added Albanian translation (Laurent Dhima)
21600         * po/cs.po:
21601           updated
21602
21603 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21604
21605         * ext/lame/gstlame.c:
21606           fix/add debugging
21607
21608 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21609
21610         * sys/ximage/ximagesink.c:
21611         * sys/xvimage/xvimagesink.c:
21612           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21613
21614 2004-08-06  Wim Taymans  <wim@fluendo.com>
21615
21616         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21617         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21618         (gst_multifdsink_client_remove),
21619         (gst_multifdsink_handle_client_read),
21620         (gst_multifdsink_handle_client_write),
21621         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21622         Make sure we don't try to read more from a client that what
21623         ioctl says us or we deadlock.
21624
21625 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21626
21627         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21628         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21629         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21630           decouple running_time and n_frames so it can handle changing
21631           framerate while running
21632
21633 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21634
21635         * po/nl.po:
21636         * po/sv.po:
21637           updated translations
21638
21639 2004-08-04  Benjamin Otte  <otte@gnome.org>
21640
21641         * gst/videotestsrc/gstvideotestsrc.c:
21642         (gst_videotestsrc_get_capslist), (generate_capslist),
21643         (plugin_init):
21644           generate the list of supported caps at startup and reuse it instead
21645           of always generating it
21646
21647 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21648
21649         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21650           whoops, last checkin broke normal build
21651
21652 2004-08-03  Benjamin Otte  <otte@gnome.org>
21653
21654         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21655         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21656         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21657         (gst_alsa_mixer_get_option):
21658         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21659         (dvdnavsrc_print_event):
21660         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21661         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21662         (gst_ogg_mux_pad_unlink):
21663         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21664         (gst_multipart_mux_pad_unlink):
21665         * gst/videofilter/gstvideobalance.c:
21666         (gst_videobalance_colorbalance_set_value):
21667         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21668         (gst_videomixer_pad_unlink):
21669         * po/uk.po:
21670         * sys/oss/gstossmixer.c:
21671         * sys/v4l/gstv4lcolorbalance.c:
21672         * sys/v4l/gstv4ltuner.c:
21673         * sys/v4l/v4lsrc_calls.c:
21674         * sys/v4l2/gstv4l2colorbalance.c:
21675         * sys/v4l2/gstv4l2tuner.c:
21676           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21677
21678 2004-08-03  Benjamin Otte  <otte@gnome.org>
21679
21680         * examples/dynparams/filter.c: (ui_control_create):
21681         * examples/gstplay/player.c: (print_tag):
21682         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21683         * ext/gdk_pixbuf/gstgdkanimation.c:
21684         (gst_gdk_animation_iter_may_advance):
21685         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21686         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21687         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21688         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21689         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21690         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21691         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21692         * gst/sine/demo-dparams.c: (main):
21693         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21694         * testsuite/alsa/formats.c: (create_pipeline):
21695         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21696           fixes for G_DISABLE_ASSERT and friends
21697         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21698         (mp3_type_frame_length_from_header), (mp3_type_find),
21699         (plugin_init):
21700           require mp3 typefinding to have at least MIN_HEADERS valid headers
21701           add typefinding for AAC adts files
21702
21703 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21704
21705         * sys/ximage/ximagesink.c:
21706         (gst_ximagesink_calculate_pixel_aspect_ratio):
21707         * sys/xvimage/xvimagesink.c:
21708         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21709         Make sure we calculate pixel-aspect-ratio using floating point maths
21710
21711 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21712
21713         * po/uk.po:
21714           updated translation
21715
21716 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21717
21718         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21720           add debugging for display PAR calculation
21721
21722 2004-08-02  David Schleef  <ds@schleef.org>
21723
21724         * configure.ac: Fix mikmod CFLAGS.
21725
21726 2004-07-27  Benjamin Otte  <otte@gnome.org>
21727
21728         * gst/audioscale/gstaudioscale.c:
21729         - fix templates to only support S16, it's the only format that works
21730         - make caps nego code use try_set_caps_nonfixed and fixation instead
21731         of try_set_caps twice, which is not nice for autopluggers
21732         - change rank to secondary, so autopluggers can pick it up after
21733         audioconvert
21734
21735 2004-08-02  Iain <iain@prettypeople.org>
21736
21737         * gst/interleave/interleave.c (interleave_init),
21738         (interleave_request_new_pad),
21739         (interleave_pad_removed),
21740         (interleave_buffered_loop): Use the real pad count, not the artificial
21741         one.
21742
21743 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21744
21745         * configure.ac: bump nano back to development
21746
21747 === release 0.8.3 ===
21748
21749 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21750
21751         * configure.ac: releasing 0.8.3, "Water"
21752
21753 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21754
21755         * sys/xvimage/xvimagesink.c:
21756         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21757         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21758         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
21759         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21760         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21761         * sys/xvimage/xvimagesink.h:
21762           apply similar PAR fixes as to ximagesink
21763
21764 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21765
21766         patch from: Benjamin Otte
21767
21768         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
21769           add link function to lame.  Fixes #148986.
21770
21771 2004-08-02  Johan Dahlin  <johan@gnome.org>
21772
21773         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
21774         fix debugging log
21775
21776 2004-07-30  David Schleef  <ds@schleef.org>
21777
21778         * gst/videomixer/Makefile.am: Fix things that should have been
21779         fixed in the last checkin.
21780
21781 2004-07-30  David Schleef  <ds@schleef.org>
21782
21783         * gst/multipart/Makefile.am: Fix things that should have been
21784         fixed in the last checkin.
21785
21786 2004-07-30  David Schleef  <ds@schleef.org>
21787
21788         * testsuite/multifilesink/Makefile.am: Fix unused variable.
21789
21790 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21791
21792         * configure.ac:
21793           bump nano for prerelease
21794         * po/af.po:
21795         * po/az.po:
21796         * po/cs.po:
21797         * po/en_GB.po:
21798         * po/hu.po:
21799         * po/nl.po:
21800         * po/sr.po:
21801         * po/sv.po:
21802         * po/uk.po:
21803           updates
21804
21805 2004-07-30  Wim Taymans  <wim@fluendo.com>
21806
21807         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21808         (gst_multifdsink_add), (gst_multifdsink_remove),
21809         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21810         (gst_multifdsink_client_remove),
21811         (gst_multifdsink_handle_client_write),
21812         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21813         * gst/tcp/gstmultifdsink.h:
21814         Recover from a select with a bad file descriptor by removing
21815         the client.
21816
21817 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21818
21819         * configure.ac:
21820           fix requirement of core
21821         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
21822         (gst_play_pipeline_setup):
21823           don't use colorspace element.  do use hermescolorspace element.
21824           make macro to get a colorspace element.
21825           mark strings for translation.
21826         * po/POTFILES.in:
21827           add play.c
21828         * po/af.po:
21829         * po/az.po:
21830         * po/cs.po:
21831         * po/en_GB.po:
21832         * po/hu.po:
21833         * po/nl.po:
21834         * po/sr.po:
21835         * po/sv.po:
21836         * po/uk.po:
21837           update translations
21838
21839 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21840
21841         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
21842         fix default for newmedia flag
21843
21844 2004-07-30  Wim Taymans  <wim@fluendo.com>
21845
21846         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21847         (gst_theora_dec_init), (theora_get_formats),
21848         (theora_dec_src_convert), (theora_dec_sink_convert),
21849         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21850         (theora_dec_chain), (theora_dec_set_property),
21851         (theora_dec_get_property):
21852         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21853         (gst_theora_enc_class_init), (gst_theora_enc_init),
21854         (theora_enc_sink_link), (theora_enc_chain),
21855         (theora_enc_set_property), (theora_enc_get_property):
21856         Added cropping option to theora decoder.
21857         Added border option to theora encoder.
21858
21859 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21860
21861         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21862         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21863         (gst_pngenc_set_property):
21864         * ext/libpng/gstpngenc.h:
21865         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
21866
21867 2004-07-30  Wim Taymans  <wim@fluendo.com>
21868
21869         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21870         (theora_enc_sink_link), (theora_enc_chain),
21871         (theora_enc_set_property), (theora_enc_get_property):
21872         Fix encoding of non-multiple-of-16 video.
21873
21874 2004-07-29  David Schleef  <ds@schleef.org>
21875
21876         * configure.ac: make test for audiofile more strict
21877
21878 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21879
21880         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21881           give different names to typefind functions
21882
21883 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21884
21885         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21886         (gst_ximagesink_calculate_pixel_aspect_ratio),
21887         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21888         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21889         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
21890         (gst_ximagesink_get_property), (gst_ximagesink_init):
21891         * sys/ximage/ximagesink.h:
21892           allocate PAR's dynamically.
21893           use autodetected PAR if no object-set PAR is given.
21894           add workaround for directfb's X not setting physical size.
21895           fix to xvimagesink will follow tomorrow.
21896
21897 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21898
21899         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
21900         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
21901         (gst_shout2send_get_type), (gst_shout2send_set_clock),
21902         (gst_shout2send_class_init), (gst_shout2send_init),
21903         (set_shout_metadata), (gst_shout2send_set_metadata),
21904         (gst_shout2send_chain), (gst_shout2send_set_property),
21905         (gst_shout2send_get_property), (gst_shout2send_connect),
21906         (gst_shout2send_change_state):
21907         * ext/shout2/gstshout2.h:
21908         - fix for sending mp3 audio to icecast2 server, if pad link function not
21909         called before PAUSED state
21910         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
21911         - added tagging support for mp3 audio broadcasted
21912         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
21913         debug info
21914
21915 2004-07-28  Wim Taymans  <wim@fluendo.com>
21916
21917         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
21918         (gst_ogg_demux_push):
21919         Return query failure when we don't know the length of
21920         an ogg stream insteda of returning TRUE with a bogus value.
21921
21922 2004-07-28  Wim Taymans  <wim@fluendo.com>
21923
21924         * ext/theora/theoradec.c: (theora_get_formats),
21925         (theora_dec_src_convert), (theora_dec_sink_convert),
21926         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21927         (theora_dec_chain):
21928         Don't screw up the 1 Chroma for 1 luma sample situation when we
21929         have an odd offset/width by adding a black border in those cases.
21930
21931 2004-07-28  Wim Taymans  <wim@fluendo.com>
21932
21933         * ext/theora/theoradec.c: (theora_get_formats),
21934         (theora_dec_src_convert), (theora_dec_sink_convert),
21935         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21936         (theora_dec_chain):
21937         * ext/theora/theoraenc.c: (theora_enc_sink_link):
21938         Added first attempt at cropping of the image as required by the
21939         theora spec. We need more properties in the caps (offset_x,
21940         offset_y,stride) to implement this correctly.
21941
21942 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
21943
21944         * ext/dvdnav/README:
21945           Update the README to use dvddemux
21946         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21947           Ensure getcaps returns a subset of the template caps
21948         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
21949         (gst_mpeg2subt_init):
21950           Ensure getcaps returns a subset of the template caps
21951         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21952         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
21953         (gst_dvd_demux_get_subpicture_stream),
21954         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
21955         * gst/mpegstream/gstdvddemux.h:
21956           Set the explicit caps on the current_video pad before pushing
21957           anything
21958         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
21959         (gst_mpeg_demux_get_audio_stream):
21960           Free caps used to gst_pad_set_explicit_caps, which takes a const
21961           GstCaps *
21962
21963 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21964
21965         * configure.ac: update GStreamer requirement to 0.8.4 because of
21966           GstFraction.
21967
21968 2004-07-28  Wim Taymans  <wim@fluendo.com>
21969
21970         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
21971         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
21972         Add the pad to the element after setting up the caps. This
21973         makes it a lot easier to autoplug.
21974
21975 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21976
21977         * gst/median/gstmedian.c:
21978         * gst/mpeg2subt/gstmpeg2subt.c:
21979         * gst/mpegaudioparse/gstmpegaudioparse.c:
21980         * gst/mpegstream/gstdvddemux.c:
21981         * gst/mpegstream/gstmpegdemux.c:
21982         * gst/mpegstream/gstmpegpacketize.c:
21983         * gst/rtjpeg/gstrtjpeg.c:
21984         * gst/rtjpeg/gstrtjpegdec.c:
21985         * gst/rtjpeg/gstrtjpegenc.c:
21986         * gst/sine/gstsinesrc.c:
21987         * gst/smooth/gstsmooth.c:
21988         * gst/smpte/gstsmpte.c:
21989         * gst/smpte/gstsmpte.h:
21990         * gst/stereo/gststereo.c:
21991         * gst/videofilter/gstgamma.c:
21992         * gst/videofilter/gstvideobalance.c:
21993         * gst/videofilter/gstvideofilter.c:
21994         * gst/videofilter/gstvideoflip.c:
21995         * gst/videoscale/gstvideoscale.c:
21996         * gst/videoscale/videoscale.c:
21997         * gst/videotestsrc/gstvideotestsrc.c:
21998         * gst/videotestsrc/videotestsrc.c:
21999         * gst/wavenc/gstwavenc.c:
22000         * gst/wavparse/gstwavparse.c:
22001           fix local includes and 64 bits constants
22002
22003 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22004
22005         * win32/gst.sln:
22006         * gst-libs/gst/*/*.vcproj:
22007         * gst/*/*.vcproj:
22008           more working plugins
22009
22010 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22011
22012         * testsuite/alsa/Makefile.am:
22013         * testsuite/alsa/srcstate.c:
22014         add test for alsasrc changing state
22015
22016 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22017
22018         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22019         (gst_silence_get):
22020         * gst/silence/gstsilence.h:
22021         fix silence generation for 16bit raw audio
22022
22023 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22024
22025         * gst/matroska/matroska-demux.c:
22026         (gst_matroska_demux_parse_metadata),
22027         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22028         * gst/mpegaudio/common.c:
22029         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22030         (gst_videoscale_getcaps), (gst_videoscale_link),
22031         (gst_videoscale_src_fixate), (gst_videoscale_init),
22032         (gst_videoscale_finalize):
22033         * gst/videoscale/gstvideoscale.h:
22034         * gst/videotestsrc/gstvideotestsrc.c:
22035         (gst_videotestsrc_get_capslist):
22036         * gst/wavenc/gstwavenc.c:
22037         * sys/oss/gstossmixer.c: (fill_labels):
22038         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22039         (gst_ximagesink_handle_xevents),
22040         (gst_ximagesink_calculate_pixel_aspect_ratio),
22041         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22042         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22043         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22044         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22045         (gst_ximagesink_init), (gst_ximagesink_class_init):
22046         * sys/ximage/ximagesink.h:
22047         * sys/xvimage/xvimagesink.c:
22048         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22049         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22050         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22051         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22052         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22053         * sys/xvimage/xvimagesink.h:
22054           first batch of pixel aspect ratio commits.
22055
22056 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22057
22058         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22059         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22060         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22061           handle stride, needs work if we want to move stride handling
22062           upstream, but works correctly for our purposes.
22063
22064 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22065
22066         * gst/videoscale/README:
22067           add testing examples
22068         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22069         (gst_videoscale_chain):
22070         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22071         (gst_videoscale_get_size):
22072           add get_size function that handles stride like videotestsrc.
22073           fixes conversion for YUV formats for as much as I can test them.
22074
22075 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22076
22077         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22078         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22080         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22081         (gst_xvimagesink_xvimage_put):
22082           further cleanups, logging, error handling and synchronizing
22083
22084 2004-07-27  Wim Taymans  <wim@fluendo.com>
22085
22086         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22087         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22088         (gst_videomixer_pad_set_property),
22089         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22090         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22091         (gst_videomixer_class_init), (gst_videomixer_init),
22092         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22093         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22094         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22095         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22096         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22097         (gst_videomixer_loop), (plugin_init):
22098         Be a nicer negotiation citizen and provide a getcaps function on
22099         the srcpad. This also fixes a crash when resizing.
22100
22101 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22102
22103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22104         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22105
22106 2004-07-27  Wim Taymans  <wim@fluendo.com>
22107
22108         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22109         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22110         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22111         (gst_pngenc_set_property):
22112         * ext/libpng/gstpngenc.h:
22113         Added snapshot property to pngenc.
22114         removed g_print from pngdec
22115
22116 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22117
22118         * gst/ac3parse/ac3parse.vcproj
22119         * gst/adder/adder.vcproj
22120         * gst/alpha/alpha.vcproj
22121         * gst/alpha/alphacolor.vcproj
22122         * gst/asfdemux/asf.vcproj
22123         * gst/audioconvert/audioconvert.vcproj
22124         * gst/audiorate/audiorate.vcproj
22125         * gst/audioscale/audioscale.vcproj
22126         * gst/auparse/auparse.vcproj
22127         * gst/avi/avi.vcproj
22128         * gst/cdxaparse/cdxaparse.vcproj
22129         * gst/chart/chart.vcproj
22130         * gst/colorspace/colorspace.vcproj
22131         * gst/cutter/cutter.vcproj
22132         * gst/debug/debug.vcproj
22133         * gst/debug/efence.vcproj
22134         * gst/debug/navigationtest.vcproj
22135         * gst/deinterlace/deinterlace.vcproj
22136         * gst/effectv/effectv.vcproj
22137         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22138         * gst/filter/filter.vcproj
22139         * gst/flx/flxdec.vcproj
22140         * gst/goom/goom.vcproj
22141         * gst/interleave/interleave.vcproj
22142         * gst/law/alaw.vcproj
22143         * gst/law/mulaw.vcproj
22144         * gst/matroska/matroska.vcproj
22145         * gst/median/median.vcproj
22146         * gst/mixmatrix/mixmatrix.vcproj
22147         * gst/mpeg1sys/mpeg1systemencode.vcproj
22148         * gst/mpeg1videoparse/mp1videoparse.vcproj
22149         * gst/mpeg2sub/mpeg2subt.vcproj
22150         * gst/mpegaudio/mpegaudio.vcproj
22151         * gst/mpegaudioparse/mpegaudioparse.vcproj
22152         * gst/mpegstream/mpegstream.vcproj
22153         * gst/multifilesink/multifilesink.vcproj
22154         * gst/multipart/multipart.vcproj
22155         * gst/oneton/oneton.vcproj
22156         * gst/overlay/overlay.vcproj
22157         * gst/passthrough/passthrough.vcproj
22158         * gst/qtdemux/qtdemux.vcproj
22159         * gst/realmedia/rmdemux.vcproj
22160         * gst/rtjpeg/rtjpeg.vcproj
22161         * gst/rtp/rtp.vcproj
22162         * gst/silence/silence.vcproj
22163         * gst/sine/sinesrc.vcproj
22164         * gst/smooth/smooth.vcproj
22165         * gst/smpte/smpte.vcproj
22166         * gst/spectrum/spectrum.vcproj
22167         * gst/speed/speed.vcproj
22168         * gst/stereo/stereo.vcproj
22169         * gst/switch/switch.vcproj
22170         * gst/tags/tagedit.vcproj
22171         * gst/tcp/tcp.vcproj
22172         * gst/typefind/typefindfunctions.vcproj
22173         * gst/udp/udp.vcproj
22174         * gst/videobox/videobox.vcproj
22175         * gst/videocrop/videocrop.vcproj
22176         * gst/videodrop/videodrop.vcproj
22177         * gst/videofilter/gamma.vcproj
22178         * gst/videofilter/videobalance.vcproj
22179         * gst/videofilter/videofilter.vcproj
22180         * gst/videofilter/videoflip.vcproj
22181         * gst/videoflip/videoflip.vcproj
22182         * gst/videomixer/videomixer.vcproj
22183         * gst/videorate/videorate.vcproj
22184         * gst/videoscale/videoscale.vcproj
22185         * gst/videotestsrc/videotestsrc.vcproj
22186         * gst/virtualdub/virtualdub.vcproj
22187         * gst/volenv/volenv.vcproj
22188         * gst/volume/volume.vcproj
22189         * gst/wavenc/wavenc.vcproj
22190         * gst/wavparse/wavparse.vcproj
22191         * gst/y4m/y4menc.vcproj
22192         * gst-libs/gst/audio/audio.vcproj
22193         * gst-libs/gst/audio/audiofilter.vcproj
22194         * gst-libs/gst/colorbalance/colorbalance.vcproj
22195         * gst-libs/gst/idct/idtc.vcproj
22196         * gst-libs/gst/media-info/media-info.vcproj
22197         * gst-libs/gst/mixer/mixer.vcproj
22198         * gst-libs/gst/navigation/navigation.vcproj
22199         * gst-libs/gst/play/play.vcproj
22200         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22201         * gst-libs/gst/resample/resample.vcproj
22202         * gst-libs/gst/riff/riff.vcproj
22203         * gst-libs/gst/tuner/tuner.vcproj
22204         * gst-libs/gst/video/video.vcproj
22205         * gst-libs/gst/xoverlay/xoverlay.vcproj
22206           avoid problems with math.h, fix release dependancy
22207           rename GStreamer-0.8.lib to libgstreamer.lib
22208
22209 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22210
22211         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22212         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22213         the atom is not available we have to unlock the mutex. Fixes #148023
22214
22215 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22216
22217         * gst-libs/gst/media-info/media-info.h:
22218           issue for a vararg macro with MSVC
22219
22220 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22221
22222         * gst/effectv/effectv.vcproj
22223         * gst-libs/gst/idct/idct.vcproj:
22224         * gst-libs/gst/media-info/media-info.vcproj:
22225         * gst-libs/gst/navigation/navigation.vcproj:
22226         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22227         * gst-libs/gst/video/video.vcproj:
22228         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22229           fixes for build problems
22230
22231 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22232
22233         * gst-libs/gst/audio/audio.def:
22234         * gst-libs/gst/audio/riff.def:
22235           add some definitions needed by plugins
22236
22237 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22238
22239         * gst/asfdemux/gstasfmux.c
22240           Fix some 64 bits constants to be glib friendly
22241
22242 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22243
22244         * gst/ac3parse/gstac3parse.c
22245         * gst/audioscale/gstaudioscale.c
22246         * gst/auparse/gstauparse.c
22247         * gst/colorspace/gstcolorspace.c
22248         * gst/colorspace/yuv2rgb.h
22249           local include fixes
22250
22251 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22252
22253         * win32/gst.sln
22254           add more plugins to the build
22255
22256 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22257
22258         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22259         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22260
22261 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22262
22263         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22264         (gst_level_set_property), (gst_level_get_property),
22265         (gst_level_base_init), (gst_level_class_init):
22266           add debugging categories.  cleanups.
22267
22268 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22269
22270         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22271         (gst_videoscale_planar411), (gst_videoscale_planar400),
22272         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22273         (gst_videoscale_scale_nearest_str1),
22274         (gst_videoscale_scale_nearest_str2),
22275         (gst_videoscale_scale_nearest_str4),
22276         (gst_videoscale_scale_nearest_16bit),
22277         (gst_videoscale_scale_nearest_24bit):
22278           fixed stride issues
22279           tested with 320x240 -> 321, 322, 324 x240
22280           tested with YV12, I420, YUY2, UYVY
22281           fixed packed422rev (don't think it could have worked before)
22282           by testing with UYVY
22283
22284 2004-07-26  Benjamin Otte  <otte@gnome.org>
22285
22286         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22287         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22288         (plugin_init):
22289           add debugging category, add error checks like checking return values
22290           of setup calls, make sure it still works after
22291           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22292
22293 2004-07-26  Wim Taymans  <wim@fluendo.com>
22294
22295         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22296         (gst_mpeg_demux_get_audio_stream),
22297         (gst_mpeg_demux_process_private):
22298         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22299         Check for error codes from the negotiation functions. Make sure
22300         we really set the pad caps when a new pad is created.
22301
22302 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22303
22304         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22305         (gst_ffmpeg_caps_to_pix_fmt):
22306         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22307         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22308         (gst_ffmpegcolorspace_pad_link):
22309           don't make function do two things at the same time without reason.
22310
22311 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22312
22313         * gst/ac3parse/ac3parse.vcproj
22314         * gst/adder/adder.vcproj
22315         * gst/alpha/alpha.vcproj
22316         * gst/alpha/alphacolor.vcproj
22317         * gst/asfdemux/asf.vcproj
22318         * gst/audioconvert/audioconvert.vcproj
22319         * gst/audiorate/audiorate.vcproj
22320         * gst/audioscale/audioscale.vcproj
22321         * gst/auparse/auparse.vcproj
22322         * gst/avi/avi.vcproj
22323         * gst/cdxaparse/cdxaparse.vcproj
22324         * gst/chart/chart.vcproj
22325         * gst/colorspace/colorspace.vcproj
22326         * gst/cutter/cutter.vcproj
22327         * gst/debug/debug.vcproj
22328         * gst/debug/efence.vcproj
22329         * gst/debug/navigationtest.vcproj
22330         * gst/deinterlace/deinterlace.vcproj
22331         * gst/effectv/effectv.vcproj
22332         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22333         * gst/filter/filter.vcproj
22334         * gst/flx/flxdec.vcproj
22335         * gst/goom/goom.vcproj
22336         * gst/interleave/interleave.vcproj
22337         * gst/law/alaw.vcproj
22338         * gst/law/mulaw.vcproj
22339         * gst/matroska/matroska.vcproj
22340         * gst/median/median.vcproj
22341         * gst/mixmatrix/mixmatrix.vcproj
22342         * gst/mpeg1sys/mpeg1systemencode.vcproj
22343         * gst/mpeg1videoparse/mp1videoparse.vcproj
22344         * gst/mpeg2sub/mpeg2subt.vcproj
22345         * gst/mpegaudio/mpegaudio.vcproj
22346         * gst/mpegaudioparse/mpegaudioparse.vcproj
22347         * gst/mpegstream/mpegstream.vcproj
22348         * gst/multifilesink/multifilesink.vcproj
22349         * gst/multipart/multipart.vcproj
22350         * gst/oneton/oneton.vcproj
22351         * gst/overlay/overlay.vcproj
22352         * gst/passthrough/passthrough.vcproj
22353         * gst/qtdemux/qtdemux.vcproj
22354         * gst/realmedia/rmdemux.vcproj
22355         * gst/rtjpeg/rtjpeg.vcproj
22356         * gst/rtp/rtp.vcproj
22357         * gst/silence/silence.vcproj
22358         * gst/sine/sinesrc.vcproj
22359         * gst/smooth/smooth.vcproj
22360         * gst/smpte/smpte.vcproj
22361         * gst/spectrum/spectrum.vcproj
22362         * gst/speed/speed.vcproj
22363         * gst/stereo/stereo.vcproj
22364         * gst/switch/switch.vcproj
22365         * gst/tags/tagedit.vcproj
22366         * gst/tcp/tcp.vcproj
22367         * gst/typefind/typefindfunctions.vcproj
22368         * gst/udp/udp.vcproj
22369         * gst/videobox/videobox.vcproj
22370         * gst/videocrop/videocrop.vcproj
22371         * gst/videodrop/videodrop.vcproj
22372         * gst/videofilter/gamma.vcproj
22373         * gst/videofilter/videobalance.vcproj
22374         * gst/videofilter/videofilter.vcproj
22375         * gst/videofilter/videoflip.vcproj
22376         * gst/videoflip/videoflip.vcproj
22377         * gst/videomixer/videomixer.vcproj
22378         * gst/videorate/videorate.vcproj
22379         * gst/videoscale/videoscale.vcproj
22380         * gst/videotestsrc/videotestsrc.vcproj
22381         * gst/virtualdub/virtualdub.vcproj
22382         * gst/volenv/volenv.vcproj
22383         * gst/volume/volume.vcproj
22384         * gst/wavenc/wavenc.vcproj
22385         * gst/wavparse/wavparse.vcproj
22386         * gst/y4m/y4menc.vcproj
22387           more plugins supported under windows
22388
22389 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22390
22391         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22392         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22393         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22395         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22396           Add debugging statements.  Use the sizes as returned by the
22397           *CreateImage calls.
22398
22399 2004-07-26  Johan Dahlin  <johan@gnome.org>
22400
22401         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22402         the pad is negotiated.
22403
22404         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22405
22406 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22407
22408         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22409         * gst-libs/gst/idct/idct.vcproj:
22410         * gst-libs/gst/media-info/media-info.vcproj:
22411         * gst-libs/gst/mixer/mixer.vcproj:
22412         * gst-libs/gst/navigation/navigation.vcproj:
22413         * gst-libs/gst/play/play.vcproj:
22414         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22415         * gst-libs/gst/resample/resample.vcproj:
22416         * gst-libs/gst/tuner/tuner.vcproj:
22417         * gst-libs/gst/video/video.vcproj:
22418         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22419           more plugins supported under windows
22420
22421 2004-07-25 Iain <iain@prettypeople.org>
22422
22423         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22424         pad now rather than when the pad is created because state changes wipe
22425         explicit caps (fixes #148043).
22426
22427 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22428
22429         reviewed by Benjamin Otte  <otte@gnome.org>
22430
22431         * ext/mad/gstmad.c:
22432           fix mad plugin crashing on Sun (fixes #148289)
22433
22434 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22435
22436         * gst/avi/avi.def:
22437         * gst/avi/avi.vcproj:
22438         * gst/matroska/matroska.def:
22439         * gst/matroska/matroska.vcproj:
22440           remove unused .def files
22441
22442 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22443
22444         * gst-libs/gst/audio/gstaudiofilter.c:
22445           Clean the local include
22446
22447 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22448
22449         * win32/gst.sln:
22450         * gst-libs/gst/audio/audio.def:
22451         * gst-libs/gst/audio/audio.vcproj:
22452         * gst-libs/gst/audio/audiofilter.vcproj:
22453         * gst-libs/gst/audio/riff.def:
22454         * gst-libs/gst/audio/riff.vcproj:
22455         * gst-libs/gst/gst-libs.def:
22456         * gst-libs/gst/gst-libs.vcproj:
22457         * gst/avi/avi.vcproj:
22458         * gst/avi/avi.vcproj:
22459           Copy the files where needed after building, cleaner projects
22460
22461 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22462
22463         * gst/matroska/ebml-write.c:
22464           Fix some 64 bits constants to be glib friendly
22465
22466 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22467
22468         * win32/gst.sln:
22469         * gst-libs/gst/gst-libs.def:
22470         * gst-libs/gst/gst-libs.vcproj:
22471         * gst/matroska/matroska.def:
22472         * gst/matroska/matroska.vcproj:
22473           Add the preliminary canvas to build plugins on Win32
22474
22475 2004-07-23  Benjamin Otte  <otte@gnome.org>
22476
22477         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22478           don't enfore negotiation from source side, it breaks
22479           sinesrc ! audioconvert ! osssink
22480
22481 2004-07-22  David Schleef  <ds@schleef.org>
22482
22483         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22484         for ELF files, since they can easily be recognized as audio/mpeg.
22485         (bug #147441)
22486
22487 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22488
22489         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22490         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22491         (gst_videoscale_scale_nearest_24bit),
22492         (gst_videoscale_scale_nearest_16bit):
22493           fix 16bit and 24bit for stride (24bit might need testing)
22494           don't pretend we do more than one algorithm
22495
22496 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22497
22498         * configure.ac:
22499         * gst/Makefile.am:
22500         * gst/multifilesink/Makefile.am:
22501         * gst/multifilesink/gstmultifilesink.c:
22502         (gst_multifilesink_get_formats),
22503         (gst_multifilesink_get_query_types), (_do_init),
22504         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22505         (gst_multifilesink_init), (gst_multifilesink_dispose),
22506         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22507         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22508         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22509         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22510         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22511         (gst_multifilesink_uri_get_type),
22512         (gst_multifilesink_uri_get_protocols),
22513         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22514         (gst_multifilesink_uri_handler_init), (plugin_init):
22515         * gst/multifilesink/gstmultifilesink.h:
22516         * testsuite/Makefile.am:
22517         * testsuite/multifilesink/Makefile.am:
22518         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22519         (gst_newmedia_class_init), (gst_newmedia_init),
22520         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22521         (newfile_signal), (test_signal), (main):
22522         multifilesink plugin for creating new files every time a new media
22523         discontinuity event occurs
22524
22525 2004-07-22  Wim Taymans  <wim@fluendo.com>
22526
22527         * gst/alpha/Makefile.am:
22528         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22529         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22530         (gst_alpha_color_init), (gst_alpha_color_set_property),
22531         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22532         (transform), (gst_alpha_color_chain),
22533         (gst_alpha_color_change_state), (plugin_init):
22534         Stupid plugin to to RGBA to AYUV conversion because none of
22535         the colorspace plugins can handle that yet.
22536
22537 2004-07-22  Wim Taymans  <wim@fluendo.com>
22538
22539         * examples/seeking/seek.c: (update_scale), (main):
22540         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22541         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22542         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22543         (gst_decode_bin_init), (gst_decode_bin_dispose),
22544         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22545         (no_more_pads), (close_link), (type_found),
22546         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22547         (plugin_init):
22548         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22549         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22550         (gst_play_base_bin_dispose), (queue_overrun),
22551         (gen_preroll_element), (remove_prerolls), (unknown_type),
22552         (no_more_pads), (new_stream), (setup_source),
22553         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22554         (play_base_eos), (gst_play_base_bin_change_state),
22555         (gst_play_base_bin_add_element),
22556         (gst_play_base_bin_remove_element),
22557         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22558         (gst_play_base_bin_unlink_stream),
22559         (gst_play_base_bin_get_streaminfo):
22560         * gst/playback/gstplaybin.c: (gen_video_element),
22561         (gen_audio_element):
22562         * gst/playback/gststreaminfo.h:
22563         More playback updates, attempt to fix things after the state change
22564         breakage.
22565
22566 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22567
22568         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22569         (gst_videoscale_scale_nearest_16bit):
22570           comment algorithm
22571
22572 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22573
22574         * gst/videotestsrc/gstvideotestsrc.c:
22575         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22576         (gst_videotestsrc_init), (gst_videotestsrc_get),
22577         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22578         (gst_videotestsrc_get_property):
22579         * gst/videotestsrc/gstvideotestsrc.h:
22580         * gst/videotestsrc/videotestsrc.c:
22581         * gst/videotestsrc/videotestsrc.h:
22582           cleanup and commenting
22583
22584 2004-07-21  Wim Taymans  <wim@fluendo.com>
22585
22586         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22587         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22588         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22589         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22590         (_find_chain_get_unknown_part), (_find_streams_check),
22591         (gst_ogg_demux_push), (gst_ogg_pad_push):
22592         * ext/theora/theoradec.c: (theora_get_formats),
22593         (theora_dec_src_convert), (theora_dec_sink_convert),
22594         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22595         (theora_dec_chain):
22596         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22597         (vorbis_dec_convert), (vorbis_dec_src_query),
22598         (vorbis_dec_src_event), (vorbis_dec_event):
22599         More seeking fixes, oggdemux now supports seeking to time and
22600         uses the downstream element to convert granulepos to time.
22601         Seeking in theora-only ogg files now works.
22602
22603 2004-07-21  Wim Taymans  <wim@fluendo.com>
22604
22605         * ext/theora/theoradec.c: (gst_theora_dec_init),
22606         (theora_get_formats), (theora_get_event_masks),
22607         (theora_get_query_types), (theora_dec_src_convert),
22608         (theora_dec_sink_convert), (theora_dec_src_query),
22609         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22610         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22611         (vorbis_get_event_masks), (vorbis_get_query_types),
22612         (gst_vorbis_dec_init), (vorbis_dec_convert),
22613         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22614         Added query/convert/formats functions to vorbis and theora decoders
22615         so that the outside world can use them too. Fixed seeking on an
22616         ogg/theora/vorbis file by disabling the seeking seeking on the
22617         theora srcpad.
22618
22619 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22620
22621         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22622         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22623         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22624         images creation for both elements. We don't create the image on caps
22625         nego or renego, we just destroy the internal one if present if it does
22626         not match the needs. The chain function takes care of creating a new
22627         image when needed.
22628         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22629         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22630         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22631         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22632         the image format information. The buffer pool checks for the context
22633         image format and discard images with different formats.
22634         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22635
22636 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22637
22638         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22639         (gst_ffmpegcolorspace_chain):
22640           no point in doing any chaining if the pad we want to push from
22641           isn't usable.
22642
22643 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22644
22645         * gst-libs/gst/riff/riff-media.c:
22646         (gst_riff_create_audio_caps_with_data):
22647           Fix double end-to-native symbol conversion (#148021).
22648
22649 2004-07-20  David Schleef  <ds@schleef.org>
22650
22651         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22652         Don't use an Atom that doesn't exist.
22653
22654 2004-07-20  Wim Taymans  <wim@fluendo.com>
22655
22656         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22657         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22658         (gst_multifdsink_client_remove),
22659         (gst_multifdsink_handle_client_write),
22660         (gst_multifdsink_queue_buffer):
22661         * gst/tcp/gstmultifdsink.h:
22662         More multifdsink stats. Avoid deadlock by releasing locks
22663         before sending out a signal.
22664
22665 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22666
22667         * po/LINGUAS:
22668         * po/hu.po:
22669           added Hungarian translation (Laszlo Dvornik)
22670
22671 2004-07-20  Wim Taymans  <wim@fluendo.com>
22672
22673         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22674         (gst_multifdsink_add), (gst_multifdsink_client_remove),
22675         (gst_multifdsink_handle_client_write),
22676         (gst_multifdsink_queue_buffer):
22677         * gst/tcp/gsttcp-marshal.list:
22678         Fixed the stupid marshal definition.
22679
22680 2004-07-20  Wim Taymans  <wim@fluendo.com>
22681
22682         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22683         (gst_multifdsink_init), (gst_multifdsink_add),
22684         (gst_multifdsink_client_remove),
22685         (gst_multifdsink_handle_client_write),
22686         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22687         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22688         (gst_multifdsink_init_send):
22689         * gst/tcp/gstmultifdsink.h:
22690         Added more stats, added timeout for a client, fixed some typos
22691         and added some comments.
22692
22693 2004-07-20  Wim Taymans  <wim@fluendo.com>
22694
22695         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22696         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22697         (gst_multifdsink_client_remove),
22698         (gst_multifdsink_handle_client_write):
22699         * gst/tcp/gstmultifdsink.h:
22700         * gst/tcp/gsttcp-marshal.list:
22701         Added get_stats method that returns a GValueArray of
22702         stats values.
22703
22704 2004-07-19  Benjamin Otte  <otte@gnome.org>
22705
22706         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22707           make sure longname, description and author are valid UTF-8
22708
22709 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22710
22711         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22712         (gst_ximagesink_set_property):
22713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22714         (gst_xvimagesink_set_property):
22715           make sure SYNCHRONOUS is respected after getting the X context
22716
22717 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22718
22719         * gst/matroska/matroska-demux.c:
22720         (gst_matroska_demux_handle_src_event),
22721         (gst_matroska_demux_parse_blockgroup):
22722         * gst/matroska/matroska-ids.h:
22723           add BlockReference tag and ignore it to clear out log.
22724           ignore NAVIGATION events to clear out log.
22725
22726 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22727
22728         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22729         (gst_matroska_demux_add_stream):
22730         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22731           add debug categories
22732
22733 2004-07-16  Wim Taymans  <wim@fluendo.com>
22734
22735         * ext/libpng/Makefile.am:
22736         * ext/libpng/gstpng.c: (plugin_init):
22737         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22738         (gst_pngdec_get_type), (gst_pngdec_base_init),
22739         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22740         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22741         * ext/libpng/gstpngdec.h:
22742         Added png decoder.
22743
22744 2004-07-16  Julien MOUTTE  <julien@moutte.net>
22745
22746         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22747         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22748         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22749         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22750         (gst_ximagesink_buffer_alloc):
22751         * sys/ximage/ximagesink.h:
22752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22753         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22754         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22755         (gst_xvimagesink_buffer_alloc):
22756         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22757         again. Using internal data pointer of the x(v)image to store image's
22758         data to be coherent with the buffer alloc mechanism. Investigated the
22759         image destruction code to be sure that everything gets freed correctly.
22760
22761 2004-07-16  Wim Taymans  <wim@fluendo.com>
22762
22763         * gst-libs/gst/riff/riff-read.c:
22764         (gst_riff_read_strf_vids_with_data),
22765         (gst_riff_read_strf_auds_with_data):
22766         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22767         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22768         Make sure we don't create 0 sized subbuffers in riff-read.
22769         Signal the no more pads signal after reading the avi header.
22770
22771 2004-07-16  Wim Taymans  <wim@fluendo.com>
22772
22773         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22774         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22775         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22776         (gst_decode_bin_init), (gst_decode_bin_dispose),
22777         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22778         (no_more_pads), (close_link), (type_found),
22779         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22780         (gst_decode_bin_change_state), (plugin_init):
22781         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22782         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22783         (gst_play_base_bin_dispose), (queue_overrun),
22784         (gen_preroll_element), (remove_prerolls), (unknown_type),
22785         (no_more_pads), (new_stream), (setup_source),
22786         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22787         (play_base_eos), (gst_play_base_bin_change_state),
22788         (gst_play_base_bin_add_element),
22789         (gst_play_base_bin_remove_element),
22790         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22791         (gst_play_base_bin_unlink_stream),
22792         (gst_play_base_bin_get_streaminfo):
22793         * gst/playback/gstplaybasebin.h:
22794         Better error recovery. Added configurable preroll queue size. Faster
22795         detection of no-more-pads.
22796
22797 2004-07-16  Wim Taymans  <wim@fluendo.com>
22798
22799         * gst-libs/gst/video/video.h:
22800         Added 32 bits RGBA. Not sure if we should use another mime-type
22801         for alpha rgb. Currently the presence of the alpha_mask property
22802         signals an alpha channel.
22803
22804 2004-07-16  Wim Taymans  <wim@fluendo.com>
22805
22806         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22808         FPS seems to be 0.0 to MAX everywhere else.
22809
22810 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22811
22812         * gst-libs/gst/riff/riff-media.c:
22813         (gst_riff_create_video_caps_with_data):
22814           mp42/mp43 (no caps) exist too.
22815         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
22816           Set pixel_width/height; we've got them in-caps.
22817         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22818         * gst/wavparse/gstwavparse.c: (plugin_init):
22819           Both are valid primary.
22820         * sys/oss/gstossmixer.c:
22821           Remove i18n hack and enable translations.
22822
22823 2004-07-15  Benjamin Otte  <otte@gnome.org>
22824
22825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22826         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
22827           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
22828
22829 2004-07-15  Benjamin Otte  <otte@gnome.org>
22830
22831         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22832         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
22833         (gst_alsa_close_audio):
22834           disable some of the debugging code for now. Writing debugging to a
22835           buffer is broken in current alsalib releases.
22836
22837 2004-07-12  Benjamin Otte  <otte@gnome.org>
22838
22839         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
22840           use bufferpools
22841
22842 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22843
22844         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22845         (theora_dec_src_query), (theora_dec_event):
22846         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
22847           add debugging categories.  Remove \n's.
22848
22849 2004-07-13  Johan Dahlin  <johan@gnome.org>
22850
22851         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
22852         (gst_play_bin_get_property): Impl.
22853
22854 2004-07-13  Wim Taymans  <wim@fluendo.com>
22855
22856         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
22857         When trying to find the stream length, seek back N pages
22858         instead of just one, where N is the number of streams in
22859         the current chain.
22860
22861 2004-07-13  Wim Taymans  <wim@fluendo.com>
22862
22863         * gst-libs/gst/riff/riff-media.c:
22864         (gst_riff_create_audio_caps_with_data),
22865         (gst_riff_create_audio_caps),
22866         (gst_riff_create_audio_template_caps):
22867         * gst-libs/gst/riff/riff-media.h:
22868         * gst-libs/gst/riff/riff-read.c:
22869         (gst_riff_read_strf_vids_with_data),
22870         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
22871         * gst-libs/gst/riff/riff-read.h:
22872         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22873         (gst_avi_demux_add_stream):
22874         Set codec_data on caps for avidemuxer.
22875
22876 2004-07-12  David Schleef  <ds@schleef.org>
22877
22878         * configure.ac: Fix test for Objective C
22879
22880 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
22881         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
22882         (gst_gdk_pixbuf_chain):
22883           Add svg and pcx to template caps, and ensure that getcaps returns a
22884           subset of the template caps.
22885           Copy each row manually for output, as gdkpixbuf may pad the
22886           rowstride to a 32-bit word boundary.
22887
22888 2004-07-12  Wim Taymans  <wim@fluendo.com>
22889
22890         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
22891         (gst_riff_create_video_template_caps):
22892         Fix the template caps to include some more media types.
22893
22894 2004-07-12  Wim Taymans  <wim@fluendo.com>
22895
22896         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22897         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22898         (compare_ranks), (print_feature), (gst_decode_bin_init),
22899         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22900         (try_to_link_1), (new_pad), (close_link), (type_found),
22901         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22902         (gst_decode_bin_change_state), (plugin_init):
22903         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22904         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22905         (gst_play_base_bin_dispose), (queue_overrun),
22906         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22907         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22908         (gst_play_base_bin_get_property), (play_base_eos),
22909         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22910         (gst_play_base_bin_remove_element),
22911         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22912         (gst_play_base_bin_unlink_stream),
22913         (gst_play_base_bin_get_streaminfo):
22914         * gst/playback/gstplaybasebin.h:
22915         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22916         (gst_play_bin_class_init), (gst_play_bin_init),
22917         (gst_play_bin_dispose), (gst_play_bin_set_property),
22918         (gst_play_bin_get_property), (gen_video_element),
22919         (gen_audio_element), (remove_sinks), (setup_sinks),
22920         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22921         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22922         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22923         (gst_play_bin_query), (plugin_init):
22924         * gst/playback/test4.c: (main):
22925         More fixes on reusing of the element.
22926
22927 2004-07-11  Benjamin Otte  <otte@gnome.org>
22928
22929         * ext/mad/gstmad.c: (normal_seek):
22930           allow seeking for other methods than just SET
22931
22932 2004-07-11  Andy Wingo  <wingo@pobox.com>
22933
22934         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
22935         float, "any" caps -> buffer_frames=[0,MAX].
22936
22937         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
22938         doesn't intersect our caps with the template any more. Do it
22939         ourselves.
22940         (interleave_buffered_loop): Use g_newa instead of malloc/free.
22941
22942 2004-07-09  Wim Taymans  <wim@fluendo.com>
22943
22944         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22945         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22946         (compare_ranks), (print_feature), (gst_decode_bin_init),
22947         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22948         (try_to_link_1), (new_pad), (close_link), (type_found),
22949         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22950         (gst_decode_bin_change_state), (plugin_init):
22951         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22952         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22953         (gst_play_base_bin_dispose), (queue_overrun),
22954         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22955         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22956         (gst_play_base_bin_get_property), (play_base_eos),
22957         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22958         (gst_play_base_bin_remove_element),
22959         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22960         (gst_play_base_bin_unlink_stream),
22961         (gst_play_base_bin_get_streaminfo):
22962         * gst/playback/gstplaybasebin.h:
22963         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22964         (gst_play_bin_class_init), (gst_play_bin_init),
22965         (gst_play_bin_dispose), (gst_play_bin_set_property),
22966         (gst_play_bin_get_property), (gen_video_element),
22967         (gen_audio_element), (remove_sinks), (setup_sinks),
22968         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22969         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22970         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22971         (gst_play_bin_query), (plugin_init):
22972         * gst/playback/test4.c: (main):
22973         Work on object reuse and seeking.
22974
22975 2004-07-09  Wim Taymans  <wim@fluendo.com>
22976
22977         * examples/seeking/seek.c: (iterate):
22978         Don't consume all CPU in the idle loop.
22979
22980 2004-07-09  Wim Taymans  <wim@fluendo.com>
22981
22982         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
22983         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
22984         Add pad to element *after* setting the pad functions so that
22985         the scheduler can use the correct ones.
22986
22987 2004-07-09  Wim Taymans  <wim@fluendo.com>
22988
22989         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
22990         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
22991         Sync to keyframe after seek
22992
22993 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22994
22995         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22996         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22997         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
22998         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
22999         * ext/libvisual/visual.c: (gst_visual_change_state):
23000         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23001         * ext/theora/theoradec.c: (theora_dec_change_state):
23002         * ext/theora/theoraenc.c: (theora_enc_change_state):
23003         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23004         * gst-libs/gst/navigation/navigation.c:
23005         * gst/adder/gstadder.c: (gst_adder_change_state):
23006         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23007         (gst_audio_convert_get_buffer):
23008         * gst/multipart/multipartdemux.c:
23009         (gst_multipart_demux_change_state):
23010         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23011         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23012         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23013         * gst/videoscale/gstvideoscale.c:
23014         (gst_videoscale_handle_src_event):
23015         * gst/volume/gstvolume.c: (volume_chain_int16):
23016           don't assert in state change, this should be done by the base
23017           GstElement class.
23018           various debugging fixes.
23019
23020 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23021
23022         * configure.ac:
23023         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23024         (gst_play_dispose), (gst_play_set_location),
23025         (gst_play_set_data_src), (gst_play_set_video_sink),
23026         (gst_play_set_audio_sink), (gst_play_set_visualization),
23027         (gst_play_connect_visualization), (gst_play_get_sink_element),
23028         (gst_play_get_all_by_interface):
23029         * gst-libs/gst/play/play.h:
23030           add new method to get elements implementing an interface.
23031           add various error logging
23032
23033 2004-07-08  Wim Taymans  <wim@fluendo.com>
23034
23035         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23036         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23037         (make_playerbin_pipeline), (query_durations_elems),
23038         (query_durations_pads), (query_positions_elems),
23039         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23040         (main):
23041         Added playbin seeking example.
23042
23043 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23044
23045         * gst-libs/gst/play/play.c: (gst_play_set_location),
23046         (gst_play_set_data_src), (gst_play_set_video_sink),
23047         (gst_play_set_audio_sink), (gst_play_set_visualization),
23048         (gst_play_connect_visualization), (gst_play_get_framerate):
23049           use a macro to look up elements from hash table
23050
23051 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23052
23053         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23054         (gst_play_get_length_callback), (gst_play_set_location),
23055         (gst_play_seek_to_time), (gst_play_set_data_src),
23056         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23057         (gst_play_set_visualization), (gst_play_connect_visualization),
23058         (gst_play_get_sink_element):
23059         - add debugging info
23060         - fix looking up sink elements by iterating over complete caps
23061         - put everything except for source and autoplugger in a complete bin
23062
23063 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23064
23065         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23066         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23067         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23068         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23069         * ext/alsa/gstalsasink.h:
23070         - add debugging info
23071         - clean up schizophrenia of data/buffer/event
23072         - fix double event unref error
23073
23074 2004-07-08  Wim Taymans  <wim@fluendo.com>
23075
23076         * gst/playback/Makefile.am:
23077         Add headers to noinst
23078
23079 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23080
23081         * tools/gst-launch-ext-m.m:
23082         * tools/gst-launch-ext.1.in:
23083           convert to the third millenium
23084
23085 2004-07-07  David Schleef  <ds@schleef.org>
23086
23087         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23088
23089 2004-07-07  Wim Taymans  <wim@fluendo.com>
23090
23091         * gst/playback/Makefile.am:
23092         * gst/playback/README:
23093         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23094         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23095         (compare_ranks), (print_feature), (gst_decode_bin_init),
23096         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23097         (try_to_link_1), (new_pad), (close_link), (type_found),
23098         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23099         (plugin_init):
23100         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23101         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23102         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23103         (gen_preroll_element), (no_more_pads), (new_stream),
23104         (setup_source), (gst_play_base_bin_set_property),
23105         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23106         (gst_play_base_bin_add_element),
23107         (gst_play_base_bin_remove_element),
23108         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23109         (gst_play_base_bin_unlink_stream),
23110         (gst_play_base_bin_get_streaminfo):
23111         * gst/playback/gstplaybasebin.h:
23112         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23113         (gst_play_bin_class_init), (gst_play_bin_init),
23114         (gst_play_bin_dispose), (gst_play_bin_set_property),
23115         (gst_play_bin_get_property), (gen_video_element),
23116         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23117         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23118         (gst_play_bin_get_formats), (gst_play_bin_convert),
23119         (gst_play_bin_get_query_types), (gst_play_bin_query),
23120         (plugin_init):
23121         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23122         (gst_stream_info_get_type), (gst_stream_info_class_init),
23123         (gst_stream_info_init), (gst_stream_info_new),
23124         (gst_stream_info_dispose), (gst_stream_info_set_property),
23125         (gst_stream_info_get_property):
23126         * gst/playback/gststreaminfo.h:
23127         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23128         (main):
23129         * gst/playback/test2.c: (main):
23130         * gst/playback/test3.c: (update_scale), (main):
23131         More playbin fixes. Added README. Do better element filtering.
23132         Added base class to preroll media. Added test apps.
23133
23134 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23135
23136         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23137         * ext/mpeg2dec/gstmpeg2dec.h:
23138           various debugging improvements.  Reset stream to next picture
23139           instead of sequence header, otherwise seeks cannot work.
23140
23141 2004-07-07  Wim Taymans  <wim@fluendo.com>
23142
23143         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23144         (gst_video_box_class_init), (gst_video_box_set_property),
23145         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23146         Use pad_alloc where possible.
23147
23148 2004-07-07  Wim Taymans  <wim@fluendo.com>
23149
23150         * sys/oss/gstosselement.c: (gst_osselement_reset),
23151         (gst_osselement_parse_caps):
23152         * sys/oss/gstosselement.h:
23153         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23154         Fix offset on osssrc.
23155
23156 2004-07-07  Wim Taymans  <wim@fluendo.com>
23157
23158         * ext/theora/theora.c: (plugin_init):
23159         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23160         (theora_dec_src_query), (theora_dec_chain):
23161         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23162         (theora_enc_sink_link), (theora_buffer_from_packet),
23163         (theora_push_packet), (theora_enc_chain):
23164         Fix theora granulepos calculation.
23165         Fix overflow in duration/position calculation.
23166         Bump rank to PRIMARY for theoradec.
23167         Use granulepos of last packet to calculate position.
23168         Set keyframe flag on buffers when needed.
23169
23170 2004-07-06  David Schleef  <ds@schleef.org>
23171
23172         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23173         serious?  (Fixed, obviously.)
23174
23175 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23176
23177         * po/LINGUAS:
23178         * po/cs.po:
23179           added Czech translation (Miloslav Trmac)
23180
23181 2004-07-05  Wim Taymans  <wim@fluendo.com>
23182
23183         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23184         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23185         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23186         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23187         (close_link), (type_found), (gst_decode_bin_set_property),
23188         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23189         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23190         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23191         (gst_decode_bin_query), (plugin_init):
23192         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23193         (gst_play_bin_class_init), (gst_play_bin_init),
23194         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23195         (get_video_element), (new_pad), (setup_source),
23196         (gst_play_bin_set_property), (gst_play_bin_get_property),
23197         (gst_play_bin_change_state), (gst_play_bin_add_element),
23198         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23199         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23200         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23201         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23202         * gst/playback/test.c: (main):
23203         More fixes, cleaned up playbin, make it use decodebin. Added
23204         threaded property to playbin.
23205
23206 2004-07-05  Wim Taymans  <wim@fluendo.com>
23207
23208         * configure.ac:
23209         * gst/playback/Makefile.am:
23210         * gst/playback/decodetest.c: (main):
23211         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23212         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23213         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23214         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23215         (close_link), (type_found), (gst_decode_bin_set_property),
23216         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23217         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23218         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23219         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23220         (plugin_init):
23221         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23222         (gst_play_bin_class_init), (gst_play_bin_init),
23223         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23224         (collect_sink_pads), (find_compatibles), (close_pad_link),
23225         (try_to_link_1), (new_pad), (close_link), (type_found),
23226         (setup_source), (gst_play_bin_set_property),
23227         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23228         (compare_ranks), (gst_play_bin_collect_factories),
23229         (gst_play_bin_change_state), (gst_play_bin_add_element),
23230         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23231         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23232         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23233         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23234         * gst/playback/test.c: (main):
23235         Added some playback helper elements and some test apps, very alpha
23236         still.
23237
23238 2004-07-04  Benjamin Otte  <otte@gnome.org>
23239
23240         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23241           only restart audio when we indeed have an xrun to fix repeated
23242           xruns. Fix suggested by Giuliano Pochini.
23243
23244 2004-07-03  David Schleef  <ds@schleef.org>
23245
23246         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23247         call to gst_debug_log() if debugging is disabled (bug #145118)
23248
23249 2004-07-03  Benjamin Otte  <otte@gnome.org>
23250
23251         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23252           use our own functions for restarting the alsa device.
23253         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23254           I should apply patches myself - use MIN for the third argument, not
23255           the second, this fixes seeking
23256
23257 2004-07-02  David Schleef  <ds@schleef.org>
23258
23259         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23260         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23261         do with the logic.
23262
23263 2004-07-02  David Schleef  <ds@schleef.org>
23264
23265         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23266         output buffers.  Fix logic mistake.  (bug #144866)
23267
23268 2004-07-02  David Schleef  <ds@schleef.org>
23269
23270         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23271         on X.  (bug #144753)
23272
23273 2004-07-02  David Schleef  <ds@schleef.org>
23274
23275         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23276         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23277         (bug #144624)
23278         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23279         (gst_osselement_rate_probe_check): Add another workaround for
23280         buggy drivers (bug #145336)
23281
23282 2004-07-02  David Schleef  <ds@schleef.org>
23283
23284         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23285         Most systems don't have MSG_NOSIGNAL.
23286
23287 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23288
23289         * Makefile.am:
23290         * gst-libs/gst/colorbalance/Makefile.am:
23291         * gst-libs/gst/mixer/Makefile.am:
23292         * gst-libs/gst/play/Makefile.am:
23293         * gst-libs/gst/tuner/Makefile.am:
23294           (hopefully) fix both install and dist and make error message useful.
23295           needs testing across automakes.
23296
23297 2004-07-02  Benjamin Otte  <otte@gnome.org>
23298
23299         * ext/ogg/gstogg.c: (plugin_init):
23300           we require bytestream now
23301         * ext/ogg/gstoggdemux.c:
23302           huge diff to implement chain setup in a fast and generic way. This
23303           improves tag reading and startup of huge files (read: Theora videos)
23304           quite a bit. It probably contains bugs, too, so please test.
23305           Seeking is not improved to the fast method.
23306
23307 2004-06-29  Wim Taymans  <wim@fluendo.com>
23308
23309         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23310         * ext/ogg/gstoggmux.c:
23311         Fix memleak in oggdemux when running unconnected pads.
23312         doc update in mux, start working on keyframe mode.
23313
23314 2004-06-29  Benjamin Otte  <otte@gnome.org>
23315
23316         * sys/oss/gstosssink.c:
23317         * sys/oss/gstosssrc.c:
23318           advertise correct template caps - we indeed do non-native endianness
23319           and 8bit audio has no endianness
23320         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23322           avoid (wrong) duplications in getcaps function and return
23323           template caps
23324
23325 2004-06-29  Wim Taymans  <wim@fluendo.com>
23326
23327         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23328         (gst_multifdsink_class_init), (gst_multifdsink_add),
23329         (gst_multifdsink_remove), (gst_multifdsink_clear),
23330         (gst_multifdsink_client_remove),
23331         (gst_multifdsink_handle_client_read),
23332         (gst_multifdsink_client_queue_data),
23333         (gst_multifdsink_client_queue_caps),
23334         (gst_multifdsink_client_queue_buffer),
23335         (gst_multifdsink_handle_client_write),
23336         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23337         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23338         (gst_multifdsink_init_send), (gst_multifdsink_close):
23339         Fix wrong GList iteration that could crash the server when
23340         more then 2 clients disconnect at the same time. Read all the
23341         pending commands in one batch to recover from command storms under
23342         very heavy load.
23343
23344 2004-06-28  Wim Taymans  <wim@fluendo.com>
23345
23346         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23347         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23348         (gst_videomixer_pad_set_property),
23349         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23350         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23351         (gst_videomixer_class_init), (gst_videomixer_init),
23352         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23353         (pad_zorder_compare), (gst_videomixer_sort_pads),
23354         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23355         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23356         (gst_videomixer_update_queues), (gst_videomixer_loop),
23357         (plugin_init):
23358         Avoid divide by zero, choose masterpad as the pad with the highest
23359         framerate.
23360
23361 2004-06-27  Julien Moutte  <julien@moutte.net>
23362
23363         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23364         (gst_ximagesink_xwindow_new):
23365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23366         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23367         function directly. We might want to call it from somewhere else one day.
23368
23369 2004-06-27  Julien Moutte  <julien@moutte.net>
23370
23371         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23372         (gst_ximagesink_xwindow_new):
23373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23374         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23375         window decorations.
23376
23377 2004-06-27  Wim Taymans  <wim@fluendo.com>
23378
23379         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23380         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23381         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23382         (gst_dvdec_set_property), (gst_dvdec_get_property):
23383         * ext/dv/gstdvdec.h:
23384         Implement drop_factor property to lower the framerate with
23385         a factor.
23386
23387 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23388
23389         * gst-libs/gst/colorbalance/Makefile.am:
23390         * gst-libs/gst/mixer/Makefile.am:
23391         * gst-libs/gst/play/Makefile.am:
23392         * gst-libs/gst/tuner/Makefile.am:
23393           unbreak Company's fix that didn't install the -enum.h files
23394
23395 2004-06-27  Wim Taymans  <wim@fluendo.com>
23396
23397         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23398         (gst_dvdec_change_state):
23399         * ext/dv/gstdvdec.h:
23400         Fix timestamp, duration and offset of the buffers.
23401
23402 2004-06-27  Wim Taymans  <wim@fluendo.com>
23403
23404         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23405         (gst_multifdsink_class_init), (gst_multifdsink_add),
23406         (gst_multifdsink_remove), (gst_multifdsink_clear),
23407         (gst_multifdsink_client_remove),
23408         (gst_multifdsink_handle_client_read),
23409         (gst_multifdsink_client_queue_data),
23410         (gst_multifdsink_client_queue_caps),
23411         (gst_multifdsink_client_queue_buffer),
23412         (gst_multifdsink_handle_client_write),
23413         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23414         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23415         (gst_multifdsink_init_send), (gst_multifdsink_close):
23416         * gst/tcp/gstmultifdsink.h:
23417         * gst/tcp/gsttcpserversink.c:
23418         (gst_tcpserversink_handle_server_read),
23419         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23420         More multifdsink fixes, more recovery policy fixes.
23421         Removed stupid g_print
23422
23423 2004-06-26  Wim Taymans  <wim@fluendo.com>
23424
23425         * gst/tcp/Makefile.am:
23426         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23427         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23428         (gst_multifdsink_class_init), (gst_multifdsink_init),
23429         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23430         (gst_multifdsink_handle_client_read),
23431         (gst_multifdsink_client_queue_data),
23432         (gst_multifdsink_client_queue_caps),
23433         (gst_multifdsink_client_queue_buffer),
23434         (gst_multifdsink_handle_client_write),
23435         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23436         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23437         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23438         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23439         (gst_multifdsink_close), (gst_multifdsink_change_state):
23440         * gst/tcp/gstmultifdsink.h:
23441         * gst/tcp/gsttcpplugin.c: (plugin_init):
23442         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23443         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23444         (gst_tcpserversink_handle_server_read),
23445         (gst_tcpserversink_handle_select),
23446         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23447         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23448         * gst/tcp/gsttcpserversink.h:
23449         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23450         one of the locks, added recovery policy to multifdsink.
23451
23452 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23453
23454         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23455           fix decision for when getting frames with same timestamp
23456         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23457         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23458         (gst_v4lsrc_get_property):
23459         * sys/v4l/gstv4lsrc.h:
23460           add latency offset property
23461
23462 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23463
23464         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23465         (plugin_init):
23466           fix debugging. add category.
23467
23468 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23469
23470         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23471           fix wrong offsets
23472
23473 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23474
23475         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23476         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23477         (gst_alsa_src_change_state):
23478           return a time that is in sync with the element's processing
23479
23480 2004-06-25  Wim Taymans  <wim@fluendo.com>
23481
23482         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23483         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23484         (gst_tcpserversink_client_remove),
23485         (gst_tcpserversink_handle_client_read),
23486         (gst_tcpserversink_client_queue_data),
23487         (gst_tcpserversink_client_queue_caps),
23488         (gst_tcpserversink_client_queue_buffer),
23489         (gst_tcpserversink_handle_client_write),
23490         (gst_tcpserversink_queue_buffer),
23491         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23492         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23493         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23494         (gst_tcpserversink_close):
23495         * gst/tcp/gsttcpserversink.h:
23496         Serversink rewrite. Really do non blocking writes to clients and
23497         maintain an internal queue to handle slower clients while not
23498         disturbing fast clients.
23499
23500 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23501
23502         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23503           better debug, don't override OFFSET and OFFSET_END
23504
23505 2004-06-25  Iain <iain@prettypeople.org>
23506
23507         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23508         name=source for the wavparse pipeline.
23509
23510 2004-06-24  Johan Dahlin  <johan@gnome.org>
23511
23512         * ext/theora/theoraenc.c (theora_enc_chain): Call
23513         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23514         streamheader caps are set correctly.
23515
23516 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23517
23518         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23519         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23520           respect minimum bitrate; same could be done for max bitrate
23521
23522 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23523
23524         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23525         (gst_vorbisenc_setup):
23526           fix sample rate range
23527
23528 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23529
23530         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23531         (gst_oggvorbisenc_setup):
23532         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23533         (gst_vorbisenc_setup):
23534           resolve ambiguities in code and description
23535
23536 2004-06-24  Wim Taymans  <wim@fluendo.com>
23537
23538         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23539         * ext/alsa/gstalsa.h:
23540         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23541         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23542         Use alsa trigger_tstamp to get the timestamp of the first
23543         sample in the buffer for more precise sync. Some cleanups.
23544
23545 2004-06-24  Wim Taymans  <wim@fluendo.com>
23546
23547         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23548         (gst_audiorate_init), (gst_audiorate_chain),
23549         (gst_audiorate_set_property), (gst_audiorate_get_property):
23550         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23551         (gst_videorate_chain):
23552         Added some logging, fixed an overflow bug in videorate.
23553
23554 2004-06-24  Benjamin Otte  <otte@gnome.org>
23555
23556         * ext/kio/Makefile.am:
23557           fix for builddir != srcdir and distcheck
23558
23559 2004-06-24  Benjamin Otte  <otte@gnome.org>
23560
23561         * gst-libs/gst/colorbalance/Makefile.am:
23562         * gst-libs/gst/mixer/Makefile.am:
23563         * gst-libs/gst/play/Makefile.am:
23564         * gst-libs/gst/tuner/Makefile.am:
23565         * gst/tcp/Makefile.am:
23566         * sys/dxr3/Makefile.am:
23567           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23568           tarball.
23569           Also add all *.list files that were missing.
23570         * Makefile.am:
23571           add a distcheck hook to ensure the above doesn't happen again.
23572
23573 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23574
23575         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23576
23577 2004-06-23  Colin Walters  <walters@redhat.com>
23578
23579         * m4/Makefile.am: Distribute gst-fionread.m4.
23580
23581 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23582
23583         * configure.ac: back to dev
23584
23585 2004-06-23  Wim Taymans  <wim@fluendo.com>
23586
23587         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23588         (gst_alsa_xrun_recovery):
23589         * ext/alsa/gstalsa.h:
23590         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23591         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23592         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23593         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23594         (gst_alsa_src_loop):
23595         Add clock to alsasrc. Take new capture timestamp when
23596         restarting after an overrun. Split up some functions between
23597         alsasrc and alsasink.
23598
23599 === release 0.8.2 ===
23600
23601 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23602
23603         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23604         (gst_alsa_change_state), (gst_alsa_update_avail),
23605         (gst_alsa_xrun_recovery):
23606         * ext/alsa/gstalsa.h:
23607         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23608           merge back changes from release
23609
23610 2004-06-23  Wim Taymans  <wim@fluendo.com>
23611
23612         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23613         (gst_audiorate_init), (gst_audiorate_chain),
23614         (gst_audiorate_set_property), (gst_audiorate_get_property):
23615         Implement sample dropping and notify
23616
23617 2004-06-22  Wim Taymans  <wim@fluendo.com>
23618
23619         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23620         (theora_enc_sink_link), (theora_buffer_from_packet),
23621         (theora_push_packet), (theora_enc_chain):
23622         Some cleanups, make sure the timestamps are correct.
23623
23624 2004-06-22  Wim Taymans  <wim@fluendo.com>
23625
23626         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23627         (gst_alsa_change_state), (gst_alsa_update_avail),
23628         (gst_alsa_xrun_recovery):
23629         * ext/alsa/gstalsa.h:
23630         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23631         Cleanups, take queued samples into account when reporting
23632         the time.
23633
23634 2004-06-22  Wim Taymans  <wim@fluendo.com>
23635
23636         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23637         (gst_videorate_init):
23638         Initialize the property as well.
23639
23640 2004-06-22  Wim Taymans  <wim@fluendo.com>
23641
23642         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23643         (gst_videorate_init), (gst_videorate_chain),
23644         (gst_videorate_set_property), (gst_videorate_get_property):
23645         Add property to make videorate silent.
23646         Add property to prefer new frames over old ones.
23647
23648 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23649
23650         * sys/osxvideo/Makefile.am:
23651         Workaround so that the osxvideo .so file gets linked with the
23652         Cocoa, OpenGL and QuickTime frameworks
23653
23654 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23655
23656         * sys/osxaudio/Makefile.am:
23657         Workaround so that the osxaudio .so file gets linked with the
23658         CoreAudio framework
23659
23660 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23661
23662         * configure.ac:
23663         Whoops, my fault...fixed build issues
23664
23665 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23666
23667         * configure.ac:
23668         Add objective-c support if running in Darwin/Mac OS X
23669         * sys/Makefile.am:
23670         * sys/osxvideo:
23671         * sys/osxvideo/Makefile.am:
23672         * sys/osxvideo/osxvideosink.h:
23673         * sys/osxvideo/osxvideosink.m:
23674         * sys/osxvideo/cocoawindow.h:
23675         * sys/osxvideo/cocoawindow.m:
23676         Add osxvideosink, a cocoa-based osx video sink
23677
23678
23679 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23680         * ext/dvdnav/gst-dvd:
23681         Grab the gconf key from the right spot
23682         * gst/debug/gstnavseek.c: (gst_navseek_init),
23683         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23684         (gst_navseek_chain):
23685         * gst/debug/gstnavseek.h:
23686           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23687           and loop parameters of a segment seek.
23688         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23689         (gst_videotestsrc_get_event_masks),
23690         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23691         * gst/videotestsrc/gstvideotestsrc.h:
23692           Add seeking support to videotestsrc
23693           Initialise the timestamp_offset variable.
23694
23695 2004-06-18  Wim Taymans  <wim@fluendo.com>
23696
23697         * ext/sidplay/gstsiddec.cc:
23698         Fix negotiation and set correct end offset.
23699
23700 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23701
23702         * configure.ac: branch and prerelease
23703
23704 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23705
23706         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23707         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23708         (gst_tcpclientsrc_init_receive):
23709         * gst/tcp/gsttcpclientsrc.h:
23710           read caps when connecting to server for GDP so we set them correctly
23711
23712 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23713
23714         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23715           notify drops and duplicates
23716         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23717           no good reason to limit ourselves to 100x100
23718
23719 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23720
23721         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23722         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23723         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23724         (gst_v4lsrc_get_property):
23725         * sys/v4l/gstv4lsrc.h:
23726         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23727         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23728         (gst_v4l_set_audio):
23729         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23730         (gst_v4lsrc_try_capture):
23731         * sys/v4l/v4lsrc_calls.h:
23732           change try_palette to more general try_capture
23733           add autoprobe option so we can turn off autoprobing
23734           various fixes
23735
23736 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23737
23738         * configure.ac:
23739           add videorate
23740         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23741         (gst_ximagesink_class_init):
23742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23743         (gst_xvimagesink_class_init):
23744           run them as finalize, not dispose, since dispose can be invoked
23745           multiple times
23746
23747 2004-06-17  Wim Taymans  <wim@fluendo.com>
23748
23749         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23750         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23751         * ext/alsa/gstalsa.h:
23752         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23753         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23754         (gst_alsa_src_change_state):
23755         * ext/alsa/gstalsasrc.h:
23756         Make the xrun code timestamp and offset the buffers correctly.
23757         moved the clock to the base class, use alsa methods to get time.
23758         Do correct timestamping on outgoing buffers.
23759
23760 2004-06-17  Wim Taymans  <wim@fluendo.com>
23761
23762         * gst/audiorate/Makefile.am:
23763         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
23764         (gst_audiorate_base_init), (gst_audiorate_class_init),
23765         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
23766         (gst_audiorate_set_property), (gst_audiorate_get_property),
23767         (gst_audiorate_change_state), (plugin_init):
23768         Added an audiorate converter that fills in gaps.
23769
23770 2004-06-17  Johan Dahlin  <johan@gnome.org>
23771
23772         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
23773
23774 2004-06-16  Wim Taymans  <wim@fluendo.com>
23775
23776         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
23777         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23778         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23779         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23780         (gst_v4lsrc_get_property):
23781         * sys/v4l/gstv4lsrc.h:
23782         Added a copy mode to v4lsrc where it will output a copied version
23783         of its internal hardware buffer.
23784         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
23785         can't | them.
23786
23787 2004-06-16  Wim Taymans  <wim@fluendo.com>
23788
23789         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23790         Timestamp fixes.
23791
23792 2004-06-16  Wim Taymans  <wim@fluendo.com>
23793
23794         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23795         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23796         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23797         (gst_v4lsrc_get_property):
23798         * sys/v4l/gstv4lsrc.h:
23799         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23800         Added a sync mode enum property to control v4lsrc timestamp method
23801         Removed the use-fixed-fps property and moved functionality in
23802         the enum.
23803         Don't error on an error value from v4l-conf, it might not always
23804         be a real error.
23805
23806 2004-06-16  Wim Taymans  <wim@fluendo.com>
23807
23808         * gst/videorate/Makefile.am:
23809         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
23810         (gst_videorate_base_init), (gst_videorate_class_init),
23811         (gst_videorate_getcaps), (gst_videorate_link),
23812         (gst_videorate_init), (gst_videorate_chain),
23813         (gst_videorate_set_property), (gst_videorate_get_property),
23814         (gst_videorate_change_state), (plugin_init):
23815         Added a video timestamp corrector.
23816
23817 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23818
23819         fixed a potential leak with previous commit
23820
23821         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23822
23823 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23824
23825         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23826         Added missing refcount, fixes bug #144425
23827         Cheers Tim for finding the bug
23828
23829 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23830
23831         * sys/v4l/gstv4l.c: (plugin_init):
23832         * sys/v4l/gstv4lcolorbalance.c:
23833         * sys/v4l/gstv4lcolorbalance.h:
23834         * sys/v4l/gstv4lelement.c:
23835         * sys/v4l/gstv4lelement.h:
23836         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23837         * sys/v4l/gstv4lmjpegsink.h:
23838         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23839         * sys/v4l/gstv4lmjpegsrc.h:
23840         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23841         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23842         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23843         * sys/v4l/gstv4lsrc.h:
23844         * sys/v4l/gstv4ltuner.c:
23845         * sys/v4l/gstv4ltuner.h:
23846         * sys/v4l/gstv4lxoverlay.c:
23847         * sys/v4l/gstv4lxoverlay.h:
23848         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23849         (gst_v4l_set_window), (gst_v4l_enable_overlay):
23850         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23851         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23852         (gst_v4l_set_audio):
23853         * sys/v4l/v4l_calls.h:
23854         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23855         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
23856         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
23857         (gst_v4lmjpegsink_playback_init),
23858         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
23859         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
23860         (gst_v4lmjpegsink_playback_stop),
23861         (gst_v4lmjpegsink_playback_deinit):
23862         * sys/v4l/v4lmjpegsink_calls.h:
23863         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23864         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
23865         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23866         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
23867         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
23868         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
23869         * sys/v4l/v4lmjpegsrc_calls.h:
23870         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23871         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
23872         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
23873         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
23874         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
23875         (gst_v4lsrc_try_palette):
23876         * sys/v4l/v4lsrc_calls.h:
23877           bunch of paranoia cleanups
23878
23879 2004-06-14  David Schleef  <ds@schleef.org>
23880
23881         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
23882         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
23883         Send discont events and change timestamps appropriately when
23884         we get a seek event.  (bug #144240)
23885         * ext/cdparanoia/gstcdparanoia.h:
23886
23887 2004-06-14  Benjamin Otte  <otte@gnome.org>
23888
23889         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
23890           snd_pcm_hw_params_set_rate  since the latter fails for no good
23891           reason on some setups.
23892
23893 2004-06-14  David Schleef  <ds@schleef.org>
23894
23895         * gst/volume/demo.c: (value_changed_callback): exp10() is not
23896         standard.  Thank you for playing.
23897
23898 2004-06-14  Wim Taymans  <wim@fluendo.com>
23899
23900         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
23901         Patch 1.3 broke the ordering of the colorspace info and
23902         made the plugin basically work by coincidence, reordered
23903         the info.
23904
23905 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23906
23907         * ext/lame/gstlame.c:
23908         * ext/mad/gstmad.c:
23909           sync caps.  Make sure mad can only output a list of rates, not
23910           a full range.  In the future, have three caps lists for each of the
23911           mpeg versions.  Change mpegversion to a double as well.
23912
23913 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23914
23915         * gst/volume/.cvsignore:
23916         * gst/volume/Makefile.am:
23917         * gst/volume/demo.c: (value_changed_callback), (idler),
23918         (setup_gui), (main):
23919           added small demo app
23920
23921 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
23922         * ext/esd/esdsink.c: (gst_esdsink_change_state):
23923         * ext/esd/esdsink.h:
23924         Close the esd connection on pause, because esd will just wait -
23925         blocking all other esd clients indefinitely.
23926
23927 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
23928
23929         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
23930           previous commit with GST_DEBUG
23931
23932 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23933
23934         * configure.ac:
23935           add a header check for a dvdread header in dvdnav.  Fixes #133002
23936
23937 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23938
23939         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
23940         * gst/tcp/gsttcpclientsink.h:
23941         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
23942         * gst/tcp/gsttcpclientsrc.h:
23943         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
23944         (gst_tcpserversink_handle_server_read),
23945         (gst_tcpserversink_init_send):
23946         * gst/tcp/gsttcpserversink.h:
23947         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
23948         * gst/tcp/gsttcpserversrc.h:
23949         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
23950         version of IP)
23951
23952 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23953
23954         * configure.ac:
23955         Added ogg library so that OSX detects libtheora properly
23956
23957 2004-06-11  Wim Taymans  <wim@fluendo.com>
23958
23959         * ext/theora/theoradec.c: (theora_dec_chain),
23960         (theora_dec_change_state):
23961         Don't try to decode frames before we received a keyframe.
23962
23963 2004-06-11  Wim Taymans  <wim@fluendo.com>
23964
23965         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23966         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23967         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23968         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23969         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23970         Added property to set the maximum delay of a page.
23971
23972 2004-06-10  Wim Taymans  <wim@fluendo.com>
23973
23974         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23975         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23976         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23977         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23978         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23979         Added max-delay property to control the maximum amount
23980         of data to put in one page.
23981
23982 2004-06-10  Wim Taymans  <wim@fluendo.com>
23983
23984         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23985         (gst_theora_enc_init), (theora_enc_sink_link),
23986         (theora_buffer_from_packet), (theora_enc_set_property),
23987         (theora_enc_get_property):
23988         Set duration on encoded buffer, added some more properties
23989
23990 2004-06-10  Wim Taymans  <wim@fluendo.com>
23991
23992         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23993         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23994         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23995         * ext/theora/theoraenc.c: (theora_enc_chain):
23996         Fix refcounting bugs
23997
23998 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23999
24000         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24001         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24002         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24003         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24004         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24005         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24006         (gst_asf_demux_change_state):
24007         * gst/asfdemux/gstasfdemux.h:
24008           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24009           feels like. I think we should set a new requirement for demuxers
24010           from now on to implement sane loop functions, data loops, query
24011           and seek functions before first commit into CVS. And this commit
24012           fixes all of the above.
24013
24014 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24015
24016         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24017           vorbis comments are properly encoded in UTF-8 before adding them
24018           to a GstTagList
24019
24020 2004-06-09  Benjamin Otte  <otte@gnome.org>
24021
24022         * ext/alsa/gstalsa.c: (add_channels):
24023           handle min <= max correctly
24024         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24025         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24026           add fixation functions so we fixate correctly. No preferring of alaw
24027           anymore because it's the first structure.
24028         * ext/alsa/gstalsa.h:
24029         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24030         (gst_alsa_hw_params_dump):
24031           add functions to ease debugging in alsalib
24032         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24033         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24034         (gst_alsa_start_audio):
24035           only specify hw params if we really setup a format (fixes #134007 -
24036           or at least works around it)
24037
24038 2004-06-09  Wim Taymans  <wim@fluendo.com>
24039
24040         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24041         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24042         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24043         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24044         (gst_ogg_mux_loop):
24045         Use stream caps to setup the initial pages in the ogg stream.
24046         Correctly set the streamheader caps on the srcpad.
24047
24048 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24049
24050         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24051         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24052         (gst_v4lsrc_getcaps):
24053         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24054         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24055           add querying of fps lists for webcams.  Negotiating to a framerate
24056           now works.
24057
24058 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24059
24060         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24061         (theora_push_buffer), (theora_push_packet),
24062         (theora_set_header_on_caps), (theora_enc_chain):
24063           mark buffers and put on streamheader, raw theora streaming
24064           now works too, whee
24065
24066 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24067
24068         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24069         (gst_tcp_gdp_read_caps):
24070           do a looping read for caps and GDP headers too
24071
24072 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24073
24074         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24075         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24076           return EOS instead of NULL in _get
24077
24078 2004-06-08  Wim Taymans  <wim@fluendo.com>
24079
24080         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24081         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24082         (gst_tcp_gdp_write_caps):
24083         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24084         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24085         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24086         Memory leak fixes
24087
24088 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24089
24090         * ext/vorbis/Makefile.am:
24091         * ext/vorbis/vorbis.c: (plugin_init):
24092         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24093         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24094         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24095         (vorbis_parse_change_state):
24096         * ext/vorbis/vorbisparse.h:
24097           adding a vorbisparse element that marks the buffers, streaming
24098           raw vorbis using GDP now works, whee
24099
24100 2004-06-08  Wim Taymans  <wim@fluendo.com>
24101
24102         * ext/jpeg/Makefile.am:
24103         * ext/jpeg/README:
24104         * ext/jpeg/gstjpeg.c: (plugin_init):
24105         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24106         (gst_smokedec_base_init), (gst_smokedec_class_init),
24107         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24108         * ext/jpeg/gstsmokedec.h:
24109         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24110         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24111         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24112         (gst_smokeenc_resync), (gst_smokeenc_chain),
24113         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24114         * ext/jpeg/gstsmokeenc.h:
24115         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24116         (smokecodec_flush_destination), (smokecodec_term_destination),
24117         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24118         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24119         (smokecodec_term_source), (smokecodec_encode_new),
24120         (smokecodec_decode_new), (smokecodec_info_free),
24121         (smokecodec_set_quality), (smokecodec_get_quality),
24122         (smokecodec_set_threshold), (smokecodec_get_threshold),
24123         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24124         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24125         (smokecodec_parse_header), (smokecodec_decode):
24126         * ext/jpeg/smokecodec.h:
24127         Added a new simple jpeg based codec
24128
24129 2004-06-08  Wim Taymans  <wim@fluendo.com>
24130
24131         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24132         (gst_multipart_mux_loop):
24133         Fix memory leak
24134
24135 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24136
24137         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24138         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24139         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24140         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24141         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24142         * gst/tcp/gsttcpserversink.h:
24143           take streamheader into account
24144
24145 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24146
24147         * gst/level/Makefile.am:
24148         * gst/level/gstlevel.c: (gst_level_class_init):
24149           clean up marshal generation
24150
24151 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24152
24153         * gst/tcp/Makefile.am:
24154         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24155         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24156         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24157         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24158         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24159         (gst_tcpclientsrc_get_property):
24160         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24161         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24162         (gst_tcpserversink_handle_client_read),
24163         (gst_tcpserversink_handle_client_write),
24164         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24165         * gst/tcp/gsttcpserversink.h:
24166           add signals client-added and client-removed
24167         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24168         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24169         (gst_tcpserversrc_get_property):
24170         uniformized, change default protocol to NONE
24171         * gst/tcp/gsttcp-marshal.list: added
24172 2004-06-07  Benjamin Otte  <otte@gnome.org>
24173
24174         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24175           handle discont events if they happen before caps nego
24176
24177 2004-06-07  Wim Taymans  <wim@fluendo.com>
24178
24179         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24180         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24181         (gst_multipart_demux_plugin_init):
24182         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24183         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24184         (gst_multipart_mux_change_state):
24185         Small updates, fix a memleak
24186
24187 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24188
24189         * configure.ac: OSS portability
24190         * ext/arts/gst_arts.c: idem
24191         * sys/oss/gstosselement.c: idem
24192         * sys/oss/gstossmixer.c: idem
24193         * sys/oss/gstosssink.c: idem
24194         * sys/oss/gstosssrc.c: idem
24195         * sys/oss/oss_probe.c: idem
24196           - check for soundcard.h in different places for some BSD
24197
24198 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24199
24200         * AUTHORS:
24201         Add me to the authors file
24202         * configure.ac:
24203         Increase the libdv requirement to >= version 0.100
24204         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24205         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24206         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24207         * ext/dv/gstdvdec.h:
24208         Add support for the new_media flag when sending DISCONT events
24209         Make the querying work when video pad is not linked
24210
24211 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24212
24213         reviewed by Benjamin Otte  <otte@gnome.org>
24214
24215         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24216           create a NULL-initialized array of pads, so we don't think they
24217           exist already. (fixes #143130)
24218
24219 2004-06-07  Benjamin Otte  <otte@gnome.org>
24220
24221         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24222         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24223         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24224           don't use // coments
24225
24226 2004-06-07  Benjamin Otte  <otte@gnome.org>
24227
24228         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24229           cast to GstClockTime to get higher granularity
24230         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24231           use gst_element_set_time_delay to get the exact time
24232         * ext/mad/gstmad.c: (gst_mad_chain):
24233           use the negotiated rate instead of the current frame's rate which
24234           might be wrong because of bit errors. This avoids emitting totally
24235           bogus timestamps and screwing sync.
24236         (fixes #143454)
24237
24238 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24239
24240         reviewed by Benjamin Otte  <otte@gnome.org>
24241
24242         * gst/adder/gstadder.c: (gst_adder_loop):
24243           properly error out when no negotiation has happened yet. (fixes
24244           #143032)
24245
24246 2004-06-06  Benjamin Otte  <otte@gnome.org>
24247
24248         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24249           forward correctly transformed offset in discont events. Based on
24250           patch by Arwed v. Merkatz. (fixes #142851)
24251
24252 2004-06-06  David Schleef  <ds@schleef.org>
24253
24254         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24255         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24256         problems on several systems.
24257
24258 2004-06-06  Benjamin Otte  <otte@gnome.org>
24259
24260         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24261           use explicit caps on the srcpad
24262         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24263           properly error out if caps couldn't be set (fixes #142764)
24264
24265 2004-06-06  Benjamin Otte  <otte@gnome.org>
24266
24267         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24268         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24269         (gst_alsa_start_audio):
24270           - don't call set_periods_integer anymore, it breaks the
24271           configuration randomly
24272           - call snd_pcm_hw_params_set_access directly instead of using masks
24273           - don't fail if the sw_params can't be set, just use the default
24274           params and hope it works. Alsalib has weird issues when you touch
24275           sw_params and does no proper error reporting about what failed.
24276         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24277         (gst_alsa_close_audio):
24278           make our alsa debugging go via gst debugging and not conditionally
24279           defined
24280         * ext/alsa/gstalsa.h:
24281           add ALSA_DEBUG_FLUSH macro
24282         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24283         (plugin_init):
24284           wrap alsa errors to be printed via the gst debugging system and not
24285           spammed to stderr
24286
24287 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24288
24289         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24290         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24291         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24292         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24293         (qtdemux_parse_trak):
24294         * gst/qtdemux/qtdemux.h:
24295           Bitch. Also known as seeking, querying & co.
24296         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24297         (gst_osssink_change_state):
24298         * sys/oss/gstosssink.h:
24299           Resyncing is for weenies, this hack is no longer needed and was
24300           broken anyway (since it - unintendedly - always leaves resync to
24301           TRUE).
24302
24303 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24304
24305         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24306         * gst/tcp/gsttcpclientsrc.h: idem
24307           - define MSG_NOSIGNAL if not done
24308           - include unistd.h for off_t
24309           (fixes #143749)
24310
24311 2004-06-05  Benjamin Otte  <otte@gnome.org>
24312
24313         * configure.ac:
24314         * ext/kio/Makefile.am:
24315           check for qt's moc preprocessor explicitly and use it
24316
24317 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24318
24319         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24320           don't get a signal for EPIPE on socket writes
24321           (somebody check if this works on other platforms)
24322
24323 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24324
24325         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24326         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24327           check error condition on available samples correctly
24328
24329 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24330
24331         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24332           avoid a segfault
24333         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24334         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24335         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24336         (gst_tcpserversrc_gdp_read_header):
24337          use ssize_t over size_t since the former is signed and thus the
24338          check for error codes can work
24339
24340 2004-06-02  Wim Taymans  <wim@fluendo.com>
24341
24342         reviewed by: Johan
24343
24344         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24345         (gst_multipart_mux_loop):
24346         Oops
24347
24348 2004-06-02  Wim Taymans  <wim@fluendo.com>
24349
24350         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24351         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24352         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24353         (gst_multipart_mux_change_state):
24354         Added configurable boundary specifier, added the value as a
24355         caps field as well.
24356
24357 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24358
24359         * gst/tcp/gsttcp.c:
24360         * gst/tcp/gsttcpclientsrc.c:
24361         * gst/tcp/gsttcpclientsrc.h:
24362         * gst/tcp/gsttcpserversrc.c:
24363           - portability fix, to compile on OSX
24364             (fixes #143146)
24365
24366         * sys/osxaudio/gstosxaudioelement.c:
24367         * sys/osxaudio/gstosxaudiosink.c:
24368         * sys/osxaudio/gstosxaudiosrc.c:
24369           - compilation warnings on OSX
24370             (fixes #143153)
24371
24372 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24373
24374         * ext/vorbis/vorbisdec.c : sign warning fixes
24375
24376         * gst-libs/gst/mixer/mixertrack.c :
24377           do no use defines which are glib 2.4 specific
24378
24379 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24380
24381         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24382           buffer since libflac doesn't expect it (reports a sync error when
24383           it encounters that)
24384
24385
24386 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24387
24388         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24389         * gst-libs/gst/mixer/mixertrack.c:
24390         (gst_mixer_track_get_property), (get_mixer_track_init),
24391         (get_mixer_track_get_property): Added property accessors
24392         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24393         * gst-libs/gst/mixer/mixeroptions.c:
24394         (gst_mixer_options_get_values): Added
24395         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24396         * gst-libs/gst/mixer/mixer.c: Fixed comment
24397
24398
24399 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24400
24401         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24402           improve error messages on open
24403
24404
24405 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24406
24407         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24408           check if v4l-conf is in path
24409
24410 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24411
24412         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24413           change assert to a more readable error message
24414
24415 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24416
24417         * gst-libs/gst/tuner/tunerchannel.h:
24418           - add a freq_multiplicator field to make the conversion
24419             between internal frequency unit and Hz
24420         * sys/v4l/gstv4lelement.c:
24421         * sys/v4l2/gstv4l2element.c:
24422           - change default video device to /dev/video0
24423         * sys/v4l/v4l_calls.c:
24424         * sys/v4l2/v4l2_calls.c:
24425           - we only expose frequency to the user in Hz instead of
24426             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24427
24428 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24429         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24430           Initialise b_o_s and e_o_s variables
24431         * gst-libs/gst/riff/riff-media.c:
24432         (gst_riff_create_video_caps_with_data):
24433           Add some unusual fourcc's from mplayer avi's
24434         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24435           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24436           autoplugging.
24437
24438 2004-05-28  Wim Taymans  <wim@fluendo.com>
24439
24440         * configure.ac:
24441         * gst/alpha/Makefile.am:
24442         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24443         (gst_alpha_get_type), (gst_alpha_base_init),
24444         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24445         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24446         (gst_alpha_chroma_key), (gst_alpha_chain),
24447         (gst_alpha_change_state), (plugin_init):
24448         A plugin to add an alpha channel to I420 video. Can optionally do
24449         chroma keying.
24450         * gst/multipart/Makefile.am:
24451         * gst/multipart/multipart.c: (plugin_init):
24452         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24453         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24454         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24455         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24456         (gst_multipart_demux_change_state),
24457         (gst_multipart_demux_plugin_init):
24458         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24459         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24460         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24461         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24462         (gst_multipart_mux_pad_unlink),
24463         (gst_multipart_mux_request_new_pad),
24464         (gst_multipart_mux_handle_src_event),
24465         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24466         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24467         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24468         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24469         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24470         send multipart jpeg images to a browser.
24471         * gst/videobox/Makefile.am:
24472         * gst/videobox/README:
24473         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24474         (gst_video_box_get_type), (gst_video_box_base_init),
24475         (gst_video_box_class_init), (gst_video_box_init),
24476         (gst_video_box_set_property), (gst_video_box_get_property),
24477         (gst_video_box_sink_link), (gst_video_box_i420),
24478         (gst_video_box_ayuv), (gst_video_box_chain),
24479         (gst_video_box_change_state), (plugin_init):
24480         Crops or adds borders around an image. can do alpha channel
24481         borders as well.
24482         * gst/videomixer/Makefile.am:
24483         * gst/videomixer/README:
24484         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24485         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24486         (gst_videomixer_pad_get_sink_event_masks),
24487         (gst_videomixer_pad_get_property),
24488         (gst_videomixer_pad_set_property),
24489         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24490         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24491         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24492         (gst_videomixer_base_init), (gst_videomixer_class_init),
24493         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24494         (gst_videomixer_handle_src_event),
24495         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24496         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24497         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24498         (gst_videomixer_loop), (gst_videomixer_get_property),
24499         (gst_videomixer_set_property), (gst_videomixer_change_state),
24500         (plugin_init):
24501         Generic video mixer plugin, can handle multiple inputs all with
24502         different framerates and video sizes. Is fully alpha channel
24503         aware.
24504
24505 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24506
24507         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24508           Select first track as master track. Not sure how else to handle
24509           that...
24510         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24511           Discard discont events. Should fix #142962.
24512
24513 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24514
24515         * ext/alsa/Makefile.am:
24516         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24517         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24518         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24519         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24520         (gst_alsa_mixer_get_option):
24521         * ext/alsa/gstalsamixer.h:
24522         * ext/alsa/gstalsamixeroptions.c:
24523         (gst_alsa_mixer_options_get_type),
24524         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24525         (gst_alsa_mixer_options_new):
24526         * ext/alsa/gstalsamixeroptions.h:
24527         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24528         * ext/alsa/gstalsamixertrack.h:
24529           Add enumerations (as GstMixerOptions). Make correct distinction
24530           between input/output tracks. Add capture/playback private flag.
24531           Use flag to decide on whether to set capture or playback volumes
24532           or switches. Use playback and record switches.
24533         * gst-libs/gst/mixer/Makefile.am:
24534         * gst-libs/gst/mixer/mixer-marshal.list:
24535         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24536         (gst_mixer_set_option), (gst_mixer_get_option),
24537         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24538         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24539         * gst-libs/gst/mixer/mixer.h:
24540         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24541         (gst_mixer_options_class_init), (gst_mixer_options_init),
24542         (gst_mixer_options_dispose):
24543         * gst-libs/gst/mixer/mixeroptions.h:
24544           Add GstMixerOptions.
24545         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24546           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24547           broken device detection on computers with multiple OSS sound
24548           cards.
24549
24550 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24551
24552         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24553           fixate nicely even when the peer is not negotiating
24554
24555 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24556
24557         * gst/audioconvert/gstaudioconvert.c:
24558         (gst_audio_convert_parse_caps):
24559           make sure we don't allow depth > width
24560         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24561           fixate endianness to G_BYTE_ORDER as default
24562         * gst/audioscale/gstaudioscale.c:
24563           we don't handle another endianness as host-endianness
24564
24565 2004-05-25  David Schleef  <ds@schleef.org>
24566
24567         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24568
24569 2004-05-24  Benjamin Otte  <otte@gnome.org>
24570
24571         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24572         (gst_oggvorbisenc_setup):
24573           properly fail when we can't setup the vorbis encoder due to
24574           unsupported settings
24575         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24576         (gst_vorbisenc_setup):
24577           same
24578         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24579           fix case where warnings occured when one pad was unlinked while the
24580           other's link function was called
24581
24582 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24583
24584         * gst/tcp/Makefile.am:
24585           use GST_ENABLE_NEW
24586
24587 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24588
24589         * gst-libs/gst/resample/private.h:
24590           don't use optimizations that are #if 0'ed
24591
24592 2004-05-24  Wim Taymans  <wim@fluendo.com>
24593
24594         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24595         Fix potential division by zero error and hopefully get
24596         the position query right to get correct timestamps on avi
24597         audio.
24598
24599 2004-05-24  Wim Taymans  <wim@fluendo.com>
24600
24601         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24602         (gst_videoscale_scale_nearest_str2),
24603         (gst_videoscale_scale_nearest_str4),
24604         (gst_videoscale_scale_nearest_32bit),
24605         (gst_videoscale_scale_nearest_24bit),
24606         (gst_videoscale_scale_nearest_16bit):
24607         Fix the scaling algorithm and avoid a buffer overflow.
24608         removed the while loop in the scaling function as it
24609         was used for point sampling only.
24610
24611 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24612
24613         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24614         (gst_id3_tag_class_init), (gst_id3_tag_init),
24615         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24616         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24617         (gst_id3_tag_send_tag_event):
24618           lots of fixes to make id3mux work and id3demux work correctly
24619
24620 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24621
24622         * ext/Makefile.am:
24623           add rules to build shout2send (was removed by accident
24624           when this module was no more marked experimental/broken)
24625
24626 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24627
24628         * ext/shout2/gstshout2.c:
24629         * ext/shout2/gstshout2.h:
24630           adding a "connection problem" signal to shout2send
24631           (fixes #142954)
24632
24633 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24634
24635         * ext/kio/kioreceiver.cpp:
24636         * ext/kio/kioreceiver.h:
24637           fix sign comparison issues
24638
24639 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24640
24641         * gst/cdxaparse/gstcdxaparse.c:
24642         * gst/cdxaparse/gstcdxaparse.h:
24643           some renaming
24644           add some checks/sanity
24645           prepare for seek addition
24646
24647         * sys/sunaudio/gstsunaudio.c:
24648           remove exported dupe init function
24649
24650 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24651
24652         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24653         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24654           Fix format conversion and position querying.
24655         * gst/debug/progressreport.c: (gst_progressreport_report):
24656           Don't output a bogus total value that we didn't query.
24657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24658           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24659           only a blank window after xine has been used.
24660
24661 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24662
24663         * m4/as-arts.m4:
24664           sync with upstream version to fix test on FC2
24665           readd with -ko to preserve Id header
24666
24667 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24668
24669         * configure.ac:
24670           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24671         * gst/tcp/gsttcpclientsrc.c: idem
24672         * gst/tcp/gsttcpserversink.c: idem
24673         * gst/tcp/gsttcpserversrc.c: idem
24674         * m4/gst-fionread.m4: idem
24675
24676         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24677
24678         * configure.ac: enable speex plugin for speex 1.1.5+
24679         * ext/speex/gstspeexenc.c: fix cast warning
24680
24681         * ext/esd/README: fix typo
24682
24683 2004-05-20  David Schleef  <ds@schleef.org>
24684
24685         * configure.ac: Minor cosmetic change to convince the buildbot to
24686         reautogen.
24687         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24688         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24689         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24690         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24691         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24692         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24693         More hacking.  Plays audio now.
24694
24695 2004-05-20  David Schleef  <ds@schleef.org>
24696
24697         * configure.ac:
24698         * sys/Makefile.am:
24699
24700 2004-05-20  David Schleef  <ds@schleef.org>
24701
24702         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24703         * sys/osxaudio/gstosxaudio.c:
24704         * sys/osxaudio/gstosxaudioelement.c:
24705         * sys/osxaudio/gstosxaudioelement.h:
24706         * sys/osxaudio/gstosxaudiosink.c:
24707         * sys/osxaudio/gstosxaudiosink.h:
24708         * sys/osxaudio/gstosxaudiosrc.c:
24709         * sys/osxaudio/gstosxaudiosrc.h:
24710
24711 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24712
24713         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24714         (gst_vorbisenc_chain):
24715           put the codec headers on the caps as streamheader as well as
24716           pushing them out
24717
24718 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24719
24720         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24721         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24722         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24723         split up push_packet into two functions
24724
24725 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24726
24727         * gst/tcp/.cvsignore:
24728           ignore enums
24729         * gst/tcp/Makefile.am:
24730         * gst/tcp/README:
24731         * gst/tcp/gsttcp.c:
24732         * gst/tcp/gsttcp.h:
24733         * gst/tcp/gsttcpclientsink.c:
24734         * gst/tcp/gsttcpclientsink.h:
24735         * gst/tcp/gsttcpclientsrc.c:
24736         * gst/tcp/gsttcpclientsrc.h:
24737         * gst/tcp/gsttcpplugin.c:
24738         * gst/tcp/gsttcpserversink.c:
24739         * gst/tcp/gsttcpserversink.h:
24740         * gst/tcp/gsttcpserversrc.c:
24741         * gst/tcp/gsttcpserversrc.h:
24742           add new tcp elements
24743
24744 2004-05-19  Wim Taymans  <wim@fluendo.com>
24745
24746         * gst/law/mulaw-conversion.c: (mulaw_encode):
24747         Fix overflow bug in ulaw encoding.
24748
24749 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24750
24751         * ext/mad/gstmad.c: (gst_mad_handle_event):
24752           don't unref the event twice
24753
24754 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24755
24756         * configure.ac:
24757           remove -Wno-sign-compare
24758
24759 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24760
24761         * configure.ac:
24762           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
24763           if you want to work against glib 2.2 and 2.4
24764
24765 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24766
24767         * gst/tcp/Makefile.am:
24768         * gst/tcp/gsttcp.c:
24769         * gst/tcp/gsttcp.h:
24770         * gst/tcp/gsttcpsink.h:
24771         * gst/tcp/gsttcpsrc.h:
24772           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
24773
24774 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24775
24776         * gst/debug/tests.c: (md5_get_value):
24777           fix segfault on gst-inspect
24778
24779 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24780
24781         * gst/debug/testplugin.c:
24782         * gst/debug/tests.c:
24783         * gst/debug/tests.h:
24784           add new extensible and configurable testing element. Current tests
24785           include buffer count, stream length, timestamp/duration matching and
24786           md5.
24787         * gst/debug/Makefile.am:
24788         * gst/debug/gstdebug.c: (plugin_init):
24789           add infrastructure for new element
24790
24791 2004-05-19  Johan Dahlin  <johan@gnome.org>
24792
24793         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
24794         ending of the array. Fixes gst-inspect segfault on ppc.
24795
24796 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24797
24798         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
24799
24800         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
24801
24802 2004-05-18  David Schleef  <ds@schleef.org>
24803
24804         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
24805         warnings (bugs, actually) noticed by gcc but not forte.
24806
24807 2004-05-18  David Schleef  <ds@schleef.org>
24808
24809         * sys/sunaudio/Makefile.am:
24810         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
24811
24812 2004-05-18  David Schleef  <ds@schleef.org>
24813
24814         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24815         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
24816         to allow qtdemux to use non-seekable streams. (bug #142272)
24817
24818 2004-05-18  David Schleef  <ds@schleef.org>
24819
24820         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
24821         (gst_resample_sinc_ft_float): Remove use of static temporary
24822         buffer.  This code was obviously not supposed to last long, but
24823         it's stuck in our ABI, so it required a little hack to make it
24824         ABI-compatible.  Fixes #142585.
24825         * gst-libs/gst/resample/resample.h: same.
24826
24827 2004-05-18  David Schleef  <ds@schleef.org>
24828
24829         * configure.ac: Add sunaudio
24830         * examples/Makefile.am: make gstplay depend on gconf
24831         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
24832         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
24833         (convert_table_lookup), (img_convert): remove c99-isms
24834         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
24835           unsigned, to fix a warning on Solaris
24836         * gst/mpeg1sys/systems.c: bcopy->memcpy
24837         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
24838         * sys/Makefile.am: Add sunaudio
24839
24840 2004-05-18  Wim Taymans  <wim@fluendo.com>
24841
24842         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
24843         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
24844         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
24845         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
24846         (gst_ogg_mux_loop):
24847         Fix an ugly memleak where the muxer didn't flush enough ogg
24848         pages. This also resulted in badly muxed ogg files.
24849
24850 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24851
24852         * gst/asfdemux/asfheaders.c :
24853         * gst/asfdemux/asfheaders.h :
24854         * gst/asfdemux/gstasfdemux.c :
24855           - fix ASF_OBJ_PADDING guid
24856           - add 3 new object guids (language list, metadata,
24857             extended stream properties)
24858           - add a function to parse extended header objects
24859
24860 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24861
24862         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24863           remove leftover debugging g_print
24864
24865 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24866
24867         * ext/mad/gstmad.c: (gst_mad_handle_event):
24868           Fix for when the first format in a discont event is not a
24869           byte-based one. Should fix #137710.
24870
24871 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24872
24873         * m4/a52.m4 : fix compilation with -Wall -Werror
24874         * m4/libfame.m4 : idem
24875         * m4/libmikmod.m4 : idem
24876
24877 2004-05-17  Benjamin Otte  <otte@gnome.org>
24878
24879         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24880           signal the new tags before giving up the reference
24881
24882 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24883
24884         * ext/shout2/gstshout2.c:
24885           use application/ogg instead of application/x-ogg (patch by Patrick
24886           Guimond, fixes #142432)
24887         * sys/oss/gstosselement.c: (gst_osselement_reset),
24888         (gst_osselement_sync_parms):
24889           don't set fragment size unless specified (fixes #142493)
24890
24891 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24892
24893         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
24894           fixes #142664
24895
24896 2004-05-17  Benjamin Otte  <otte@gnome.org>
24897
24898         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24899           compute offsets correctly for internal buffers so timestamps are set
24900           correctly when we can't seek. Also handle cases where there are no
24901           offsets. (based on a patch by David Moore, fixes #142507)
24902
24903 2004-05-17  Benjamin Otte  <otte@gnome.org>
24904
24905         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24906           use correct variable when determining amount of data to skip so we
24907           don't skip into the void and segfault
24908
24909 2004-05-16  Benjamin Otte  <otte@gnome.org>
24910
24911         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24912           Hi, I'm a memleak
24913
24914 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24915
24916         * gst/asfdemux/gstasfdemux.c:
24917           - fix a mem leak and always propagate tags
24918           - add WMV3 to known video codecs (but no decoder yet)
24919           - replace "surplus data" at end of audio header for what
24920             it is : codec specific data
24921           - fix a typo
24922
24923 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
24924
24925         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24926
24927         * gst-libs/gst/audio/audioclock.c:
24928           Fix wrong return type (#142205).
24929
24930 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24931
24932         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
24933           Ignore CRCs by default (fixes #142566).
24934
24935 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24936
24937         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
24938         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
24939         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
24940         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
24941         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24942         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
24943           Fix for cases where we fail to attach to a mixer.
24944
24945 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24946
24947         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24948           Don't touch events after not owning them anymore.
24949         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
24950         (gst_wavparse_fmt), (gst_wavparse_other),
24951         (gst_wavparse_handle_seek), (gst_wavparse_loop),
24952         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
24953         (gst_wavparse_srcpad_event):
24954         * gst/wavparse/gstwavparse.h:
24955           Add seeking, fix querying.
24956
24957 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24958
24959         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24960           - process comments even if they don't end with \0\0
24961             g_convert would ignore them if present and works well without them
24962
24963 2004-05-16  Benjamin Otte  <otte@gnome.org>
24964
24965         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
24966           simplify caps
24967
24968 2004-05-16  Benjamin Otte  <otte@gnome.org>
24969
24970         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24971           don't write to memory we might not write to - g_convert does that
24972           for us anyway (fixes #142613)
24973         (gst_asf_demux_audio_caps):
24974           comment out gst_util_dump_mem
24975
24976 2004-05-16  Benjamin Otte  <otte@gnome.org>
24977
24978         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24979           compute correct expected timestamps after seek (broken since
24980           last commit)
24981         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
24982           rename element and debugging category to gdkpixbufscale
24983
24984 2004-05-16  Benjamin Otte  <otte@gnome.org>
24985
24986         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24987           add error checking to snd_pcm_delay and remove duplicate call to
24988           snd_pcm_delay that caused issues (see inline code comments)
24989         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24990           make more readable and fix return value when snd_pcm_delay fails
24991         (fixes #142586)
24992
24993 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
24994         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
24995         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
24996         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
24997         (gst_pixbufscale_link), (gst_pixbufscale_init),
24998         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
24999         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25000         (gst_pixbufscale_get_property), (pixbufscale_init):
25001         * ext/gdk_pixbuf/pixbufscale.h:
25002         Add these files I forgot earlier
25003
25004 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25005         * ext/gdk_pixbuf/Makefile.am:
25006         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25007         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25008         Add new pixbufscale element to scale RGB video
25009         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25010         and HYPER interpolation correctly.
25011         * ext/theora/theoraenc.c: (theora_enc_chain),
25012         Discard buffer and return if explicit caps could not be set
25013         (theora_enc_get_property):
25014         Make _get return kbps for the bitrate consistent with
25015         the _set function.
25016
25017
25018 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25019
25020         * ext/libvisual/visual.c: (gst_visual_chain):
25021           add missing visual_audio_analyze
25022
25023 2004-05-14  David Schleef  <ds@schleef.org>
25024
25025         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25026         is killed while we're playing.
25027         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25028         gst_element_no_more_pads().
25029
25030 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25031
25032         * gst-libs/gst/riff/riff-read.c :
25033           - fix INFO tag extraction in RIFF/AVI files
25034             because gst_event_unref (event) also freed taglist
25035           - avoid a mem leak
25036
25037 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25038
25039         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25040         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25041
25042         * gst/auparse/gstauparse.c :
25043           - add code (commented for now) to support audio/x-adpcm on src pad
25044             (we have no decoder for those layout yet)
25045
25046         * gst/cdxaparse/gstcdxaparse.c :
25047         * gst/cdxaparse/gstcdxaparse.h :
25048           - partial rewrite using RiffRead (ripped iain's wavparse code)
25049
25050         * gst/rtp/gstrtpL16enc.c : typo
25051         * gst/rtp/gstrtpgsmenc.c : typo
25052
25053 2004-05-13  Benjamin Otte  <otte@gnome.org>
25054
25055         * configure.ac:
25056           check for exact version of libvisual, it's not supposed to be
25057           API/ABI stable yet
25058
25059 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25060
25061         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25062           signal no-more-pads
25063
25064 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25065
25066         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25067         Report which format was used for GST_FORMAT_DEFAULT
25068         * gst/debug/Makefile.am:
25069         * gst/debug/gstdebug.c: (plugin_init):
25070         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25071         (gst_progressreport_class_init), (gst_progressreport_init),
25072         (gst_progressreport_report), (gst_progressreport_set_property),
25073         (gst_progressreport_get_property), (gst_progressreport_chain),
25074         (gst_progressreport_plugin_init):
25075         Add progressreport element for testing.
25076
25077 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25078
25079         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25080         * sys/v4l/gstv4lsrc.h:
25081         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25082         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25083         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25084         (gst_v4lsrc_grab_frame):
25085           add more debugging
25086           send a discont at start
25087
25088 2004-05-12  Colin Walters  <walters@redhat.com>
25089
25090         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25091         inflooping if we can't find a chunk.  Or in other words, don't blow
25092         chunks if we don't have a chunk to blow.
25093
25094 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25095         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25096         Remove old debug output
25097         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25098         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25099         (gst_dvdec_set_property), (gst_dvdec_get_property):
25100         Change the quality setting to an enum, so it works from gst-launch
25101         Don't renegotiate a non-linked pad. Allows audio only decoding.
25102         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25103         (gst_deinterlace_link), (gst_deinterlace_init):
25104         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25105         (gst_videodrop_link):
25106         Some caps negotiation fixes
25107
25108 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25109
25110         * ext/tarkin/gsttarkin.c :
25111           - Change RANK from NONE to PRIMARY
25112         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25113           - Change RANK from NONE to MARGINAL
25114         * ext/divx/gstdivxenc.c :
25115           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25116
25117 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25118
25119         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25120         (gst_vorbisenc_push_packet):
25121           copy a function that was added between 1.0 and 1.0.1 until we
25122           depend on worthwhile features of post-1.0
25123
25124 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25125
25126         * configure.ac:
25127           enable shout2 by default
25128         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25129         (gst_shout2send_base_init), (gst_shout2send_init),
25130         (gst_shout2send_connect), (gst_shout2send_change_state):
25131         * ext/shout2/gstshout2.h:
25132           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25133           #142262)
25134         * ext/theora/theora.c: (plugin_init):
25135           don't set rank on encoders
25136
25137 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25138
25139         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25140           Use codec_data property instead of flag1 and flag2 for wma
25141
25142 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25143
25144         * gst/cdxaparse/gstcdxaparse.c :
25145           - Add mpegversion to CAPS to make it link
25146           - Rank is as GST_RANK_SECONDARY instead of NONE
25147         * gst/auparse/gstauparse.c :
25148           - Document all audio encoding we can encounter from Solaris 9
25149             headers and libsndfile information.
25150           - Increase max. rate from 48000 to 192000 (to match other elements)
25151           - Don't try to play junk data between header and samples
25152
25153 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25154
25155         * ext/libvisual/visual.c: (gst_visual_getcaps):
25156           use the right caps depending on endianness (I hope)
25157         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25158           use GST_RANK_NONE for all non-decoding elements or spider gets
25159           mighty confused
25160
25161 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25162
25163         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25164           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25165
25166 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25167
25168         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25169         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25170         (gst_switch_loop), (gst_switch_get_type):
25171           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25172           HEADERS. Had to be said.
25173
25174 2004-05-10  David Schleef  <ds@schleef.org>
25175
25176         * configure.ac: Add prototype Dirac support.
25177         * ext/Makefile.am:
25178         * ext/dirac/Makefile.am:
25179         * ext/dirac/gstdirac.cc:
25180         * ext/dirac/gstdiracdec.cc:
25181
25182 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25183
25184         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25185         (gst_auparse_init), (gst_auparse_chain),
25186         (gst_auparse_change_state):
25187           Hack around spider. Remove me some day please.
25188
25189 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25190
25191         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25192           Fix for some uninitialized variables in previous patch, also
25193           makes it work. Fixes #142286 while we're at it.
25194
25195 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25196
25197         * gst/auparse/gstauparse.c:
25198                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25199                 only unsupported formats are ADPCM/CCITT G.72x
25200                 reviewed by Ronald
25201         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25202
25203 2004-05-10  Wim Taymans  <wim@fluendo.com>
25204
25205         * ext/vorbis/Makefile.am:
25206         * ext/vorbis/README:
25207         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25208         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25209         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25210         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25211         (gst_oggvorbisenc_convert_sink),
25212         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25213         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25214         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25215         (get_constraints_string), (update_start_message),
25216         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25217         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25218         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25219         * ext/vorbis/oggvorbisenc.h:
25220         * ext/vorbis/vorbis.c: (plugin_init):
25221         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25222         (raw_caps_factory), (gst_vorbisenc_class_init),
25223         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25224         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25225         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25226         * ext/vorbis/vorbisenc.h:
25227         Added a raw vorbis encoder to be used with the oggmuxer.
25228         We still need the old encoder for some gnome applications,
25229         read the README to find out how that works.
25230         The raw encoder is called "rawvorbisenc" until 0.9.
25231
25232 2004-05-10  Wim Taymans  <wim@fluendo.com>
25233
25234         * ext/ogg/gstogg.c: (plugin_init):
25235         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25236         (gst_ogg_print):
25237         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25238         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25239         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25240         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25241         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25242         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25243         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25244         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25245         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25246         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25247         Added an ogg muxer.
25248         Small typo fixes in the demuxer.
25249
25250 2004-05-10  Wim Taymans  <wim@fluendo.com>
25251
25252         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25253         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25254         (theora_enc_change_state), (theora_enc_set_property),
25255         (theora_enc_get_property):
25256         Mark the last packet with an EOS flag which is not really needed
25257         in gstreamer.
25258         Do some better video framerate initialisation.
25259         Update the buffer timestamp.
25260
25261 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25262
25263         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25264         Return the result of the parent state change call
25265
25266 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25267
25268         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25269         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25270         * gst/law/alaw-encode.c : (idem)
25271         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25272         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25273         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25274
25275 2004-05-09  Benjamin Otte  <otte@gnome.org>
25276
25277         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25278           don't use a fixed buffer size when writing variable length data to
25279           it. Fixes memory corruption and makes alsasrc work
25280
25281 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25282
25283         * ext/gnomevfs/gstgnomevfssink.c:
25284         (_gst_boolean_allow_overwrite_accumulator),
25285         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25286           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25287           RUN_LAST, and don't use that to set the accumulator value because
25288           then it's always FALSE.
25289
25290 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25291
25292         * gst-libs/gst/riff/riff-media.c:
25293         (gst_riff_create_video_caps_with_data),
25294         (gst_riff_create_audio_caps),
25295         (gst_riff_create_audio_template_caps):
25296         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25297           Fix for unaligned RIFF files (i.e. where all the chunks together
25298           in a LIST chunk are not of the same size as the size given in
25299           the LIST chunk header). Fixes several odd WAVE files. Also fix
25300           ADPCM (block_align property) in audio, so that wavparse based
25301           on this works now as it used to stand-alone.
25302
25303 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25304
25305         reviewed by Benjamin Otte  <otte@gnome.org>
25306
25307         * ext/a52dec/gsta52dec.c:
25308         * ext/divx/gstdivxdec.c:
25309         * ext/divx/gstdivxenc.c:
25310         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25311         * ext/faac/gstfaac.c: (gst_faac_base_init):
25312         * ext/faad/gstfaad.c: (gst_faad_base_init):
25313         * ext/ivorbis/vorbisfile.c:
25314         * ext/lame/gstlame.c:
25315         * ext/libfame/gstlibfame.c:
25316         * ext/mpeg2enc/gstmpeg2enc.cc:
25317         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25318         * ext/sidplay/gstsiddec.cc:
25319         * ext/speex/gstspeexdec.c:
25320         * ext/speex/gstspeexenc.c:
25321         * ext/xvid/gstxviddec.c:
25322         * ext/xvid/gstxvidenc.c:
25323           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25324           (fixes #142193)
25325
25326 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25327
25328         * ext/alsa/gstalsa.c: (device_list),
25329         (gst_alsa_class_probe_devices):
25330         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25331           Fix alsa oddness in mixer after the combination of using mixer
25332           in source/sink elements and using hw:x,y instead of just hw:x.
25333
25334 2004-05-09  Benjamin Otte  <otte@gnome.org>
25335
25336         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25337         (gst_wavparse_create_sourcepad):
25338           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25339           sourcepads
25340
25341 2004-05-09  Benjamin Otte  <otte@gnome.org>
25342
25343         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25344           allow discont events before caps nego
25345
25346 2004-05-08  Benjamin Otte  <otte@gnome.org>
25347
25348         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25349           don't leak events
25350
25351 2004-05-08  Benjamin Otte  <otte@gnome.org>
25352
25353         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25354         (gst_level_change_state), (gst_level_init):
25355         * gst/level/gstlevel.h:
25356           figure out if we're initialized directly instead of keeping a
25357           variable that's wrong in 90% of cases
25358           don't initialize pads and then leak them and use a new unitialized
25359           pad. (fixes #142084)
25360           these were bugs so n00bish I didn't find them for an hour :/
25361
25362 2004-05-08 Iain <iain@prettypeople.org>
25363
25364         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25365         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25366         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25367         return the length that was read.
25368         (gst_riff_read_strf_auds): Allow fmt tags as well.
25369
25370 2004-05-07  David Schleef  <ds@schleef.org>
25371
25372         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25373         signed char assumption in faad.h.
25374
25375 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25376
25377         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25378           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25379
25380 2004-05-07  Colin Walters  <walters@redhat.com>
25381
25382         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25383         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25384         function.
25385         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25386         Add dispose function.
25387
25388 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25389         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25390           Fix caps nego and pad templates. RGB mode caps should
25391           work now.
25392         * ext/dvdnav/gst-dvd:
25393           Move mpeg2dec inside the thread because otherwise the
25394           queue rejects cap changes mid-stream
25395         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25396         (gst_mpeg2dec_flush_decoder):
25397           For mpeg2dec > 0.4.0, call the flush function instead of
25398           manually extracting all in-flight frames.
25399         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25400         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25401           Change mime type video/dv go video/x-dv to match the
25402           rest of gst-plugins
25403
25404 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25405
25406         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25407         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25408         (gst_alsa_sink_class_init):
25409         * ext/alsa/gstalsasink.h:
25410         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25411         (gst_alsa_src_class_init):
25412         * ext/alsa/gstalsasrc.h:
25413           Make alsasink/src a subclass of alsamixer so that mixer stuff
25414           shows up in gst-rec. Needs some finetuning.
25415
25416 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25417
25418         * ext/lame/gstlame.c: (gst_lame_chain):
25419           simplify
25420         * ext/mad/gstmad.c: (gst_mad_handle_event):
25421           fix event leak
25422         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25423           be able to detect mp3 files < 4096 bytes
25424
25425 2004-05-06  Wim Taymans  <wim@fluendo.com>
25426
25427         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25428         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25429         (theora_enc_set_property), (theora_enc_get_property):
25430         Also encode the first frame, cleanup some code.
25431
25432 2004-05-06  Wim Taymans  <wim@fluendo.com>
25433
25434         * ext/mpeg2enc/gstmpeg2enc.cc:
25435         Forward events first before deciding that negotiation was
25436         not performed.
25437
25438 2004-05-06  Wim Taymans  <wim@fluendo.com>
25439
25440         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25441         First process the events before deciding that negotiation
25442         was not performed.
25443
25444 2004-05-06  Wim Taymans  <wim@fluendo.com>
25445
25446         * ext/theora/Makefile.am:
25447         * ext/theora/theora.c: (plugin_init):
25448         * ext/theora/theoradec.c: (theora_dec_change_state):
25449         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25450         (gst_theora_enc_class_init), (gst_theora_enc_init),
25451         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25452         (theora_enc_chain), (theora_enc_change_state),
25453         (theora_enc_set_property), (theora_enc_get_property):
25454         Added a theora encoder, grouped the encoder and decoder into the
25455         same plugin.
25456
25457 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25458
25459         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25460         (gst_jpegenc_chain):
25461         fix DURATION on outgoing buffers
25462         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25463         debug using time formats
25464         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25466         (gst_xvimagesink_sink_link):
25467         windows with width/height 0 generate X errors, so don't allow them
25468
25469 2004-05-05  Wim Taymans  <wim@fluendo.com>
25470
25471         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25472         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25473         (gst_mpeg2dec_negotiate_format):
25474         * ext/mpeg2dec/gstmpeg2dec.h:
25475           removed the static pad template so that we can add the
25476           more accurate framerate value to the caps.
25477
25478
25479 2004-05-04  Benjamin Otte  <otte@gnome.org>
25480
25481         * configure.ac:
25482           check for kdemacros.h, too (should fix #141821)
25483         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25484           don't crash if no header was sent, but nicely error out (fixes part
25485           of #141554)
25486
25487 2004-05-04  Wim Taymans  <wim@fluendo.com>
25488
25489         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25490         parent dispose function to avoid segfault on destroy.
25491
25492 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25493
25494         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25495         (plugin_init):
25496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25497         (gst_xvimagesink_sink_link):
25498         clean up debugging caps
25499         also recreate xvimage when format has changed
25500
25501 2004-05-04  Benjamin Otte  <otte@gnome.org>
25502
25503         * ext/libvisual/Makefile.am:
25504         * ext/libvisual/visual.c: (gst_visual_class_init),
25505         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25506         (gst_visual_srclink), (gst_visual_chain),
25507         (gst_visual_change_state), (plugin_init):
25508           use a GstAdapter to correctly adapt buffer sizes - allows using a
25509           framerate
25510
25511 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25512
25513         * sys/v4l/gstv4lelement.h:
25514         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25515         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25516         (gst_v4lsrc_buffer_free):
25517         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25518         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25519         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25520         (gst_v4lsrc_requeue_frame):
25521         move some debugging categories around
25522         query for fps index and set accordingly if found
25523
25524 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25525
25526         * ext/lame/gstlame.c:
25527         correct defaults that lame_init puts out of range
25528
25529 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25530
25531         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25532         (gst_divxenc_class_init):
25533         fix range since -1 is the default
25534         * gst/mpeg1sys/gstmpeg1systemencode.c:
25535         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25536         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25537         (gst_rtjpegdec_chain):
25538         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25539         (gst_rtjpegenc_chain):
25540         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25541         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25542         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25543         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25544         * sys/v4l/gstv4lsrc.c:
25545         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25546         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25547         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25548         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25549         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25550           remove gst_info calls
25551
25552 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25553
25554         * Makefile.am:
25555         * po/af.po:
25556         * po/az.po:
25557         * po/en_GB.po:
25558         * po/nl.po:
25559         * po/sr.po:
25560         * po/sv.po:
25561           Updated translations
25562
25563 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25564
25565         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25566           refactor/comment code
25567
25568 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25569
25570         * gst/asfdemux/Makefile.am:
25571         * gst/asfdemux/asfheaders.c:
25572         * gst/asfdemux/asfheaders.h:
25573         * gst/asfdemux/gstasf.c: (plugin_init):
25574         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25575         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25576         (gst_asf_demux_setup_pad):
25577         * gst/asfdemux/gstasfdemux.h:
25578         * gst/asfdemux/gstasfmux.c:
25579         * gst/asfdemux/gstasfmux.h:
25580           Add tagging support to demuxer, split out registration in its own
25581           file instead of in demux (hacky), and prevent having some tables
25582           in our memory multiple times (in asfheaders.h).
25583
25584 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25585
25586         * gst/matroska/matroska-demux.c:
25587         (gst_matroska_demux_parse_metadata):
25588         * gst/matroska/matroska-ids.h:
25589           Basic tag reading support.
25590
25591 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25592
25593         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25594           Really detect ac-3 audio.
25595         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25596           really detect matroska files (off-by-1).
25597
25598 2004-04-30  David Schleef  <ds@schleef.org>
25599
25600         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25601         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25602         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25603         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25604         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25605         hackage -- parse a lot more atoms, extract a few tags.  One might even
25606         mistake this for tag support.  Maybe it is.
25607         * gst/qtdemux/qtdemux.h:
25608
25609 2004-04-30  Colin Walters  <walters@verbum.org>
25610
25611         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25612
25613 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25614
25615         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25616         (gst_ffmpegcolorspace_getcaps):
25617           remove broken nego fix
25618
25619 2004-04-30  Benjamin Otte  <otte@gnome.org>
25620
25621         * configure.ac:
25622         * ext/Makefile.am:
25623         * ext/libvisual/Makefile.am:
25624         * ext/libvisual/visual.c:
25625           add initial support for libvisual (http://libvisual.sourceforge.net)
25626           libvisual is still quite alpha, so expect crashes in there :)
25627
25628 2004-04-29  David Schleef  <ds@schleef.org>
25629
25630         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25631         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25632         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25633         code; you will no longer respect me.
25634
25635 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25636
25637         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25638         * ext/alsa/gstalsa.h :
25639         change alsa pcm device discovery to find more than 1 device
25640         per card. code review by Ronald.
25641
25642 2004-04-29  David Schleef  <ds@schleef.org>
25643
25644         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25645         Add a check for a driver bug on FreeBSD.  (bug #140565)
25646
25647 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25648
25649         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25650         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25651         (gst_jpegenc_getcaps):
25652           move format setting to inner loop
25653         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25654         (gst_ffmpegcolorspace_getcaps):
25655           use GST_PAD_CAPS if available so that we use already negotiated
25656           caps
25657         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25658         (qtdemux_parse_moov), (qtdemux_parse):
25659           extra debugging
25660         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25661         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25662           move hardcoded path to DEFINE
25663
25664 2004-04-28  David Schleef  <ds@schleef.org>
25665
25666         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25667         (bug #140064)
25668
25669 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25670
25671         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25672           Don't probe for playback device if we're a source element. Fixes
25673           #139658.
25674
25675 2004-04-29  Benjamin Otte  <otte@gnome.org>
25676
25677         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25678         (gst_id3_tag_chain):
25679           rewrite buffer offset
25680
25681 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25682
25683         * configure.ac:
25684         * ext/Makefile.am:
25685         * ext/dts/Makefile.am:
25686         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25687         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25688         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25689         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25690         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25691         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25692         (plugin_init):
25693         * ext/dts/gstdtsdec.h:
25694           New DTS decoder.
25695         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25696         (gst_faad_srcconnect):
25697           Add ESDS atom handling (.m4a).
25698
25699 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25700
25701         * ext/divx/gstdivxdec.c: (plugin_init):
25702           Remove comment that makes no sense.
25703         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25704           Fix for obvious typo that resulted in warnings during gst-register.
25705         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25706         (gst_xviddec_sink_link):
25707           Fix caps negotiation a bit better.
25708         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25709           We call this 'codec_data', not 'esds'.
25710
25711 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25712
25713         * gst/monoscope/gstmonoscope.c:
25714           make sure we only provide 256x128
25715         * gst/monoscope/monoscope.c: (monoscope_init):
25716           assert size of 256x128
25717
25718 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25719
25720         * Makefile.am:
25721         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25722         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25723           fixate to max width and height of device
25724
25725 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25726
25727         * Makefile.am:
25728         * sys/v4l/gstv4l.c:
25729         * sys/v4l/gstv4lsrc.c:
25730         * sys/v4l/v4l_calls.c:
25731         * sys/v4l/v4lsrc_calls.c:
25732           fix for qc-usb driver which fakes having more than one buffer
25733           by handing the same buffer twice, which confused GStreamer's/v4lsrc
25734           buffer_free override
25735           add debugging
25736
25737 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25738
25739         * Makefile.am:
25740         * gst/videotestsrc/gstvideotestsrc.c:
25741         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25742         (gst_videotestsrc_init), (gst_videotestsrc_get),
25743         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25744         * gst/videotestsrc/gstvideotestsrc.h:
25745           add num-buffers property
25746
25747         2004-04-26  Benjamin Otte  <otte@gnome.org>
25748
25749         * ext/mad/gstid3tag.c: (plugin_init):
25750           set id3mux rank to NONE so it doesn't confuse spider
25751           require audio/mpeg,mpegversion=1 in id3mux
25752
25753 2004-04-26  Benjamin Otte  <otte@gnome.org>
25754
25755         * configure.ac:
25756           detect faad correctly as non-working if it's indeed non-working
25757
25758 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25759
25760         * Makefile.am:
25761         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25762         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
25763         fix _getcaps so it only negotiates to its supported format
25764
25765 2004-04-25  Benjamin Otte  <otte@gnome.org>
25766
25767         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25768           fix memleak
25769
25770 2004-04-23  Benjamin Otte  <otte@gnome.org>
25771
25772         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25773           audio/x-raw-int with height rules! not. Now it's depth.
25774
25775 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25776
25777         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
25778         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25779         (gst_wavparse_loop):
25780           Missing variable initialization. Add handling of DVI ADPCM. Fix
25781           mis-parsing of LIST chunks. This works around a bug where we mis-
25782           parse non-aligning LIST chunks (so LIST chunks where the contents
25783           don't align with the actual LIST size). The correct fix is to use
25784           rifflib, I'm not going to fix wavparse - too much work. All this
25785           fixes #104878.
25786
25787 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25788
25789         reviewed by Benjamin Otte  <otte@gnome.org>
25790
25791         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
25792           fix shoutcast not working (fixes #140844)
25793
25794 2004-04-22  Benjamin Otte  <otte@gnome.org>
25795
25796         * ext/hermes/gsthermescolorspace.c:
25797         (gst_hermes_colorspace_caps_remove_format_info):
25798         * gst/colorspace/gstcolorspace.c:
25799         (gst_colorspace_caps_remove_format_info):
25800         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25801         (gst_ffmpegcolorspace_caps_remove_format_info):
25802           s/gst_caps_simplify/gst_caps_do_simplify/
25803
25804 2004-04-22  Benjamin Otte  <otte@gnome.org>
25805
25806         * gst-libs/gst/riff/riff-media.c:
25807         (gst_riff_create_video_caps_with_data):
25808           mpegversion is an int
25809         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
25810           don't try to create pad templates with NULL caps, use any caps
25811           instead.
25812
25813 2004-04-20  David Schleef  <ds@schleef.org>
25814
25815         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
25816         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
25817         (bug #140384)
25818
25819 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25820
25821         reviewed by David Schleef
25822
25823         * ext/mad/gstid3tag.c: Add stdlib.h
25824         * gst/rtp/gstrtpgsmenc.c: same
25825         * gst/tags/gstid3tag.c: same
25826         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
25827         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
25828         GST_DISABLE_LOADSAVE use.
25829         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
25830         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
25831         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
25832         atol(3)).
25833         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
25834         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
25835         strtoul(3)).
25836         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
25837         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
25838         $(ID3_CFLAGS).
25839         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
25840         $(LIBFAME_CFLAGS).
25841
25842 2004-04-20  David Schleef  <ds@schleef.org>
25843
25844         * gst/realmedia/rmdemux.c:  This was supposed to part of the
25845         last checkin.  Same idea.
25846
25847 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25848
25849         reviewed by David Schleef
25850
25851         * configure.ac: bump required gstreamer version to 0.8.1.1
25852         because of following changes [--ds]
25853
25854         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
25855         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
25856         (gst_riff_read_header):  Use GST_READ_UINT*
25857         macros to access possibly unaligned memory.
25858
25859         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
25860         (mp3_type_find):  Use GST_READ_UINT*
25861         macros to access possibly unaligned memory.
25862         (mp3_type_find, mpeg1_parse_header, qt_type_find)
25863         (speex_type_find): Likewise
25864
25865         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
25866
25867         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
25868         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
25869         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
25870         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
25871         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
25872         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
25873         macros to access possibly unaligned memory.
25874
25875         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
25876         Likewise.
25877
25878         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
25879         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
25880
25881         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25882         Likewise.
25883
25884         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
25885         (gst_mpeg2subt_chain_subtitle): Likewise.
25886
25887         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
25888         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
25889         Likewise.
25890
25891         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
25892         Likewise.
25893
25894         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
25895         Likewise.
25896
25897         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
25898         Likewise.
25899
25900 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25901
25902         * configure.ac:
25903           update required version of GStreamer because of GST_TIME_FORMAT
25904
25905 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25906
25907         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
25908           remove leftover g_print
25909         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25910           don't try setting only a subset of the caps. We don't want to kill
25911           autoplugging on purpose
25912
25913 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25914
25915         * sys/ximage/ximagesink.c: (plugin_init):
25916         * sys/xvimage/xvimagesink.c: (plugin_init):
25917           add debugging categories
25918
25919 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25920
25921         * po/en_GB.po:
25922         * po/LINGUAS:
25923           Adding en_GB translation (Gareth Owen)
25924
25925 2004-04-20  David Schleef  <ds@schleef.org>
25926
25927         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25928         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
25929         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
25930         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
25931         A number of new features and hacks to extract the esds atom and
25932         put it into the caps.  (bug #137724)
25933
25934 2004-04-19  David Schleef  <ds@schleef.org>
25935
25936         * gconf/Makefile.am: Fix for non-GNU make
25937         * gst-libs/gst/Makefile.am: Change directory order to handle
25938         GstPlay linking with gstinterfaces
25939         * gst-libs/gst/audio/make_filter: make use of tr portable
25940         * gst-libs/gst/play/Makefile.am: Add intended \
25941         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25942         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
25943         function prototype instead of void *.
25944         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
25945         macro.
25946         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25947         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
25948         * gst/videofilter/make_filter: make use of tr portable
25949         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
25950
25951 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25952
25953         * po/LINGUAS:
25954         * po/uk.po:
25955           Added Ukrainian translation (Maxim V. Dziumanenko)
25956
25957 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25958
25959         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
25960         (gst_gsmdec_link), (gst_gsmdec_chain):
25961           Fix capsnego, simplify chain function slightly.
25962         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25963           Add GSM.
25964
25965 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25966
25967         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25968         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
25969         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
25970           Hack to make wavparse work with spider (always -> sometimes pad).
25971           Fixes #135862 && #140411.
25972
25973 2004-04-18  Benjamin Otte  <otte@gnome.org>
25974
25975         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
25976         (gst_osselement_rate_probe_check),
25977         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
25978           get rid of \n in debug output
25979
25980 2004-04-17  Iain <iain@prettypeople.org>
25981
25982         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
25983         not just EOS.
25984
25985 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25986
25987         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25988         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
25989         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
25990         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
25991         (gst_id3_tag_src_link), (gst_id3_tag_chain),
25992         (gst_id3_tag_change_state), (plugin_init):
25993           deprecate id3tag element and replace with id3demux/id3mux.
25994           great side effect: this ugly file is now even uglier, yay!
25995         * ext/mad/gstmad.h:
25996           remove non-available function
25997           update for new get_type
25998
25999 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26000
26001         * configure.ac:
26002           require mpeg2dec >= 0.4.0
26003
26004 2004-04-17  Benjamin Otte  <otte@gnome.org>
26005
26006         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26007         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26008         (gst_xvimagesink_set_xwindow_id):
26009           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26010           assorted cleanup fixes.
26011
26012 2004-04-16  David Schleef  <ds@schleef.org>
26013
26014         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26015         * sys/xvimage/xvimagesink.h: same
26016
26017 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26018
26019         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26020           Fix GST_ELEMENT_ERROR with (NULL)
26021
26022 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26023
26024         * gst-libs/gst/riff/riff-media.c:
26025         (gst_riff_create_video_caps_with_data):
26026           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26027
26028 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26029
26030         * gst-libs/gst/riff/riff-media.c:
26031         (gst_riff_create_video_caps_with_data),
26032         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26033         (gst_riff_create_video_template_caps),
26034         (gst_riff_create_audio_template_caps):
26035         * gst-libs/gst/riff/riff-media.h:
26036         * gst-libs/gst/riff/riff-read.c:
26037         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26038         * gst-libs/gst/riff/riff-read.h:
26039         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26040           Add MS RLE support. I added some functions to read out strf chunks
26041           into strf chunks and the data behind it. This is usually color
26042           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26043           caps creation. Lastly, add ADPCM (similar to wavparse - which
26044           should eventually be rifflib based).
26045         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26046         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26047         * gst/matroska/matroska-demux.h:
26048           Remove placeholders for some prehistoric tagging system. Didn't add
26049           support for any tag system really anyway.
26050         * gst/qtdemux/qtdemux.c:
26051           Add support for audio/x-m4a (MPEG-4) through spider.
26052         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26053         (gst_wavparse_loop):
26054           ADPCM support (#135862). Increase max. buffer size because we
26055           cannot split buffers for ADPCM (screws references) and I've seen
26056           files with 2048 byte chunks. 4096 seems safe for now.
26057
26058 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26059
26060         * configure.ac: bump nano to 1
26061
26062 === release 0.8.1 ===
26063
26064 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26065
26066         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26067
26068 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26069
26070         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26071           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26072           Fixes #140058
26073
26074 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26075
26076         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26077           lower rank of dvddemux so that it's not used for mpeg playback.
26078
26079 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26080
26081         * configure.ac:
26082           save libs correctly when checking mad
26083
26084 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26085
26086         * ext/mad/gstid3tag.c: (plugin_init):
26087           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26088
26089 2004-04-13  David Schleef  <ds@schleef.org>
26090
26091         * common/m4/gst-feature.m4: Call -config scripts with
26092         --plugin-libs if it is supported.
26093         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26094         JPEG images are image/jpeg.
26095         * gst/debug/Makefile.am:
26096         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26097         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26098         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26099         (gst_negotiation_plugin_init): Add a property that acts like
26100         filter caps.
26101         * testsuite/gst-lint:  Move license checking to be a standard
26102         test.
26103
26104 2004-04-13  David Schleef  <ds@schleef.org>
26105
26106         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26107         patch from Sebastien Cote (bug #139958)
26108
26109 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26110
26111         * examples/gstplay/Makefile.am:
26112         * examples/gstplay/player.c: (main):
26113           make the commandline player example use gconf settings
26114
26115 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26116
26117         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26118         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26119         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26120           init/end library during state transition, not object
26121           creation/disposal.  get rid of custom dispose handler.
26122
26123
26124 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26125
26126         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26127         be a symlink
26128
26129 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26130
26131         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26132           Handle JUNK chunks inside data section. Prevents warnings.
26133
26134 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26135
26136         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26137         (gst_riff_create_video_template_caps):
26138           Add MS video v1.
26139         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26140         (gst_avi_demux_stream_data):
26141           Add support for "rec-list" chunks.
26142
26143 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26144
26145         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26146           Fix another codecname mismatch.
26147
26148 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26149
26150         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26151           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26152           so that MJPEG plays back.
26153
26154 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26155
26156         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26157         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26158         * gst/mpeg1videoparse/gstmp1videoparse.h:
26159           Fix for some slight mis-cuts in buffer parsing, and for some
26160           potential overflows or faults-causers. Adds disconts. Also fixes
26161           #139105 while we're at it.
26162
26163 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26164
26165         * configure.ac:
26166         * sys/v4l2/gstv4l2element.h:
26167           Workaround for missing struct v4l2_buffer declaration in Suse 9
26168           and Mandrake 10 linux/videodev2.h header file (#135919).
26169
26170 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26171
26172         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26173           Bail out if no filename was given.
26174
26175 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26176
26177         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26178         (gst_v4l2_fourcc_from_structure):
26179           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26180           Y41B somewhere).
26181
26182 2004-04-09  Benjamin Otte  <otte@gnome.org>
26183
26184         * ext/gnomevfs/gstgnomevfssink.c:
26185         (_gst_boolean_allow_overwrite_accumulator),
26186         (gst_gnomevfssink_class_init):
26187           fix erase signal - if any handler returns false the file will not be
26188           overwritten. If no handler is connected, the file will not be
26189           overwritten either.
26190           renamed signal to "allow-overwrite"
26191         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26192           free string when adding it to ID3 failed
26193         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26194           unref event when done
26195         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26196           free caps
26197         * gst/typefind/gsttypefindfunctions.c:
26198         (mpeg_video_stream_type_find):
26199           fix invalid read
26200
26201 2004-04-08  David Schleef  <ds@schleef.org>
26202
26203         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26204         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26205
26206 2004-04-08  David Schleef  <ds@schleef.org>
26207
26208         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26209         we don't support (bug #139532)
26210
26211 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26212
26213         * ext/mad/gstmad.c: (gst_mad_handle_event),
26214         (gst_mad_check_caps_reset), (gst_mad_chain),
26215         (gst_mad_change_state):
26216           only set explicit caps if they haven't been set before for
26217           this stream.  MPEG-audio sample rate/channels aren't allowed
26218           to change in-stream.
26219           Fixes #139382
26220
26221 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26222
26223         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26224         (_gst_boolean_did_something_accumulator),
26225         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26226         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26227         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26228         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26229         (gst_gnomevfssink_change_state):
26230           Fix erase signal. Don't erase by default. Remove handoff signal.
26231           Remove erase property. Don't segfault. General cleanup.
26232
26233 2004-04-07  Benjamin Otte  <otte@gnome.org>
26234
26235         * gst-libs/gst/gconf/test-gconf.c: (main):
26236           add missing gst_init
26237
26238 2004-04-07  Benjamin Otte  <otte@gnome.org>
26239
26240         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26241           free the mutexes, too
26242
26243 2004-04-07  Benjamin Otte  <otte@gnome.org>
26244
26245         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26246           actually free the URI string
26247         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26248           compute offset correctly when passing discont events
26249         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26250           don't leak discont events
26251         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26252           add some missing breaks so caps aren't copied randomly
26253         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26254           if we realloc memory, we better use it
26255
26256 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26257
26258         * ext/mad/gstmad.c: (normal_seek):
26259           fix GST_FORMAT_TIME usage
26260
26261 2004-04-05  David Schleef  <ds@schleef.org>
26262
26263         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26264         a deprecated function (hack!)
26265
26266 2004-04-05  Benjamin Otte  <otte@gnome.org>
26267
26268         * ext/esd/esdmon.c: (gst_esdmon_get):
26269           fix nonterminated vararg and memleak
26270
26271 2004-04-05  Benjamin Otte  <otte@gnome.org>
26272
26273         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26274         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26275         (gst_ladspa_set_property), (gst_ladspa_get_property),
26276         (gst_ladspa_instantiate), (gst_ladspa_activate),
26277         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26278           clean up debugging
26279
26280 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26281
26282         reviewed by Benjamin Otte  <otte@gnome.org>
26283
26284         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26285           check for broken LADSPA parameters (fixes #138635)
26286
26287 2004-04-05  Benjamin Otte  <otte@gnome.org>
26288
26289         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26290           advertise buffer-frames correctly on sinkpads
26291
26292 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26293
26294         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26295         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26296         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26297         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26298         (gst_mad_check_caps_reset), (gst_mad_chain):
26299         add more debugging, only reset caps when we're not in error state
26300
26301 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26302
26303         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26304
26305 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26306
26307         reviewed by Benjamin Otte  <otte@gnome.org>
26308
26309         * configure.ac:
26310           fix == in test(1) operator
26311
26312 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26313
26314         reviewed by Benjamin Otte  <otte@gnome.org>
26315
26316         * configure.ac:
26317           fix --export-symblos-regex to a working regex.
26318
26319 2004-04-04  Benjamin Otte  <otte@gnome.org>
26320
26321         * sys/oss/.cvsignore:
26322           add for oss_probe
26323
26324 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26325
26326         reviewed by Benjamin Otte  <otte@gnome.org>
26327
26328         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26329           add missing 'new_media' argument (fixes #138168)
26330         * gst/matroska/matroska-demux.c:
26331         (gst_matroska_demux_handle_seek_event):
26332           add vararg terminator (fixes #138169)
26333
26334 2004-04-02  David Schleef  <ds@schleef.org>
26335
26336         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26337         disted (bug #138914)
26338
26339 2004-04-01  Benjamin Otte  <otte@gnome.org>
26340
26341         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26342         (gst_alsa_close_audio):
26343           handle case better where a soundcard can't pause
26344         * ext/ogg/gstoggdemux.c:
26345           don't crash when we get events but don't have pads yet
26346
26347 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26348
26349         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26350           throw an error if we couldn't probe any caps.
26351
26352 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26353
26354         * ext/dvdnav/gst-dvd:
26355         Add a really simple sample DVD player
26356
26357 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26358
26359         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26360         (gst_a52dec_push), (gst_a52dec_handle_event),
26361         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26362         (gst_a52dec_change_state):
26363         * ext/a52dec/gsta52dec.h:
26364           Use a debug category, Output timestamps correctly
26365           Emit tag info, Handle events, tell liba52dec about cpu
26366           capabilities so it can use MMX etc.
26367         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26368           Fix a crasher accessing invalid memory
26369         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26370         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26371         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26372         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26373         (dvdnavsrc_query):
26374           Some support for byte-format seeking.
26375           Small fixes for still frames and menu button overlays
26376         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26377         (gst_mpeg2dec_alloc_buffer):
26378           Use a debug category. Adjust the report level of several items to
26379           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26380           so it doesn't lose the GstBuffer pointer
26381         * gst/debug/Makefile.am:
26382         * gst/debug/gstdebug.c: (plugin_init):
26383         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26384         (gst_navseek_base_init), (gst_navseek_class_init),
26385         (gst_navseek_init), (gst_navseek_seek),
26386         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26387         (gst_navseek_get_property), (gst_navseek_chain),
26388         (gst_navseek_plugin_init):
26389         * gst/debug/gstnavseek.h:
26390           Add the navseek debug element for seeking back and forth in a
26391           video stream using arrow keys.
26392         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26393         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26394         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26395         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26396         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26397         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26398         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26399         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26400         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26401         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26402         * gst/mpeg2sub/gstmpeg2subt.h:
26403           Pretty much a complete rewrite. Now a loopbased element. May still
26404           require work to properly synchronise subtitle buffers.
26405         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26406         (gst_dvd_demux_send_subbuffer):
26407         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26408           Don't attempt to create subbuffers of size 0
26409           Reduce a couple of error outputs to warnings.
26410         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26411         (gst_y4mencode_chain):
26412         Output the y4m frame header correctly.
26413
26414 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26415
26416         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26417           throw errors instead of allowing SIGFPE
26418
26419 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26420
26421         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26422         (gst_gconf_render_bin_from_key):
26423           leak plugging and style fixing
26424
26425 2004-03-31  David Schleef  <ds@schleef.org>
26426
26427         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26428         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26429         (bug #138225)
26430         * gst/debug/Makefile.am:
26431         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26432         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26433         plugin.
26434         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26435         (gst_negotiation_base_init), (gst_negotiation_class_init),
26436         (gst_negotiation_init), (gst_negotiation_getcaps),
26437         (gst_negotiation_pad_link), (gst_negotiation_chain),
26438         (gst_negotiation_set_property), (gst_negotiation_get_property),
26439         (gst_negotiation_plugin_init):  New element to talk about random
26440         negotiation things happening in a pipeline.
26441
26442 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26443
26444         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26445           fix integer addition with help of Stefan Kost
26446
26447 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26448
26449         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26450
26451 2004-03-30  David Schleef  <ds@schleef.org>
26452
26453         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26454         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26455         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26456         (bug #137504)
26457         * ext/mpeg2dec/gstmpeg2dec.h:
26458
26459 2004-03-30  David Schleef  <ds@schleef.org>
26460
26461         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26462
26463 2004-03-30  David Schleef  <ds@schleef.org>
26464
26465         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26466         Michael Petullo) to handle .mov
26467
26468 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26469
26470         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26471         (gst_osselement_rate_check_rate):
26472           probe caps correctly for sound cards that only support one format
26473
26474 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26475
26476         * ext/kio/kiosrc.cpp: (process_events):
26477           update handling event processing if inside KDE - untested
26478
26479 2004-03-29  David Schleef  <ds@schleef.org>
26480
26481         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26482         by 2 to not interfere with other colorspaces.
26483         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26484         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26485         one to not interfere with ffmpeg_colorspace.
26486
26487 2004-03-29  David Schleef  <ds@schleef.org>
26488
26489         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26490         aren't in the caps.
26491         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26492         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26493
26494 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26495
26496         * gst-libs/gst/riff/riff-media.c:
26497           fail on error, don't try to set stuff on NULL caps
26498
26499 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26500
26501         * configure.ac:
26502         * ext/Makefile.am:
26503         * ext/kio/Makefile.am:
26504         * ext/kio/kioreceiver.cpp:
26505         * ext/kio/kioreceiver.h:
26506         * ext/kio/kiosrc.cpp:
26507         * ext/kio/kiosrc.h:
26508           add experimental kiosrc plugin
26509         * ext/alsa/gstalsaplugin.c: (plugin_init):
26510           initialize debugging category only when we're sure registering the
26511           plugins worked.
26512
26513 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26514
26515         * examples/gstplay/player.c: (main):
26516         * gst-libs/gst/play/play.c: (gst_play_class_init),
26517         (gst_play_set_location), (gst_play_set_data_src),
26518         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26519         (gst_play_set_visualization), (gst_play_connect_visualization):
26520           check return values of element_set_state and return FALSE where
26521           failed
26522
26523 2004-03-29  Benjamin Otte  <otte@gnome.org>
26524
26525         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26526           try harder to check if an event is really a discont
26527
26528 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26529
26530         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26531         * po/az.po:
26532
26533 2004-03-28  Benjamin Otte  <otte@gnome.org>
26534
26535         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26536         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26537         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26538           get rid of non-standard "..." ranges in case statements.
26539
26540 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26541
26542         * gst/mpegstream/gstmpegdemux.c:
26543         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26544         specific functionality split to the new dvddemux element.
26545         * gst/mpegstream/gstdvddemux.c:
26546         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26547         streams, derived from mpegdemux.
26548         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26549         up. SCR based timestamp rewriting can be turned off (will probably
26550         completely disappear soon).
26551         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26552         hacking. General cleanup. All printf statements replaced by
26553         debugging messages. Almost complete libdvdnav support.
26554         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26555         by events. New properties for audio and subpicture languages.
26556         (dvdnavsrc_update_highlight): Now uses events.
26557         (dvdnavsrc_user_op): Cleaned up.
26558         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26559         based). Lots of cleanup, and propper support for most libdvdnav
26560         events.
26561         (dvdnavsrc_make_dvd_event): New function.
26562         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26563         (dvdnavsrc_make_clut_change_event): New function.
26564
26565 2004-03-26  Benjamin Otte  <otte@gnome.org>
26566
26567         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26568           fix bug where typefinding would claim it's theora whenever less then
26569           7 bytes of data were available
26570
26571 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26572
26573         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26574         (gst_alawdec_base_init), (gst_alawdec_class_init),
26575         (gst_alawdec_init), (gst_alawdec_chain):
26576         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26577         (gst_alawenc_base_init), (gst_alawenc_class_init),
26578         (gst_alawenc_init), (gst_alawenc_chain):
26579         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26580         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26581         (gst_mulawdec_init), (gst_mulawdec_chain):
26582         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26583         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26584         (gst_mulawenc_init), (gst_mulawenc_chain):
26585           Fix capsnego in all four, remove the unused property functions and
26586           simplify the chain functions slightly. I guess we could use macros
26587           or something similar for those, since the code is so similar, but
26588           I'm currently too lazy...
26589
26590 2004-03-24  David Schleef  <ds@schleef.org>
26591
26592         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26593         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26594         (gst_osselement_get_format_structure),
26595         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26596         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26597         (gst_osselement_rate_int_compare): Add code to handle rate probing
26598         (bug #120883)
26599         * sys/oss/gstosselement.h: same
26600         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26601         Use rate probing provided by osselement.
26602         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26603
26604 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26605
26606         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26607         (gst_xvidenc_get_property):
26608           ulong/int mess-up.
26609
26610 2004-03-24  David Schleef  <ds@schleef.org>
26611
26612         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26613         (gst_speexdec_init):
26614         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26615         (gst_speexenc_init):  Create the pad template correctly (from
26616         the static pad template, not a NULL pointer.)
26617
26618 2004-03-25  Benjamin Otte  <otte@gnome.org>
26619
26620         * gst/debug/Makefile.am:
26621         * gst/debug/breakmydata.c:
26622           add element that quasi-randomly changes bytes in the stream.
26623           Intended use is robustness checking of demuxers and decoders in
26624           media tests.
26625
26626 2004-03-24  Benjamin Otte  <otte@gnome.org>
26627
26628         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26629         (gst_alsa_probe_hw_params):
26630         * ext/alsa/gstalsa.h:
26631           debugging output fixes
26632
26633 2004-03-24  Benjamin Otte  <otte@gnome.org>
26634
26635         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26636           don't g_return_if_fail if element is PLAYING, fail silently as every
26637           other element.
26638         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26639           only fix needed for cast lvalue issues in gst-plugins
26640         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26641           add proxy_getcaps
26642
26643 2004-03-24  Benjamin Otte  <otte@gnome.org>
26644
26645         * gst/level/gstlevel.c: (gst_level_init):
26646           add proxying getcaps function, so level doesn't advertise impossible
26647           caps
26648
26649 2004-03-24  David Schleef  <ds@schleef.org>
26650
26651         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26652         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26653         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26654         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26655         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26656         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26657         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26658         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26659         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26660         messages.  Divide the chunk size by the compression ratio
26661         (needed for MACE audio)
26662
26663 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26664
26665         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26666           Fix buffer overflow read error.
26667
26668 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26669
26670         * ext/alsa/gstalsa.h:
26671           Remove unused entry.
26672         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26673           Add cinepak.
26674         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26675         (gst_videodrop_link), (gst_videodrop_chain):
26676           Fix, sort of. Was horribly broken with new capsnego. Bah...
26677
26678 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26679
26680         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26681         (plugin_init):
26682         Add a monkeysaudio typefind function
26683
26684 2004-03-23  Johan Dahlin  <johan@gnome.org>
26685
26686         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26687         (gst_play_video_fixate): Check so the structure has the field
26688         before trying to fixate them, this makes it possible to have
26689         fakesinks for video and audio output without printing errors on
26690         the output console.
26691
26692 2004-03-22  David Schleef  <ds@schleef.org>
26693
26694         * sys/oss/Makefile.am:
26695         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26696         (check_rate), (add_rate):  Rate probing test app.
26697
26698 2004-03-21  Benjamin Otte  <otte@gnome.org>
26699
26700         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26701         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26702           add a fixation function that pretty much does the right thing (fixes
26703           #137556)
26704
26705 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26706
26707         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26708
26709 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
26710
26711         reviewed by: Benjamin Otte  <otte@gnome.org>
26712
26713         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26714           terminate gst_event_new_discontinuous correctly (fixes parts of
26715           #137711)
26716
26717 2004-03-19  David Schleef  <ds@schleef.org>
26718
26719         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26720         since it doesn't depend on X, and it's part of our ABI.
26721
26722 2004-03-19  Iain <iain@prettypeople.org>
26723
26724         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26725         is_int in the structure, not the local variable.
26726
26727 2004-03-19  David Schleef  <ds@schleef.org>
26728
26729         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26730         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26731         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26732         Improvements in caps negotiation.
26733
26734 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26735
26736         * po/LINGUAS:
26737         * po/af.po:
26738           adding Afrikaans (Petri Jooste)
26739
26740 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26741
26742         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26743         (gst_ffmpegcolorspace_chain):
26744         throw error instead of g_critical (#137588)
26745
26746 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26747
26748         * Makefile.am:
26749         * configure.ac:
26750           dist common and m4 correctly
26751         * po/sv.po:
26752
26753 2004-03-17  David Schleef  <ds@schleef.org>
26754
26755         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
26756         (bug #137348)
26757
26758 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26759
26760         * po/LINGUAS:
26761         * po/sv.po:
26762           adding Swedish translation (Christian Rose)
26763
26764 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26765
26766         * Makefile.am: use release.mak
26767
26768 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26769
26770         * common/ChangeLog:
26771         * common/gst-autogen.sh:
26772           add some explanation about the version detection
26773         * configure.ac:
26774           fix X check
26775
26776 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26777
26778         * configure.ac: bump nano to 1
26779
26780 === release 0.8.0 ===
26781
26782 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26783
26784         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
26785
26786 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26787
26788         * configure.ac:
26789           update libtool version
26790         * gst-libs/gst/media-info/Makefile.am:
26791           actually use libtool version
26792
26793 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26794
26795         * configure.ac: fix speex detection to work with 1.0 but not 1.1
26796
26797 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26798
26799         * configure.ac:
26800         * gst-plugins.spec.in:
26801         * pkgconfig/Makefile.am:
26802         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
26803         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26804         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26805         * pkgconfig/gstreamer-libs.pc.in:
26806         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26807         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26808         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
26809         * pkgconfig/gstreamer-plugins.pc.in:
26810           remove @VERSION@ from some of the pc files since core and plugins
26811           are decoupled.
26812           created gstreamer-plugins.pc as it's a better name, but keeping
26813           -libs around for now to get fixes upstream done first.
26814
26815 2004-03-15  Julien MOUTTE <julien@moutte.net>
26816
26817         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
26818         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
26819         * gst-libs/gst/play/play.h:
26820
26821 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26822
26823         * *.c, *.cc: don't mix tabs and spaces
26824
26825 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26826
26827         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
26828           use the new ffmpegcolorspace
26829         * gst-plugins.spec.in:
26830           package new colorspace and media-info
26831         * configure.ac:
26832         * pkgconfig/Makefile.am:
26833           fix some more disting issues
26834         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26835         * pkgconfig/gstreamer-media-info.pc.in:
26836           generate media-info pc files
26837
26838 2004-03-15  Johan Dahlin  <johan@gnome.org>
26839
26840         * *.h: Revert indenting
26841
26842 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26843
26844         * configure.ac:
26845           adding ffmpegcolorspace element
26846         * gst/ffmpegcolorspace/Makefile.am:
26847         * gst/ffmpegcolorspace/avcodec.h:
26848         * gst/ffmpegcolorspace/common.h:
26849         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
26850         * gst/ffmpegcolorspace/dsputil.h:
26851         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
26852         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26853         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
26854         (gst_ffmpeg_caps_to_pix_fmt):
26855         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26856         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26857         (gst_ffmpegcolorspace_caps_remove_format_info),
26858         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
26859         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
26860         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
26861         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
26862         (gst_ffmpegcolorspace_set_property),
26863         (gst_ffmpegcolorspace_get_property),
26864         (gst_ffmpegcolorspace_register):
26865         * gst/ffmpegcolorspace/imgconvert.c:
26866         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26867         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
26868         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
26869         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
26870         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
26871         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
26872         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
26873         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
26874         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
26875         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
26876         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
26877         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
26878         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
26879         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
26880         (img_get_alpha_info), (deinterlace_line),
26881         (deinterlace_line_inplace), (deinterlace_bottom_field),
26882         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
26883         * gst/ffmpegcolorspace/imgconvert_template.h:
26884         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
26885         * gst/ffmpegcolorspace/mmx.h:
26886         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
26887           adding ffmpegcolorspace element supplied by Ronald after cleaning
26888           up and pulling in the right bits of upstream source.
26889           I'm sure a better C/compiler wizard could do some cleaning up (for
26890           example use GLIB's malloc stuff), but as a first pass this
26891           works very well
26892
26893 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26894
26895         * ext/alsa/gstalsa.h:
26896           I assume Ronald forgot to commit the change to have cardname
26897           as a struct member.  Expect some public spanking at the next
26898           opportunity.
26899
26900 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26901
26902         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
26903         (gst_alsa_open_audio), (gst_alsa_close_audio):
26904         * ext/alsa/gstalsa.c:
26905           Don't open the device if we're a mixer (= padless).
26906         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
26907         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
26908         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
26909           Open mixer during state change rather than during object
26910           initialization. Also, get a device name. Currently in a somewhat
26911           hackish fashion, but I didn't really find something better.
26912
26913 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26914
26915         * *.c, *.h: run gst-indent
26916
26917 2004-03-14  Benjamin Otte  <otte@gnome.org>
26918
26919         * gst/modplug/gstmodplug.cc:
26920         * gst/modplug/gstmodplug.h:
26921           set correct timestamps on outgoing buffers
26922
26923 2004-03-14  Benjamin Otte  <otte@gnome.org>
26924
26925         * gst/modplug/gstmodplug.cc:
26926           handle events - don't do crap when a discont arrives that's not
26927           necessary
26928           This allows correct loading and playback of mods in Rhythmbox
26929
26930 2004-03-14  Benjamin Otte  <otte@gnome.org>
26931
26932         * configure.ac:
26933         * gst-libs/gst/gconf/Makefile.am:
26934         * pkgconfig/Makefile.am:
26935           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
26936           they get rebuilt properly
26937         * configure.ac:
26938           when checking for vorbis, try pkgconfig first.
26939         * gst/modplug/gstmodplug.cc:
26940           add fixate function
26941
26942 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26943
26944         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26945           Fix for obvious mistake, where we first shift the offset and then
26946           read a samplesize element assuming the old offset. Note that this
26947           part still has something weird, i.e. my movies containing those
26948           don't actually play well, but at least there's something that looks
26949           like sound now.
26950
26951 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
26952         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
26953         (plugin_init):
26954         Add a typefind function for speex format
26955
26956 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26957
26958         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
26959         (gst_asf_demux_setup_pad):
26960           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
26961           instead of 0. Reason is simple: some elements have a fps range
26962           of 1-max instead of 0-max. So now ASF video actually works.
26963
26964 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26965
26966         * po/LINGUAS:
26967         * po/sr.po:
26968           adding serbian as a language
26969
26970 2004-03-13  Benjamin Otte  <otte@gnome.org>
26971
26972         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26973           return taglist correctly from _get function, don't gst_pad_push it.
26974           (fixes #137042)
26975
26976 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
26977         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26978
26979 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26980
26981         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
26982         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
26983         (gst_alsa_mixer_track_new):
26984         * ext/alsa/gstalsamixertrack.h:
26985           Fix ancient leftovers... MixerTrack is a GObject.
26986
26987 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26988
26989         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26990         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26991           Don't block during probing...
26992
26993 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26994
26995         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
26996         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
26997         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
26998         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
26999         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27000         (gst_alsa_open_audio), (gst_alsa_close_audio):
27001         * ext/alsa/gstalsa.h:
27002           Add propertyprobe interface implementation, add some device-name
27003           property, all this so that it looks good in gnome-volume-control.
27004
27005 2004-03-12  David Schleef  <ds@schleef.org>
27006
27007         * configure.ac: the Hermes library controls hermescolorspace, not
27008         colorspace.
27009         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27010         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27011         not /* */
27012         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27013         * ext/sdl/sdlvideosink.h: ditto.
27014         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27015
27016 2004-03-12  Benjamin Otte  <otte@gnome.org>
27017
27018         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27019         (gst_x_overlay_got_xwindow_id):
27020         * gst-libs/gst/xoverlay/xoverlay.h:
27021           replace XID with unsigned long to get rid of the xlibs dependency in
27022           XOverlay (fixes #137004)
27023
27024 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27025         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27026         (gst_agingtv_setup):
27027         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27028         (gst_dicetv_base_init), (gst_dicetv_class_init),
27029         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27030         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27031         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27032         (gst_edgetv_setup), (gst_edgetv_rgb32):
27033         * gst/effectv/gsteffectv.c:
27034         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27035         (gst_quarktv_set_property):
27036         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27037         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27038         (gst_revtv_setup), (gst_revtv_rgb32):
27039         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27040         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27041         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27042         (gst_shagadelictv_rgb32):
27043         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27044         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27045         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27046         * gst/effectv/gstwarp.c:
27047         Port everything that can be ported to videofilter and fix up the caps.
27048         Can someone with a big-endian machine please check these?
27049
27050 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27051
27052         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27053         (gst_osssink_chain), (gst_osssink_change_state):
27054           Latest fixes for A/V sync, audio playback and such. This is about
27055           all... MPEG playback issues are mostly related to the async build-
27056           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27057
27058 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27059
27060         patch from: Stephane Loeuillet
27061
27062         * configure.ac:
27063           use pkg-config for some libraries, falling back to the old .m4 way
27064           (fixes #131270)
27065         * m4/libdv.m4:
27066           removed
27067
27068 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27069
27070         * configure.ac:
27071         * tools/Makefile.am:
27072         * tools/Makefile.in:
27073         * tools/gst-launch-ext-m.m:
27074         * tools/gst-launch-ext.1.in:
27075         * tools/gst-visualise-m.m:
27076         * tools/gst-visualise.1:
27077         * tools/gst-visualise.1.in:
27078           reorganizing generation of script tools
27079
27080 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27081
27082         * ext/divx/gstdivxdec.c:
27083           Downgrade priority. We prefer ffdec_mpeg4.
27084         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27085         (gst_faad_chain), (gst_faad_change_state):
27086           Fix capsnego. Doesn't work for some sounds because we don't have
27087           a 5:1 to stereo element.
27088         * ext/xvid/gstxvid.c: (plugin_init):
27089           Add priority.
27090         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27091         (gst_osssink_change_state):
27092           Add discont handling.
27093
27094 2004-03-09  Colin Walters  <walters@verbum.org>
27095
27096         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27097         conversion.
27098
27099 2004-03-09  Benjamin Otte  <otte@gnome.org>
27100
27101         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27102           the signals take 2 arguments
27103
27104 2004-03-09  David Schleef  <ds@schleef.org>
27105
27106         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27107         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27108         * ext/alsa/gstalsa.h:
27109         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27110
27111 2004-03-09  Benjamin Otte  <otte@gnome.org>
27112
27113         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27114         (gst_mikmod_change_state):
27115         * ext/mikmod/gstmikmod.h:
27116           make mikmod's loop function not loop infinitely and call
27117           gst_element_yield anymore
27118         * gst/modplug/gstmodplug.cc:
27119           fix pad negotiation (fixes #136590)
27120
27121 2004-03-09  David Schleef  <ds@schleef.org>
27122
27123         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27124         doesn't conflict with the internal colorspace plugin.
27125         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27126         satisfy the crappy-ass shell shipped by a certain vendor.
27127         * gst/videofilter/make_filter: same (bug #135299)
27128
27129 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27130
27131         * configure.ac: bump nano to 1
27132
27133 === release 0.7.6 ===
27134
27135 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27136
27137         * configure.in: releasing 0.7.6, "There"
27138
27139 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27140
27141         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27142         * pkgconfig/gstreamer-play.pc.in:
27143           synchronize the two
27144
27145 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27146
27147         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27148         (cdparanoia_open), (cdparanoia_event):
27149           fix/add error handling
27150         * po/POTFILES.in:
27151           add cdparanoia source
27152         * tools/Makefile.am:
27153           make scripts executable
27154
27155 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27156
27157         * configure.ac:
27158         * ext/vorbis/Makefile.am:
27159         * sys/Makefile.am:
27160           remove id3types, vorbisfile and xvideosink from the build (#133783)
27161
27162 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27163
27164         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27165           Fix metadata read crash (#136537).
27166
27167 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27168
27169         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27170         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27171           adding mime types, fixing the one-stop function
27172
27173 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27174
27175         * ext/nas/nassink.c and /ext/nas/nassink.h:
27176         More NAS love from Arwed von Merkatz
27177         So lets all sing 'Can you feel the NAS tonight'
27178
27179 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27180
27181         * tools/gst-launch-ext.in:
27182         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27183
27184 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27185
27186         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27187         (gst_mpeg2dec_init):
27188         remove the user_data pad for now, because it is being used in
27189         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27190         If someone knows how to fix this properly, please do.
27191
27192 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27193
27194         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27195         (gst_osssink_get_time):
27196         add a warning, IMO this won't get triggered anymore, remove later
27197
27198 2004-03-07  David Schleef  <ds@schleef.org>
27199
27200         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27201         format (bug #136470)
27202
27203 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27204
27205         * gst-libs/Makefile.am:
27206         * gst-libs/gst/media-info/Makefile.am:
27207         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27208         (error_callback), (gst_media_info_error_create),
27209         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27210         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27211         * gst-libs/gst/media-info/media-info-priv.h:
27212         * gst-libs/gst/media-info/media-info-test.c: (main):
27213         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27214         (gst_media_info_class_init), (gst_media_info_instance_init),
27215         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27216         (gst_media_info_read_idler), (gst_media_info_read):
27217         * gst-libs/gst/media-info/media-info.h:
27218         fixed, should work now
27219
27220 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27221
27222         * ext/nas/nassink.c:
27223         A bunch of NAS fixes from Arwed von Merkatz
27224
27225 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27226
27227         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27228         (qtdemux_parse_trak):
27229           Fix crash (j might be greater than n_samples, in which case we're
27230           writing outside the allocated space for the array) and memleak.
27231
27232 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27233
27234         * sys/oss/gstosssink.c: (gst_osssink_chain):
27235           And another caller that couldn't handle delay < 0 (unsigned
27236           integer overflow). Video now continues playing on an audio
27237           buffer underrun, and the clock continues working. Audio still
27238           stalls.
27239
27240 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27241
27242         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27243         (gst_osssink_get_time):
27244           get_delay() may return values lower than 0. In those cases, we
27245           should not actually cast to *unsigned* int64, that will break
27246           stuff horribly. In my case, it screwed up A/V sync in movies
27247           in totem rather badly.
27248
27249 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27250
27251         * ext/faac/gstfaac.c: (gst_faac_chain):
27252         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27253         * ext/libpng/gstpngenc.c: (user_write_data):
27254         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27255         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27256         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27257         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27258         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27259         of any buffer), should fix some leaks. I hope I didn't unref buffers
27260         that shouldn't be...
27261
27262 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27263
27264         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27265         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27266         (error_callback), (gmi_reset), (gmi_seek_to_track),
27267         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27268         (gmip_find_type_post), (gmip_find_stream_post),
27269         (gmip_find_track_streaminfo_post):
27270         * gst-libs/gst/media-info/media-info-priv.h:
27271         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27272         (info_print), (main):
27273         * gst-libs/gst/media-info/media-info.c:
27274         (gst_media_info_error_create), (gst_media_info_error_element),
27275         (gst_media_info_instance_init), (gst_media_info_get_property),
27276         (gst_media_info_new), (gst_media_info_set_source),
27277         (gst_media_info_read_idler), (gst_media_info_read):
27278         * gst-libs/gst/media-info/media-info.h:
27279           first pass at making this work again.  This seems to work on
27280           tagged ogg/vorbis and mp3 files.
27281
27282 2004-03-06  Benjamin Otte  <otte@gnome.org>
27283
27284         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27285           fix huge leak: gst_buffer_merge doesn't unref the first argument
27286           itself.
27287
27288 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27289
27290         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27291           report layer/mode/emphasis
27292
27293 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27294
27295         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27296
27297 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27298
27299         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27300           signal serial
27301
27302 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27303
27304         * ext/vorbis/vorbis.c: (plugin_init):
27305         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27306         (gst_vorbis_dec_init), (vorbis_dec_event):
27307         add debug category
27308         make vorbisdec handle _BYTE and _TIME queries
27309
27310 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27311
27312         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27313           from the xing header
27314
27315 2004-03-06  Benjamin Otte  <otte@gnome.org>
27316
27317         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27318         (gst_audio_convert_link), (gst_audio_convert_change_state),
27319         (gst_audio_convert_buffer_from_default_format):
27320           do conversions from/to float correctly, fix some caps nego errors,
27321           export correct supported caps in template and getcaps, use correct
27322           caps in try_set_caps functions
27323
27324 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27325
27326         For some reason, I only committed a ChangeLog entry yesterday and
27327         not the corresponding code...
27328         * ext/mad/gstmad.c: Fix detection of Xing headers
27329         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27330
27331 2004-03-06  Benjamin Otte  <otte@gnome.org>
27332
27333         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27334         (gst_ogg_demux_src_query):
27335           make sure to handle the case where there's no current chain
27336           gracefully.
27337
27338 2004-03-05  David Schleef  <ds@schleef.org>
27339
27340         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27341         Add fixate function. (bug #131128)
27342         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27343         (gst_sdlvideosink_fixate):  Add fixate function.
27344         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27345         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27346         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27347         Fix missing break that was causing ulaw to be interpreted as
27348         raw int.
27349
27350 2004-03-05  David Schleef  <ds@schleef.org>
27351
27352         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27353         Fix code that ignores return value of gst_buffer_merge().
27354         (bug #114560)
27355         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27356         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27357         * testsuite/gst-lint:  Check for above.
27358
27359 2004-03-05  David Schleef  <ds@schleef.org>
27360
27361         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27362         caps and throw an element error.  (bug #136334)
27363
27364 2004-03-05  David Schleef  <ds@schleef.org>
27365
27366         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27367         (gst_faad_chain): Fix negotiation.
27368         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27369         key and button events.
27370         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27371         dung heap of code.
27372         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27373         depends on gconf
27374         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27375         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27376         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27377         function to encourage better negotiation, particularly between
27378         audioconvert and osssink.
27379         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27380         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27381         more important.
27382         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27383         typefinding.
27384         * gst/vbidec/vbiscreen.c:  Add glib header
27385         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27386
27387 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27388
27389         * ext/mad/gstmad.c: Fix detection of Xing headers
27390         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27391
27392 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27393
27394         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27395         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27396           debug updates
27397
27398 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27399
27400         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27401         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27402         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27403         files, and report the parsed length as a GST_TAG_DURATION tag.
27404         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27405
27406 2004-03-05  Benjamin Otte  <otte@gnome.org>
27407
27408         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27409           convert channels correctly. convert correctly to unsigned.
27410
27411 2004-03-05  Julien MOUTTE <julien@moutte.net>
27412
27413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27414         we have a window before clearing it.
27415
27416 2004-03-05  Julien MOUTTE <julien@moutte.net>
27417
27418         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27419         have a window before clearing it.
27420
27421 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27422
27423         * gconf/gstreamer.schemas.in:
27424         * gst-libs/gst/gconf/Makefile.am:
27425           version installation path the same way as for 0.6
27426         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27427         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27428         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27429           remove comment that was fixed
27430
27431 2004-03-05  David Schleef  <ds@schleef.org>
27432
27433         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27434         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27435         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27436         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27437         Add prototype code for handling seeking and querying.
27438
27439 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27440
27441         * examples/gstplay/player.c: (main):
27442           Initialize variables to NULL. Prevents a segfault because the
27443           (uninitialized) variable is not NULL, resulting in a crash on
27444           trying to reach error->message.
27445
27446 2004-03-05  Benjamin Otte  <otte@gnome.org>
27447
27448         * gst/audioconvert/gstaudioconvert.c:
27449         (gst_audio_convert_buffer_to_default_format):
27450         make float=>int conversion work correctly even in cornercases.
27451
27452 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27453
27454         * debian/README.Debian:
27455         * debian/build-deps:
27456         * debian/changelog:
27457         * debian/control:
27458         * debian/control.in:
27459         * debian/copyright:
27460         * debian/gstreamer-a52dec.files:
27461         * debian/gstreamer-aa.files:
27462         * debian/gstreamer-alsa.files:
27463         * debian/gstreamer-alsa.manpages:
27464         * debian/gstreamer-arts.files:
27465         * debian/gstreamer-artsd.files:
27466         * debian/gstreamer-audiofile.files:
27467         * debian/gstreamer-avifile.files:
27468         * debian/gstreamer-cdparanoia.files:
27469         * debian/gstreamer-colorspace.files:
27470         * debian/gstreamer-doc.files:
27471         * debian/gstreamer-dv.files:
27472         * debian/gstreamer-dvd.files:
27473         * debian/gstreamer-esd.files:
27474         * debian/gstreamer-festival.files:
27475         * debian/gstreamer-flac.files:
27476         * debian/gstreamer-gconf.conffiles:
27477         * debian/gstreamer-gconf.files:
27478         * debian/gstreamer-gconf.postinst:
27479         * debian/gstreamer-gnomevfs.files:
27480         * debian/gstreamer-gsm.files:
27481         * debian/gstreamer-http.files:
27482         * debian/gstreamer-jack.files:
27483         * debian/gstreamer-jpeg.files:
27484         * debian/gstreamer-mad.files:
27485         * debian/gstreamer-mikmod.files:
27486         * debian/gstreamer-misc.files:
27487         * debian/gstreamer-mpeg2dec.files:
27488         * debian/gstreamer-oss.files:
27489         * debian/gstreamer-plugin-apps.files:
27490         * debian/gstreamer-plugin-apps.manpages:
27491         * debian/gstreamer-plugin-libs-dev.files:
27492         * debian/gstreamer-plugin-libs.files:
27493         * debian/gstreamer-plugin-template.postinst:
27494         * debian/gstreamer-plugin-template.postrm:
27495         * debian/gstreamer-sdl.files:
27496         * debian/gstreamer-sid.files:
27497         * debian/gstreamer-vorbis.files:
27498         * debian/gstreamer-x.files:
27499         * debian/mk.control:
27500         * debian/rules:
27501         Debian package info not maintained here.
27502
27503 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27504
27505         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27506         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27507         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27508         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27509         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27510         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27511         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27512         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27513         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27514         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27515         * gst-libs/gst/colorbalance/colorbalance.c:
27516         (gst_color_balance_class_init):
27517         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27518         (gst_color_balance_channel_class_init):
27519         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27520         * gst-libs/gst/play/play.c: (gst_play_class_init):
27521         * gst-libs/gst/propertyprobe/propertyprobe.c:
27522         (gst_property_probe_iface_init):
27523         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27524         * gst-libs/gst/tuner/tunerchannel.c:
27525         (gst_tuner_channel_class_init):
27526         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27527         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27528         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27529         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27530         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27531         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27532         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27533         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27534         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27535           fix signals to use - instead of _
27536         * ext/libcaca/gstcacasink.h:
27537         * ext/sdl/sdlvideosink.h:
27538           fix header rename
27539
27540 2004-03-04  David Schleef  <ds@schleef.org>
27541
27542         * testsuite/gst-lint:  Add a check for bad signal names.
27543
27544 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27545
27546         reviewed by David Schleef
27547
27548         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27549         modified the alpha channel and caused a warning. (bug #136192)
27550
27551 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27552
27553         * gst-plugins.spec.in:
27554         Change names of plugins to actually be correct. Try to keep things
27555         alphabetical to avoid getting beat up by Thomas
27556
27557 2004-03-03  Julien MOUTTE <julien@moutte.net>
27558
27559         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27560         Using ximagesink as a default if no gconf key found. We should
27561         probably consider using alsasink instead of osssink for the audio
27562         part.
27563
27564 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27565
27566         * configure.ac:
27567           fix --with-plugins, don't think it ever worked before
27568         * gst-plugins.spec.in:
27569           even more updates
27570
27571 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27572
27573         * ext/sdl/sdlvideosink.h:
27574         * sys/ximage/ximagesink.h:
27575         * sys/xvideo/xvideosink.h:
27576         * sys/xvimage/xvimagesink.h:
27577           Fix for move of gstvideosink.h -> videosink.h.
27578
27579 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27580
27581         * gst-libs/gst/xwindowlistener/Makefile.am:
27582           this is a plugin library, not a library
27583
27584 2004-03-01  David Schleef  <ds@schleef.org>
27585
27586         * AUTHORS:  Added some names.  Add yourself if you're still
27587         missing.
27588
27589 2004-03-01  David Schleef  <ds@schleef.org>
27590
27591         * MAINTAINERS: Add
27592
27593 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27594
27595         * gst-plugins.spec.in: clean up spec file
27596
27597 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27598
27599         * gst-libs/gst/video/Makefile.am:
27600         * gst-libs/gst/video/gstvideosink.c:
27601         * gst-libs/gst/video/gstvideosink.h:
27602           rename gstvideosink.h to videosink.h to match other headers
27603         * gst/mixmatrix/Makefile.am:
27604           fix plugin filename
27605         * gst/tags/Makefile.am: fix plugin filename
27606
27607 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27608
27609         * gst/tags/Makefile.am: fix plugin filename
27610
27611 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27612
27613         * examples/gstplay/player.c: (got_time_tick), (main):
27614           add error handler
27615           display time_tick more readably
27616         * gst/mixmatrix/Makefile.am:
27617           fix plugin file name
27618
27619 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27620
27621         * sys/oss/gstosselement.c: (gst_osselement_probe),
27622         (device_combination_append), (gst_osselement_class_probe_devices):
27623         * sys/oss/gstosselement.h:
27624           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27625           on my system using alsa oss emulation, fixes bug #135597
27626
27627 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27628
27629         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27630         (gst_videodrop_chain), (gst_videodrop_change_state):
27631         * gst/videodrop/gstvideodrop.h:
27632           Work based on timestamp of input data, not based on the expected
27633           framerate from the input. The consequence is that this element now
27634           not only scales framerates, but also functions as a framerate
27635           corrector or framerate stabilizer/constantizer.
27636
27637 2004-02-27  David Schleef  <ds@schleef.org>
27638
27639         patches from jmmv@menta.net (Julio M. Merino Vidal)
27640
27641         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27642         GST_ELEMENT_ERROR call (bug #135634)
27643         * gst/interleave/interleave.c: (interleave_buffered_loop),
27644         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27645         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27646         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27647         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27648         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27649         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27650         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27651         Fix GST_ELEMENT_ERROR call.
27652         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27653         GST_ELEMENT_ERROR call.
27654
27655 2004-02-27  Benjamin Otte  <otte@gnome.org>
27656
27657         * gst-libs/gst/audio/audio.h:
27658           add macro to make sure header isn't included twice
27659         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27660           don't use gst_buffer_free
27661         * gst/playondemand/filter.func:
27662           don't use gst_data_free. Free data only once.
27663
27664 2004-02-26  David Schleef  <ds@schleef.org>
27665
27666         * gst-libs/gst/colorbalance/Makefile.am:
27667         * gst-libs/gst/mixer/Makefile.am:
27668         * gst-libs/gst/tuner/Makefile.am:
27669         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27670         should not be disted, -marshal.h files should not be installed,
27671         and -enum.h files _should_ be installed.  Fix to make this the
27672         case.
27673
27674 === release 0.7.5 ===
27675
27676 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27677
27678         * configure.ac: release 0.7.5, "Under The Sea"
27679
27680 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27681
27682         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27683         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27684         * gst/videoscale/gstvideoscale.c:
27685         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27686           assorted debug/warning fixes
27687
27688 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27689
27690         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27691         (gst_videoscale_init), (gst_videoscale_chain),
27692         (gst_videoscale_set_property), (plugin_init):
27693         * gst/videoscale/gstvideoscale.h:
27694         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27695         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27696         (gst_videoscale_planar400), (gst_videoscale_packed422),
27697         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27698         (gst_videoscale_24bit), (gst_videoscale_16bit),
27699         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27700         (gst_videoscale_scale_plane_slow),
27701         (gst_videoscale_scale_point_sample),
27702         (gst_videoscale_scale_nearest),
27703         (gst_videoscale_scale_nearest_str2),
27704         (gst_videoscale_scale_nearest_str4),
27705         (gst_videoscale_scale_nearest_32bit),
27706         (gst_videoscale_scale_nearest_24bit),
27707         (gst_videoscale_scale_nearest_16bit):
27708         add debugging category and use it properly
27709         fix use of GST_PTR_FORMAT
27710
27711 2004-02-25  Andy Wingo  <wingo@pobox.com>
27712
27713         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27714         push only when channel->buffer is NULL. Prevents segfaults doing
27715         the state change after a nonlocal exit, like a scheme exception.
27716
27717         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27718         Handle the case where the intersected caps is empty.
27719
27720 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27721
27722         * gst/law/mulaw-decode.c: (mulawdec_link):
27723         * gst/law/mulaw.c: (plugin_init):
27724           fix mulawdec so it actually works again
27725
27726 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
27727
27728         reviewed by: David Schleef  <ds@schleef.org>
27729
27730         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27731         (gst_gamma_init), (gst_gamma_set_property),
27732         (gst_gamma_get_property), (gst_gamma_calculate_tables),
27733         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
27734         for RGB, with separate r g and b correction factors. (#131167)
27735
27736 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27737
27738         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27739           only signal tags for bitrate if they're > 0 (#134894)
27740
27741 2004-02-24  David Schleef  <ds@schleef.org>
27742
27743         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27744         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27745         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27746         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27747         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27748         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27749         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27750         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27751         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
27752         category.  Attempt to fix timestamp calculation.
27753
27754 2004-02-24  Johan Dahlin  <johan@gnome.org>
27755
27756         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27757
27758 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27759
27760         * configure.ac:
27761         * gconf/Makefile.am:
27762         * gconf/gstreamer.schemas:
27763         * gst-libs/gst/gconf/Makefile.am:
27764         * gst-libs/gst/gconf/gconf.c:
27765           version gconf schemas and install locations
27766
27767 2004-02-23  Benjamin Otte  <otte@gnome.org>
27768
27769         * ext/xine/xineinput.c: (gst_xine_input_dispose):
27770         (gst_xine_input_subclass_init):
27771           call parent dispose.
27772           change pad template for CD reader correctly
27773         * ext/xine/Makefile.am:
27774         * ext/xine/gstxine.h:
27775         * ext/xine/xine.c: (plugin_init):
27776         * ext/xine/xineaudiosink.c:
27777           wrap audio sinks, too
27778         * gst-libs/gst/resample/private.h:
27779         * gst-libs/gst/resample/resample.c: (gst_resample_init),
27780         (gst_resample_reinit), (gst_resample_scale),
27781         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
27782         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
27783         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
27784         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
27785         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
27786         * gst-libs/gst/resample/resample.h:
27787         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27788         (gst_audioscale_class_init), (gst_audioscale_link),
27789         (gst_audioscale_get_buffer), (gst_audioscale_init),
27790         (gst_audioscale_chain), (gst_audioscale_set_property),
27791         (gst_audioscale_get_property):
27792         * gst/audioscale/gstaudioscale.h:
27793           s/resample_*/gst_resample_*/i to not clobber namespaces
27794
27795 2004-02-23  Julien MOUTTE  <julien@moutte.net>
27796
27797         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
27798         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
27799         (gst_riff_create_video_template_caps),
27800         (gst_riff_create_audio_template_caps),
27801         (gst_riff_create_iavs_template_caps):
27802         * gst-libs/gst/riff/riff-media.h:
27803         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27804         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
27805         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
27806         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27807         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27808         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
27809         (gst_matroska_demux_plugin_init): First batch implementing audio and
27810         video codec tags in demuxers.
27811
27812 2004-02-22  Benjamin Otte  <otte@gnome.org>
27813
27814         * ext/xine/Makefile.am:
27815         * ext/xine/gstxine.h:
27816         * ext/xine/xine.c: (plugin_init):
27817         * ext/xine/xineinput.c:
27818           add input plugin wrapper. Playback from files, http, mms and cdda
27819           works.
27820         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27821           remove leftover G_GNUC_UNUSED
27822         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
27823         (gst_asf_demux_identify_guid):
27824           improve debugging output
27825
27826 2004-02-22  Benjamin Otte  <otte@gnome.org>
27827
27828         reported by: Padraig O'Briain <padraig.obriain@sun.com>
27829
27830         * autogen.sh:
27831           replace test -e with test -x for mkinstalldirs to be more portable.
27832           (fixes #134816)
27833
27834 2004-02-22  Benjamin Otte  <otte@gnome.org>
27835
27836         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
27837
27838         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
27839           set rank to PRIMARY
27840         * gst/volume/gstvolume.c: (plugin_init):
27841           set rank to NONE
27842         fixes #134960
27843
27844 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
27845
27846         reviewed by Benjamin Otte  <otte@gnome.org>
27847
27848         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
27849           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
27850
27851 2004-02-22  Benjamin Otte  <otte@gnome.org>
27852
27853         * configure.ac:
27854           export [_]*{gst,Gst,GST}.* symbols from plugins
27855
27856 2004-02-22  Christophe Fergeau <teuf@gnome.org>
27857
27858         reviewed by: Benjamin Otte  <otte@gnome.org>
27859
27860         * ext/lame/gstlame.c: (add_one_tag):
27861         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27862         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
27863         (gst_vorbisenc_metadata_set1):
27864         * gst/tags/gstid3tag.c:
27865         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
27866           apply fixes from bugs #135042 (lame can't write tags) and #133817
27867           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
27868
27869 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
27870
27871         * configure.ac: Export only gst_plugin_desc from plugins.
27872          Note that this change only makes any effect with Linux using libtool
27873          1.5.2 or higher. Otherwise it is silently ignored, but it would build
27874          fine. And don't try to have several versions of libtool in different
27875          directories.
27876
27877 2004-02-20  Andy Wingo  <wingo@pobox.com>
27878
27879         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
27880         interleave respectively.
27881
27882         * gst/interleave/deinterleave.c: New plugin: deinterleave
27883         (replaces on oneton).
27884         * gst/interleave/interleave.c: New plugin: interleave.
27885         * gst/interleave/plugin.h: Support file.
27886         * gst/interleave/plugin.c: Support file.
27887
27888         * configure.ac: Remove intfloat and oneton, add interleave.
27889
27890         * ext/sndfile/gstsf.c: Handle events better.
27891
27892         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
27893         and float2int operation. int2float has scheduling problems as
27894         noted in in2float_chain.
27895
27896 2004-02-20  Benjamin Otte  <otte@gnome.org>
27897
27898         * ext/xine/Makefile.am:
27899         * ext/xine/gstxine.h:
27900         * ext/xine/xine.c:
27901         * ext/xine/xineaudiodec.c:
27902         * ext/xine/xinecaps.c:
27903           add first version of xine plugin wrapper. Currently only wraps the
27904           QDM2 win32 DLL, and even that only in proof-of-concept quality.
27905         * configure.ac:
27906         * ext/Makefile.am:
27907           add xine plugin wrapper, disabled by default. Use --enable-xine to
27908           build. Note that it'll segfault on gst-register if you don't remove
27909           the goom and tvtime post plugins from xine.
27910         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27911         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
27912           add extradata parsing for QDM2.
27913           change around debugging prints.
27914
27915 2004-02-19  Benjamin Otte  <otte@gnome.org>
27916
27917         * ext/lame/gstlame.c: (gst_lame_chain):
27918         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
27919           use gst_tag_list_insert when you want to insert tags
27920
27921 2004-02-18  David Schleef  <ds@schleef.org>
27922
27923         * configure.ac:  Move massink to gst-rotten
27924         * ext/Makefile.am:
27925         * ext/mas/Makefile.am:
27926         * ext/mas/massink.c:
27927         * ext/mas/massink.h:
27928
27929 2004-02-18  David Schleef  <ds@schleef.org>
27930
27931         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
27932         typefinding, since it seems to be worse than nothing.
27933         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
27934         atom to recognize .mp4 and .m4a files as video/quicktime.
27935
27936 2004-02-18  David Schleef  <ds@schleef.org>
27937
27938         * gst/sine/demo-dparams.c: (quit_live),
27939         (dynparm_log_value_changed), (dynparm_value_changed), (main):
27940         Use double dparams, not float.
27941         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27942         (gst_sinesrc_init): Change sync default to FALSE, since multiple
27943         sync'd elements don't really work correctly.
27944         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
27945         (volume_update_volume), (volume_get_property):  Change dparam
27946         to double.
27947
27948 2004-02-18  Julien MOUTTE  <julien@moutte.net>
27949
27950         * sys/ximage/ximagesink.c:
27951         (gst_ximagesink_xwindow_update_geometry),
27952         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27953         (gst_ximagesink_change_state), (gst_ximagesink_expose),
27954         (gst_ximagesink_init): Rework the way software video scaling works. So
27955         now we check on each chain call if the video frames are feeling the
27956         window. If not we try to renegotiate caps. On failure we memorize that
27957         and we won't try again for that PLAYING sessions.
27958         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
27959         failure.
27960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
27961         synchronous flag.
27962
27963 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27964
27965         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27966           break up _link so we can give a better debug message for errors
27967
27968 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27969
27970         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
27971           set up debug category
27972
27973 2004-02-18  Julien MOUTTE <julien@moutte.net>
27974
27975         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27976         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
27977         the way renegotiation work. The event handling function is not taking
27978         care of external windows and renegotiate method check for pad flags
27979         NEGOTIATING. Should fix : #133209
27980
27981 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27982
27983         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
27984         pad is negotiating before trying renegotiation.
27985
27986 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27987
27988         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
27989           pass on all possible mime types as typefind hints
27990
27991 2004-02-17  Julien MOUTTE <julien@moutte.net>
27992
27993         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
27994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
27995         possible SHM leak if we crash. All other apps using XShm are doing
27996         that.
27997
27998 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27999
28000         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28001         (gst_ximagesink_expose): Renegotiate size on expose.
28002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28003         size on expose.
28004
28005 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28006
28007         * testsuite/alsa/sinesrc.c:
28008           cosmetic fix to fix compile issue with gcc 2.95.4
28009
28010 2004-02-16  Julien MOUTTE <julien@moutte.net>
28011
28012         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28013         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28014         failed opening the audio device.
28015         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28016         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28017         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28018         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28019         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28020         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28021         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28022         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28023         Removing some useless g_return_if_fail like wingo suggested.
28024         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28025         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28026         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28027         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28028         (gst_xvimagesink_update_colorbalance),
28029         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28030         (gst_xvimagesink_xcontext_clear),
28031         (gst_xvimagesink_get_fourcc_from_caps),
28032         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28033         (gst_xvimagesink_set_xwindow_id),
28034         (gst_xvimagesink_colorbalance_list_channels),
28035         (gst_xvimagesink_colorbalance_set_value),
28036         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28037         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28038
28039 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28040
28041         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28042           throw error when not negotiated instead of asserting
28043
28044 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28045
28046         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28047         correct data refcounting.
28048
28049 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28050
28051         * gst/switch/gstswitch.c: (gst_switch_change_state),
28052         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28053         change, mostly the EOS flag.
28054
28055 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28056
28057         * examples/gstplay/player.c: (got_eos), (main): Adding some
28058         output for debugging.
28059         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28060         timeouts if we go to any state different from PLAYING.
28061         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28062         more EOS bugs in riff lib.
28063
28064 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28065
28066         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28067         visualization until i find a way to fix switch correctly.
28068         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28069         EOS arrives.
28070         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28071         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28072         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28073         Reworked switch to get a more correct behaviour with events and refing
28074         of data stored in sinkpads.
28075         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28076         we don't pull from a pad in EOS.
28077
28078 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28079
28080         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28081           remove v1 tag even if we can't read it (makes sure we don't detect
28082           it again)
28083
28084 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28085
28086         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28087         (gst_alsa_xrun_recovery):
28088         * ext/alsa/gstalsa.h:
28089           try xrun recovery when wait failed. Make xrun recovery function
28090           return TRUE/FALSE to indicate success. (might fix #134354)
28091
28092 2004-02-13  David Schleef  <ds@schleef.org>
28093
28094         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28095         (dynparm_value_changed), (main): Convert from float to double.
28096         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28097
28098 2004-02-13  David Schleef  <ds@schleef.org>
28099
28100         * gst/silence/gstsilence.c: (gst_silence_class_init),
28101         (gst_silence_set_clock), (gst_silence_get),
28102         (gst_silence_set_property), (gst_silence_get_property):
28103         * gst/silence/gstsilence.h: Add sync property.
28104         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28105         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28106         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28107         * gst/sine/gstsinesrc.h: Add sync property.
28108
28109 2004-02-13  David Schleef  <ds@schleef.org>
28110
28111         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28112         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28113
28114 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28115
28116         * configure.ac:
28117         * ext/Makefile.am:
28118         * gst-libs/ext/Makefile.am:
28119           move ffmpeg plugin to gst-ffmpeg module
28120
28121 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28122
28123         * configure.ac: use GST_ARCH to detect architecture
28124
28125 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28126
28127         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28128
28129 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28130
28131         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28132           classify LADSPA plugins based on number of src/sink pads
28133           (#133663, Stefan Kost)
28134         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28135           fix dparams registration
28136           (#133528, Stefan Kost)
28137         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28138           fix use of isprint and use g_ascii_isprint instead
28139           (#133316, Stefan Kost)
28140
28141 2004-02-11  David Schleef  <ds@schleef.org>
28142
28143         Convert a few inner loops to use liboil.  This is currently
28144         optional, and is only enabled if liboil is present (duh!).
28145         * configure.ac: Check for liboil-0.1
28146         * gst/intfloat/Makefile.am:
28147         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28148         (gst_int2float_chain_gint16):
28149         * gst/videofilter/Makefile.am:
28150         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28151         (tablelookup_u8), (gst_videobalance_planar411):
28152         * gst/videotestsrc/Makefile.am:
28153         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28154         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28155         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28156         (paint_hline_RGB565), (paint_hline_xRGB1555):
28157
28158 2004-02-11  David Schleef  <ds@schleef.org>
28159
28160         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28161         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28162         (gst_colorspace_getcaps), (gst_colorspace_link),
28163         (gst_colorspace_base_init), (gst_colorspace_init),
28164         (gst_colorspace_chain), (gst_colorspace_change_state),
28165         (plugin_init): Merge Ronald's patch (bug #117897) and update
28166         for new caps and negotiation.  Seems to work, although it
28167         shows off bugs in lcs.
28168
28169 2004-02-11  David Schleef  <ds@schleef.org>
28170
28171         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28172         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28173
28174 2004-02-11  David Schleef  <ds@schleef.org>
28175
28176         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28177         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28178         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28179         Add server and port properties
28180
28181 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28182
28183         * m4/a52.m4:
28184         * m4/aalib.m4:
28185         * m4/as-ffmpeg.m4:
28186         * m4/as-liblame.m4:
28187         * m4/as-slurp-ffmpeg.m4:
28188         * m4/check-libheader.m4:
28189         * m4/esd.m4:
28190         * m4/freetype2.m4:
28191         * m4/gconf-2.m4:
28192         * m4/glib.m4:
28193         * m4/gst-alsa.m4:
28194         * m4/gst-artsc.m4:
28195         * m4/gst-ivorbis.m4:
28196         * m4/gst-matroska.m4:
28197         * m4/gst-sdl.m4:
28198         * m4/gst-shout2.m4:
28199         * m4/gst-sid.m4:
28200         * m4/gtk.m4:
28201         * m4/libdv.m4:
28202         * m4/libfame.m4:
28203         * m4/libmikmod.m4:
28204         * m4/ogg.m4:
28205         * m4/vorbis.m4:
28206           fix underquotedness of macros (#133800)
28207         * m4/as-avifile.m4:
28208         * m4/xmms.m4:
28209           removed because no longer used
28210
28211 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28212
28213         * configure.ac:
28214           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28215           by autopoint (fixes #132996)
28216
28217 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28218
28219         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28220         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28221         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28222         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28223           fix memleaks
28224
28225 2004-02-11  David Schleef  <ds@schleef.org>
28226
28227         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28228         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28229         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28230         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28231         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28232         (gst_jpegenc_class_init), (gst_jpegenc_init),
28233         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28234         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28235         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28236         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28237
28238 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28239
28240         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28241         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28242         * ext/mikmod/gstmikmod.h:
28243           fix caps negotiation in mikmod
28244         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28245           output debug information
28246
28247 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28248
28249         * gst-libs/gst/colorbalance/Makefile.am:
28250         * gst-libs/gst/navigation/Makefile.am:
28251         * gst-libs/gst/xoverlay/Makefile.am:
28252           remove unused GST_OPT_CFLAGS from Makefiles
28253           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28254
28255 2004-02-07  David Schleef  <ds@schleef.org>
28256
28257         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28258         push events to pads that haven't been created (#133508)
28259
28260 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28261
28262         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28263         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28264         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28265         (gst_dvdec_loop), (gst_dvdec_change_state):
28266         Second attempt at committing a working dvdec element.
28267
28268 2004-02-06  David Schleef  <ds@schleef.org>
28269
28270         Build fixes for OS X: (see #129600)
28271         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28272         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28273         (gst_riff_read_strf_iavs):
28274         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28275         (gst_avi_demux_stream_odml):
28276         * gst/playondemand/Makefile.am:
28277         * gst/rtp/rtp-packet.c:
28278
28279 2004-02-05  David Schleef  <ds@schleef.org>
28280
28281         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28282         last change, because it Just Doesn't Compile.
28283
28284 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28285
28286         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28287           skip undecodable id3v2 tag instead of keeping it
28288
28289 2004-02-05  David Schleef  <ds@schleef.org>
28290
28291         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28292         Unref leaked buffer.  (Noticed by Ronald)
28293
28294 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28295
28296         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28297         Sync requires with other checks.  >= vs =.
28298
28299 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28300
28301         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28302         (gst_dvdec_video_link), (gst_dvdec_loop):
28303         * ext/dv/gstdvdec.h:
28304           rework the caps negotiation so that dvdec works again instead
28305           of just segfaulting.
28306
28307 === release 0.7.4 ===
28308
28309 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28310
28311         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28312         * configure.ac: changed for release
28313
28314 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28315
28316         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28317         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28318         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28319         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28320           reworked patch by David Lehn to fix libdir and includedir for
28321           uninstalled libraries
28322           removed play and gconf from gstreamer-libs since they have their
28323           own pkgconfig files
28324
28325 2004-02-04  David Schleef  <ds@schleef.org>
28326
28327         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28328         memleak.
28329
28330 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28331
28332         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28333           use correct GST_TAG_ENCODER tag
28334
28335 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28336
28337         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28338           be sure to stop the clock when going to paused
28339         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28340           reset number of transmitted when going to ready.
28341         fixes #132935
28342
28343 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28344
28345         reviewed by Benjamin Otte
28346
28347         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28348           extract track count (fixes #133410)
28349
28350 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28351
28352         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28353           that should be !=, not == (fixes #132519)
28354
28355 2004-02-04  David Schleef  <ds@schleef.org>
28356
28357         Make sure set_explicit_caps() is called before adding pad.
28358         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28359         * gst/id3/gstid3types.c: (gst_id3types_loop):
28360         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28361         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28362
28363 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28364
28365         * configure.ac:
28366           bump nano to 2, first prerelease
28367           put back AM_PROG_LIBTOOL
28368
28369 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28370
28371         * testsuite/alsa/Makefile.am:
28372           these are user test apps, not automatic testsuite tests
28373
28374 2004-02-04  David Schleef  <ds@schleef.org>
28375
28376         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28377         * gst/mpeg1videoparse/gstmp1videoparse.c:
28378         (mp1videoparse_parse_seq):
28379         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28380         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28381         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28382         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28383         (gst_xvideosink_getcaps):
28384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28385         * testsuite/gst-lint: more tests
28386
28387 2004-02-04  David Schleef  <ds@schleef.org>
28388
28389         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28390         with the code that they would expand to.
28391         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28392         (gst_flacdec_get_src_query_types),
28393         (gst_flacdec_get_src_event_masks):
28394         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28395         (gst_gnomevfssrc_get_query_types),
28396         (gst_gnomevfssrc_get_event_mask):
28397
28398 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28399
28400         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28401         (gst_sinesrc_dispose):
28402           fix memleak by properly disposing sinesrc
28403
28404 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28405
28406         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28407         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28408         an overlay to redraw the image because it has been exposed.
28409         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28410         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28411         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28412         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28413         interface
28414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28415         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28416         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28417         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28418         interface
28419
28420 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28421
28422         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28423           more memleak fixage
28424
28425 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28426
28427         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28428         * gst/typefind/gsttypefindfunctions.c:
28429           fix memleaks shown by gst-typefind
28430
28431 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28432
28433         * common/glib-gen.mak:
28434           add hack rule to touch .Plo files
28435         * gst-libs/gst/colorbalance/Makefile.am:
28436         * gst-libs/gst/mixer/Makefile.am:
28437         * gst-libs/gst/play/Makefile.am:
28438         * gst-libs/gst/tuner/Makefile.am:
28439           remove glib_root variable
28440
28441 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28442
28443         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28444           set explicit caps before adding the element, so the autopluggers can
28445           plug correctly.
28446         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28447         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28448         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28449         (dv_type_find):
28450           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28451           argument.
28452
28453 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28454
28455         * gst-libs/gst/colorbalance/Makefile.am:
28456         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28457         * gst-libs/gst/colorbalance/colorbalance.c:
28458         * gst-libs/gst/colorbalance/colorbalance.h:
28459         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28460         * gst-libs/gst/mixer/Makefile.am:
28461         * gst-libs/gst/mixer/mixer-marshal.list:
28462         * gst-libs/gst/mixer/mixer.c:
28463         * gst-libs/gst/mixer/mixer.h:
28464         * gst-libs/gst/mixer/mixermarshal.list:
28465         * gst-libs/gst/play/Makefile.am:
28466         * gst-libs/gst/play/play.h:
28467         * gst-libs/gst/tuner/Makefile.am:
28468         * gst-libs/gst/tuner/tuner-marshal.list:
28469         * gst-libs/gst/tuner/tuner.c:
28470         * gst-libs/gst/tuner/tuner.h:
28471         * gst-libs/gst/tuner/tunermarshal.list:
28472           use new glib-gen.mak snippet to clean up Makefile.am
28473           fix various bugs in Makefile.am's
28474
28475 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28476
28477         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28478           handle chain parsing correctly in the multichain case
28479         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28480         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28481         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28482         (theora_dec_chain):
28483           handle events and queries correctly
28484
28485 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28486
28487         * .cvsignore:
28488         Ignore generated file _stdint.h.
28489
28490 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28491
28492         * gst-libs/gst/colorbalance/Makefile.am:
28493         * gst-libs/gst/colorbalance/colorbalance.h:
28494         * gst-libs/gst/mixer/Makefile.am:
28495         * gst-libs/gst/mixer/mixer.h:
28496         * gst-libs/gst/play/Makefile.am:
28497         * gst-libs/gst/play/play.h:
28498         * gst-libs/gst/tuner/Makefile.am:
28499         * gst-libs/gst/tuner/tuner.h:
28500         Generate enum type code with glib-mkenums.
28501         * gst-libs/gst/colorbalance/.cvsignore:
28502         * gst-libs/gst/mixer/.cvsignore:
28503         * gst-libs/gst/play/.cvsignore:
28504         * gst-libs/gst/tuner/.cvsignore:
28505         Ignore generated files.
28506
28507 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28508
28509         * gst-libs/gst/audio/.cvsignore:
28510         Ignore generated file.
28511         * gst-libs/gst/audio/Makefile.am:
28512         Do not install example filter.
28513
28514 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28515
28516         * examples/switch/.cvsignore:
28517         Ignore generated file.
28518
28519 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28520
28521         * common/m4/ax_create_stdint_h.m4:
28522         * configure.ac:
28523           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28524           _stdint.h.
28525         * Makefile.am:
28526           remove generated _stdint.h in DISTCLEANFILES
28527         * ext/a52dec/gsta52dec.c:
28528           include _stdint.h for a52dec. (should fix #133064)
28529
28530 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28531
28532         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28533         (gst_tag_to_vorbis_comments):
28534         Add replaygain support to vorbistag
28535
28536 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28537         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28538         (gst_ffmpeg_caps_to_extradata):
28539           Fix SVQ3 caps flag properties
28540           Use glib macro for bytes swap
28541
28542 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28543
28544         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28545         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28546         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28547         * ext/sndfile/gstsf.c: (plugin_init):
28548         * gst/avi/gstavi.c: (plugin_init):
28549         * sys/dxr3/dxr3init.c: (plugin_init):
28550         * sys/oss/gstossaudio.c: (plugin_init):
28551         * sys/v4l/gstv4l.c: (plugin_init):
28552         * sys/v4l2/gstv4l2.c: (plugin_init):
28553           remove textdomain calls
28554         * po/nl.po:
28555           update Dutch translation
28556
28557 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28558
28559         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28560         (gst_play_set_audio_sink): Moving volume in the audio thread for
28561         instantaneous volume change. Maybe i will add another volume in front
28562         of visualization later, not sure yet though.
28563
28564 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28565
28566         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28567         (gst_ximagesink_handle_xevents): Better X events handling, only take
28568         the latest events for configure and motion.
28569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28570
28571 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28572
28573         reviewed by: David Schleef  <ds@schleef.org>
28574
28575         Fix memory leaks:
28576         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28577         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28578
28579 2004-02-02  David Schleef  <ds@schleef.org>
28580
28581         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28582         of lines.
28583         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28584         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28585         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28586         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28587         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28588         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28589         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28590         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28591         (gst_float2_2_int_link):
28592         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28593         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28594         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28595         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28596         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28597         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28598         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28599         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28600         * testsuite/gst-lint: Add tests for bzero and ;;
28601
28602 2004-02-02  David Schleef  <ds@schleef.org>
28603
28604         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28605
28606 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28607
28608         * ext/aalib/gstaasink.c: (gst_aasink_open):
28609         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28610         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28611         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28612         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28613         (gst_afsink_close_file):
28614         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28615         (gst_afsrc_close_file):
28616         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28617         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28618         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28619         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28620         * ext/esd/esdmon.c: (gst_esdmon_get):
28621         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28622         * ext/faac/gstfaac.c: (gst_faac_chain):
28623         * ext/faad/gstfaad.c: (gst_faad_chain):
28624         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28625         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28626         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28627         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28628         (gst_flacdec_loop):
28629         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28630         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28631         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28632         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28633         (gst_gnomevfssink_close_file):
28634         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28635         (gst_gnomevfssrc_open_file):
28636         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28637         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28638         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28639         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28640         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28641         * ext/mad/gstmad.c: (gst_mad_chain):
28642         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28643         * ext/mpeg2dec/gstmpeg2dec.c:
28644         * ext/mpeg2enc/gstmpeg2enc.cc:
28645         * ext/mplex/gstmplex.cc:
28646         * ext/mplex/gstmplexibitstream.cc:
28647         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28648         (gst_ogg_demux_push):
28649         * ext/raw1394/gstdv1394src.c:
28650         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28651         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28652         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28653         (gst_sf_loop):
28654         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28655         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28656         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28657         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28658         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28659         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28660         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28661         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28662         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28663         (gst_riff_read_element_data), (gst_riff_read_seek),
28664         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28665         * gst/adder/gstadder.c: (gst_adder_loop):
28666         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28667         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28668         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28669         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28670         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28671         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28672         * gst/goom/gstgoom.c: (gst_goom_chain):
28673         * gst/id3/gstid3types.c: (gst_id3types_loop):
28674         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28675         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28676         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28677         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28678         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28679         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28680         (gst_ebml_read_float), (gst_ebml_read_header):
28681         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28682         (gst_matroska_demux_parse_blockgroup):
28683         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28684         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28685         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28686         * gst/silence/gstsilence.c: (gst_silence_get):
28687         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28688         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28689         * gst/speed/gstspeed.c: (speed_loop):
28690         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28691         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28692         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28693         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28694         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28695         (gst_wavparse_loop):
28696         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28697         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28698         (dxr3audiosink_close):
28699         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28700         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28701         (dxr3videosink_close), (dxr3videosink_write_data):
28702         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28703         * sys/oss/gstosssink.c: (gst_osssink_chain):
28704         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28705         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28706         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28707         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28708         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28709         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28710         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28711         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28712         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28713         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28714         (gst_v4l_set_audio):
28715         * sys/v4l/v4l_calls.h:
28716         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28717         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28718         (gst_v4lmjpegsink_playback_init),
28719         (gst_v4lmjpegsink_playback_start):
28720         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28721         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28722         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28723         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28724         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28725         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28726         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28727         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28728         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28729         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28730         (gst_v4l2_get_output), (gst_v4l2_set_output),
28731         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28732         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28733         (gst_v4l2_set_attribute):
28734         * sys/v4l2/v4l2_calls.h:
28735         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28736         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28737         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28738         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28739         (gst_v4l2src_capture_stop):
28740         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28741         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28742         (gst_ximagesink_chain):
28743         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28744         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28745         (gst_xvideosink_xwindow_new):
28746         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28747         (gst_xvimagesink_chain):
28748
28749 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28750
28751         * gst/volume/gstvolume.c: (gst_volume_set_volume),
28752         (gst_volume_get_volume), (volume_class_init), (volume_init),
28753         (volume_chain_int16), (volume_update_volume):
28754         * gst/volume/gstvolume.h:
28755           make code more readable by removing magic numbers
28756           make mixer interface export 0-100 range
28757           make it internally map to 0.0-1.0 range so users don't distort
28758           output by putting the sliders at full volume
28759
28760 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28761
28762         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
28763         (gst_play_state_change), (gst_play_seek_to_time):
28764         block the tick callback for 0.5 secs after doing a seek
28765
28766 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28767
28768         * gst-libs/gst/play/play.c: (gst_play_new):
28769           check for GError
28770
28771 2004-02-01  Julien MOUTTE  <julien@moutte.net>
28772
28773         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
28774         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
28775         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28776         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
28777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28778         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
28779
28780 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28781
28782         * configure.ac:
28783         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28784           check for a function added in vorbis 1.1
28785
28786 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28787
28788         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28789         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
28790           really start/stop clock only on PLAYING <=> PAUSED
28791         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28792           remove \n from debugging lines
28793         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28794           make it work when seeking does not
28795         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28796           reset on DISCONT
28797
28798 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28799
28800         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
28801           start clock on PAUSED=>PLAYING, not later
28802         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28803           extract correct time for different discont formats
28804         (gst_alsa_sink_get_time):
28805           don't segfault when no format is negotiated yet, just return 0
28806         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28807         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
28808         (gst_ogg_pad_push):
28809           handle flush and discont events correctly
28810         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28811           handle discont events correctly
28812
28813 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
28814
28815         * gst-libs/gst/play/play.c: (gst_play_error_quark),
28816         (gst_play_error_create), (gst_play_error_plugin),
28817         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
28818         * gst-libs/gst/play/play.h:
28819           add error handling during creation
28820         * examples/gstplay/player.c: (main):
28821           use new gst_play_new
28822
28823
28824 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28825
28826         * ext/theora/theoradec.c: (theora_dec_chain):
28827           make comments work
28828         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
28829         (vorbis_dec_src_event), (vorbis_dec_chain):
28830           add encoder tag, fix tag reading to be more error tolerant, change
28831           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
28832           gst_pad_event_default.
28833         * gst/tags/gstvorbistag.c:
28834         (gst_tag_list_from_vorbiscomment_buffer):
28835           undefine function specific define at end of function
28836
28837 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
28838
28839         * ext/flac/gstflac.c: (plugin_init):
28840         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
28841         * ext/flac/gstflacdec.h:
28842         * ext/flac/gstflacenc.h:
28843           Fix typos
28844
28845 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
28846
28847         * examples/gstplay/player.c: s/gstplay.h/play.h/
28848
28849 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28850
28851         * gst-libs/gst/play/Makefile.am:
28852         * gst-libs/gst/play/gstplay.c:
28853         * gst-libs/gst/play/gstplay.h:
28854         * gst-libs/gst/play/play.c:
28855           more surgery, operation complete
28856
28857 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28858
28859         * gst-libs/gst/play/play.old.c:
28860         * gst-libs/gst/play/play.old.h:
28861           after CVS surgery by moving, remove
28862         * gst-libs/gst/play/playpipelines.c:
28863           remove
28864
28865         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28866           add negotiation error
28867
28868 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28869
28870         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28871         (gst_ogg_demux_push):
28872           add some seeking debug info
28873           send a flush when seeking
28874
28875 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28876
28877         * configure.ac:
28878           use AC_C_INLINE
28879         * configure.ac:
28880         * ext/Makefile.am:
28881         * ext/theora/Makefile.am:
28882         * ext/theora/theoradec.c:
28883           add theora video decoder. Does just do simple decoding for now and
28884           has been tested against Theora cvs only. It only works when theora
28885           is compiled with --enable-static.
28886         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28887           always reset packetno on DISCONT
28888
28889 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28890
28891         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28892           Fix audio.
28893
28894 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28895
28896         * gst/mpegaudioparse/gstmpegaudioparse.c:
28897         (mp3_type_frame_length_from_header):
28898           Fix header parsing - stolen from ffmpeg (thank you! :) ).
28899
28900 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28901
28902         * ext/esd/esdsink.c: (gst_esdsink_init):
28903           Since we have static pad template caps, we don't need to negotiate;
28904           either the core errors out or we know the format.
28905
28906 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28907
28908         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28909         (gst_riff_read_seek):
28910         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28911         (gst_ebml_read_seek):
28912           Fix event handling.
28913
28914 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28915
28916         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
28917           removee video/x-theora from vp3 decoder, it doesn't handle raw
28918           theora streams
28919         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
28920           fix bug with finalizing element that never went to PAUSED
28921         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
28922           length and position queries were swapped
28923         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
28924         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
28925         (vorbis_dec_src_event):
28926           implement querying time and bytes
28927
28928 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28929
28930         * just about every source file:
28931           gst_element_error -> GST_ELEMENT_ERROR
28932
28933 2004-01-29  Julien MOUTTE  <julien@moutte.net>
28934
28935         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
28936         emiting FLUSH and even before DISCONT.
28937         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
28938         get the best instant seeking as possible yay!
28939
28940 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28941
28942         * gst/mpeg1videoparse/gstmp1videoparse.c:
28943         (gst_mp1videoparse_real_chain):
28944           Committed wrong version last week... Grr... Didn't notice until now.
28945
28946 2004-01-29  Julien MOUTTE <julien@moutte.net>
28947
28948         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
28949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
28950         have_xwindow_id signal in xwindow_create.
28951
28952 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28953
28954         * ext/ogg/gstoggdemux.c:
28955           lots of changes - mainly support for chained bitstreams, seeking,
28956           querying and bugfixes of course
28957         * ext/vorbis/Makefile.am:
28958         * ext/vorbis/vorbisdec.c:
28959         * ext/vorbis/vorbisdec.h:
28960           add vorbisdec raw vorbis decoder
28961         * ext/vorbis/vorbis.c: (plugin_init):
28962           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
28963         * gst/intfloat/Makefile.am:
28964         * gst/intfloat/float22int.c:
28965         * gst/intfloat/float22int.h:
28966         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
28967           add float2intnew plugin. It converts multichannel interleaved float to
28968           multichannel interleaved int. The name should probably be changed.
28969         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
28970         (plugin_init):
28971           add typefinding for raw theora video so oggdemux can detect it.
28972
28973 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28974
28975         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
28976         sink element first.
28977         * gst/videoscale/gstvideoscale.c:
28978         (gst_videoscale_handle_src_event): Fixing src event handler.
28979
28980 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28981
28982         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28983         (gst_v4lsrc_open), (gst_v4lsrc_close),
28984         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
28985         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
28986         * sys/v4l/gstv4lsrc.h:
28987         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
28988         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
28989           Implement resizing... Hack. But that's why v4l is b0rked...
28990
28991 2004-01-28  Julien MOUTTE <julien@moutte.net>
28992
28993         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
28994         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
28995         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
28996         (gst_ximagesink_xwindow_destroy):
28997         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28998         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
28999         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29000         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29001         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29002         correctly cleaning the image created to check xshm calls on succes,
29003         added a lot of XSync calls in X11 functions, and fixed a segfault when
29004         no image format was defined before negotiation happened.
29005
29006 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29007
29008         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29009           use gst_element_get_time to get correct time
29010
29011 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29012
29013         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29014         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29015         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29016         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29017         (gst_xvimagesink_check_xshm_calls),
29018         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29019         X plugins are now able to detect that XShm calls will fail even if the
29020         server claims that it has XShm support (remote displays most of the
29021         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29022         so that we use non XShm functions. This feature is almost useless for
29023         xvimagesink as Xv is not supported on remote displays anyway, but
29024         it might happen than even on the local display XShm calls fail.
29025
29026 2004-01-27  David Schleef  <ds@schleef.org>
29027
29028         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29029         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29030         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29031         changed esdsink to only use 44100,16,2, since esd sucks at rate
29032         conversion and esdsink has had difficulty negotiating.
29033
29034 2004-01-27  Julien MOUTTE <julien@moutte.net>
29035
29036         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29037         (gst_play_seek_to_time): Fixing the way to get current position.
29038
29039 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29040
29041         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29042           use gst_element_get_time to get correct time
29043
29044 2004-01-27  Julien MOUTTE <julien@moutte.net>
29045
29046         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29047         fix ever... Inverting 2 lines of code make spider autoplug correctly
29048         tagged mp3 !
29049
29050 2004-01-27  David Schleef  <ds@schleef.org>
29051
29052         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29053         Use gst_pad_try_set_caps_nonfixed().
29054
29055 2004-01-27  David Schleef  <ds@schleef.org>
29056
29057         * gst/ac3parse/gstac3parse.c: update to checklist 5
29058         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29059         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29060         * gst/audioscale/gstaudioscale.c: same
29061         * gst/auparse/gstauparse.c: same
29062         * gst/avi/gstavidemux.c: same
29063
29064 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29065
29066         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29067           stop processing after EOS
29068
29069 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29070
29071         * gst/asfdemux/asfheaders.h:
29072         * gst/asfdemux/gstasfdemux.c:
29073         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29074         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29075         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29076           lot's of fixes to make data extraction simpler and get the code
29077           architecture and compiler independant. Add debugging category
29078         * gst/goom/gstgoom.c: (gst_goom_change_state):
29079           reset channel count on PAUSED=>READY, not READY=>PAUSED
29080
29081 2004-01-26  Colin Walters  <walters@verbum.org>
29082
29083         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29084         code to pull a bigger buffer in iradio mode.  This as a side effect
29085         makes typefinding work.
29086
29087 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29088
29089         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29090         Fix SVQ3 decoding on PPC
29091
29092 2004-01-26  Julien MOUTTE <julien@moutte.net>
29093
29094         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29095         that one managed to stay there... Fixed.
29096
29097 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29098
29099         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29100         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29101         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29102         (qtdemux_video_caps):
29103         * gst/qtdemux/qtdemux.h:
29104         Add SVQ3 specific flags to qtdemux and ffmpeg
29105
29106 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29107
29108         * gst-libs/gst/audio/audio.h:
29109           remove buffer-frames from audio caps
29110         * gst/audioconvert/gstaudioconvert.c:
29111           fix plugin to really work.
29112
29113 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29114
29115         * gst-libs/gst/mixer/mixer.c:
29116         * gst-libs/gst/propertyprobe/propertyprobe.c:
29117         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29118         (gst_tuner_find_channel_by_name):
29119         * gst-libs/gst/tuner/tuner.h:
29120           Add gtk-doc style comments. Also fix a function name.
29121
29122 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29123
29124         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29125         (gst_divxdec_negotiate):
29126           Fix for new capsnego - also fixes gst-player with divxdec.
29127
29128 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29129
29130         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29131         (gst_play_identity_handoff), (gst_play_set_location),
29132         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29133         try in visualization implementation. Still have an issue with switch
29134         blocking when pulling from video_queue and only audio comes out of
29135         spider.
29136         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29137         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29138         release method. And check if the pad is usable before pulling.
29139
29140 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29141
29142         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29143         (gst_videobalance_init),
29144         (gst_videobalance_colorbalance_list_channels),
29145         (gst_videobalance_colorbalance_set_value),
29146         (gst_videobalance_colorbalance_get_value),
29147         (gst_videobalance_update_properties),
29148         (gst_videobalance_update_tables_planar411),
29149         (gst_videobalance_planar411):
29150         * gst/videofilter/gstvideobalance.h:
29151           Implement lookup-tables. +/- 10x faster.
29152
29153 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29154
29155         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29156         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29157           The index reading was broken. The rest worked fine, but the whole
29158           goal of my rewrite was to make avidemux readable, and this was
29159           not at all readable. Please use typed variables.
29160
29161 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29162
29163         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29164           Additional pad usability check.
29165         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29166         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29167         (gst_mp1videoparse_real_chain):
29168           Fix MPEG video stream parsing. The original plugin had several
29169           issues, including not timestamping streams where the source was
29170           not timestamped (this happens with PTS values in mpeg system
29171           streams, but MPEG video is also a valid stream on its own so
29172           that needs timestamps too). We use the display time code for that
29173           for now. Also, if one incoming buffer contains multiple valid
29174           frames, we push them all on correctly now, including proper EOS
29175           handling. Lastly, several potential segfaults were fixed, and we
29176           properly sync on new sequence/gop headers to include them in next,
29177           not previous frames (since they're header for the next frame, not
29178           the previous). Also see #119206.
29179         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29180         (bpf_from_header):
29181           Move caps setting so we only do it after finding several valid
29182           MPEG-1 fraes sequentially, not right after the first one (which
29183           might be coincidental).
29184         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29185         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29186         (plugin_init):
29187           Add unsynced MPEG video stream typefinding, and change some
29188           probability values so we detect streams rightly. The idea is as
29189           follows: I can have an unsynced system stream which contains
29190           video. In the current code, I would randomly get a type for either
29191           system or video stream type found, because the probabilities are
29192           being calculated rather randomly. I now use fixed values, so we
29193           always prefer system stream if that was found (and that is how it
29194           should be). If no system stream was found, we can still identity                the stream as video-only.
29195
29196 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29197
29198         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29199         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29200           don't write to buffer. Extract data without the need of
29201           __attribute__ ((packed))
29202
29203 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29204
29205         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29206         (mpeg1_sys_type_find):
29207           Fix MPEG-1 stream typefinding.
29208
29209 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29210
29211         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29212           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29213
29214 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29215
29216         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29217         * ext/esd/gstesd.c: (plugin_init):
29218           private debugging, better error reporting
29219
29220 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29221
29222         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29223         (gst_riff_read_init), (gst_riff_read_change_state):
29224         * gst-libs/gst/riff/riff-read.h:
29225           Remove stuff fromold metadata system.
29226
29227 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29228
29229         * ext/ogg/gstoggdemux.c:
29230           Fix wrong file comment.
29231         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29232         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29233           Add metadata reading properly.
29234
29235 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29236
29237         * ext/Makefile.am:
29238           Fix nas DIST_SUBDIRS
29239           Uraeus:
29240           Fix bug where make distcheck doesn't get run on adding stuff to
29241           the build.
29242
29243 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29244
29245         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29246         * ext/divx/gstdivxdec.h:
29247           Fix divx3 ("msmpeg4") playback using divxdec.
29248
29249 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29250
29251         * gst/typefind/gsttypefindfunctions.c:
29252         (mp3_type_frame_length_from_header): fix bug in length computation
29253         (mp3_type_find): improve debugging output
29254
29255 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29256
29257         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29258         (gst_play_set_location), (gst_play_seek_to_time),
29259         (gst_play_set_audio_sink), (gst_play_set_visualization),
29260         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29261         the pipeline from scratch. Visualization is back and switch went out as
29262         i realized it was not possible to use the way i wanted.
29263         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29264         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29265         clearing in state change from READY to NULL. So that one can clean the
29266         X ressources keeping the element.
29267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29268         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29269         (gst_xvimagesink_colorbalance_set_value),
29270         (gst_xvimagesink_colorbalance_get_value),
29271         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29272         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29273         change from READY to NULL and fixed some stupid bugs in colorbalance
29274         get/set values. Also added the following feature : when nobody tries to
29275         set some values to the colorbalance levels before the xcontext is
29276         grabbed, then when creating channels list from Xv attributes we set the
29277         internal values to the Xv defaults. This way we handle buggy Xv drivers
29278         that set default hue values far from the middle of the range (Thanks
29279         to Jon Trowbridge for pointing that issue).
29280         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29281         colorbalance levels have been set before xcontext is grabbed.
29282
29283 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29284
29285         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29286           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29287           it might block operations (which is bad for a mixer).
29288
29289 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29290
29291         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29292         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29293         (gmip_find_type_pre):
29294         * gst-libs/gst/media-info/media-info-priv.h:
29295         * gst-libs/gst/media-info/media-info.c:
29296         (gst_media_info_instance_init), (gst_media_info_read_idler):
29297         add fakesink to get caps on decoder src pad again
29298         fix callback prototype to match new have_type signal signature
29299
29300 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29301
29302         * gst/adder/gstadder.c: (gst_adder_link):
29303           fix non-compile and cut-n-paste code
29304
29305 2004-01-21  David Schleef  <ds@schleef.org>
29306
29307         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29308         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29309         (gst_swfdec_init), (gst_swfdec_change_state):
29310         * ext/swfdec/gstswfdec.h:
29311         Fix negotiation.
29312         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29313         (gst_adder_request_new_pad): Fix negotiation.
29314         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29315         Add a fixate function.
29316         * gst/intfloat/gstfloat2int.c:
29317         * gst/intfloat/gstfloat2int.h:
29318         * gst/intfloat/gstint2float.c:
29319         * gst/intfloat/gstint2float.h:
29320         Completely rewrite the negotiation.  Doesn't quite work yet,
29321         due to some buffer-frames problem.
29322
29323 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29324
29325         * ext/gnomevfs/gstgnomevfssrc.c:
29326         * sys/v4l2/v4l2_calls.h:
29327           fix includes for distcheck
29328
29329 2004-01-21  Christian Schaller <uraeus@gnome.org>
29330
29331         * ext/nas/
29332         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29333         based on earlier patch from Laurent Vivier
29334
29335 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29336
29337         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29338         Fix wma caps property
29339         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29340         Fix typo (flags1 and flags2)
29341
29342 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29343
29344         * gst-libs/gst/media-info/media-info-priv.c:
29345         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29346         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29347         (gmip_find_stream), (gmip_find_track_metadata),
29348         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29349         (gmip_find_track_format):
29350         * gst-libs/gst/media-info/media-info-priv.h:
29351         * gst-libs/gst/media-info/media-info-test.c: (main):
29352         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29353         (gst_media_info_read_idler), (gst_media_info_read):
29354         * gst-libs/gst/media-info/media-info.h:
29355           register debugging category and use it for debugging
29356
29357 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29358
29359         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29360         (gst_vorbisfile_new_link):
29361           signal streaminfo through tags
29362
29363 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29364
29365         * ext/mplex/gstmplex.cc:
29366         * ext/mplex/gstmplexibitstream.cc:
29367           g++ doesn't like NULL in our i18n/error macros, should be
29368           either (NULL) or ("").
29369
29370 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29371
29372         * sys/dxr3/dxr3audiosink.c:
29373         * sys/dxr3/dxr3init.c:
29374         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29375         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29376           Fix more error error error errors (missing includes here).
29377
29378 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29379
29380         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29381           fix thomas' error errors.
29382
29383 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29384
29385         * ext/mpeg2enc/gstmpeg2enc.cc:
29386           fix error errors.
29387
29388 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29389
29390         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29391         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29392           Fix for new error system.
29393
29394 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29395
29396         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29397           fix for new error reporting
29398
29399 2004-01-20  David Schleef  <ds@schleef.org>
29400
29401         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29402         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29403         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29404         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29405         and neither is 100+, most likely.
29406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29407         (gst_xvimagesink_getcaps): same
29408
29409 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29410
29411         * configure.ac:
29412           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29413           clashes with ffmpeg.
29414
29415 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29416
29417         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29418         (gst_switch_init): Fixed switch element : proxying link and setting
29419         caps from src to sink on request.
29420
29421 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29422
29423         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29424         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29425         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29426         fix element_error
29427
29428 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29429
29430         * sys/v4l/v4l_calls.h:
29431         * sys/v4l2/v4l2_calls.h:
29432           element_error fixes
29433
29434 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29435
29436         * gst-libs/gst/gst-i18n-plugin.h:
29437           add locale.h
29438           remove config.h inclusion
29439
29440 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29441
29442         * autogen.sh:
29443           adding autopoint invocation
29444         * Makefile.am:
29445         * configure.ac:
29446         * gst-libs/gst/gettext.h:
29447           adding gettext bits
29448         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29449         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29450         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29451         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29452         (gst_gnomevfssink_close_file):
29453         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29454         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29455         * gst-libs/gst/gst-i18n-plugin.h:
29456         * gst/avi/gstavi.c: (plugin_init):
29457         * sys/dxr3/dxr3init.c: (plugin_init):
29458         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29459         * sys/oss/gstossaudio.c: (plugin_init):
29460         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29461         * sys/v4l/gstv4l.c: (plugin_init):
29462         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29463         * sys/v4l2/gstv4l2.c: (plugin_init):
29464         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29465         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29466         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29467         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29468         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29469         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29470           make sure locale and translation domain are set
29471           fix translated strings
29472         * po/.cvsignore:
29473         * po/LINGUAS:
29474         * po/Makevars:
29475         * po/POTFILES.in:
29476         * po/nl.po:
29477           put translation files into place
29478         * sys/xvideo/imagetest.c: (main):
29479         * ext/dv/demo-play.c: (main):
29480           fix unnecessary translations
29481
29482 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29483
29484         * ext/sndfile/gstsf.c:
29485         * gst/avi/gstavimux.c:
29486         * ext/audiofile/gstafsink.c:
29487         * ext/audiofile/gstafsrc.c:
29488         * ext/gnomevfs/gstgnomevfssink.c:
29489         * ext/gnomevfs/gstgnomevfssrc.c:
29490         * sys/oss/gstosselement.c:
29491         * sys/v4l/v4l_calls.h:
29492           fix i18n include
29493
29494 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29495
29496         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29497         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29498         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29499         (gst_v4l2_get_output), (gst_v4l2_set_output),
29500         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29501         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29502         (gst_v4l2_set_attribute):
29503         update to new error handling
29504
29505 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29506
29507         * ext/sidplay/gstsiddec.cc:
29508         * gst/modplug/gstmodplug.cc:
29509           parenthese NULL because C++ seems angry about it
29510
29511 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29512
29513         * gst-libs/gst/gst-i18n-plugin.h:
29514           add skeleton i18n stuff, but needs to be further implemented
29515
29516 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29517
29518         * examples/gstplay/player.c: (main):
29519         * ext/aalib/gstaasink.c: (gst_aasink_open):
29520         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29521         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29522         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29523         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29524         (gst_afsink_close_file):
29525         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29526         (gst_afsrc_close_file):
29527         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29528         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29529         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29530         * ext/esd/esdmon.c: (gst_esdmon_get):
29531         * ext/esd/esdsink.c: (gst_esdsink_chain):
29532         * ext/faac/gstfaac.c: (gst_faac_chain):
29533         * ext/faad/gstfaad.c: (gst_faad_chain):
29534         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29535         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29536         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29537         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29538         (gst_flacdec_loop):
29539         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29540         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29541         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29542         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29543         (gst_gnomevfssink_close_file):
29544         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29545         (gst_gnomevfssrc_open_file):
29546         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29547         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29548         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29549         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29550         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29551         * ext/mad/gstmad.c: (gst_mad_chain):
29552         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29553         * ext/mpeg2dec/gstmpeg2dec.c:
29554         * ext/mpeg2enc/gstmpeg2enc.cc:
29555         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29556         * ext/mplex/gstmplex.cc:
29557         * ext/mplex/gstmplexibitstream.cc:
29558         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29559         (gst_ogg_demux_push), (gst_ogg_pad_push):
29560         * ext/raw1394/gstdv1394src.c:
29561         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29562         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29563         * ext/sidplay/gstsiddec.cc:
29564         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29565         (gst_sf_loop):
29566         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29567         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29568         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29569         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29570         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29571         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29572         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29573         * gst-libs/gst/Makefile.am:
29574         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29575         (gst_riff_read_element_data), (gst_riff_read_seek),
29576         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29577         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29578         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29579         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29580         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29581         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29582         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29583         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29584         * gst/goom/gstgoom.c: (gst_goom_chain):
29585         * gst/id3/gstid3types.c: (gst_id3types_loop):
29586         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29587         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29588         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29589         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29590         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29591         (gst_ebml_read_float), (gst_ebml_read_header):
29592         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29593         (gst_matroska_demux_parse_blockgroup):
29594         * gst/modplug/gstmodplug.cc:
29595         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29596         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29597         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29598         * gst/silence/gstsilence.c: (gst_silence_get):
29599         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29600         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29601         * gst/speed/gstspeed.c: (speed_loop):
29602         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29603         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29604         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29605         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29606         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29607         (gst_wavparse_loop):
29608         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29609         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29610         (dxr3audiosink_close):
29611         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29612         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29613         (dxr3videosink_close), (dxr3videosink_write_data):
29614         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29615         * sys/oss/gstosselement.h:
29616         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29617         (gst_osssink_chain):
29618         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29619         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29620         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29621         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29622         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29623         (gst_v4l_enable_overlay):
29624         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29625         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29626         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29627         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29628         (gst_v4l_set_audio):
29629         * sys/v4l/v4l_calls.h:
29630         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29631         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29632         (gst_v4lmjpegsink_playback_init),
29633         (gst_v4lmjpegsink_playback_start):
29634         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29635         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29636         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29637         (gst_v4lmjpegsrc_requeue_frame):
29638         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29639         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29640         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29641         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29642         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29643         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29644         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29645         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29646         (gst_v4l2src_capture_stop):
29647         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29648         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29649         (gst_ximagesink_chain):
29650         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29651         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29652         (gst_xvideosink_xwindow_new):
29653         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29654         (gst_xvimagesink_chain):
29655         use new error signal, function and categories
29656
29657 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29658
29659         * configure.ac:
29660         * ext/Makefile.am:
29661         * ext/musicbrainz/gsttrm.c:
29662         * ext/musicbrainz/gsttrm.h:
29663         * ext/musicbrainz/Makefile.am:
29664         Add a trm plugin
29665
29666 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29667
29668         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29669         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29670         synchronous property for debugging.
29671         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29673         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29674         smaller block, fixing indent.
29675
29676 2004-01-16  David Schleef  <ds@schleef.org>
29677
29678         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29679         property affects the video stream.
29680         * sys/xvimage/xvimagesink.c:
29681         * sys/xvimage/xvimagesink.h:
29682         Add synchronous property for debugging.  Should probably be
29683         disabled in non-CVS builds.  Make sure that the Xv attribute
29684         exists before we set it (crash!).  Fix a silly float bug that
29685         caused colorbalance to just not work.
29686
29687 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29688
29689         * tools/gst-launch-ext.in - update for new plugins
29690
29691 2004-01-16  David Schleef  <ds@schleef.org>
29692
29693         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29694         already-freed caps.
29695
29696 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29697
29698         * Update spec for new colorspace plugin and libcaca plugin
29699         * Fix compilation of libcaca plugin (clock -> id)
29700
29701 2004-01-16  Julien MOUTTE <julien@moutte.net>
29702
29703         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29704         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29705         (gst_xvimagesink_set_xwindow_id),
29706         (gst_xvimagesink_colorbalance_set_value),
29707         (gst_xvimagesink_colorbalance_get_value),
29708         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29709         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29710         correct colorbalance properties. They can now be set when the element
29711         is still in NULL state. The values will be committed to the Xv Port
29712         when xcontext is initialized.
29713         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29714         brightness int values in the GstXvImagesink structure.
29715
29716 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29717
29718         * gst-libs/gst/Makefile.am:
29719           restructure so having local patches works easier.
29720
29721 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29722
29723         * ext/mpeg2enc/Makefile.am:
29724         * ext/mpeg2enc/gstmpeg2enc.cc:
29725         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29726           Bugfix with respect to EOS handling.
29727
29728 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29729
29730         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29731           Link with right caps (else, it segfaults).
29732         * ext/mplex/gstmplexjob.cc:
29733           Fix for slight API change in 1.6.1.93 release of mjpegtools.
29734
29735 2004-01-15  David Schleef  <ds@schleef.org>
29736
29737         * gst-libs/gst/audio/Makefile.am:
29738         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29739         from the template.
29740         * gst-libs/gst/audio/gstaudiofilter.c:
29741         * gst-libs/gst/audio/gstaudiofilter.h:
29742         Add bytes_per_sample and size and n_samples calculation.
29743         * gst-libs/gst/audio/gstaudiofilterexample.c:
29744         Remove, now autogenerated.
29745         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29746         Moved from gstaudiofilterexample, object name changed, code added
29747         so that it actually works.
29748         * gst-libs/gst/audio/make_filter:
29749         Script to build an audiofilter subclass from the template.
29750         * gst/colorspace/Makefile.am:
29751         * gst/colorspace/yuv2yuv.c:
29752         Remove file, since it's GPL, and we don't use it.
29753
29754 2004-01-15  Julien MOUTTE  <julien@moutte.net>
29755
29756         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29758         them use the buffer free function to test how the buffer was allocated.
29759
29760 2004-01-15  David Schleef  <ds@schleef.org>
29761
29762         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
29763         that handles osssink fallback.
29764         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
29765         (gst_audio_convert_getcaps):
29766         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29767         Add audio/x-qdm2 for QDM2 audio.
29768         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29769         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
29770         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29771         Decrease minimum size to 16x16.
29772         * gst/wavparse/gstwavparse.c:
29773         Convert disabled pad template caps to new caps.
29774         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29776         (gst_xvimagesink_chain): Throw element error when display cannot
29777         be opened.  Increase minimum framerate to 1.0.  Check the data
29778         free function on a buffer to make sure it is the type we expect
29779         before manipulating it.
29780
29781 2004-01-15  Julien MOUTTE <julien@moutte.net>
29782
29783         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29784         (gst_videobalance_colorbalance_set_value): Implement passthru if
29785         settings are in the middle.
29786         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
29787
29788 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29789
29790         * gst/videofilter/Makefile.am:
29791         * gst/volume/Makefile.am:
29792           Since we use videofilter symbols, link to it.
29793
29794 2004-01-15  Julien MOUTTE <julien@moutte.net>
29795
29796         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
29797         mixer interface type to HARDWARE.
29798         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
29799         type to SOFTWARE.
29800         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
29801         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
29802         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
29803         (gst_volume_interface_init), (gst_volume_list_tracks),
29804         (gst_volume_set_volume), (gst_volume_get_volume),
29805         (gst_volume_set_mute), (gst_volume_mixer_init),
29806         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
29807         (volume_init): Implementing mixer interface.
29808         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
29809         * sys/oss/gstosselement.c: (gst_osselement_get_type),
29810         (gst_osselement_change_state): Removing some trailing commas in
29811         structures.
29812         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
29813         interface type to HARDWARE.
29814         * sys/v4l/gstv4lcolorbalance.c:
29815         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
29816         type to HARDWARE.
29817         * sys/v4l2/gstv4l2colorbalance.c:
29818         (gst_v4l2_color_balance_interface_init): Setting colorbalance
29819         interface type to HARDWARE.
29820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
29821         same code than ximagesink for event handling.
29822
29823 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29824
29825         * ext/snapshot/Makefile.am:
29826         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
29827         (gst_snapshot_chain):
29828         * ext/snapshot/gstsnapshot.h:
29829           This has to be a joke... Snapshot should be connected to a tee,
29830           colorspace element before it and EOS after that, where the other
29831           src of the tee receives normal data.
29832           The current way is *wrong*.
29833
29834 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29835
29836         * ext/hermes/gsthermescolorspace.c:
29837           Fix another compile error. Same as below.
29838
29839 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29840
29841         * gst/colorspace/gstcolorspace.c:
29842         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
29843         (gst_colorspace_i420_to_yv12):
29844           Fix compiling... Didn't test if it actually works.
29845
29846 2004-01-15  David Schleef  <ds@schleef.org>
29847
29848         * configure.ac:
29849         * gst/colorspace/Makefile.am:
29850         * gst/colorspace/gstcolorspace.c:
29851         * gst/colorspace/gstcolorspace.h:
29852         * gst/colorspace/yuv2rgb.c:
29853         * gst/colorspace/yuv2rgb.h:
29854         Duplicate the ext/hermes colorspace plugin, and remove Hermes
29855         code and GPL code.  Fix for new caps negotiation.  Rewrite
29856         much of the format handling code, and some of the conversion
29857         code.  Basically, rewrote almost everything.  This element
29858         handles I420, YV12 to RGB conversions.
29859         * ext/hermes/Makefile.am:
29860         * ext/hermes/gsthermescolorspace.c:
29861         Rename colorspace to hermescolorspace.  Fix negotiation issues.
29862         Remove non-Hermes related code.  This element handles lots of
29863         RGB to RGB conversions, but no YUV.
29864         * ext/hermes/gstcolorspace.c:
29865         * ext/hermes/gstcolorspace.h:
29866         * ext/hermes/rgb2yuv.c:
29867         * ext/hermes/yuv2rgb.c:
29868         * ext/hermes/yuv2rgb.h:
29869         * ext/hermes/yuv2rgb_mmx16.s:
29870         * ext/hermes/yuv2yuv.c:
29871         * ext/hermes/yuv2yuv.h:
29872         Remove old code.
29873
29874 2004-01-14  Colin Walters  <walters@verbum.org>
29875
29876         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
29877         they've already been.
29878
29879 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29880
29881         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29882           assume tag mode when pad is not connected
29883
29884 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29885
29886         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29887           Don't update the time of the clock
29888         (gst_alsa_sink_loop):
29889           sync to the clock given to alsasink, not the own clock
29890         * sys/oss/gstosssink.c: (gst_osssink_chain):
29891           sync to the clock
29892         (gst_osssink_change_state):
29893           activate the clock
29894         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29895         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29896           remove bogus code that made DISCONT events unhandled
29897         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29898           explicitly case to double in _set_simple. (fixes 2nd warning in bug
29899           #131502)
29900         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
29901         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
29902         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
29903           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
29904           2nd warning in bug #131502)
29905
29906 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29907
29908         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29909         (gst_videobalance_colorbalance_set_value),
29910         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
29911         for colorbalance interface implementation.
29912         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29913         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
29914         (gst_ximagesink_dispose), (gst_ximagesink_init),
29915         (gst_ximagesink_class_init): Adding DISPLAY property.
29916         * sys/ximage/ximagesink.h: Adding display_name to store display.
29917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29918         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29919         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
29920         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
29921         properties (they still need polishing though for gst-launch use : no
29922         xcontext yet, i ll do that tomorrow).
29923         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
29924
29925 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29926
29927         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29928         (gst_play_set_location), (gst_play_set_visualization): Preparing
29929         switch integration, adding videobalance in the pipeline.
29930
29931 2004-01-14  Julien MOUTTE <julien@moutte.net>
29932
29933         * gst-libs/gst/colorbalance/colorbalance.c:
29934         (gst_color_balance_class_init): Adding a default type.
29935         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
29936         the type.
29937         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
29938         (gst_videobalance_dispose), (gst_videobalance_class_init),
29939         (gst_videobalance_init), (gst_videobalance_interface_supported),
29940         (gst_videobalance_interface_init),
29941         (gst_videobalance_colorbalance_list_channels),
29942         (gst_videobalance_colorbalance_set_value),
29943         (gst_videobalance_colorbalance_get_value),
29944         (gst_videobalance_colorbalance_init): Implementing colorbalance
29945         interface.
29946         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
29947         list.
29948         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
29949         bug which was triggering a BadAccess X error when setting an overlay
29950         before pad was really negotiated.
29951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
29952         Using the colorbalance type macro.
29953
29954 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29955
29956         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
29957         (gst_flacenc_chain):
29958           handle tags correctly
29959         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
29960           extract ID3v1 tags correctly
29961
29962 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29963
29964         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
29965         (plugin_init):
29966           Improve matroska typefinding for odd-typed headers...
29967
29968 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29969
29970         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
29971           Fix for using incremental number on padnames.
29972
29973 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29974
29975         * ext/divx/gstdivxdec.c:
29976         * ext/divx/gstdivxenc.c:
29977           Set category to divx4linux instead of divx (too generic).
29978         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29979         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29980         (gst_wavparse_loop), (gst_wavparse_change_state):
29981         * gst/wavparse/gstwavparse.h:
29982           fix parsing of WAV files with non-standard fmt-tag size and fix
29983           skipping of unrecognized chunks... Someone please fix this thing
29984           to use rifflib so all this is automated.
29985         * sys/v4l/Makefile.am:
29986         * sys/v4l2/Makefile.am:
29987           Add X_CFLAGS because we depend on X (for overlay).
29988
29989 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
29990
29991         * ext/mpeg2dec/gstmpeg2dec.c:
29992           Don't issue a timestamp unless we tagged the frame
29993           with a PTS.
29994
29995 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29996
29997         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
29998           Query the audio element to get the time, not the clock. We're
29999           interested in the element's time here.
30000
30001 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30002
30003         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30004         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30005         * ext/esd/esdsink.c: (gst_esdsink_chain):
30006         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30007         * ext/mas/massink.c: (gst_massink_chain):
30008         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30009         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30010         (gst_matroska_demux_parse_metadata):
30011         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30012         (gst_mpeg_parse_release_locks):
30013         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30014         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30015         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30016         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30017         (gst_osssink_change_state):
30018         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30019         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30020         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30021         (gst_xvideosink_release_locks):
30022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30023           use element time.
30024         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30025         (gst_alsa_clock_stop):
30026         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30027         (gst_audio_clock_get_internal_time):
30028           simplify for use with new clocking code.
30029         * testsuite/alsa/Makefile.am:
30030         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30031           fix testsuite for new caps system
30032
30033 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30034
30035         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30036         * ext/flac/gstflacenc.c: (add_one_tag):
30037           length is already host endian, no need to convert. Fixes playback of
30038           tagged files on PPC. (bug #128384)
30039
30040 2004-01-13  Julien MOUTTE <julien@moutte.net>
30041
30042         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30043         colorbalance interface stating if it is hardware based or software
30044         based.
30045         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30046         Removing a trailing comma.
30047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30048         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30049         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30050         the documentation seems to be wrong on the -1000 to 1000 interval.
30051
30052 2004-01-12  David Schleef  <ds@schleef.org>
30053
30054         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30055         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30056         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30057         Fix negotiation.  Add a bufferalloc function for the sink pad,
30058         and generally clean up some of the code.
30059
30060 2004-01-12  Julien MOUTTE <julien@moutte.net>
30061
30062         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30063         (gst_color_balance_channel_dispose): Adding safety check in dispose
30064         method.
30065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30066         (gst_xvimagesink_xcontext_clear),
30067         (gst_xvimagesink_interface_supported),
30068         (gst_xvimagesink_colorbalance_list_channels),
30069         (gst_xvimagesink_colorbalance_set_value),
30070         (gst_xvimagesink_colorbalance_get_value),
30071         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30072         Adding colorbalance interface support to set XV parameters such as
30073         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30074         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30075         interface.
30076
30077 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30078
30079         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30080         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30081         (gst_audio_convert_init), (gst_audio_convert_set_property),
30082         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30083         (gst_audio_convert_link),
30084         (gst_audio_convert_buffer_to_default_format),
30085         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30086           - implement _getcaps and use it
30087           - improve linking
30088           - remove float caps since no float conversion is actually done
30089           - remove properties and arguments that were to be used for rate
30090             conversion
30091
30092 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30093
30094         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30095         (gst_audio_structure_set_int):
30096         * gst-libs/gst/audio/audio.h:
30097           add helper functions for _getcaps matching the standard audio
30098           templates
30099
30100 2004-01-12  David Schleef  <ds@schleef.org>
30101
30102         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30103         Test that pad is negotiated before getting its caps.
30104
30105 2004-01-12  Julien MOUTTE <julien@moutte.net>
30106
30107         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30108         analyzing the pads of an element the bin is mostly in READY state so
30109         no caps were negotiated. This helper function needs to work with
30110         _get_caps directly then. I was not freeing them though, added that to
30111         fix the mem leak.
30112
30113 2004-01-12  Julien MOUTTE <julien@moutte.net>
30114
30115         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30117         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30118         than the free_func.
30119
30120 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30121
30122         * sys/oss/gstossaudio.c: (plugin_init):
30123         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30124         * sys/oss/gstosselement.h:
30125           make an oss debugging category
30126           make failure more descriptive
30127
30128 2004-01-11  David Schleef  <ds@schleef.org>
30129
30130         * ext/ffmpeg/gstffmpeg.c:
30131         * ext/ffmpeg/gstffmpegcodecmap.c:
30132         * ext/ffmpeg/gstffmpegdec.c:
30133         * ext/ffmpeg/gstffmpegenc.c:
30134         * ext/ffmpeg/gstffmpegprotocol.c:
30135         * ext/gdk_pixbuf/gstgdkanimation.c:
30136         * ext/jpeg/gstjpeg.c:
30137         * ext/libpng/gstpng.c:
30138         * ext/mpeg2dec/perftest.c:
30139         * ext/speex/gstspeex.c:
30140         * gst-libs/gst/resample/dtos.c:
30141         * gst/intfloat/gstintfloatconvert.c:
30142         * gst/oneton/gstoneton.c:
30143         * gst/rtjpeg/RTjpeg.c:
30144         * gst/rtp/gstrtp.c:
30145         * sys/dxr3/dxr3init.c:
30146         * sys/glsink/gstgl_nvimage.c:
30147         * sys/glsink/gstgl_pdrimage.c:
30148         * sys/glsink/gstglsink.c:
30149         * testsuite/gst-lint:
30150         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30151
30152 2004-01-11  David Schleef  <ds@schleef.org>
30153
30154         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30155         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30156         * ext/gdk_pixbuf/gstgdkanimation.c:
30157         (gst_gdk_animation_iter_create_pixbuf):
30158         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30159         (gst_gdk_pixbuf_chain):
30160         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30161         * ext/jack/gstjack.c: (gst_jack_change_state):
30162         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30163         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30164         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30165         * gst/videofilter/gstvideofilter.c:
30166         (gst_videofilter_set_output_size):
30167         Remove all usage of gst_pad_get_caps(), and replace it with
30168         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30169
30170 2004-01-11  David Schleef  <ds@schleef.org>
30171
30172         * configure.ac:
30173         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30174         * ext/divx/gstdivxdec.c:
30175         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30176         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30177         handle images that span multiple buffers.  Now work with both
30178         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30179         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30180         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30181         video/video.h changes
30182         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30183         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30184         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30185         of GstData free function.
30186         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30187         same.
30188
30189 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30190
30191         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30192         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30193         (gst_v4l2element_get_property):
30194         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30195           add norm, channel and frequency properties.
30196         * sys/v4l2/gstv4l2tuner.c:
30197           fixes for tuner interface changes
30198         * sys/v4l2/gstv4l2element.h:
30199         * sys/v4l2/gstv4l2src.c:
30200         * sys/v4l2/gstv4l2src.h:
30201         * sys/v4l2/v4l2src_calls.c:
30202         * sys/v4l2/v4l2src_calls.h:
30203           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30204
30205 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30206
30207         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30208         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30209         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30210         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30211         * gst-libs/gst/tuner/tuner.h:
30212           GObjects aren't const.
30213           Add find_by_name functions.
30214           Add checks to _changed functions.
30215         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30216         (gst_v4l_tuner_get_norm):
30217           Fixes for above.
30218
30219 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30220
30221         * gst-libs/gst/video/video.h:
30222           Fix caps template names to be understandable.
30223           Prefix everything with GST_VIDEO.
30224         * ext/aalib/gstaasink.c:
30225         * ext/divx/gstdivxdec.c:
30226         * ext/divx/gstdivxenc.c:
30227         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30228         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30229         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30230         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30231         * ext/libcaca/gstcacasink.c:
30232         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30233         * ext/snapshot/gstsnapshot.c:
30234         * ext/swfdec/gstswfdec.c:
30235         * ext/xvid/gstxviddec.c:
30236         * ext/xvid/gstxvidenc.c:
30237         * gst/chart/gstchart.c:
30238         * gst/deinterlace/gstdeinterlace.c:
30239         * gst/effectv/gsteffectv.c:
30240         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30241         * gst/goom/gstgoom.c:
30242         * gst/median/gstmedian.c:
30243         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30244         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30245         * gst/overlay/gstoverlay.c:
30246         * gst/smooth/gstsmooth.c:
30247         * gst/smpte/gstsmpte.c:
30248         * gst/synaesthesia/gstsynaesthesia.c:
30249         * gst/videocrop/gstvideocrop.c:
30250         * gst/videodrop/gstvideodrop.c:
30251         * gst/y4m/gsty4mencode.c:
30252         * sys/qcam/gstqcamsrc.c:
30253         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30254           Make them work with new video.h file.
30255         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30256         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30257         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30258         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30259           Make it work with new buffer allocation system.
30260
30261 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30262
30263         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30264         pad_alloc_buffer implementation to use ->srcpad
30265         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30266         pad_alloc_buffer implementation to use ->srcpad
30267         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30268         pad_alloc_buffer implementation to use ->srcpad
30269         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30270         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30271         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30272         a reference to everything we need.
30273         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30275         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30276         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30277         a reference to everything we need.
30278         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30279
30280 2004-01-11  David Schleef  <ds@schleef.org>
30281
30282         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30283         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30284         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30285         structure members.
30286         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30287         value during a resize/renegotiation.
30288         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30289         gst_pad_alloc_buffer();
30290         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30291         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30292         structure members.
30293         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30294         Fix for rename of buffer private structure members.
30295         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30296         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30297         Fix for rename of buffer private structure members.
30298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30299         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30300         Fix for rename of buffer private structure members.
30301
30302 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30303
30304         reviewed by: David Schleef <ds@schleef.org>
30305
30306         * gst/videofilter/Makefile.am:
30307         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30308         from the patch by ds to fit in with recent make_filter changes.
30309
30310 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30311
30312         * configure.ac: Adding examples/switch/Makefile
30313         * examples/Makefile.am: Adding examples/switch
30314         * examples/switch/Makefile.am: Adding switcher example.
30315         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30316         (switch_timer), (main): Adding an example demonstrating switch usage
30317         with 2 videotestsrc showing different patterns.
30318         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30319         (gst_switch_init): Fixing switch with the new caps system.
30320
30321 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30322
30323         * gst-libs/gst/video/video.h:
30324           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30325           They should probably be like
30326           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30327
30328 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30329
30330         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30331         (qtdemux_parse_trak):
30332           fix audio chunk size/timestamp calculation
30333
30334 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30335
30336         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30337           fix SVQ3 caps
30338
30339 2004-01-11  Steve Baker  <steve@stevebaker.org>
30340
30341         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30342         (gst_agingtv_base_init), (gst_agingtv_class_init),
30343         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30344         (gst_agingtv_set_property), (gst_agingtv_get_property):
30345         Port agingTV to videofilter
30346
30347 2004-01-09  Julien MOUTTE <julien@moutte.net>
30348
30349         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30350         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30351
30352 2004-01-09  Julien MOUTTE <julien@moutte.net>
30353
30354         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30355         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30356         * gst-libs/gst/xoverlay/xoverlay.c:
30357         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30358         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30359         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30360         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30361         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30362         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30363         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30364         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30365         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30366         interface implementation to handle xid being 0 and fix some bugs
30367         triggered by Benjamin's testcase.
30368         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30369         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30370         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30371         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30372         interface implementation to handle xid being 0 and fix some bugs
30373         triggered by Benjamin's testcase.
30374
30375 2004-01-09  David Schleef  <ds@schleef.org>
30376
30377         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30378         mouse pointer events.  It works.
30379
30380 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30381
30382         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30383           Use explicit caps - fix capsnego.
30384         * ext/xvid/gstxviddec.c:
30385         * ext/xvid/gstxvidenc.c:
30386           Remove macro-inside-macro which caused compile errors.
30387         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30388           Error out if it's not a RIFF file. Else we error out without
30389           gst_element_error() which is not good...
30390
30391 2004-01-08  David Schleef  <ds@schleef.org>
30392
30393         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30394         Fix pad_link function to handle formats that ffmpeg returns
30395         as multiple caps structures.
30396         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30397         Only complain if source buffer is _smaller_ than expected.
30398         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30399         (gst_videoscale_handle_src_event): Resize navigation events
30400         when passing them upstream.
30401         * gst/videotestsrc/gstvideotestsrc.c:
30402         * gst/videotestsrc/gstvideotestsrc.h:
30403         * gst/videotestsrc/videotestsrc.c:
30404         * gst/videotestsrc/videotestsrc.h:
30405         Rewrite many of the buffer painting functions to handle odd
30406         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30407         been verified to work with my video card.
30408         * testsuite/gst-lint:  Add check for elements calling
30409         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30410
30411 2004-01-08  David Schleef  <ds@schleef.org>
30412
30413         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30414         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30415
30416 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30417
30418         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30419         configure event is not emiting the desired size signal. That fixes
30420         aspect ratio issues with gst-player.
30421
30422 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30423
30424         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30425           Fix capsnego.
30426
30427 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30428
30429         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30430         public method to fire size signal.
30431
30432 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30433
30434         * examples/gstplay/Makefile.am: Adding the interface library.
30435         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30436         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30437         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30438         GST_IS_X_OVERLAY before signal connect.
30439         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30440         Removing the have_video_size signal.
30441         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30442         and associated public method.
30443         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30444         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30445         signal.
30446         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30447         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30448         signal.
30449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30450         Using XOverlay public method to fire size signal.
30451
30452 2004-01-07  David Schleef  <ds@schleef.org>
30453
30454         * gst/videofilter/Makefile.am:
30455         * gst/videofilter/gstvideotemplate.c:
30456         * gst/videofilter/make_filter:
30457         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30458         Convert make_filter to /bin/sh script.
30459
30460 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30461
30462         * gst/modplug/gstmodplug.cc: fix element description
30463
30464 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30465
30466         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30467         (got_video_size): Adding some new lines in g_print calls.
30468         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30469         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30470         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30471         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30472         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30473         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30474         Complete code review, reverting some stuff i disagree with, adding
30475         some fixes : time synchronization on invalid timestamps, renegotiation
30476         of private window.
30477         * sys/ximage/ximagesink.h:
30478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30479         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30480         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30481         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30482         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30483         (gst_xvimagesink_buffer_new),
30484         (gst_xvimagesink_navigation_send_event),
30485         (gst_xvimagesink_set_xwindow_id),
30486         (gst_xvimagesink_get_desired_size),
30487         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30488         stuff i disagree with, adding some fixes : Renegotiation of private
30489         window, implementing get_desired_size.
30490
30491 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30492
30493         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30494         (gst_afsink_handle_event):
30495         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30496         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30497         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30498         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30499         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30500           Fix for instantiate-test (see core). Also remove dead code from
30501           jpegenc (which still needs fixing, but that's lower on my TODO
30502           list...).
30503         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30504           Never return NULL as caps.
30505
30506 2004-01-07  David Schleef  <ds@schleef.org>
30507
30508         * configure.ac:
30509         * ext/Makefile.am:
30510         * ext/librfb/Makefile.am:
30511         * ext/librfb/gstrfbsrc.c:
30512         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30513         is the protocol used by VNC.
30514
30515 2004-01-07  David Schleef  <ds@schleef.org>
30516
30517         * gst/videofilter/gstvideotemplate.c:
30518         * gst/videofilter/gstvideotemplate.h:
30519         * gst/videofilter/make_filter:
30520         Merge videotemplate header into source file.
30521         * gst/effectv/Makefile.am:
30522         * gst/effectv/gsteffectv.c: (plugin_init):
30523         * gst/effectv/gstwarp.c:
30524         Make warpTV a subclass of videofilter.
30525
30526 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30527
30528         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30529           Add guard against invalid utf-8 conversions in mad. Just in case.
30530
30531 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30532
30533         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30534           Fix for bug shown by poisoning
30535
30536 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30537
30538         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30539         (gst_v4lmjpegsrc_buffer_free):
30540         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30541         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30542         (gst_v4lsrc_buffer_free):
30543           Fix for removed bufferpools.
30544
30545 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30546
30547         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30548         Fix caps negotiation.
30549
30550         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30551         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30552         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30553         (dvdnavsrc_event):
30554         * ext/mpeg2dec/gstmpeg2dec.c:
30555         * gst-libs/gst/navigation/navigation.c:
30556         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30557         * gst-libs/gst/navigation/navigation.h:
30558         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30559         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30560         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30561         Super-simple first version of mouse and keyboard events. Clicking
30562         on a DVD menu now works, although it may not take you where you
30563         expected.
30564
30565         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30566         * gst/videotestsrc/gstvideotestsrc.c:
30567         (gst_videotestsrc_src_fixate):
30568         These fixate functions were broken - they never actually
30569         fixated :)
30570
30571 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30572
30573         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30574         (gst_icecastsend_init):
30575           fix for new caps system.
30576         * gst-libs/gst/mixer/mixertrack.h:
30577         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30578           Add 'master track' flag (for tools like ACME that only want to
30579           change the main volume).
30580
30581 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30582
30583         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30584         (gst_xvid_csp_to_caps):
30585         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30586         * ext/xvid/gstxvidenc.c:
30587         ifdef out ARGB type when it isn't available
30588         in xvidcore 1.0.0beta2
30589
30590 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30591
30592         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30593           When we have received a new SCR right in the first buffer after
30594           a seek (so in the same cycle that handles the discont), we should
30595           handle the buffer instead of unreffing it, else we lose data.
30596
30597 2004-01-06  Iain <iain@prettypeople.org>
30598
30599         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30600           buffer-frames caps too.
30601
30602         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30603           caps that we need, don't destroy them all and rebuild them. And when
30604           creating src pads, use the src pad template rather than the sink...
30605
30606 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30607
30608         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30609           Add pad to element *after* setting functions such as event handler.
30610           Without this, the scheduler (opt) will link pads, set the event
30611           handler from the default event function (dispatcher in gstpad.c)
30612           and *after* that, we will set our own event function, which will
30613           thus never be used (and thus mpegdemux doesn't handle events).
30614
30615 2004-01-04  David Schleef  <ds@schleef.org>
30616
30617         Fix the fixate functions to handle new prototype:
30618         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30619         * gst/videotestsrc/gstvideotestsrc.c:
30620         (gst_videotestsrc_src_fixate):
30621         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30622         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30624
30625 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30626
30627         * sys/ximage/ximagesink.h:
30628         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30629         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30630         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30631         (gst_ximagesink_xoverlay_init):
30632           assorted fixes to make (re)embedding work
30633         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30634         (gst_ximagesink_get_desired_size):
30635           implement desired size additions to XOverlay
30636
30637 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30638
30639         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30640         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30641         (gst_x_overlay_got_desired_size):
30642         * gst-libs/gst/xoverlay/xoverlay.h:
30643           Add optional "desired size" signal and querying.
30644
30645 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30646
30647         * gst/matroska/matroska-demux.c:
30648         (gst_matroska_demux_parse_blockgroup):
30649           Fix EBML-laced block parsing. Diffs are relative to previous
30650           lace, not the first lace. Thanks to Mosu from the Matroska
30651           team for detecting this.
30652         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30653         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30654         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30655         (gst_wavparse_change_state):
30656         * gst/wavparse/gstwavparse.h:
30657           Quickfix for capsnego.
30658
30659 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30660
30661         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30662           Fix indenting, fix pad creation.
30663
30664 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30665
30666         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30667         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30668         (gst_xviddec_sink_link):
30669           Implement src_getcaps() so proper size caps is negotiated.
30670
30671 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30672
30673         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30674           Finish flac decoder on EOS. See #116178.
30675
30676 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30677
30678         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30679         (gst_matroska_demux_add_stream):
30680         * gst/matroska/matroska-ids.h:
30681           Add getcaps() function to fix capsnego...
30682
30683 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30684
30685         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30686         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30687         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30688           Fix more integer overflows. Again, see #126967.
30689
30690 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30691
30692         * ext/mpeg2dec/gstmpeg2dec.c:
30693           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30694           #130416.
30695
30696 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30697
30698         * configure.ac:
30699         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30700         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30701         * ext/xvid/gstxvid.h:
30702         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30703         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30704         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30705         (gst_xviddec_change_state):
30706         * ext/xvid/gstxviddec.h:
30707         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30708         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30709         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30710         (gst_xvidenc_link), (gst_xvidenc_set_property),
30711         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30712         * ext/xvid/gstxvidenc.h:
30713           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30714
30715 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30716
30717         * gst/rtp/rtp-packet.c:
30718           Add sys/types.h include, since OS X doesn't define in_addr_t
30719           in netinet/in.h, like it does on Linux (see #129600).
30720
30721 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30722
30723         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30724
30725         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30726           Correct logic of dispose function (see #129306).
30727
30728 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30729
30730         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30731         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30732         (gst_mpeg_parse_init):
30733         * gst/mpegstream/gstmpegparse.h:
30734           Remove clock (which was never provided, i.e. dead code), and
30735           also fix integer overflows at high PTS values (see #126967).
30736
30737 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30738
30739         * ext/flac/gstflacdec.c:
30740         * ext/libpng/gstpngenc.h:
30741         * ext/mikmod/gstmikmod.h:
30742           OS X fixes (see #126628).
30743
30744 2004-01-02  David Schleef  <ds@schleef.org>
30745
30746         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30747         (gst_alsa_src_base_init): Remove bogus "src" request pad.
30748         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30749         (gst_mpeg_parse_class_init): Move pad template registration
30750         to class_init, since the derived class (mpegdemux) doesn't
30751         want them.
30752
30753 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30754
30755         * sys/ximage/Makefile.am:
30756         * sys/xvideo/Makefile.am:
30757         * sys/xvimage/Makefile.am:
30758           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
30759           after installation (see #127664).
30760
30761 2004-01-02  David Schleef  <ds@schleef.org>
30762
30763         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
30764         (gst_ffmpegenc_connect):  Negotiation fixes.
30765         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
30766         Remove inappropriate gst_caps_free().
30767         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30768         Reenable Ronald's internal resize code, since the core handles
30769         it correctly now.
30770
30771 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30772
30773         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
30774         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
30775         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
30776           Fix pad template stuff.
30777
30778 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30779
30780         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
30781         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
30782           fix signed integer reading/writing.
30783
30784 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30785
30786         * ext/alsa/README:
30787           Remove outdated document
30788
30789 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
30790
30791         * gst/cutter/gstcutter.c: (gst_cutter_init):
30792           src pad was being created twice - oops.
30793
30794 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30795
30796         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30797           Comment out internal resize. It doesn't handle the resulting
30798           XEvent internally, does another try_set_caps() which leads to
30799           a really nice loop.
30800           Real fix will come when Julien and Dave are awake. ;).
30801
30802 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30803
30804         * ext/mpeg2enc/gstmpeg2enc.cc:
30805           fix const/nonconst compile issue.
30806
30807 2004-01-02  David Schleef  <ds@schleef.org>
30808
30809         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
30810         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
30811         Add fixate function and a check for bad formats.
30812
30813 2004-01-01  David Schleef  <ds@schleef.org>
30814
30815         Negotiation fixes:
30816         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
30817         (gst_audiofilter_init):
30818         * gst/debug/efence.c: (gst_efence_init):
30819         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
30820         (gst_deinterlace_init):
30821         * gst/volume/gstvolume.c: (volume_connect):
30822
30823 2004-01-01  David Schleef  <ds@schleef.org>
30824
30825         Convert elements to use gst_pad_use_explicit_caps() where
30826         appropriate:
30827         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
30828         * ext/audiofile/gstafparse.c: (gst_afparse_init),
30829         (gst_afparse_open_file):
30830         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
30831         (gst_afsrc_open_file):
30832         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
30833         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
30834         (gst_ffmpegdec_chain):
30835         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30836         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
30837         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
30838         (gst_gdk_pixbuf_chain):
30839         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
30840         (gst_jpegdec_chain):
30841         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
30842         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30843         (gst_mikmod_negotiate):
30844         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
30845         (gst_mpeg2dec_negotiate_format):
30846         * ext/mpeg2enc/gstmpeg2enc.cc:
30847         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30848         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
30849         (gst_speexdec_sinkconnect):
30850         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
30851         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
30852         (gst_vorbisfile_new_link):
30853         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
30854         (gst_ac3parse_chain):
30855         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
30856         (gst_asf_demux_setup_pad):
30857         * gst/auparse/gstauparse.c: (gst_auparse_init),
30858         (gst_auparse_chain):
30859         * gst/id3/gstid3types.c: (gst_id3types_loop):
30860         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30861         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30862         (mp1videoparse_parse_seq):
30863         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
30864         (bpf_from_header):
30865         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30866         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
30867         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
30868         (gst_mpeg_parse_send_data):
30869         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30870         (gst_qtdemux_add_stream):
30871         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30872         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30873         (gst_wavparse_parse_fmt):
30874
30875 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30876
30877         * configure.ac:
30878           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
30879           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
30880           it therefore uses the wrong include paths. Too bad... Note
30881           that 1.6.1.93 is not release yet. ;).
30882           Also add a check for mplex, which is now using the lib'ified
30883           mplex from mjpegtools, too.
30884         * ext/ffmpeg/gstffmpegcodecmap.c:
30885           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
30886           issues. I don't think ffmpeg handles 3ivx correctly, so this
30887           probably won't work. But it won't hurt either.
30888         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
30889         (gst_ffmpegdec_chain):
30890         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
30891         (gst_ffmpegenc_chain_audio):
30892           Fix memleak in audio encoding. Close codec if open fails, this
30893           calls the cleanup routines so we can re-use the context.
30894         * ext/mpeg2enc/gstmpeg2enc.cc:
30895           Fix pad template names/types, fix memory issue with getcaps().
30896         * ext/mpeg2enc/gstmpeg2encoder.cc:
30897         * ext/mpeg2enc/gstmpeg2encoder.hh:
30898           Fix compile issue with new caps system (const thingy).
30899         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30900         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
30901           We read a first frame right on initing, so that we have a caps
30902           when we init the output. This caps is cached in padprivate and
30903           read as first frame.
30904         * ext/mplex/Makefile.am:
30905         * ext/mplex/gstmplex.cc:
30906         * ext/mplex/gstmplex.h:
30907         * ext/mplex/gstmplex.hh:
30908         * ext/mplex/gstmplexibitstream.cc:
30909         * ext/mplex/gstmplexibitstream.hh:
30910         * ext/mplex/gstmplexjob.cc:
30911         * ext/mplex/gstmplexjob.hh:
30912         * ext/mplex/gstmplexoutputstream.cc:
30913         * ext/mplex/gstmplexoutputstream.hh:
30914           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
30915           had issues, didn't do capsnego, supported only a subset of the
30916           mplex features and required a mplex fork in our local CVS. Plus
30917           that it worked agaist a very old mplex version. Rewriting was
30918           faster than updating it.
30919         * gst-libs/ext/Makefile.am:
30920         * gst-libs/ext/mplex/INSTRUCT:
30921         * gst-libs/ext/mplex/Makefile.am:
30922         * gst-libs/ext/mplex/README:
30923         * gst-libs/ext/mplex/TODO:
30924         * gst-libs/ext/mplex/ac3strm_in.cc:
30925         * gst-libs/ext/mplex/audiostrm.hh:
30926         * gst-libs/ext/mplex/audiostrm_out.cc:
30927         * gst-libs/ext/mplex/aunit.hh:
30928         * gst-libs/ext/mplex/bits.cc:
30929         * gst-libs/ext/mplex/bits.hh:
30930         * gst-libs/ext/mplex/buffer.cc:
30931         * gst-libs/ext/mplex/buffer.hh:
30932         * gst-libs/ext/mplex/fastintfns.h:
30933         * gst-libs/ext/mplex/format_codes.h:
30934         * gst-libs/ext/mplex/inputstrm.cc:
30935         * gst-libs/ext/mplex/inputstrm.hh:
30936         * gst-libs/ext/mplex/lpcmstrm_in.cc:
30937         * gst-libs/ext/mplex/mjpeg_logging.cc:
30938         * gst-libs/ext/mplex/mjpeg_logging.h:
30939         * gst-libs/ext/mplex/mjpeg_types.h:
30940         * gst-libs/ext/mplex/mpastrm_in.cc:
30941         * gst-libs/ext/mplex/mpegconsts.cc:
30942         * gst-libs/ext/mplex/mpegconsts.h:
30943         * gst-libs/ext/mplex/mplexconsts.hh:
30944         * gst-libs/ext/mplex/multplex.cc:
30945         * gst-libs/ext/mplex/outputstream.hh:
30946         * gst-libs/ext/mplex/padstrm.cc:
30947         * gst-libs/ext/mplex/padstrm.hh:
30948         * gst-libs/ext/mplex/stillsstream.cc:
30949         * gst-libs/ext/mplex/stillsstream.hh:
30950         * gst-libs/ext/mplex/systems.cc:
30951         * gst-libs/ext/mplex/systems.hh:
30952         * gst-libs/ext/mplex/vector.cc:
30953         * gst-libs/ext/mplex/vector.hh:
30954         * gst-libs/ext/mplex/videostrm.hh:
30955         * gst-libs/ext/mplex/videostrm_in.cc:
30956         * gst-libs/ext/mplex/videostrm_out.cc:
30957         * gst-libs/ext/mplex/yuv4mpeg.cc:
30958         * gst-libs/ext/mplex/yuv4mpeg.h:
30959         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
30960         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
30961           We don't fork mjpegtools' mplex in our CVS anymore.
30962         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
30963         (gst_avi_demux_add_stream):
30964         * gst/avi/gstavidemux.h:
30965           Add getcaps() function for proper caps nego. This makes some
30966           parts of AVI playback/reading work.
30967         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30968           Resize window on new capsnego. This is probably wrong, but
30969           I'm still committing it because with current capsnego, the
30970           first successfull capsnego is auto-fixated, therefore rounded
30971           down to the lowest values in the caps. this results in a 16x16
30972           XWindow that is not reized when real capsnego finishes.
30973           Dave, I see more cases of this, do you know a proper solution?
30974         * tools/gst-launch-ext.in:
30975           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
30976
30977 2003-12-31  David Schleef  <ds@schleef.org>
30978
30979         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
30980         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
30981           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
30982
30983 2003-12-30  David Schleef  <ds@schleef.org>
30984
30985         * ext/ffmpeg/gstffmpegcolorspace.c:
30986         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
30987         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
30988         (gst_ffmpegcsp_chain): Negotiation fixes
30989         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
30990         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
30991         (gst_audio_convert_link), (gst_audio_convert_channels):
30992         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
30993         (gst_audioscale_link), (gst_audioscale_get_buffer),
30994         (gst_audioscale_chain): Negotiation fixes
30995         * gst/audioscale/gstaudioscale.h:
30996         * gst/videofilter/gstvideofilter.c:
30997         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
30998         (gst_videofilter_link), (gst_videofilter_init),
30999         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31000         (gst_videofilter_find_format_by_structure):
31001         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31002         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31003         (gst_videoscale_link):
31004         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31005         (videoscale_find_by_structure), (gst_videoscale_setup):
31006         * gst/videoscale/videoscale.h: Negotiation fixes
31007         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31008         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31009         function, restrict resizing to a multiple of 4 (hack until
31010         everyone supports odd sizes correctly).
31011
31012 2003-12-29  Colin Walters  <walters@verbum.org>
31013
31014         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31015         signed.
31016
31017 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31018
31019         * ext/sndfile/gstsf.c: (gst_sf_loop):
31020           Fix warning about discarding const qualifier
31021
31022 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31023
31024         * gst/cutter/gstcutter.c:
31025         * gst/videoscale/gstvideoscale.c:
31026         * gst/volenv/gstvolenv.c:
31027         * gst-libs/gst/audio/audio.c:
31028         * gst-libs/gst/video/video.c:
31029           Fix warnings
31030
31031 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31032
31033         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31034           Don't send ALSA debugging to stderr.
31035         * ext/alsa/gstalsa.h:
31036           Use GST_WARNING instead of g_warning when ALSA functions fail.
31037
31038 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31039
31040         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31041           Free XVAdapterInfo correctly.
31042
31043 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31044
31045         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31046         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31047           Make id3tag use correct caps nego.
31048
31049 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31050
31051         * ext/ivorbis/vorbis.c:
31052         * ext/ivorbis/vorbisenc.h:
31053         * ext/ivorbis/vorbisfile.c:
31054           Modify so that it uses the new caps things
31055
31056 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31057
31058         * testsuite/spider/spider1.c: (main):
31059         * testsuite/spider/spider2.c: (main):
31060         * testsuite/spider/spider3.c: (main):
31061           Make tests compile again. They probably don't work.
31062
31063 2003-12-24  Colin Walters  <walters@verbum.org>
31064
31065         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31066         we can't fixate the caps anymore.
31067
31068 2003-12-23  David Schleef  <ds@schleef.org>
31069
31070         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31071         * sys/oss/gstosssink.c: (gst_osssink_init),
31072         (gst_osssink_sink_fixate): Add fixate function.
31073
31074 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31075
31076         * ext/ffmpeg/gstffmpegcodecmap.c:
31077         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31078         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31079         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31080         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31081         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31082         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31083         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31084           fix typo in RGB masks, and move back to "old" colorspace
31085           capsnego code until whoever wrote this new crap has actually
31086           tested it so that it works.
31087           And yes, this works, keep it that way please.
31088
31089 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31090
31091         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31092         (gst_divxdec_init), (gst_divxdec_negotiate):
31093         * ext/divx/gstdivxdec.h:
31094         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31095         (gst_divxenc_init):
31096         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31097         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31098         * ext/mpeg2enc/gstmpeg2enc.cc:
31099         * ext/mpeg2enc/gstmpeg2encoder.cc:
31100         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31101         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31102         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31103         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31104         (dxr3spusink_init):
31105         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31106         (dxr3videosink_init):
31107           Fix caps breakage after Dave's caps branch merge.
31108
31109 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31110
31111         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31112           Fix for 24bpp display.
31113
31114 2003-12-23  Colin Walters  <walters@verbum.org>
31115
31116         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31117         a GnomeVFSHandle directly.
31118
31119 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31120
31121         * gst/volume/Makefile.am:
31122         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31123         (volume_base_init), (volume_init):
31124           Reenable volume element and fix to work with new caps stuff.
31125           Rhythmbox needs this.
31126
31127 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31128
31129         * gst/qtdemux/qtdemux.c: (plugin_init):
31130           qtdemux requires bytestream
31131
31132 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31133
31134         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31135           Fix remaining caps handling errors due to CAPS merge.
31136
31137 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31138
31139         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31140         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31141         (gst_faad_srcconnect):
31142           Port to new caps system.
31143
31144 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31145
31146         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31147         (got_video_size), (main): using g_print instead of g_message.
31148         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31149         signal which was not emitted because of "switch" element added to the
31150         bin but not connected. (Removing from the bin temporarily)
31151
31152 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31153
31154         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31155         find X development files. I don't understand the previous tests and
31156         they fail on my debian/ppc unstable. This one works.
31157         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31158         exiting.
31159         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31160         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31161         (gst_play_set_visualization): Add some safety checks in set_ methods
31162         and state_change. This was throwing some ugly CRITICAL messages when
31163         pipeline was getting disposed and casts were failing.
31164
31165 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31166
31167         * configure.ac:
31168           Improve mpeg2enc detection. This is for distributions that do
31169           ship mjpegtools, but without mpeg2enc. Also does object check
31170           for might there ever be ABI incompatibility.
31171         * ext/mpeg2enc/gstmpeg2enc.cc:
31172           Add Andrew as second maintainer (he's helping me), and also add
31173           an error if no caps was set. This happens if I pull before capsnego
31174           and that's something I should solve sometime else.
31175         * gst/matroska/matroska-demux.c:
31176         (gst_matroska_demux_parse_blockgroup):
31177           Fix time parsing.
31178         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31179         (gst_matroska_mux_track_header):
31180           Add caps to templates.
31181         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31182           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31183         * gst/mpegstream/gstmpegdemux.c:
31184           Remove layer since it causes warnings about unfixed caps.
31185         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31186           Fix obvious typo (we error out if caps were set, we should of
31187           course error out if *no* caps were set).
31188         * sys/oss/gstosselement.c: (gst_osselement_convert):
31189           Fix format conversion, we confused bits/bytes.
31190         * sys/oss/gstosselement.h:
31191           Improve documentation for 'bps'.
31192         * sys/v4l/TODO:
31193           Remove stuff about plugins that need removing - this was done
31194           ages ago.
31195         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31196         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31197         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31198         (gst_v4lsrc_src_query):
31199         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31200         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31201           Add get_query_types(), get_formats() and query() functions.
31202
31203 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31204
31205         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31206           * moved CVS to freedesktop.org